.bg-dark { background-color: #000 !important;}
.mobile_br{display:none}
.adr { padding:10px 0;}
ul {list-style-type: none !important;}

.maindc { color: #fff ; text-align: center;}

.footer { color: #ff0000 !important;  padding: 0 0 20px 0 !important; }
h2 { color: #fd7e14 !important;}
@media screen and (min-width: 769px) {
    .header .logo img {

        width: 100%;
        max-height: none !important;
        margin-right: 0 !important;
    }


}

@media screen and (max-width: 768px) {

    .header .logo img  {
        width: 75%;
        max-height: none !important;
        margin-right: 0 !important;
    }


        .hero {

            padding: 20px 0!important;
        }

    .mobile_br {
        display: block !important;
    }



}




                                                                                 /* CSS */
                                                                             .button-75 {
                                                                                 align-items: center;
                                                                                 background-image: linear-gradient(135deg, #f34079 40%, #fc894d);
                                                                                 border: 0;
                                                                                 border-radius: 10px;
                                                                                 box-sizing: border-box;
                                                                                 color: #fff;
                                                                                 cursor: pointer;
                                                                                 display: flex;
                                                                                 flex-direction: column;
                                                                                 font-family: "Codec cold",sans-serif;
                                                                                 font-size: 35px;
                                                                                 font-weight: 700;
                                                                                 height: 54px;
                                                                                 justify-content: center;
                                                                                 letter-spacing: .4px;
                                                                                 line-height: 1;
                                                                                 max-width: 100%;
                                                                                 padding-left: 30px;
                                                                                 padding-right: 30px;
                                                                                 padding-top: 3px;
                                                                                 text-decoration: none;
                                                                                 text-transform: uppercase;
                                                                                 user-select: none;
                                                                                 -webkit-user-select: none;
                                                                                 touch-action: manipulation;
                                                                             }

.button-75:active {
    outline: 0;
}

.button-75:hover {
    outline: 0;
}

.button-75 span {
    transition: all 200ms;
}

.button-75:hover span {
    transform: scale(.9);
    opacity: .75;
}

@media screen and (max-width: 991px) {
    .button-75 {
        font-size: 25px;
        height: 50px;
    }

    .button-75 span {
        line-height: 50px;
    }
}


@font-face {
    font-family: 'esa';
    src: url('/assets/font/esamanru%20Medium.ttf') format('truetype');


}

@font-face {
    font-family: 'paper';
    src: url('/assets/font/Paperlogy-5Medium.ttf') format('truetype');


}

hr.style-two {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
}