/* 
.header_call {
	background-color: #005af6;
	border: none;
	text-align: left;
	padding: 18px 20px;
	color: var(--bs-white);
	cursor: pointer;
	transition: background-color 0.2s linear;
	position: absolute;
	right: 11px;
	top: 0;
	z-index: 99;
	border-radius: 0 0 60px 60px;
}
  
  .header_call:after {
    font-family: FontAwesome;
    content: "\f1e4";
    font-family: "fontawesome";
    font-size: 18px;
    float: right;
  }
  
  .header_call.is-open:after {
    content: "\f1e4";
  }
  .header_call:hover, .header_call.is-open {
	background-color: var(--bs-theme-orange4);
	color: var(--bs-white);
}
  .contact-wrap {
	display: flex;
	align-items: center;
}
.contact-icons {
	position: relative;
}
.contact-icons::after {
	background: #848484;
	width: 1px;
	height: 29px;
	position: absolute;
	top: 0px;
	right: -15px;
	content: "";
}
.contact-icons img {
	width: 30px;
	border-radius: 3px;
}
.contact-number {
	margin: 0 5px 0 25px;
	font-weight: 600;
}
.header-country-name {
	font-weight: 600;
	font-size: 15px;
	color: var(--bs-theme-blue1);
}

  .accordion-content {
    background-color: white;
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
  } */

.header-top-bar {
    background-color: #2866d1 !important;
}
.call_back_btn {
    color: #fff;
    border-radius: 50px;
    background-color: #073687;
    padding: 6px 16px 6px 7px;
    display: inline-block;
    transition: ease 0.4s;
}
.call_back_btn:hover{
    background-color: #e16008;
}
.call_back_btn img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 3px;
}

.header-contact-info {
    background-color: #005af6;
    border: none;
    text-align: left;
    padding: 4px 15px;
    color: var(--bs-white);
    cursor: pointer;
    transition: background-color 0.2s linear;
    position: absolute;
    right: 15px;
    top: 0px;
    z-index: 99;
    border-radius: 0 0 5px 5px;
}

.header-contact-info:after {
    font-family: FontAwesome;
    content: "\f1e4";
    font-family: "fontawesome";
    font-size: 18px;
    float: right;
}

.header-contact-info:hover,
.header_call {
    background-color: var(--bs-theme-orange4);
    color: var(--bs-white);
}

#ezulix_contact .col-lg-12 {
    padding: 0 6px;
}

.contact-wrap {
    position: relative;
    display: flex;
}

.contact-wrap img {
    width: 22px;
    border-radius: 4px;
    object-fit: contain;
}

.contact-number {
    font-weight: 600;
    display: block;
    margin: 0 0px 0 5px;
    font-size: 12px;
}

.header-country-name {
    font-weight: 600;
    font-size: 12px;
    color: var(--bs-theme-blue1);
    padding-left: 5px;
    order: 2;
}

.header-top-bar {
    padding: 0 12px;
    transition: 0.5s all ease-in-out;
}

.header-section.sticky .header-top-bar {
    display: none;
}

.header_contacts {
    max-height: 100%;
    padding: 10px 20px;
    transition: 0.5s all ease-in-out;
    opacity: 1;
}

.header-section.sticky .header_contacts {
    background: var(--bs-theme-blue1);
}

.header-section.sticky .contact-number {
    color: var(--bs-white);
    display: block;
    margin: 0;
}

.header-section.sticky .header-country-name {
    color: var(--bs-white);
}

/* .contact-number {
	margin: 0 5px 0 25px;
	font-weight: 600;
} */
@media only screen and (min-width:360px) {
    .header-contact-wrapper {
        display: flex;
        gap: 0 20px;
        justify-content: space-between;
    }

    .contact-wrap {
        display: block;
    }

    .contact-number {
        display: block;
        margin: -9px 0px 0 0;
        font-size: 12px;
    }

    .menu-header {
        display: flex;
        height: 90px;
        padding: 10px 15px;
    }

    .header-contact-info {
        padding: 5px 8px;
        right: 15px;
        top: 13px;
        border-radius: 5px;
    }
}

