@font-face {
    font-family: 'IBM Plex Sans Medium';
    src: url('../fonts/IBMPlexSans-Medium.eot');
    src: url('../fonts/IBMPlexSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IBMPlexSans-Medium.woff2') format('woff2'),
        url('../fonts/IBMPlexSans-Medium.woff') format('woff'),
        url('../fonts/IBMPlexSans-Medium.ttf') format('truetype'),
        url('../fonts/IBMPlexSans-Medium.svg#IBMPlexSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans-Regular.eot');
    src: url('../fonts/IBMPlexSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IBMPlexSans-Regular.woff2') format('woff2'),
        url('../fonts/IBMPlexSans-Regular.woff') format('woff'),
        url('../fonts/IBMPlexSans-Regular.ttf') format('truetype'),
        url('../fonts/IBMPlexSans-Regular.svg#IBMPlexSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans SemiBold';
    src: url('../fonts/IBMPlexSans-SemiBold.eot');
    src: url('../fonts/IBMPlexSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IBMPlexSans-SemiBold.woff2') format('woff2'),
        url('../fonts/IBMPlexSans-SemiBold.woff') format('woff'),
        url('../fonts/IBMPlexSans-SemiBold.ttf') format('truetype'),
        url('../fonts/IBMPlexSans-SemiBold.svg#IBMPlexSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --body-font-family: 'IBM Plex Sans', sans-serif;
    --body-font-size: 18px;
    --body-sub-font-size: 16px;
    --body-font-color: #73737B;
    --body-line-height: normal;
    --heading-font-family: 'IBM Plex Sans Medium', sans-serif;
    --heading-font-color: #14080E;
    --link-font-family: 'IBM Plex Sans Medium', sans-serif;
    --link-font-color: #14080E;
    --link-hover-font-color: #F17300;
    --white-color: #fff;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

body {
    margin: 0;
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    color: var(--body-font-color);
    line-height: var(--body-line-height);
    background-color: var(--white-color);
    text-align: left;
    background: url("../images/shape/body-line.svg") no-repeat;
    background-position: center top;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

a {
    font-family: var(--link-font-family);
    color: var(--link-font-color);
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
}

a:hover {
    color: var(--link-hover-font-color);
}

p,
ul li,
ol li {
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
}

p:last-child {
    margin: 0;
}

p,
ol,
ul {
    margin: 0 0 24px 0;
}

body p a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}

body p a:hover {
    color: var(--link-hover-font-color);

}


input[type="text"],
input[type="input"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="search"],
textarea,
select {
    font-family: var(--body-font-family);
    font-size: 18px;
    line-height: normal;
    color: #73737B;
}


.invalid .alert {
    margin-top: 12px;
    display: inline-block;
}

.alert,
.wpcf7-not-valid-tip {
    font-family: var(--body-font-family);
    font-size: 14px;
    line-height: normal;
    color: #F17300;
    margin-top: 4px;
}

.wpcf7 form.sent .wpcf7-response-output {
    font-family: var(--body-font-family);
    font-size: 14px;
    line-height: normal;
    color: #46b450;
    border: none;
    margin-left: 0;
    padding-left: 0;
}

#wrapper {
    overflow: hidden;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font-family);
    color: var(--heading-font-color);
    margin: 0 0 24px 0;
    font-weight: 500;
}

h1 {
    font-size: 80px;
    line-height: 96px;
    color: #FFFFFF;
}

h2 {
    font-size: 72px;
    line-height: 86px;
}

h3 {
    font-size: 40px;
    line-height: normal;
}

h4 {
    font-size: 24px;
    line-height: normal;
}

h5 {
    font-size: 22px;
    line-height: normal;
}

h6 {
    font-size: 14px;
    line-height: normal;
}

.container,
.container-fuild {
    width: 100%;
    padding: 0 20px;
}

.container-fuild {
    padding: 0;
}

.container *,
.container-fuild * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    max-width: 1720px;
    margin: 0 auto;
}

.align-center {
    -ms-align-items: center;
    align-items: center;
}

.mb-0 {
    margin-bottom: 0;
}

.btn {
    display: inline-block;
    padding: 17px 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #006EB6;
    font-family: var(--link-font-family);
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    line-height: 18px;
    text-align: center;
    border: none;
    color: var(--white-color);
    border-radius: 4px;
    letter-spacing: -0.2px;
}

.btn-orange {
    background: #F17300;
}

