header {
    position: relative;
}
.header-con {
    position: relative;
    background: transparent;
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease-in-out;
    padding-top: 40px;
    transition: all 0.3s ease-in;
}
.header-con .navbar {
    position: relative;
    display: flex;
    width: 100%;
    align-items: end;
    justify-content: space-between;
}
.navbar-brand {
    padding: 15px 0;
    margin-bottom: 0;
}
.navbar-brand img {
    width: 260px;
    max-width: 100%;
    transition: all 0.3s ease-in;
}
.activeHeader .navbar-brand img{
    width: 200px;
}
.header-con .navbar .navbar-toggler {
    color: var(--textColor);
    font-size: var(--lgTextFont);
    line-height: 1.5;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    box-shadow: inherit;
    position: relative;
    top: 4px;
}
.activeHeader .header-con {
    background-color: var(--whiteColor);
    box-shadow: 0 0 8px 0px rgb(0 0 0 / 15%);
    padding-top: 0;
}

.header-con .navbar {
    position: initial;
}
.header-menu-fixd {
    position: initial;
}
.menu-header {
    position: relative;
}
.menu-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
    display: inline-block;
    position: relative;
}
.menu-header ul > li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
    display: inline-block;
    position: relative;
    color: var(--textColor);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    font-family: var(--primaryFontFamily);
}
.menu-header ul > li:hover > a{
    color: var(--primaryColor);
}
.menu-header ul > li.active > a{
    color: var(--primaryColor);
}
.menu-header ul > li:last-child {
    padding-right: 0;
}
.menu-header ul > li:hover > ul {
    display: block;
}
.menu-header ul > li > a {
    padding: 0  20px 12px;
    width: auto;
    display: inline-block;
}
.menu-header ul > li > a:hover {
    opacity: 0.75;
}
.menu-header ul  ul {
    display: none;
    position: absolute;
    width: 200px;
    top: 100%;
    left: 0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.16);
    padding: 8px 0;
    z-index: 9;
    background: rgb(255 255 255 / 75%);
}
.menu-header ul ul > li {
    width: 100%;
    padding: 0;
}
.menu-header ul ul > li > a {
    padding: 8px 15px;
}

