/* Default Style */

::selection {
    color: #0a937c;
    background-color: #010807;
}

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

body {
    background-color: #000;
}

/* 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: #ffffff;
    margin-bottom: 6px;
}
.top-bars{
    transform: rotate(45deg);
    margin-top: 5px;
}
.middle-bars{
    opacity: 0;
}
.bottom-bars {
    transform: rotate(-45deg);
    margin-top: -16px;
}

.main-menu {
    box-shadow: inset 0 0 12px #4c7c6e;
    border-radius: 16px;
}
.toggle-item li{
    display: inline-block;
    margin: 0;
}

.toggle-item li a {
    display: inline-block;
    padding: 10px 16px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
}
.toggle-item li a:hover,
.toggle-item li a.activa {
    color: #06cfae;
}
.menu-area .r-btn a {
    display: inline-block;
    padding: 10px 24px;
    color: #fff;
    font-weight: 500;
    background-color: transparent;
    font-size: 16px;
    border-radius: 16px;
    transition: all 0.2s ease-in-out;
    border: none;box-shadow: inset 0 0 16px #4c7c6e;
}
.menu-area .r-btn a:hover {
    border: none;box-shadow: inset 0 0 21px #61d5a6;
}
.menu-sticky {
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 99;
    backdrop-filter: blur(5px);
    background-color: rgba(0,0,0,0.9);
}



/* 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: 21px;
    color: #ffffff;
}
.footer-link ul li a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
}
.footer-link ul li a:hover {
    color: #06cfae;
}
.bdrl {
    border-left: 1px solid rgba(255,255,255,0.3);
}
.c-card img {
    width: 50px;
}
.footbdrt {
    border-top: 1px solid #ffffff26;
}
.footer-end p {
    font-size: 16px;
    margin-bottom: 0;
    color: #ffffff;
}
.footer-cont ul li a {
    font-size: 21px;
    color: #06cfae;
}


/* Responsive  */


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