@media only screen and (min-width:360px) {
    .header-contact-info {
        top: 18px;
    }
}

@media only screen and (min-width:576px) {
    .header-contact-wrapper {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .contact-wrap {
        display: flex;
    }

    .contact-number {
        margin: 0;
    }
}

@media only screen and (min-width:768px) {
    .header-contact-wrapper {
        padding: 5px 0;
    }

    .contact-wrap::after {
        background: #848484;
        width: 1px;
        height: 25px;
        position: absolute;
        top: 2px;
        right: -9px;
        content: "";
    }

    .contact-wrap:nth-child(3)::after {
        display: none;
    }

    .header-country-name,
    .contact-number {
        font-size: 14px;
    }
}

@media only screen and (min-width:992px) {
    .header-top-bar {
        padding: 5px 0px 5px
    }

    .header-contact-wrapper {
        padding: 0 83px 0 0;
    }

    .header-contact-wrapper {
        padding: 10px 0;
    }

    .contact-wrap {
        display: flex;
        margin-left: 30px;
    }

    .contact-wrap::after {
        right: -24px;
    }

    .contact-wrap:nth-child(3)::after {
        display: none;
    }

    .contact-number {
        margin: 0 0 0 5px;
        order: 1;
    }
}

@media only screen and (min-width:1200px) {
    .contact-wrap img {
        width: 30px;
        border-radius: 10px;
    }

    .header-contact-wrapper {
        padding: 5px 57px 5px 46px;
    }

    .header-country-name,
    .contact-number,
    .contact-number {
        font-size: 16px;
    }
}

/*         Header Section
===================================*/
.header-section {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99;
	background: #fff;
}

.menu-header {
    display: block;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* height: 100px; */
    z-index: 9;
    position: relative;
    background: rgba(255, 255, 255, 0.37);
    border-bottom: 1px solid rgba(255, 255, 255, 0.64);
    padding: 10px 0px;
}

.header-section .container-fluid {
    padding: 0
}

.website-logo img {
	max-height: 80px;
	width: auto;
}

.nav-link.show:before {
    content: "";
    border-bottom: 2px solid #2c4bff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100
}

.sw-menu-sw-set {
    display: block;
    grid-gap: 15px;
    margin-top: 14px;
    width: 100%;
}

/* header Menu */
.menu-navbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    list-style: none;
    padding-left: 0px
}

.menu-links:hover {
    color: var(--bs-theme-blue2)
}

.menu-dropdown::after,
.megamenu_dropdown-links::after {
    vertical-align: unset;
    border-top: inherit;
    border-right: none;
    border-right-style: none;
    border-right-width: medium;
    border-bottom: none;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-left: none;
    content: "";
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 7px;
    width: 7px;
    top: -2px;
    position: relative;
    transform: rotate(45deg);
    transition: all .5s ease;
    margin-left: .255em
}

.dropdownitem:hover .menu-dropdown::after,
.dropdownitem:hover .megamenu_dropdown-links::after {
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg)
}

.header_menu ul li .dropdown {
    display: none;
    position: absolute;
    min-width: 200px;
}

@media screen and (min-width:360px) {
    .menu-header {
        display: flex;
    }

    .menu-header {
        height: 60px;
    }
}

@media screen and (min-width: 420px) {
    .menu-header {
        display: flex;

        height: 70px;
        padding: 10px 15px;
    }
}


@media screen and (min-width: 992px) {

    /* Animations */
    .dropdownitem .dropdown {
        animation: translateDown 400ms 0ms ease-in-out forwards;
        transform-origin: top center;
    }

    .dropdownitem .dropdownitem .dropdown {
        transform-origin: top center !important;
        animation: translateX 400ms 0ms ease-in-out forwards !important;
    }
}


/*  Sticky Header
================================== */
.header-section.sticky {
    box-shadow: 0 15px 20px 0 rgb(0 10 70/10%)
}

.header-section.sticky .menu-header,
.header-section.sticky .dropdown-nav {
    backdrop-filter: blur(21px);
    background: #ffffffc7
}


/* 1..   Dropdown Menu
================================== */
.dropdown-nav {
    position: absolute;
    background: var(--bs-white);
    ;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 0;
    display: block
}