.btn-trans {
    background: transparent;
    border: 1px solid #fff;
    padding: 15px 30px;
    letter-spacing: -0.36px;
    ;
}

.btn:hover {
    border-radius: 64px;
    color: #fff;
}

.btn:focus {
    outline: none;
}

.btn-right {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.8px;
    color: #14080E;
    letter-spacing: -0.36px;
}

.btn-right::after {
    display: inline-block;
    content: "";
    position: relative;
    width: 24px;
    height: 20px;
    background-image: url('../images/icon/right-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 12px;
    top: 6px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.btn-right:hover::after {
    transform: translateX(12px);
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
}

.section-sub-title span {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: #006EB6;
}

/* Header  */
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 24px 0 0 0;
}

.header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 64px;
}

.header-menu {
    padding: 0 40px;
    background-color: #2D2E83;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    flex: 1;
    position: relative;
}

.site-logo a {
    display: inline-block;
}

.header-menu .navbar>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 64px;
}

.header-action {
    display: flex;
    align-items: center;
    gap: 24px;
}

.header-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-menu>.navbar>ul>li {
    padding: 24.5px 0;
}

.header-menu>.navbar>ul>li>a {
    color: #fff;
}

.header-menu>.navbar>ul>li.has-child i {
    color: #F17300;
}

.header-menu>.navbar>ul>li>a>img {
    margin-left: 8px;
}

.header-menu>.navbar>ul>li>a {
    position: relative;
}

.header-menu>.navbar>ul>li>a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -27px;
    width: 0%;
    height: 4px;
    background-color: #F17300;
    transform: translateX(-50%);
    -webkit-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header-menu>.navbar>ul>li:hover a:after {
    width: 100%;
}

.sticky .header-menu>.navbar>ul>li>a:after {
    bottom: -37px;
}

ul.menu>li.menu-item-has-children:hover .mega_menu_wrap {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
}

.mega_menu_wrap {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
    display: none;
    width: min(100%, 1800px);
    max-width: 100%;
    margin-inline: auto;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 16px;
    box-shadow: 0 18px 30px 0 rgba(0, 0, 0, 0.08);
}

.sub-menu .menu-icon {
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.navbar {
    padding: 0;
}

.menu-toggle {
    display: none;
    align-items: center;
    gap: 30px;
    text-decoration: none;
    color: #FFFFFF;
}

.menu-toggle__icon {
    display: inline-block;
    width: 45px;
    height: 28px;
    position: relative;
    background: transparent;
    border: none;
    cursor: pointer;
}

.menu-toggle__icon::before,
.menu-toggle__icon::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
}

.menu-toggle__icon::before {
    top: 0;
}

.menu-toggle__icon::after {
    bottom: 0px;
}

.menu-toggle__icon {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    background-size: 100% 4px;
    background-position: center;
    background-repeat: no-repeat;
}

.menu-toggle.active .menu-toggle__icon::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.menu-toggle.active .menu-toggle__icon::after {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.menu-toggle.active .menu-toggle__icon {
    background: transparent !important;
}

.mega_menu_content {
    display: grid;
    grid-template-columns: 1.56fr 1fr 0.6fr;
    gap: 0px;
    align-items: stretch;
}

.mega_left_inner {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 16px 40px 16px 16px;
}

.mega_left_inner h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    color: #2D2E83;
}

.mega_left_inner p {
    font-size: 16px;
    line-height: normal;
}

.mega_middle {
    padding: 57px;
    border-left: 1px solid #E4E4E4;
    order: 2;
}

.mega_middle>.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: max-content max-content;
    column-gap: 64px;
}

.mega_middle>.sub-menu>li {
    padding: 8px 0px;
}

.mega_middle>.sub-menu>li>a {
    position: relative;
}

.mega_middle>.sub-menu>li>a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0% !important;
    height: 4px;
    background-color: #F17300;
    transform: translateX(-50%);
    -webkit-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.mega_middle>.sub-menu>li:hover a:after {
    width: 100% !important;
}

.footer-links li.current_page_item a,
.footer-links li.current-menu-item a {
    color: #F17300 !important;
}

.header-menu>.navbar>ul>li.current-menu-ancestor>a::after,
.header-menu>.navbar>ul>li.current-menu-item>a:after {
    width: 100%;
}

.mega_middle>.sub-menu>li.current-menu-item>a:after {
    width: 100% !important;
}


