/* Default Style */

::selection {
    color: #1F2A1B;
    background-color: #8dc58d;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    font-family: "Albert Sans", sans-serif;
    color: #fff;
}
p {
    color: #fff;
}

a {
    text-decoration: none;
}
ul {
    margin-bottom: 0;
}

body {
    background-color: #979C7D;
}

/* Header Section Style */

.menu-area{
    position: relative;
    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: #fff;
    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-left: 30px;
}

.toggle-item li a {
    display: inline-block;
    padding: 10px 0;
    color: #fff;
    font-weight: 400;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
}
.toggle-item li a:hover,
.toggle-item li a.activa {
    color: #1F2A1B;
}
.menu-area .r-btn a {
    display: inline-block;
    padding: 12px 24px;
    color: #fff;
    font-weight: 400;
    border: 1px solid #fff;
    background-color: transparent;
    font-size: 16px;
    border-radius: 24px 0 24px 0;
    transition: all 0.2s ease-in-out;
}
.menu-area .r-btn a:hover {
    border-color: #A0EB8B;
    background-color: #A0EB8B;
    color: #1F2A1B;
}

.menu-sticky {
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 99;
    background-color: #1F2A1B;
    /* box-shadow: 0 0 16px rgba(0,0,0,0.3); */
}
.menu-sticky .toggle-item li a:hover,
.menu-sticky .toggle-item li a.activa {
    color: #A0EB8B;
}
.menu-sticky.menu-area .r-btn a:hover {
    color: #1F2A1B;
}


/* footer section  */

.footer{
    padding: 100px 0 0;
    background-color: #1F2A1B;
    position: relative;
}

.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: #fff;
}
.footer-link ul li a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.footer-link ul li a:hover,
.footer-link ul li p:hover {
    color: #A0EB8B;
}
.c-card img {
    width: 50px;
}
.footbdrt {
    border-top: 1px solid #ffffff44;
}
.footer-end p {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
}


/* Responsive  */


@media all and (max-width: 1199px){
    .menu-area .r-btn a,
    .toggle-item li a {
        font-size: 16px;
    }
}
@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: #1F2A1B;
        transition: all 0.3s linear;
    }
    /* .menu-area .r-btn a:hover {
        color: #fff;
    } */
    .rightt{
        left: 0;
    }
    .toggle-item li{
        display: block;
        margin: 0;
    }
    .toggle-item li a {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .toggle-item li a:hover,
    .toggle-item li a.activa {
        color: #A0EB8B;
    }
    .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;
    }
}