.dropdownitem:hover .dropdown-nav {
    display: block;
    position: absolute
}

.row1-dropdown1 {
    background: url(../image/home/md_cabin.webp);
    background-size: cover;
    background-position: center;
    position: relative;
}

.row1-dropdown1::after {
    background: var(--bs-black);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.7;
}

.row2-dropdown1 {
    background: url(../image/home/business_area.webp);
    background-size: cover;
    position: relative;
}

.row2-dropdown1::after {
    background: var(--bs-black);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.7;
}

.row3-dropdown1 {
    background: url(../image/home/aboutus_bg.webp);
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 0;
    background-size: cover;
    background-position: bottom;
    position: relative;
}

.row3-dropdown1::after {
    background: var(--bs-black);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.6;
}

.company-nav-draopdown {
    margin-bottom: 25px
}

.row1-dropdown2,
.row2-dropdown2 {
    border: 1px solid var(--bs-gray-400)
}

.row1-dropdown2,
.row2-dropdown2 {
    background: var(--bs-white);
}

.dorpdown-click-links {
    padding: 40px 40px 20px;
    display: block;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 1;
    position: relative;
}

.menu-link-title {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    position: relative;
    transition: 0.5s all ease-in-out
}

.menu-link-title::before {
    background: var(--bs-theme-orange2);
    width: 32px;
    height: 3px;
    position: absolute;
    content: "";
    bottom: 9px
}

.company-nav-draopdown:hover .menu-link-title {
    letter-spacing: 0.5px;
    color: var(--bs-black)
}

.menu-about-content {
    font-size: 16px;
    margin-bottom: 7px
}

.row1-dropdown1 .menu-link-btn,
.row2-dropdown1 .menu-link-btn,
.row3-dropdown1 .menu-link-btn {
    color: var(--bs-white);
}

.menu-link-btn {
    font-weight: 500;
    text-align: right;
    font-size: 15px;
    transition: 0.5s all ease-in-out
}

.company-nav-draopdown:hover .menu-link-btn {
    position: relative;
    font-size: 16px
}



/* 2..   Mega Dropdown Menu
================================== */
.megamenu-dropdown .inner-megamenu {
    display: none;
    padding: 15px 0
}

.inner-megamenu.megamenu-wrapper {
    padding: 20px 0 !important
}

.dropdownitem ul li a {
    color: #333;
    font-weight: 400;
    text-decoration: none;
    float: left;
    width: 100%;
    font-size: 14px
}

.inner-megamenu-link {
    padding: 10px 20px;
    margin-bottom: 10px;
    transition: 0.5s all ease-in-out;
    border-bottom: 1px dotted var(--bs-black)
}

.mega_dropdown-lists:hover .inner-megamenu-link {
    background: var(--bs-primary-blue);
    color: var(--bs-white);
    border-radius: 5px;
    border-bottom: 1px dotted transparent
}

.inner-megamenu-link span {
    color: var(--bs-black);
    transition: 0.5s all ease-in-out
}

.mega_dropdown-lists:hover .megamenu-title {
    color: var(--bs-white)
}

.megamenu-title-image {
    width: 45px;
    transition: 0.5s all ease-in-out
}

.mega_dropdown-lists:hover .megamenu-title-image {
    filter: brightness(0) invert(1)
}

.megadropdown-items .megadropdown-links img {
    width: 30px;
    margin-right: 10px;
    transition: 0.5s all ease-in-out
}

.menu-navbar .megadropdown-items:hover .megadropdown-links img {
    /* filter: contrast(40%) sepia(1) saturate(1000%); */
    transition: 0.5s all ease-in-out;
    filter: none
}

.menu-navbar .megadropdown-items:hover .megadropdown-links {
    color: var(--bs-primary-blue);
    padding-left: 10px
}

/* estimate Btn 
================================== */
.estimate-btns .theme-btn {
    font-size: 11px;
    padding: 9px 8px;
    width: 100%;
}

.estimate-btns .theme-btn span {
    display: none;
}

@media screen and (min-width: 360px) {
    .estimate-btns .theme-btn {
        width: auto;
    }

}