.mega_middle>.sub-menu>li {
    padding: 8px 0px;
}

.mega_middle>.sub-menu>li>a {
    font-size: 18px;
    font-weight: 500;
    line-height: 19.8px;
    color: #2D2E83;
    letter-spacing: -0.36px;
}

.mega_right {
    border-radius: 0 16px 16px 0;
    background: #F5F5F5;
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    order: 3;
}

.mega_right h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    color: #14080E;
    margin-bottom: 8px;
}

.mega_right_inner p {
    font-size: 14px;
    line-height: normal;
    color: #73737B
}

.mega_right_inner a.btn-orange {
    width: 100%;
}

.mega_menu_content .mega_left {
    order: 1;
}

.mega_menu_image>img {
    max-width: 239px;
    height: 215px;
    border-radius: 8px;
    object-fit: cover;
}

.overlay-blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
}


.sticky {
    transition-property: all;
    transition-timing-function:
        cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    position: fixed !important;
    top: 0px;
    width: 100%;
    z-index: 10;
    padding-left: 10px;
    padding-right: 10px;
    animation: headerSticky 0.95s ease-in-out forwards;
}

@keyframes headerSticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        transform: translateY();
    }
}


.sticky .header-wrap {
    background-color: rgb(38 47 128 / 85%) !important;
    box-shadow: 2px 4px 8px rgba(52, 58, 64, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px 20px;
    border-radius: 16px;
}

.sticky .header-menu {
    background-color: transparent;
}

.sticky .site-logo a {
    height: 80px;
}

.sticky .site-logo img {
    height: 100%;
}

/* Footer */
.site-footer {
    position: relative;
    padding: 120px 0 0px;
    background-color: #006EB6;
    overflow: hidden;
    z-index: 1;
}

#footer a {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

#footer a:hover {
    color: #F17300;
}

#footer p {
    color: #FFFFFF;
}

.site-footer::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    inset: 0;
    background: url("../images/shape/footer-shape.jpg") no-repeat right bottom / contain;
    opacity: 0.4;
    mix-blend-mode: multiply;
    z-index: -1;
}

.footer-logo {
    display: flex;
    align-items: start;
    gap: 40px;
    margin-bottom: 40px;
}


.footer-logo a {
    width: auto;
}

.footer-title {
    width: calc(100% - 116px);
    color: #ffffff;
}

.footer-title h6 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 24px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.footer-title p {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}

.footer-row {
    display: grid;
    grid-template-columns: 0.86fr 1.8fr;
    column-gap: 120px;
    margin: 0 auto;
}

.footer-links {
    margin: 0;
    width: max-content;
}

.footer-links h6 {
    color: #fff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 26px;
    line-height: 1em;
}

.footer-detalis {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 80px;
    max-width: 664px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    padding: 6px 0;
    line-height: 21px;
}

.footer-links ul li a {
    font-size: var(--body-sub-font-size);
    font-family: var(--body-font-family);
    color: var(--white-color);
}

.footer-line {
    margin-top: 80px;
    padding: 40px 20px;
    position: relative;
}

.footer-line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(241, 241, 241, 0.2);
}

.footer-line::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(241, 241, 241, 0.2);
}

.footer-line .footer-logo {
    margin: 0;
    gap: 16px;
}

.footer-line .footer-detalis {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
}

.footer-line .footer-action {
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer-action-detalis p,
.footer-action-detalis h4 {
    color: #fff;
    margin: 0;
    line-height: normal;
}

.footer-info p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}

.socket {
    background: #006EB6;
    padding: 24px 0;
}

.socket * {
    color: #ffff;
    margin: 0;
    font-family: var(--body-font-family);
    font-size: 16px;
    line-height: normal;
}

.socket-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.socket-right,
.socket-left,
.socket-socail ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 24px;
}

.privacy-policy a,
.designby a {
    text-decoration: underline;
}

.privacy-policy a:hover,
.designby a:hover {
    text-decoration: none;
}


.grid-lines.global {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    mix-blend-mode: soft-light;
}

.grid-lines {
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .8s ease-out;
    -o-transition: opacity .8s ease-out;
    transition: opacity .8s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
}

.grid-lines.gray .line-25,
.grid-lines.gray .line-50 {
    border-color: rgba(228, 228, 228, 0.2);
}

.line-50 {
    border-right: 1px solid rgba(228, 228, 228, 0.2);
    width: 44vw;
}

