@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* header */
.header {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    padding: 6px 15px;
    background: transparent;
    width: 100%;
    left: 0;
}

a {
    transition: .3s ease
}

.header .item-left {
    flex: 0 0 17%;
    padding: 10px 23px 0px 58px;
}

.header .logo a {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}

.header .item-center {
    flex: 0 0 66%;
    margin-right: 60px;
}

.header .item-right {
    flex: 0 0 17%;
    display: flex;
    justify-content: flex-end;
}

.header .item-right a {
    text-decoration: none;
    font-size: 16px;
    color: #555555;
    display: inline-block;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.header .menu>ul>li {
    display: inline-block;
    line-height: 42px;
    padding: 0px 14px;
}

.header .menu>ul>li>a {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
    text-decoration: none;
    line-height: 25px;
    display: block;
    align-items: center;
}

.internal .header {
    position: relative;
}

.logo img {
    width: 100%;
        background: #fff;
    padding: 2px 22px;
    border-radius: 20px;
}

.header .menu>ul>li>a:hover {
    text-decoration: none;
}

.header .menu>ul>li>a svg {
    transition: .3s ease;
}

.header .menu>ul>li>a:hover svg {
    transform: rotate(182deg);
    fill: #006eef;
}

.header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 0px;
    opacity: 0;
}

.header .menu>ul>li.menu-item-has-children .sub-menu {
    margin-top: 0px !important;
    padding-top: 30px !important;
    opacity: 0;
    pointer-events: none;
    transition: margin-top 0.3s ease, opacity 0.3s ease;
}