/* Theme Toggle Btn Open
================================== */
.mobile-toggle-open {
    cursor: pointer;
    border: 1px solid var(--bs-black);
    padding: 9px;
    border-radius: 5px;
    position: absolute;
    top: 8px;
    right: 17px;
}

.mobile-toggle-open .open {
    display: block;
    height: 2px;
    background: var(--bs-black);
    transition: 0.5s all ease-in-out
}






.mobile-toggle-open .open:nth-child(1) {
    width: 16px;
}

.mobile-toggle-open .open:nth-child(2) {
    width: 13px;
    margin-top: 6px;
}

.mobile-toggle-open .open:nth-child(3) {
    width: 9px;
    margin-top: 6px;
}

@media only screen and (min-width:320px) {

    .sw-menu-sw-set {
        display: flex;
        grid-gap: 0px;
        width: 100%;
        margin-top: 0;
    }

    .mobile-toggle-open {
        left: 3px;
        right: auto;
        width: 39px;
        position: relative;
        top: 0;
    }

    .estimate-btns .theme-btn {
        font-size: 12px;
        margin-right: 2px;
    }
}

@media only screen and (min-width:420px) {
    .sw-menu-sw-set {
        grid-gap: 20px;
    }

    .estimate-btns .theme-btn {
        margin-right: 10px;
    }
}

@media only screen and (min-width:576px) {
    .mobile-toggle-open {
        width: 43px;
        padding: 12px 9px;
    }

    .mobile-toggle-open .open:nth-child(1) {
        width: 23px;
    }

    .estimate-btns .theme-btn {
        font-size: 16px;
    }

    .header-contact-info {
        top: 0;
        padding: 16px 18px;
        border-radius: 0 0 5px 5px;
        right: 0;
    }
}

@media only screen and (min-width:640px) {
    .contact-number {
        font-size: 14px;
    }
}

.mobile-toggle-open .open:nth-child(2) {
    width: 19px;
}

.mobile-toggle-open .open:nth-child(3) {
    width: 15px;
}

.mobile-toggle-open:hover .open:nth-child(2),
.mobile-toggle-open:hover .open:nth-child(3) {
    width: 23px;
}

.mobile-menu-active .mobile-toggle-open .open {
    background: var(--bs-blue);
    width: 23px;
}

/* Theme Toggle Btn Close
================================== */
.mobile-toggle-close {
    cursor: pointer;
    color: #333;
    text-decoration: none;
    font-size: 26px;
    display: none
}

.mobile-toggle-close .close {
    transition: all 0.2s ease-out
}

.mobile-toggle-close {
    animation: translateX 400ms 0ms ease-in-out forwards;
}

.mobile-menu-active .mobile-toggle-close {
    display: block;
    z-index: 15;
    position: absolute;
    left: 15px;
    top: 0px;
    width: 40px;
    height: 36px;
    text-align: center;
    background: var(--bs-white);
}

.mobile-toggle-close .close {
    background: var(--bs-black)
}

.mobile-toggle-close .close:first-child,
.mobile-toggle-close .close:nth-child(2) {
    width: 25px;
    height: 2px;
    position: absolute;
    right: 3px;
    top: 17px
}

.mobile-toggle-close .close:first-child {
    transform: rotate(40deg);
}

.mobile-toggle-close .close:nth-child(2) {
    transform: rotate(-47deg);
}

.mobile-toggle-close .close:nth-child(3) {
    display: none
}

.mobile-toggle-close:hover .close:nth-child(1),
.mobile-toggle-close:hover .close:nth-child(3) {
    width: 13px;
    left: 5px
}

.mobile-toggle-close:hover .close:nth-child(1) {
    transform: rotate(29deg);
    margin-top: 2px
}

.mobile-toggle-close:hover .close:nth-child(2) {
    width: 25px;
    position: absolute;
    right: 8px;
    top: 16px;
    transform: rotate(0deg)
}

.mobile-toggle-close:hover .close:nth-child(3) {
    transform: rotate(-29deg);
    margin-top: 5px;
    display: block;
    height: 2px;
    top: 8px;
    position: relative
}

