.menu_fixed {
    position: absolute;
    z-index: 9;
    margin-top: 3vh;
    padding: 0 3vh;
}

.menu_fixed a {
    text-transform: uppercase;
}

/* Back to top button */

#button {
    display: inline-block;
    background-color: rgba(0, 114, 187, 0.6);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/*END OF Back to top button*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 13;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s cubic-bezier(0.83, .01, .29, .99);
    padding-top: 60px;
}

.sidenav a {
    padding: 2vh 2vh 1vh 5vh;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s cubic-bezier(0.83, .01, .29, .99);
}

.sidenav a:hover {
    color: #F0796C !important;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 39px;
    font-size: 36px;
    margin-left: 50px;
}

span.hamburger-menu {
    display: flex !important;
    align-items: center;
    color: #ffffff;
    padding: 1.5vh;
    z-index: 1;
    position: absolute;
    top: 2vh;
    right: 6vh;
    font-size: 3vh;
    cursor: pointer;
    /*    color: #fff;*/
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    /*
    background-image: #fff;
    -webkit-background-clip: text;
*/
    /*    color: transparent;*/
    transition: all .2s;
    letter-spacing: .2rem;
}

.hamburger-menu .menubg {
    color: #ffffff;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 100;
    display: inline-block;
    /*    background-color: #fff;*/
    /*new style*/
    /*    back ground color ll on text background color ll not visible*/
    /*    imran*/
    /*    -webkit-background-clip: text;*/
    /*    color: transparent;*/
    transition: all .2s;
    letter-spacing: .2rem;
}

.logo {
    width: 40vh;
    margin-top: 2vh;
    /*    style="width:20%;   top: 20px; position: absolute" ; */
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .logo {
        width: 25vh;
        margin-top: 0 !important;
    }

    /*
    .menu_fixed {
        position: unset;
    }
*/
    .hamburger-menu {
        right: 3vh !important;
        top: 4.5vh !important;
        margin-top: 0 !important;
    }

    .footer_section .footer div:nth-child(1) a {
        margin-left: 0 !important;
    }

}

@media screen and (max-width: 991px) {
    .logo {
        margin-top: 30px;
    }
}

/*footer*/

.footer_section {
    background-color: #4b4b4d;
    color: #fff;
    padding: 3% 0%;
}

.footer ul li a {
    color: #fff;
}

.footer ul li a:hover {
    color: #fff;
}

.footer_section .footer div:nth-child(1) a {
    margin-left: 8vh;
}

.footer_section .footer div:nth-child(1) p {
    margin-left: 15%;
}

.footer_section .footer div:nth-child(2):before {
    content: '';
    position: absolute;
    border: 1px solid #8e9092;
    height: 100%;
    left: -2px;
    top: 0;
}

.footer_section .footer div:nth-child(2) ul {
    list-style-type: none;
    padding-left: 0;
}

.footer_section .footer div:nth-child(4) ul {
    list-style-type: none;
    padding-left: 0px;
}

.footer_section .footer div:nth-child(4) ul > li {
    padding-right: 15px;
}

/*END OF  footer*/

@media (min-width: 576px) {


    .footer_section .footer div:nth-child(2) {
        position: relative;
    }

    .footer_section .footer div:nth-child(2) span {
        position: absolute;
        -ms-transform: rotate(-90deg);
        left: -65px;
        color: #e95f51;
        top: 35px;
        font-size: 17px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .footer_section .footer div:nth-child(2):before {
        content: '';
        position: absolute;
        border: 1px solid #8e9092;
        height: 100%;
        left: -2px;
        top: 0;
    }

    .footer_section .footer div:nth-child(3) {
        position: relative;
    }

    .footer_section .footer div:nth-child(3) span {
        position: absolute;
        -ms-transform: rotate(-90deg);
        left: -55px;
        color: #e95f51;
        top: 23px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .footer_section .footer div:nth-child(3):before {
        content: '';
        position: absolute;
        border: 1px solid #8e9092;
        height: 100%;
        left: -2px;
        top: 0;
    }

    .footer_section .footer div:nth-child(4) {
        position: relative;
    }

    .footer_section .footer div:nth-child(4) span {
        position: absolute;
        text-transform: uppercase;
        -ms-transform: rotate(-90deg);
        left: -61px;
        color: #e95f51;
        top: 31px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .footer_section .footer div:nth-child(4):before {
        content: '';
        position: absolute;
        border: 1px solid #8e9092;
        height: 100%;
        left: -2px;
        top: 0;
    }
}

@media (max-width: 575px) {
    .footer_section .footer div:nth-child(1) p {
        margin-left: 0%;
    }

    .footer_section .footer {
        text-align: center;
    }

    .footer_section .footer ul {
        margin: 0 auto;
        text-align: center;
        width: 100%;
        width: fit-content;
    }

    .footer_section .footer div:nth-child(4) ul {
        padding-top: 17px;
    }

    .f_b {
        margin-top: 3vh;
    }


}