.menu-header ul li.dropdown-mega{
    position: initial ;
}
.menu-header ul > .dropdown-mega > .mega-menu {
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 36px;
    left: 0;
    top: 100%;
    border: 1px solid #f7f7f7;
    /* box-shadow: 0 4px 16px rgb(0 0 0 / 15%); */
    display: none;
    min-height: 200px;
    border-radius: 0;
}
.menu-header ul > .dropdown-mega:hover > .mega-menu {
    display: block;
}
.header-menu-overlap {
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(180deg, rgb(255 255 255 / 90%), rgb(255 255 255 / 0) 100%);
}
.header-con .container {
    position: relative;
    z-index: 3;
}
.mega-menu-description p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    font-size: 16px;
}
.mega-menu-description .link-icon-text {
    font-size: 16px;
}
.mega-menu-description .link-icon-text::before{
    font-size: 12px;
    top: 6px;
}
.menu-header ul .mega-menu-list ul > li a{
    padding: 5px 0;
}
.menu-header ul > .dropdown-mega > .mega-menu .mega-menu-list ul{
    display: block;
    position: relative;
    width: 100%;
    top: inherit;
    box-shadow: none;
    padding: 0;
    left: inherit;
    background: transparent;
}
.menu-header ul li.dropdown-mega .mega-toggle {
    display: none;
}
.menu-header ul > .dropdown-mega > .mega-menu .g-5{
    --bs-gutter-x: 30px;
}
.menu-header ul > .dropdown-mega > .mega-menu .mega-menu-description{
    padding-right: 50px;
    margin-right: 40px;
    border-right: 2px solid rgb(204 204 204 / 50%);
    height: 100%;
}
.mega-menu-description h5{
    margin-bottom: 10px;
}
.mega-menu-description h6{
    margin-bottom: 10px;
}
@media only screen and (max-width: 1399.98px) {
    .menu-header ul > li{
        font-size: 18px;
    }
    .menu-header ul .mega-menu-list ul > li{
        font-size: 16px;
    }
    .menu-header ul .mega-menu-list ul > li a{
        padding: 4px 0px;
    }
    .menu-header ul > li > a{
        padding: 0 12px 12px 12px;
    }
    .navbar-brand img{
        width: 240px;
    }
    .menu-header ul > .dropdown-mega > .mega-menu .mega-menu-description {
        padding-right: 30px;
        margin-right: 30px;
    }
    .menu-header ul > .dropdown-mega > .mega-menu{
        padding: 30px;
    }
    .activeHeader .navbar-brand img {
        width: 180px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .header-con {
        padding: 0;
        background: transparent;
    }
    .header-con .container {
        max-width: 100%;
        padding: 0;
    }
    .header-con .navbar {
        padding: 0 24px !important;
        align-items: center;
    }
    .header-menu-overlap {
        height: 80px;
        background-image: none;
    }
    .header-con .navbar .navbar-collapse.menu-header {
        position: absolute;
        top: 83px;
        background: #fff;
        width: 100%;
        left: 0;
        right: 0;
    }
    .menu-header {
        position: relative;
    }
    .menu-header ul {
        width: 100%;
        padding: 8px 0;
    }
    .menu-header ul li {
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #eee;
        font-size: 21px;
    }
    .menu-header ul li a {
        padding: 20px 90px 20px 24px;
        width: 100%;
        display: inline-block;
        position: relative;
    }
    .menu-header ul > li > ul {
        display: block;
        width: 100%;
        background-color: transparent;
        position: inherit;
        top: inherit;
        right: inherit;
        padding: 0 0 0 20px;
    }
    .menu-header ul > li > ul li {
        padding: 0;
        width: 100%;
    }
    .menu-header ul > li > ul li a {
        padding: 8px 15px;
        width: 100%;
        display: inline-block;
    }
    .header-menu-fixd {
        width: 100%;
        display: inline-block;
        padding: 15px 0;
        overflow-x: hidden;
        height: calc(100vh - 83px);
    }
    .menu-header ul li.dropdown-mega{
        position: relative;
    }
    .menu-header ul li.dropdown-mega .mega-toggle {
        position: absolute;
        right: 0;
        top: 1px;
        z-index: 5;
        padding: 24px;
        display: block;
        font-size: 16px;
        line-height: 1.5;
    }
    .menu-header ul li.dropdown-mega .mega-toggle.show .fa-plus{
        --fa: "\f068";
    }
    .mega-menu-img {
        display: none !important;
    }
    .mega-menu-description {
        display: none !important;
    }
    .menu-header ul > .dropdown-mega > .mega-menu{
        position: initial;
        padding: 0;
        left: initial;
        top: initial;
        min-height: auto;
        border: 0;
    }
    .menu-header ul > .dropdown-mega > .mega-menu .g-5{
        --bs-gutter-y: 0;
    }
    .menu-header ul .mega-menu-list ul > li a{
        padding: 8px 30px 8px 40px;
    }
    .menu-header ul > .dropdown-mega > .mega-menu{
        display: none !important;
        box-shadow: inherit !important; 
    }
    .menu-header ul > .dropdown-mega > .mega-menu.show{
        display: block !important; 
    }
    .menu-header ul .mega-menu-list ul > li:last-child{
        border: 0;
    }
    .menu-header ul .mega-menu-list ul > li {
        font-size: 20px;
    }
    .navbar-brand img {
        width: 200px;
    }
    .navbar-brand {
        padding: 24px 0;
    }
    .activeHeader .navbar-brand img{
        width: 200px;
    }
}





footer {
    position: relative;
    overflow: hidden;
    background-color: var(--lightGrayColor);
    background-position: -180px -130px;
    background-repeat: no-repeat;
    background-size: auto 125%;
    background-image: url(../images/footer-bg.png);
    padding-top: 120px;
    padding-bottom: 60px;
}
footer h6 {
    font-weight: 500;
}
footer .footer-logo {
    position: relative;
    margin-bottom: 15px;
}
footer .footer-logo img {
    width: 180px;
    max-width: 100%;
}
footer .footer-caption-social {
    justify-content: space-between;
    height: 100%;
    display: flex;
    flex-direction: column;
}
footer .footer-caption-social .social-ul {
    margin-top: auto;
}
footer .footer-menu {
    padding-bottom: 90px;
}
footer .footer-copyright-con {
    position: relative;
}
footer .footer-copyright-con p {
    margin: 8px 0;
    color: var(--textColor);
    opacity: 0.75;
    font-size: 16px;
}
footer .footer-copyright-con p a {
    color: var(--textColor);
}
footer .footer-copyright-con p a:hover {
    color: var(--primaryColor);
}
@media only screen and (max-width: 1399.98px) {
    footer {
        padding-top: 110px;
        padding-bottom: 55px;
        background-position: -260px -140px;
        background-size: auto 125%;
    }
    footer .footer-logo img {
        width: 160px;
    }
    footer .footer-menu {
        padding-bottom: 80px;
    }

}
@media only screen and (max-width: 1199.98px) {
    footer {
        padding-top: 100px;
        padding-bottom: 50px;
        background-position: -230px -60px;
        background-size: auto 115%;
    }
    footer .footer-menu {
        padding-bottom: 70px;
    }
    .menu-header ul .mega-menu-list ul > li:last-child {border-bottom:1px solid #eee;}
    .mega-menu-list{
        background-color: #f7f7f7;
    }
}
@media only screen and (max-width: 991.98px) {
    footer {
        padding-top: 90px;
        padding-bottom: 45px;
        background-position: -200px -40px;
        background-size: auto 120%;
    }
    footer .footer-logo img {
        width: 120px;
    }
    footer .footer-menu {
        padding-bottom: 60px;
    }
    footer .footer-copyright-con p{
        font-size: 15px;
    }
}
@media only screen and (max-width: 767.98px) {
    footer {
        padding-top: 80px;
        padding-bottom: 40px;
        background-position: -250px -100px;
        background-size: auto 120%;
    }
    footer .footer-logo img {
        width: 100px;
    }
    footer .footer-menu {
        padding-bottom: 50px;
    }
    footer .footer-copyright-con p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 575.98px) {
    footer {
        background-position: center;
        background-size: cover;
    }
    footer .footer-logo img {
        width: 80px;
    }
    footer {
        padding-top: 70px;
        padding-bottom: 30px;
    }
    footer .footer-menu {
        padding-bottom: 40px;
    }
    footer .footer-copyright-con .copyright-col {
        text-align: center !important;
    }
}



