/* Default Style */

::selection {
    color: #0A0A0A;
    background-color: #A8FF89;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Onest", sans-serif;
    font-weight: 300;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 400;
    color: #FEFEFE;
}
a{
    text-decoration: none;
}
ul{
    margin-bottom: 0;
}

body {
    background-color: #0A0A0A;
}

.px-30 {
    padding: 0 30px;
}

/* Header Section Style */

.menu-fxd {
    transition: all 0.34s ease-in-out;
}
.menu-area{
    z-index: 9;
    transition: all 0.3s linear;
}
.logo{
    padding: 32px 0;
}
.logo img{
    width:125px;
}
.sidebar-toggle-icon{
    display: none;
    height: 24px;
    width: 24px;
    margin-left: auto;
    padding-top: 5px;
    cursor: pointer;
}
.line {
    height: 2px;
    width: 100%;
    background-color: #FEFEFE;
    margin-bottom: 6px;
}
.top-bars{
    transform: rotate(45deg);
    margin-top: 5px;
}
.middle-bars{
    opacity: 0;
}
.bottom-bars {
    transform: rotate(-45deg);
    margin-top: -16px;
}
.toggle-item li{
    display: inline-block;
    margin: 0;
}

.toggle-item li a {
    display: inline-block;
    padding: 10px 16px;
    color: #fefefe56;
    font-size: 18px;
    font-weight: 300;
    transition: all 0.2s ease-in-out;
}
.toggle-item li a:hover,
.toggle-item li a.activa {
    color: #FEFEFE;
}
.menu-area .r-btn a {
    display: inline-block;
    padding: 12px 24px;
    color: #FEFEFE;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #fefefe16;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
}
.menu-area .r-btn a:hover {
    border-color: #FEFEFE;
}
.menu-area .r-btn a i {
    display: inline-block;
    color: #FEFEFE;
    font-size: 14px;
    line-height: 1;
    margin-left: 4px;
    transition: all 0.2s ease-in-out;
}
.menu-area .r-btn a:hover i {
    transform: translateX(7px);
}

.menu-sticky {
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 99;
    background-color: #070801;
}


/* footer section  */

.footer{
    padding: 100px 0 0;
}

.footer-logo img {
    max-width: 150px;
    width: 100%;
}
.footer-link h4 {
    font-size: 22px;
    margin-bottom: 24px;
}
.footer-link ul li {
    margin-bottom: 16px;
}
.adds{
    font-size: 16px;
    color: #fefefe56 !important;
    text-align: right !important;
}
.footer-link ul li a {
    display: inline-block;
    font-size: 16px;
    color: #fefefe56;
    position: relative;
    transition: all 0.3s linear;
}
.footer-link ul li a:hover,
.footer-address ul li a:hover{
    color: #FEFEFE;
}
.c-card img {
    width: 50px;
}
.footer-end {
    border-top: 1px solid #fefefe26;
}
.footer-end p {
    padding-top: 24px;
    font-size: 14px;
    margin-bottom: 0;
    color: #FEFEFE;
}



/* Responsive  */


@media all and (max-width: 991px){
    .logo {
        padding: 22px 0;
    }
    .logo img,
    .sidebar-toggle-icon{
        display: block;
        position: relative;
        z-index: 11;
    }
    .main-menu{
        height: 100%;
        position: fixed;
        left: -250px;
        top: 0;
        padding-top: 130px;
        width: 250px;
        border-radius: 0;
        z-index: 9;
        background-color: #0A0A0A;
        transition: all 0.3s linear;
    }
    .rightt{
        left: 0;
    }
    .toggle-item li{
        display: block;
        margin: 0;
    }
    .toggle-item li a {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .bdr-r {
        border-right: none;
    }
    .footer-logo {
        border-right: none;
    }
}
@media all and (max-width: 767px){
    .px-30 {
        padding: 0 16px;
    }
}
@media all and (max-width: 575px){
    .footer-address .adds,
    .contact-iffo a {
        font-size: 20px;
    }
}