.line-25 {
    border-right: 1px solid rgba(228, 228, 228, 0.2);
    width: 35vw;
}

/* Frame Line */
.section-frame {
    position: relative;
    height: 64px;
}

.section-frame::after {
    display: inline-block;
    content: "";
    position: relative;
    width: 100%;
    height: 64px;
    background-image: url('../images/shape/section-frame.svg');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0px;
    border: 1px solid #dedee0
}

/* Top To Bottom */
.scrolling-btn {
    width: 70px;
    height: 70px;
    background-color: #F17300;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 999999;
    transition: all 0.5s ease-in-out;
}

.scrolling-btn:hover {
    background-color: #183a85;
}

.scrolling-btn.show {
    display: flex;
}

/* pop up */
.popup-overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1164px;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 11px 30px 0 rgba(0, 0, 0, 0.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.6s ease-in-out;
    z-index: 9999;
    max-height: 90vh;
}

/* When active */
.popup-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, -50%);
    overflow: auto;
}

.popup-content {
    background: #fff;
    border-radius: 12px;
    width: 100%;
    overflow: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 9999;

}

.popup-close {
    position: absolute;
    top: 0;
    right: 20px;
    background: none;
    border: none;
    font-size: 80px;
    color: #262f80;
    cursor: pointer;
}

.popup-inner {
    display: grid;
    grid-template-columns: 0.846fr 1.8fr;
}

.popup-left {
    padding: 8px;
    border-radius: 16px;
}

.popup-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.popup-right {
    padding: 40px;
}

.popup-right h2 span {
    color: #006EB6;
}

.popup-right h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    color: #14080E;
}

.popup-form form p {
    margin-bottom: 0;
}

.popup-form form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.popup-form label {
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #14080E;
    margin-bottom: 4px;
}

.contact-from-block input,
.contact-from-block textarea,
.contact-from-block select,
.popup-form input,
.popup-form textarea,
.popup-form select {
    width: 100%;
    border-radius: 6px;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #E4E4E4;
    color: #73737B;
}

.contact-from-block input[type="submit"],
.contact-from-block button,
.popup-form input[type="submit"],
.popup-form button {
    width: auto;
    padding: 14px 24px;
    color: #fff;
    background: #F17300 url('../images/icon/right-white-arrow.svg') no-repeat 90px 52% !important;
    padding-right: 50px !important;
    border: 1px solid transparent;
}

.recaptcha>p {
    display: none;
}


.form-row p br {
    display: none;
}

.custom-contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.custom-contact-form .required {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #F17300;
}

.two-cols {
    display: flex;
    gap: 16px;
}

.two-cols>div {
    flex: 1;
}

.custom-contact-form textarea {
    max-height: 116px;
    resize: vertical;
}

.custom-contact-form .wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    gap: 24px;
}

.custom-contact-form .wpcf7-form-control .wpcf7-list-item {
    margin: 0;
}

.custom-contact-form .wpcf7-form-control .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wpcf7 .custom-contact-form input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    position: relative;
    background: transparent;
    padding: 0;
    flex: 0 0 18px;
    margin: 0;
}

.wpcf7 .custom-contact-form input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 4px;
    width: 6px;
    height: 12px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.wpcf7 .custom-contact-form input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 14px;
    width: 100%;
    outline: none;
    position: relative;
}


.wpcf7 .custom-contact-form input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    color: transparent;
    background: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: -2px;

    cursor: pointer;

}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    margin-left: 0;
    padding-left: 0;
    font-family: var(--body-font-family);
    font-size: 14px;
    line-height: normal;
    color: #F17300;
}

input[type="date"]::-moz-focus-inner,
input[type="date"]::-moz-focus-outer {
    border: 0;
}

.popup-form .wpcf7 form .wpcf7-response-output {
    margin: 0;
}

.submit-row:has(.wpcf7-spinner) p {
    display: flex;
    align-items: center;
}


/*  */
/*Template Name: Case Study*/
/*  */
/*  */
/*  */
/*  */
/*  */

.section-studies-list {
    position: relative;
    padding: 200px 0;
}

.studies-list-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    row-gap: 13px;
}

.studies-list-item ul li a {
    display: inline-block;
    padding: 16px 24px;
    border-radius: 8px;
    background: #F9F9F9;
    font-size: 22px;
    line-height: normal;
    color: #14080E;
}

.studies-list-item ul li.active a {
    background: #006EB6;
    color: #fff;
}