@media screen and (max-width: 420px) {
    .website-logo img {
        max-height: 27px;
    }

    .header_menu.active {
        width: 100%;
        top: 87px;
    }

    .mobile-menu-active .mobile-toggle-close {
        right: 0;
    }
}

@media screen and (min-width: 421px) {
    .estimate-btns .theme-btn span {
        display: inline-block;
    }
}

@media screen and (min-width: 768px) {
    .estimate-btns .theme-btn {
        font-size: 16px;
        padding: 15px 20px;
    }
}

@media only screen and (min-width: 992px) {
    .menu-header {
        padding: 10px 10px
    }

    .menu-links {
        color: var(--bs-gray-800);
        font-size: 16px;
        padding: 0 10px;
        position: relative;
        font-weight: 500;
        line-height: 85px;
        display: block
    }

    /* Header Megamenu 
================================== */
    .inner-megamenu.megamenu-wrapper,
    .dropdown-nav {
        padding: 20px 0 !important;
        backdrop-filter: blur(11px);
        -webkit-backdrop-filter: blur(12px);
        background: #ffffffb2;
        overflow: hidden;
        position: relative;
        box-shadow: 14px 11px 12px -6px #0000000d;

    }

    .dropdown-nav {
        margin-top: -7px;
    }

    .menu-item.megamenu-dropdown .megamenu-wrapper::before,
    .menu-item .dropdown-nav::before {
        background: var(--bs-blue);
        width: 100%;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        content: "";
        transition: 0.5s all ease-in-out;
        margin: 0 auto
    }

    .inner-megamenu .col-xl-12>ul {
        display: flex;
        width: 100%
    }

    .dropdownitem:hover .inner-megamenu {
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        margin: -7px auto 0;
        padding: 0
    }

    .inner-megamenu .mega_dropdown-lists {
        margin: 0 15px;
        width: 33%;
        position: relative
    }
    .solution_menu .mega_dropdown-lists {
        width: 100%;
    }
    .solution_menu{
        width: 22% !important;
    }

    .megadropdown-links {
        padding: 5px 0;
    }

    .inner-megamenu-link {
        padding: 10px 10px;
    }

    .inner-megamenu-link img {
        width: 54px;
    }

    .megamenu-dropdown .inner-megamenu.inner-megamenu-lists {
        position: relative !important;
    }

    .header_menu.active .mega_dropdown-lists .opened+.inner-megamenu-lists {
        display: block;
        position: relative;
        overflow: hidden
    }

    .megadropdown-items .megadropdown-links img {
        width: 35px;
        -webkit-filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);
        filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8)
    }

    .megamenu-img {
        position: absolute;
        right: 83px;
        bottom: -160px;
        width: 300px;
        z-index: -1;
    }

    /*  Sticky menu mega */
    .header-section.sticky .inner-megamenu.megamenu-wrapper,
    .header-section.sticky .dropdown-nav {
        background: var(--bs-white);
    }

    /*  Offcanvas toggle */
    .offcanvas_toggle {
        display: none
    }
}


