* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-family: 'Merriweather', serif;
}

body {
    background-color: #EDEDED !important;
    overflow-x: hidden;
}

.overlay {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    display: none;
}

.up-button {
    position: fixed;
    right: -300px;
    transition: 0.7s;
    bottom: 100px;
    z-index: 99;
}

.up-button i {
    color: #474343;
    font-size: 60px;
    background-color: #EDEDED;
    border-radius: 30px;
}


/*Header Section*/

#nav-menu {
    transition: 0.7s;
    top: 40px;
    height: 100px;
    background-color: rgba(71,67,67,0.7);
    position: fixed;
    width: 50%;
    display: inline-block;
    text-align: center;
    right: 0;
    z-index: 99;
}

#nav-menu ul {
    display: inline-block;
    position: relative;
    top: 35px;
    transition: all .5s ease-in-out;
}

#nav-1 {
    left: 0px;
}

#nav-menu ul li {
    display: inline-block;
}

#nav-menu ul li a {
    text-decoration: none;
    color: #EDEDED;
    font-size: 19px;
    font-family: 'Krona One', sans-serif;
    margin-left: 30px;
    opacity: 1;
    transition: all .5s ease-in-out;
}

#logo {
    height: 100px;
    position: fixed;
    top: 40px;
    left: 0px;
    display: inline-block;
    background-color: rgba(71,67,67,0.7);
    padding-left: 25px;
    padding-right: 10px;
    z-index: 99;
    transition: all .5s ease-in-out;
}

#logo img {
    position: relative;
    top: 0;
    left: -10px;
    height: 100px;
}

.open-off-canvas-menu {
    background-color: rgba(71,67,67,0.7);
    position: fixed;
    top: 80px;
    right: -200px;
    padding: 5px;
    border-radius: 5px;
    transition: 1.4s;
    z-index: 99;
}

.open-off-canvas-menu i {
    cursor: pointer;
    font-size: 30px;
    color: #EDEDED;
}

.footer {
    width: 100%;
    position: relative;
    top: 150px;
    background-size: cover;
    text-align: center;
    padding: 0 !important;
    transform: translateZ(0); 
     -webkit-transform: translateZ(0); 
    -moz-transform: translateZ(0); 
}

.footer-front {
    padding-bottom: 100px;
    position: relative;
    height: 100%;
    width: 100%;
    background: rgb(81, 0, 0);
    background: linear-gradient(97deg, rgba(71,67,67,0.7) 0%, rgba(150, 154, 158, 0.7) 46%);
}

.footer-front-frame {
    margin-bottom: 80px;
    position: relative;
    top: 80px;
    left: 20%;
    z-index: 1;
    width: 60%;
    border: solid;
    border-color: rgba(71,67,67,1);
    transition: all 0.5s ease-in-out;
}

.footer-social {
    margin-top: 60px;
    transition: all 0.5s ease-in-out;
}

.footer-social i {
    font-size: 40px;
    margin: 10px;
    color: #0B0A0A;
    transition: all 0.5s ease-in-out;
}

.social-icon {
    display: inline-block;
}

.social-icon i:hover  {
    font-size: 60px;
    color: #510000;
}


.touch-us h4 {
    transition: all 0.5s ease-in-out;
    color: #0B0A0A;
       font-weight: 900;
   font-family: 'Teko', sans-serif;
    margin-top: 20px;
    font-size: 50px;
}

.footer-nav {
    margin-top: -10px;
}

.footer-nav li {
    transition: all 0.5s ease-in-out;
    display: inline-block;
    color: #0B0A0A;
    font-size: 40px;
    margin: 15px;
}

.footer-nav li a {
    transition: all 0.5s ease-in-out;
    color: #0B0A0A;
    text-decoration: none;
    font-weight: 900;
   font-family: 'Teko', sans-serif;
    transition: 0.5s;
}

.footer-nav li a:hover {
    color: #510000;
}
.made-by{
    border-radius: 15px;
    width: 250px;
    margin: auto;
    background: rgba(71,67,67,1);
}
.made-by img{
height:60px;
}
.made-by a{
color: #EDEDED;
text-decoration: none;
   font-family: 'Teko', sans-serif;
    font-size: 20px;

}
.made-by a:hover{
color: white;
text-decoration: none;
   font-family: 'Teko', sans-serif;
    font-size: 20px;
    
}
.made-by h2{
    font-family: 'Teko', sans-serif;
    font-size: 20px;
    color: #EDEDED;

}

.copy-right {
    margin-top: 30px;
    margin-bottom: 80px;
}
.copy-right h6 {
font-family: 'Hind', sans-serif;
color: black;
}
@media screen and (min-width:1025px){
    .footer{
        background-attachment:fixed;
    }
}

@media screen and (max-width:1300px) {
    #nav-menu ul {
        top: 15px;
    }
    #nav-menu ul li a {
        line-height: 40px;
    }
}
@media screen and (max-width:767px) {

    #nav-menu {
        top: 105px;
        width: 180px;
        height: 250px;
    }
    #nav-menu ul {
        position: relative;
        top: 15px;
        padding-left: 0;
    }
    #nav-1 {
        left: 0px;
    }
    #nav-menu ul li {
        margin-top: 15px;
    }
    #nav-menu ul li a {
        margin-left: 20px;
    }
    #logo {
        top: 0px;
    }
    .open-off-canvas-menu {
        top: 40px;
    }
    .up-button {
        bottom: 50px;
    }
}

@media screen and (max-width:580px) {
   
    #logo{
        height: 60px;
    }
    #logo img{
        height: 60px;
    }
    .cont {
        width: 96%;
    }
    .made-by{
        width: 65%;
    }
}