.section-studies-list>.container {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

@media screen and (max-width: 1440px) {
    .section-studies-list {
        padding: 100px 0;
    }


}

@media screen and (max-width: 1366px) {
    .section-studies-list {
        padding: 90px 0;
    }



}

@media screen and (max-width: 1167px) {

    .section-studies-list {
        padding: 80px 0;
    }

    .section-studies-list>.container {
        gap: 50px;
    }

}

@media screen and (max-width: 1023px) {
    .section-studies-list {
        padding: 60px 0;
    }

    .studies-list-item {
        overflow: auto;
    }


    .industrial-banner {
        grid-template-columns: 1fr 0.8fr !important;
    }

}

@media screen and (max-width: 767px) {
    .section-studies-list {
        padding: 50px 0;
    }

    .section-studies-list>.container {
        gap: 40px;
    }

    .studies-list-item ul {
        flex-wrap: wrap;
    }

    .studies-list-item ul li a {
        font-size: 16px;
        padding: 10px 16px;
    }


    .section-studies-list>.container {
        gap: 40px;
    }
}

/* testimonials Page */

.section-testimonials.testimonial {
    background: transparent;
}


.section-testimonials.testimonial .testimonials-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.section-testimonials.testimonial .testimonials-block {
    grid-template-columns: 2fr 1.5fr;
    align-items: start;
}


.testimonials-btn .btn-right::after {
    width: 16px;
    height: 16px;
    top: 5px;
}

/* Error Page */

.section-not-found {
    padding: 120px 0;
}

.error404 .site-header {
    position: static;
    background-color: #2D2E83;
    padding: 10px 20px;
}

.error404 .header-menu {
    background-color: transparent;
}

.section-not-found .page-title {
    color: var(--heading-font-color);
}

.error-btn {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

/* section-post-contents */
.section-post-contents {
    position: relative;
    padding: 0 0 100px;
}

.section-post-contents .container {
    max-width: 1200px;
}

.section-post-contents img {
    margin: 24px 0;
    border-radius: 8px;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}

.section-post-contents h1,
.section-post-contents h2,
.section-post-contents h3,
.section-post-contents h4,
.section-post-contents h5,
.section-post-contents h6 {
    margin: 0 0 10px 0px;
}

.section-post-contents h2 {
    font-size: 50px;
    line-height: normal;
}


.section-post-contents strong {
    font-weight: 600;
}

.section-post-contents a {
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
    color: #006EB6;
}

.section-post-contents a:hover {
    text-decoration: none;
}

.section-post-contents .view-color a {
    display: inline-block;
    padding: 17px 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #006EB6;
    font-family: var(--link-font-family);
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    line-height: 18px;
    text-align: center;
    border: none;
    color: var(--white-color);
    border-radius: 4px;
    letter-spacing: -0.2px;
    text-decoration: none;
    margin-bottom: 16px;
}

.section-post-contents .view-color a:hover {
    border-radius: 64px;
}

.section-post-contents .tick::before {
    content: "";
    height: 30px;
    width: 30px;
    display: block;
    position: relative;
    top: 7px;
    margin-right: 10px;
    background-image: url('../images/icon/tick.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: .15rem;
}


@media screen and (max-width: 1440px) {
    .section-not-found {
        padding: 100px 0;
    }
}

@media screen and (max-width: 1366px) {
    .section-not-found {
        padding: 90px 0;
    }
}

@media screen and (max-width: 1167px) {
    .section-not-found {
        padding: 80px 0;
    }

}


@media screen and (max-width: 1023px) {
    .section-not-found {
        padding: 70px 0;
    }
}


@media screen and (max-width: 767px) {
    .section-not-found {
        padding: 50px 0;
    }


}


.pagination-wrap {
    display: flex;
    list-style: none;
    padding: 40px 0;
    background-color: #fff;
    gap: 16px;
    justify-content: center;
    margin-top: 64px;
}

.pagination-wrap .dots,
.pagination-wrap .ajax-page.active,
.pagination-wrap .ajax-page {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 15px 17px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid rgba(115, 115, 123, 0.25);
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    font-family: var(--body-font-family);
    color: #8A8487;
    font-size: 16px;
    font-weight: 500;
    line-height: 17.6px;
    letter-spacing: -0.32px;
}

.pagination-wrap .dots:hover,
.pagination-wrap .ajax-page:hover {
    border-radius: 50%;
}

.pagination-wrap .ajax-page.active {
    color: white;
    background: #006EB6;
}

.pagination-wrap .next-page,
.pagination-wrap .prev-page {
    font-size: 0;
    position: relative;
}


.pagination-wrap .prev-page::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/icon/Pagination-prev.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.pagination-wrap .next-page::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/icon/Pagination-next.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

/* Privacy Policy */

section.privacy-content {
    padding: 100px 20px;
    max-width: 1360px;
    margin: 0 auto;
}

section.privacy-content a {
    color: #006EB6;
    transition: all 0.3s ease-in-out;
}

section.privacy-content a:hover {
    text-decoration: underline;
    color: #F17300;
}

section.privacy-content p {
    margin-bottom: 10px;
}







/* Common Media Responsive */
@media screen and (max-width:1680px) {
    .grid-lines .line-25 {
        width: 34vw;
    }

    .grid-lines .line-50 {
        width: 53vw;
    }
}

@media screen and (max-width: 1440px) {
    .footer-row {
        column-gap: 77px;
    }

    .footer-detalis {
        gap: 63px;
    }

    .site-footer {
        padding: 80px 0 0px;
    }

    .footer-line {
        margin-top: 50px;
    }

    .header-menu .navbar>ul {
        gap: 40px;
    }

    .mega_middle {
        padding: 20px;
    }

    .mega_right {
        padding: 20px;
    }

    .mega_left_inner {
        gap: 23px;
    }
}

@media screen and (max-width: 1366px) {

    h2 {
        font-size: 66px;
        line-height: 75px;
    }

    .footer-logo {
        gap: 20px;
        margin-bottom: 20px;
    }

    .grid-lines .line-50 {
        width: 60vw;
    }

    .socket-socail {
        display: none;
    }

    .header-menu .navbar>ul {
        gap: 29px;
    }

    .mega_left_inner p {
        font-size: 14px;
        line-height: normal;
    }

    .mega_left_inner {
        display: flex;
        align-items: center;
        gap: 24px;
        padding: 16px 16px 16px 16px;
    }

    .mega_middle>.sub-menu {
        column-gap: 22px;
    }

    .mega_menu_content {
        grid-template-columns: 1.56fr 0.8fr 0.8fr;
    }

    .footer-title {
        width: calc(100% - 94px);
    }
}

@media screen and (max-width: 1167px) {
    h1 {
        font-size: 75px;
        line-height: 87px;
    }


    h2 {
        font-size: 59px;
        line-height: 66px;
    }


    .footer-row {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .site-footer::after {
        background-size: 500px;
        opacity: 0.1;
    }


    .grid-lines.gray {
        display: none;
    }

    .footer-detalis {
        max-width: 100%;
    }

    .footer-info {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(241, 241, 241, 0.2);
    }

    .footer-line {
        margin-top: 20px;
    }

    .footer-line {
        padding: 20px 0px;
    }

    .footer-line .footer-logo {
        justify-content: center;
    }


    .socket-right {
        display: none;
    }

    .header-wrap {
        gap: 30px;
    }

    .header-social {
        display: none;
    }

    .mega_left_inner {
        padding: 16px 16px 16px 16px;
    }

    .mega_left_inner h2 {
        margin-bottom: 10px;
    }

    .mega_menu_content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .mega_left_inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mega_middle>.sub-menu {
        grid-template-columns: max-content;
    }

    .header-menu {
        padding: 0 24px;
    }

    .right-shape-icon {
        width: 50px !important;
        height: 50px !important;
        padding: 10px;
    }

    .scrolling-btn {
        width: 55px;
        height: 55px;
    }

    .scrolling-btn img {
        width: 26px;
    }

    section.privacy-content {
        padding: 80px 20px;
    }

    .footer-info .footer-logo p {
        text-align: left;

    }


}

@media screen and (max-width: 1023px) {
    h1 {
        font-size: 54px;
        line-height: 63px;
    }

    h2 {
        font-size: 42px;
        line-height: 50px;
    }

    .header-wrap {
        background: #2D2E83;
        border-radius: 16px;
        padding: 10px 20px;
    }

    .sticky .header-wrap {
        background-color: transparent;
    }

    /* 
    .sticky.site-header {
        padding: 0 10px;
    } */

    .site-header {
        padding: 20px 10px 0;
    }

    .header-menu {
        justify-content: end;
        padding: 0;
    }

    .site-logo a {
        height: 80px;
    }

    .site-logo a>img {
        height: 100%;
    }

    .menu-toggle {
        display: inline-flex !important;
    }

    .mega_left_inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-links h6 {
        margin-bottom: 9px;
    }

    .site-footer {
        padding: 60px 0 0px;
    }

    .footer-line .footer-detalis {
        display: flex;
        justify-content: space-between;
    }

    .menu-open .navbar.active {
        right: -12px;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: rgba(241, 115, 0, 1) transparent;
    }

    .menu-open .navbar.active::-webkit-scrollbar {
        width: 6px;
    }

    .menu-open .navbar.active::-webkit-scrollbar-track {
        background: transparent;
    }

    .menu-open .navbar.active::-webkit-scrollbar-thumb {
        background-color: rgba(241, 115, 0, 1);
        border-radius: 10px;
    }

    .menu-open .navbar.active::-webkit-scrollbar-thumb:hover {
        background-color: rgba(241, 115, 0, 0.8);
    }

    .navbar {
        background: rgba(0, 0, 0, 0.8);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
        display: flex;
        flex-direction: column;
        height: 100vh;
        width: 350px;
        position: fixed;
        top: 0;
        right: -400px;
        transition: right 0.5s ease-in-out;
        z-index: 99;
    }

    .menu-is-active {
        position: relative;
        z-index: 999;
    }

    .navbar #menu-header-main-menu {
        flex-direction: column;
        align-items: start;
        gap: 0;
        padding: 118px 0;
    }

    .navbar #menu-header-main-menu>li {
        padding: 9px 20px;
    }

    .menu-open .navbar.active #menu-header-main-menu>li.menu-item-has-children.active .mega_menu_wrap {
        display: flex;
    }

    ul.menu>li.menu-item-has-children:hover .mega_menu_wrap {
        display: none;
    }

    .menu-open .navbar.active #menu-header-main-menu>li .mega_menu_wrap {
        position: static;
    }

    .menu-open .navbar.active #menu-header-main-menu>li .mega_menu_wrap .mega_menu_content {
        display: flex;
        flex-direction: column;
    }

    .menu-item-has-children.active {
        display: flex;
        flex-direction: column;
        gap: 18px;
        margin-bottom: 10px;
    }

    .mega_menu_content {
        border-radius: 16px;
    }

    .mega_left_inner {
        gap: 8px;
    }

    .mega_middle {
        padding: 0px 16px 16px 16px;
        border-left: none;
        border-bottom: 1px solid #E4E4E4;
    }

    .sticky .header-menu>.navbar>ul>li>a:after,
    .header-menu>.navbar>ul>li>a:after {
        bottom: -8px;
    }

    .mega_right {
        padding: 16px;
        border-radius: 0 0px 16px 16px;
    }

    .mega_menu_image>img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        width: 100%;
    }

    .popup-inner {
        display: flex;
        flex-direction: column;
    }

    .popup-left {
        height: 250px;
    }

    .popup-right {
        padding: 0 30px 30px;
    }

    .popup-right h2 {
        margin-bottom: 16px;
    }

    .popup-overlay {
        max-width: 850px;
    }

    .scrolling-btn {
        width: 45px;
        height: 45px;
    }

    .scrolling-btn img {
        width: 21px;
    }

    .pagination-wrap {
        margin-top: 30px;
        padding: 20px 0;
    }

    .section-post-contents {
        padding: 0 0 70px;
    }

    .section-post-contents h2 {
        font-size: 40px;
    }

    section.privacy-content {
        padding: 70px 20px;
    }

    .section-testimonials.testimonial .testimonials-block {
        grid-template-columns: 1fr 1fr;
    }

    .industrial-banner,
    .industrial-banner-img {
        height: 300px !important;
    }
}