@media only screen and (max-width: 991px) {

    /*  Dropdown Menu
================================== */
.header-section .container {
	max-width: 100% !important;
	padding: 0;
}
    .company-mobile-dropdown {
        padding: 0 25px
    }

    .header_menu.active .nav-dropdown.opened+.company-mobile-dropdown {
        display: block;
        position: relative;
        overflow: hidden;
        background: #f2f2f2
    }

    .menu-item .company-mobile-dropdown li.mobile-nav-item>a {
        padding: 10px 0px;
        border-bottom: 1px dotted var(--bs-black)
    }

    .menu-item .company-mobile-dropdown li.mobile-nav-item>a:hover {
        padding-left: 10px
    }

    .menu-item .company-mobile-dropdown li.mobile-nav-item:last-child>a {
        border-bottom: none
    }

    .mobile-nav-item a:hover {
        color: var(--bs-theme-blue2);
        padding-left: 5px
    }

    .dropdownitem:hover .dropdown-nav {
        display: none
    }

    .menu-dropdown::after,
    .megamenu_dropdown-links::after {
        vertical-align: unset;
        border-top: inherit;
        border-right: none;
        border-right-style: none;
        border-right-width: medium;
        border-bottom: none;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-left: none;
        content: "";
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-right-style: solid;
        border-right-width: 2px;
        display: inline-block;
        height: 7px;
        width: 7px;
        top: 13px;
        position: relative;
        transform: rotate(-47deg);
        transition: all .5s ease;
        margin-left: .255em;
        right: 10px;
        float: right
    }

    .menu-item .menu-links.opened::after {
        transform: rotate(50deg)
    }

    /* Mega Menu Dropdown*/
    .header_menu {
        display: none;
        position: relative;
    }

    .header_menu.active {
        display: block;
        position: fixed;
        left: 0px;
        top: 0px;
        margin-top: 0px;
        width: 350px;
        height: 100vh;
        z-index: 14;
    }

    .header_menu.active .menu-navbar {
        display: block;
        background-color: var(--bs-white);
        padding: 40px 0;
        width: 100%;
        height: 100vh;
        overflow: scroll;
        transform-origin: top center;
        animation: translateX 400ms 0ms ease-in-out forwards;
    }

    .nav-dropdown.inner-megamenu-link.web-menu-desktop {
        display: none;
    }

    .header_menu ul.menu-navbar>li a {
        width: 100%;
        text-decoration: none;
        padding: 10px 20px;
        border-bottom: 1px solid #ddd;
        display: block
    }

    .menu-item .menu-links:hover {
        padding: 10px 25px;
        color: var(--bs-theme-blue2)
    }

    .header_menu .nav-dropdown.opened {
        color: var(--bs-theme-blue2);
        border-bottom: 1px solid var(--bs-theme-blue2)
    }

    .header_menu ul.menu-navbar>li:last-child a {
        border-bottom: none
    }

    .header_menu.active .nav-dropdown.opened+.megamenu-wrapper {
        display: block;
        position: relative;
        overflow: hidden
    }

    .header_menu.active .inner-megamenu-link.opened+.inner-megamenu-lists {
        display: block;
        position: relative;
        overflow: hidden;
    }

    .inner-megamenu-link::after {
        float: right;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-right-style: solid;
        border-right-width: 2px;
        content: "";
        height: 7px;
        width: 7px;
        top: 17px;
        position: relative;
        transform: rotate(45deg);
        transition: all .5s ease;
        margin-left: .255em;
        right: 8px
    }

    /* Menu Toggle Btn */
    .mobile-toggle-close {
        display: none
    }

    /* Menu overlay Background */
    #menu-overlay {
        background-color: rgba(0, 0, 0, .3);
        float: left;
        display: none;
        width: 100%;
        height: 100vh;
        z-index: 13;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

    #menu-overlay.show {
        display: block
    }

    /* Menu Mega Menu */
    .megamenu-wrapper ul {
        padding: 0 !important;
    }

    .inner-megamenu-lists {
        padding-left: 13px !important
    }

    .inner-megamenu-lists .megadropdown-items>a {
        border-bottom: 1px dotted var(--bs-black) !important
    }

    .inner-megamenu-link.child.opened {
        background: var(--bs-primary-blue);
        padding: 10px;
        border-radius: 5px
    }

    .mega_dropdown-lists:hover .inner-megamenu-link {
        padding: 10px 10px;
    }

    .inner-megamenu-link.child.opened .megamenu-title-image {
        filter: brightness(0) invert(1);
    }

    .inner-megamenu-link.child.opened::after {
        transform: rotate(-135deg);
        color: var(--bs-white);
    }

    .inner-megamenu-link.child.opened:hover::after {
        color: var(--bs-white)
    }

    .inner-megamenu-link.child.opened span {
        color: var(--bs-white) !important
    }
}

@media only screen and (min-width: 1200px) {
    .menu-header {
        padding: 10px 0px
    }

    .menu-links {
        padding: 0 15px;
        font-size: 18px;
    }
}



/* ==============================
            Footer 
================================*/
 /* Main Footer */

.footer-sction {
	background: #040836;
	padding-top: 100px;
}
.f-items {
	padding-bottom: 80px;
}
 .f-items .f-item.contact-widget {
	position: relative;
	z-index: 1;
}

 .f-items .f-item.contact-widget::after {
	position: absolute;
	left: -50px;
	top: -200px;
	height: 300%;
	width: 500%;
	background: #090e49;
	content: "";
	z-index: -1;
}