.internal.contact-us .header {
    position: absolute;
}
.internal.contact-us .header .menu>ul>li a {color: #fff;}
.internal.contact-us .new-contact-banner-form input {border-bottom: 0 !important;}
.internal.contact-us .new-contact-banner-form #captchaAnswer {border-bottom: 1px solid #fff !important;}
.internal.contact-us .new-contact-banner-form #captchaAnswer::placeholder{text-align: center;}
.internal.contact-us .menu-item-has-children svg {
    fill: #ffffff;
}
.internal.contact-us  .header.scrolled .menu-item-has-children svg {
    fill: #000;
}
.internal.contact-us  .header.scrolled .menu>ul>li a {
    color: #000;
}

.internal.contact-us .item-left {
    padding-left: 73px !important;
    padding-right: 13px !important;
}

.header .menu>ul>li .sub-menu>ul>li {
    line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
    line-height: 1;
    display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
    max-width: 1438px;
    width: 100%;
    flex-wrap: wrap;
    border-radius: 15px !important;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 25%;
    padding: 0 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
    font-size: 16px;
    color: #ea4636;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: 300px;
    object-fit: cover;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
    /* color: #00abe8; */
}

.page-btn-li:hover {
    background-color: #00b2f2;
}

/* banner section */
.banner-section {
    background-image: url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
    display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

/*responsive*/
.sub-menu h2 {
    color: #000000;
    font-size: 25px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 20px;
    text-align: left;
}

.sub-menu p {
    color: #727272;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    line-height: 37px;
}

.menu-item-has-children svg {
    width: 14px;
    fill: #fff;
    margin-bottom: 5px;
}

.header .menu>ul>li>a:hover {
    color: #006eef;
}

.page-btn-new-header {
    font-size: 16px;
    color: #0070ed !important;
    line-height: 41px;
    text-decoration: none;
    font-weight: 600;
    padding: 0px 23px;
    border-radius: 8px;
    font-family: "Montserrat", sans-serif !important;
    border: 2px solid #0070ee !important;
    float: left;
    transition: .3s ease;
}

.page-btn-new:hover {
    background-color: #01b1f3 !important;
    color: #fff !important;
}

.page-btn-new-headersvg {
    fill: #01b1f3;
    width: 10px;
}

.page-btn-new:hover svg {
    fill: #fff;
}

.sub-menu h5 {
    text-align: left !important;
    color: #00000061;
    font-size: 18px;
    font-weight: 500 !important;
    text-transform: none;
    padding: 22px 0px 0px 9px;
}

.why-choose-box h3 {
    margin-bottom: 4px;
    color: #000000;
    font-size: 21px;
    font-weight: 500;
    text-align: left;
}

.why-choose-box h3 a {
    text-decoration: none;
    color: #000;
}

.why-choose-box h3 a:hover {
    color: #00abe8;
}

.why-choose-box p {
    color: #727272;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.why-choose-box {
    margin-top: 35px;
}

.menu-service-card {
    text-align: left;
    padding-bottom: 10px;
    margin-top: 0;
    margin-right: 0;
}

.menu-service-card h2 {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.menu-service-card ul li a {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    gap: 21px;
}

.menu-service-card ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
}

.menu-service-card ul li a:hover {
    color: #00adeb;
}

.img-fluid {
    width: 100%;
}

.service-img-box {
    position: relative;
    height: 100%;
}

.service-img-box img {
    height: 100%;
}

.service-img-box-2 {
    position: relative;
    background-color: #F4F5F7;
    padding: 22px;
    border-radius: 17px;
}

.service-img-box .page-btn-new-header {
    position: absolute;
    top: 8%;
    border: 1px solid #fff !important;
    left: 16%;
    color: #fff !important;
}

.page-btn-new-header:hover {
    background-color: #0070ed;
    border: 1px solid #0070ed !important;
    color: #fff !important;
}

.page-btn-new-header:hover svg {
    fill: #fff !important;
}

.page-btn-new-header:hover svg path {
    fill: #fff !important;
}

.service-img-box .page-btn-new-headersvg {
    fill: #fff !important;
}

.industries-sub-menu {
    padding: 0 !important;
}

.industries-sub-menu .page-btn-new-header {
    left: 10%;
}

.industries-sub-menu ul {
    width: 32%;
    display: inline-block;
    padding: 20px 0px;
    vertical-align: top;
    text-align: left;
}

.industries-sub-menu ul li a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #000;
}

.industries-sub-menu ul li a:hover {
    color: #1a99de;
}

.industries-sub-menu ul li {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
    gap: 10px;
}

.industries-sub-menu ul li h3 {
    display: flex;
    margin: 0;
}

.industries-sub-menu ul li img {
    width: 37px;
    height: 37px;
}

.page-btn {
    color: #fff !important;
    font-family: "Barlow", sans-serif !important;
    font-size: 16px !important;
}

.page-btn-li {
    background: #006eef;
    border-radius: 5px;
    padding: 0px 15px 0px 16px !important;
    color: #fff;
    height: 44px;
    line-height: 44px !important;
    margin-left: 12px;
    display: flex !important;
    align-items: center;
}

.go-back svg {
    width: 15px;
    fill: #000000;
}

.service-img-box-2 img {
    width: 100%;
}

.header.scrolled {
    background: #0a0a0a;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffff;
    transition: background 0.3s ease-in-out;
}

.header.scrolled .header {
    background: #fff;
}

.header.scrolled .header .menu>ul>li>a {
    color: #000;
}

.internal .header.scrolled {
    background: #0a0a0a;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffff;
    transition: background 0.3s ease-in-out;
}

.internal .header.scrolled .header {
    background: #fff;
}

.internal .header.scrolled .header .menu>ul>li>a {
    color: #000;
}

.scrolled .menu-item-has-children svg {
    fill: #000;
}

/* Default hidden state */
.header .menu>ul>li.menu-item-has-children .sub-menu {
    margin-top: 0px !important;
    opacity: 0;
    padding-top: 20px !important;
    pointer-events: none;
    transition: margin-top 0.3s ease, opacity 0.3s ease;
}

.main-submenu-div {
    background-color: #fff;
    border-radius: 15px !important;
}

/* Only show when hovering the link itself */
.header .menu>ul>li.menu-item-has-children>a:hover+.sub-menu {
    margin-top: 0;
    opacity: 1;
    pointer-events: auto;
}

.menu-main {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 4px;
}

.header .menu>ul>li a {
    color: #000;
}
.header.scrolled .header .menu>ul>li a {
    color: #000 !important;
}

.home .menu-main span a{color: #fff !important;}
.header.scrolled .header .menu>ul>.page-btn-li .page-btn {
    color: #fff !important;
}
.popup-form .dropdown-toggle::after{
        border-top: .3em solid #000000 !important;
}


@media(max-width: 1440px) {
    .header .menu>ul>li .sub-menu.mega-menu-column-4 {
        max-width: 1281px;
    }
}

@media(max-width: 1366px) {
    .header .menu>ul>li .sub-menu.mega-menu-column-4 {
        max-width: 1221px;
    }

    .menu-service-card ul li a img {
        width: 35px;
    }

    .menu-service-card ul li a {
        font-size: 13px;
    }

    .menu-service-card ul li {
        margin-bottom: 8px;
    }

    .industries-sub-menu ul li a {
        font-size: 13px;
    }

    .industries-sub-menu ul li img {
        width: 35px;
    }
}

@media(max-width: 1110px) {
    .header .menu>ul>li {
        margin-left: 15px;
    }
}

@media(max-width: 1024px) {
    .header .menu>ul>li>a {
        font-size: 13px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4 {
        max-width: 881px;
    }
}

@media(max-width: 991px) {
    .header .menu .menu-main {
        padding: 0px 20px;
    }

    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }

    .page-btn-li {
        margin-left: 10px !important;
    }

    .header .item-left,
    .header .item-right {
        padding: 0;
    }

    .v-center {
        justify-content: space-between;
    }

    .header .mobile-menu-trigger {
        display: flex;
        height: 50px;
        width: 50px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        background: #00AFF0;
        border-radius: 100%;
    }

    .header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #ffffff;
        width: 24px;
        position: relative;
    }

    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
    }

    .header .mobile-menu-trigger span:before {
        top: -6px;
    }

    .header .mobile-menu-trigger span:after {
        top: 6px;
    }

    .header .item-right {
        align-items: center;
    }

    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

    .header .menu.active {
        transform: translate(0%);
    }

    .header .menu>ul>li {
        line-height: 1;
        margin: 0;
        display: block;
    }

    .header .menu>ul>li>a {
        line-height: 50px;
        height: 50px;
        padding: 0 20px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: space-between;
        color: #000;
        padding-right: 0;
        padding-left: 0;
    }

    .header .menu>ul>li>a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }

    .header .menu .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }

    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 16px;
        display: none;
    }

    .header .menu .mobile-menu-head.active .go-back {
        display: block;
    }

    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
    }

    .header .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 25px;
    }

    .header .menu .menu-main {
        height: 100%;
        /* overflow-x: hidden;
        overflow-y: auto; */
    }

    .header .menu>ul>li .sub-menu.mega-menu,
    .header .menu>ul>li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        /* overflow-y: auto; */
    }

    .header .menu>ul>li .sub-menu.active {
        display: block;
        padding: 20px !important;
    }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
        margin-top: 0;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        margin-bottom: 20px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0px;
    }

    .header .menu>ul>li .sub-menu>ul>li>a,
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block;
    }

    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
        margin-bottom: 15px;
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    .header .menu>ul>li {
        text-align: left;
    }

    .sub-menu h2 {
        font-size: 17px;
        margin-bottom: 0;
    }

    .sub-menu p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 0;
    }

    .why-choose-box {
        margin-top: 20px;
    }

    .empty-code {
        display: none;
    }

    .page-btn-new-header {
        font-size: 13px;
        margin-top: 20px;
    }

    .page-btn-new-headersvg {
        width: 8px;
    }

    .sub-menu h5 {
        font-size: 16px;
    }

    .why-choose-box h3 {
        font-size: 16px;
    }

    .menu-service-card {
        margin-right: 0;
        min-height: auto;
        border-bottom: 0 !important;
    }

    .page-btn-new-header svg {
        fill: #00AFF0 !important;
    }

    .menu-service-card h2 {
        margin-bottom: 5px;
    }

    .service-img-box-2 {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .industries-sub-menu ul {
        width: 100%;
        padding-left: 15px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .page-btn-li {
        display: inline-block;
        float: left;
        margin-top: 15px !important;
    }

    .menu-item-has-children svg {
        fill: #000;
    }
}

@media(max-width: 768px) {
    .header .v-center {
        flex-direction: unset;
    }

    .header .menu>ul>li {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        padding: 10px 0px !important;
    }

    .menu-main {
        flex-direction: column;
        text-align: left;
        justify-content: flex-start;
        align-items: baseline;
    }

    .header .menu>ul>li {
        width: 100%;
    }

    .main-submenu-div {
        padding: 20px;
        width: 100% !important;
        height: 96vh !important;
        /* overflow-y: scroll !important; */
    }


    .header .menu>ul>li .sub-menu.mega-menu-column-4 {
        padding: 0 !important;
        /* overflow-y: hidden !important; */
    }

    .header .menu>ul>li a {
        color: #000 !important;
    }

    .header .menu>ul>li.page-btn-li {
        width: max-content;
        padding: 10px 20px !important;
    }
        .christmas-gif-div {
        top: 30%;
        right: 3%;
    }
    .christmas-close {
    top: 9px;
    right: 54px;}
}