@media screen and (max-width: 767px) {

    body {
        font-size: 16px;
        line-height: normal;
    }

    p {
        margin: 0 0 8px 0;
    }

    p,
    ul li,
    ol li {
        font-size: 16px;
        line-height: normal;
    }

    p:last-child {
        margin: 0;
    }

    ol,
    ul {
        margin: 0 0 10px 0;
    }

    input[type="text"],
    input[type="input"],
    input[type="password"],
    input[type="email"],
    input[type="number"],
    input[type="url"],
    input[type="tel"],
    input[type="search"],
    textarea,
    select {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
        line-height: normal;
    }


    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 10px 0;
    }

    h1 {
        font-size: 43px;
        line-height: 52px;
    }

    h2 {
        font-size: 32px;
        line-height: 40px;
    }

    h3 {
        font-size: 30px;
        line-height: normal;
    }

    h4 {
        font-size: 28px;
        line-height: normal;
    }

    h5 {
        font-size: 24px;
        line-height: normal;
    }

    h6 {
        font-size: 16px
    }


    .header-wrap {
        padding: 8px 18px;
    }

    .sticky .site-logo a,
    .site-logo a {
        height: 65px;
    }

    .mega_left_inner h2 {
        font-size: 35px;
        margin-bottom: 5px;
    }

    .footer-detalis {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .footer-detalis .footer-links {
        width: auto;
    }

    .footer-detalis .footer-links:nth-child(even) {
        margin: 0 auto;
    }

    .footer-line .footer-detalis {
        gap: 30px;
    }

    .socket {
        padding: 10px 0;
    }

    .socket-left {
        flex-direction: column;
        gap: 2px;
        align-items: center;
        justify-content: center;
        flex: 1;
    }

    .footer-action img {
        max-width: 40px;
    }

    .footer-line .footer-action {
        gap: 12px;
    }

    h4 {
        font-size: 18px;
    }

    .footer-row {
        gap: 0;
    }

    .menu-toggle__icon {
        display: inline-block;
        width: 40px;
        height: 26px;
    }

    .btn {
        padding: 11px 15px;
    }

    .mega_middle>.sub-menu>li {
        padding: 5px 0px;
    }

    .header-wrap {
        position: relative;
    }

    .header-menu {
        position: static;
    }


    .popup-right {
        padding: 0 20px 20px;
    }

    .popup-right h2 {
        font-size: 32px;
    }

    .footer-info .footer-logo img:first-child {
        max-width: 100px;
    }

    .footer-info .footer-logo img {
        max-width: 40px;
    }

    .footer-line {
        padding: 14px 0px;
    }

    .section-frame,
    .section-frame::after {
        height: 42px;
        border: 1px solid transparent;
    }

    .section-frame::after {
        height: 42px;
        background-size: cover;
    }

    .popup-overlay {
        max-width: 500px;
    }

    .right-shape-icon {
        width: 40px !important;
        height: 40px !important;
    }

    .section-post-contents {
        padding: 0 0 50px;
    }

    .section-post-contents h2 {
        font-size: 32px;
    }

    section.privacy-content {
        padding: 50px 20px;
    }

    .section-testimonials.testimonial .testimonials-block {
        grid-template-columns: 1fr;
    }

    .mega_menu_image {
        display: none;
    }

    .footer-title {
        width: 100%;
    }

    .footer-title h6 {
        margin-bottom: 10px;
    }

}