.footer-sction {
	overflow: hidden;
}

.footer-sction img,
.footer-sction .widget-title {
	margin-bottom: 30px;
}

.f-items .f-item p,
.f-items .f-item a,
.f-items .f-item {
	color: #adb5bd;
} 

.f-items .f-item.about {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	padding-right: 40px;
	margin-right: 10px;
}
.social-media li {
	list-style: none;
	display: inline-block;
	padding-right: 12px;
}
.social-media li a i {
	background: linear-gradient(45deg, #02ebad 0%, #5a57fb 50%);
	color: #fff;
	width: 35px;
	text-align: center;
	height: 35px;
	position: relative;
	display: inline-block;
	line-height: 35px;
	border-radius: 5px;
	font-size: 20px;
	transition: 0.5s all ease-in-out;
}
.f-items .f-item.link li {
	margin-bottom: 12px;
	font-size: 16px;
	list-style: none;
}
.f-items .f-item.link li:last-child {
	margin-bottom: 0;
}

.f-items .f-item.link li a:hover {
	color: var(--bs-white);
	margin-left: 10px;
}

.f-items .f-item.link li a {
	font-weight: 500;
}

.f-items .f-item.link li a i {
	font-size: 12px;
	margin-right: 3px;
}

.f-items .f-item .address {
	margin-top: 30px;
}

.f-items .f-item .address li {
	display: flex;
	margin-bottom: 40px;
}

.f-items .f-item .address li i {
	display: inline-block;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
	margin-right: 20px;
	background: rgba(255, 255, 255, 0.1);
	color: var(--bs-white);
	border: 1px dashed rgba(255, 255, 255, 0.3);
	font-weight: 300;
	font-size: 18px;
}

.f-items .f-item .address li:last-child {
	margin-bottom: 0;
}

.f-items .f-item .address li strong {
	display: block;
	text-transform: uppercase;
	color: var(--bs-white);
	font-size: 15px;
}

/* Footer Bottom */
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 30px 0;
	z-index: 1;
	position: relative;
	background:#040836;
}

.footer-bottom ul li {
	display: inline-block;
	margin-left: 15px;
}

.footer-bottom p {
	margin: 0;
}

.footer-bottom p,
.footer-bottom a {
	color: #adb5bd;
}

.footer-bottom a {
	font-size: 14px;
}

.footer-bottom a:hover {
	color: var(--bs-white);
}
 
 
@media only screen and (min-width:576px) {
    .expertise-wrap::after {
        background: var(--bs-black);
        width: 1px;
        height: 100%;
        position: absolute;
        right: 17px;
        top: 0;
        content: "";
    }

    .expertise-wrap .widget-footer-links {
        border-bottom: none;
        padding-bottom: 0;
    }
 

}

@media only screen and (min-width:768px) {
   
    .expertise-wrap::after {
        display: none;
    }

    .justify-content-between .industries-wrap {
        padding-left: 40px;
    }

    .company-wrap .widget-footer-links {
        border-top: none;
        padding-top: 0;
    }

    .widget-social-list li {
        padding: 0 15px;
    }
}

@media only screen and (min-width:992px) {
    .justify-content-between .industries-wrap {
        padding-left: unset;
    }
 
     
}

@media only screen and (min-width:992px) {
    .nav-dropdown.inner-megamenu-link.web-menu-desktop {
        display: block;
    }

    .nav-dropdown.inner-megamenu-link.web-menu-mobile {
        display: none;
    }
}

 

@keyframes translateDown {
    0% {
        transform: scaleY(0)
    }

    80% {
        transform: scaleY(1.1)
    }

    100% {
        transform: scaleY(1)
    }
}

@keyframes translateX {
    0% {
        opacity: 0;
        transform: translateX(-60px);
    }

    80% {
        transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes translateX {
    0% {
        opacity: 0;
        transform: translateX(-160px)
    }

    80% {
        transform: translateX(-5px)
    }

    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}
 