/* common css start here */
 @import url("https://use.typekit.net/mkm5mwn.css");
.menu-navigation {
    z-index: 2;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.38s ease;
    -o-transition: all 0.38s ease;
    transition: all 0.38s ease;
}
.menu-navigation .menu-icon {
    background-color: #000;
    width: 33px;
    height: 2px;
    display: block;
    -webkit-transition: all 0.38s ease;
    -o-transition: all 0.38s ease;
    transition: all 0.38s ease;
}
.menu-navigation .menu-icon.icon-2 {
    margin-top: 6px;
    margin-bottom: 6px;
}
header.menu_open .menu-navigation .icon-1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 4px);
    -ms-transform: rotate(-45deg) translate(-6px, 4px);
    transform: rotate(-45deg) translate(-6px, 4px);
    -webkit-transition: all 0.38s ease;
    -o-transition: all 0.38s ease;
    transition: all 0.38s ease;
    margin: 0;
}
header.menu_open .menu-navigation .menu-icon.icon-2 {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    -webkit-transition: all 0.38s ease;
    -o-transition: all 0.38s ease;
    transition: all 0.38s ease;
}
header.menu_open .menu-navigation .icon-3 {
    -webkit-transform: rotate(45deg) translate(1px, 4px);
    -ms-transform: rotate(45deg) translate(1px, 4px);
    transform: rotate(45deg) translate(1px, 4px);
    -webkit-transition: all 0.38s ease;
    -o-transition: all 0.38s ease;
    transition: all 0.38s ease;
    margin: 0;
}
.home_page.scroll_hide {
    overflow: hidden;
}

/* common css end here */

/* header css start here */
.header_logo img {
    width: 150px;
    margin: 0;
}
/* header css end here */

/* home page css start here */
/* home page css end here */

/* footer css start here */
/* footer css end here */


/* scrollbox changes on 24-04-2023 */