@media screen and (max-width:577px) {
    .two-cols {
        flex-direction: column;
    }

    .custom-contact-form .wpcf7-form-control.wpcf7-checkbox {
        display: grid;
        grid-template-columns: max-content max-content;
        row-gap: 16px;
        column-gap: 30px;
    }

    .popup-left {
        height: 166px;
    }

    .popup-overlay {
        max-width: 450px;
    }

    .scrolling-btn {
        right: 5px;
    }

    .industrial-banner,
    .industrial-banner-img {
        height: 250px !important;
    }

    .footer-info {
        padding-bottom: 14px;
    }

    .area-location ul {
        grid-template-columns: 1fr !important;
    }

}

@media screen and (max-width:464px) {

    .navbar {
        width: 330px;
    }

    .header-action {
        gap: 16px;
    }

    .footer-detalis {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
    }

    .footer-detalis .footer-links:nth-child(even) {
        margin: unset;
    }

    .footer-detalis .footer-links {
        width: 100%;
        text-align: center;
        padding-bottom: 9px;
        margin-bottom: 15px !important;
        border-bottom: 1px solid rgba(241, 241, 241, 0.2);
    }

    .footer-detalis .footer-links:last-child {
        border-bottom: none;
        padding: 0;
        margin: 0;
    }

    .footer-line {
        margin-top: 0;
    }

    .footer-line .footer-detalis {
        gap: 8px;
    }

    .socket * {
        text-align: center;
    }

    .footer-logo {
        gap: 11px;
        margin-bottom: 12px;
    }

    .footer-title h6 {
        letter-spacing: 0;
    }

    .popup-overlay {
        max-width: 310px;
    }
}