        html { scroll-behavior: smooth; }
        .text-paragraph {
            font-weight: normal;
            line-height: 1.5;
            font-size:16px;
        }
        .form-group {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            flex-direction: row;
        }
        .input-group {
            position: relative;
            display: flex;
            flex-wrap: nowrap;
            align-items: stretch;
            width: auto;
            min-width: 300px;
            margin-right:10px;
            margin-bottom:10px;
        }
        .input-group-text {
            display: flex;
            align-items: center;
            padding: .375rem .75rem;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.5;
            color: #212529;
            text-align: center;
            white-space: nowrap;
            border: 1px solid #82c844;
            border-top-left-radius: .6rem;
            border-right: transparent;
            border-bottom-left-radius: .6rem;
        }
        .input-group .form-control{
            border-left: transparent;
        }
        .form-control {
            display: block;
            width: 100%;
            padding: .375rem .75rem;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.5;
            color: #212529;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #82c844;
            font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: .6rem;
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            box-shadow:unset;
        }
        .form-select {
            display: block;
            width: 100%;
            padding: .375rem 2.25rem .375rem .75rem;
            -moz-padding-start: calc(0.75rem - 3px);
            font-size: 14px;
            font-weight: 400;
            line-height: 1.5;
            color: #8d8d8d;
            font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            background-color: #fff;
            background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
            background-repeat: no-repeat;
            background-position: right .75rem center;
            background-size: 16px 12px;
            border: 1px solid #82c844;
            border-radius: .6rem;
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }
        select {
            word-wrap: normal;
        }
        .input-group:focus {
            border-color: #66afe9;
            outline: 0;
            box-shadow:unset;
        }
        .input-group .form-control:focus {
            border-color: #82c844;
            outline: 0;
            box-shadow:unset;
        }
        .card{
            border-radius:.6rem;
            box-shadow:0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
            padding:20px;
            margin-bottom:20px;
            overflow:hidden;
        }
        .item-desc {
            display: flex;
            flex-direction: row;
            flex-flow: wrap;
        }
        
        .item-detail {
            display: flex;
            align-items: center;
            width: calc(100%/2);
        }
        
        .item-detail .fa {
            margin-right: 12px;
            width: 15px;
            text-align: center;
        }
        
        .item-detail h6 {
            font-weight: normal;
            text-transform: capitalize;
            line-height:1.5;
            color:#ffffff;
        }
        
        .item {
            margin-bottom: 15px;
        }
        
        .item-text{
            width:100%;
            display:flex;
            flex-direction:row;
            justify-content:space-between;
        }
        
        .item-text h5 {
            text-transform: capitalize;
            color:#ffffff;
            margin-bottom:0;
        }
        
        .item-img {
            width: 80px;
            height: 80px;
            background: #dddd;
            border-radius: 50%;
            object-fit: cover;
            object-position: center;
            margin-right: 25px;
        }
        
        .item {
            display: flex;
            align-items: center;
            padding: 10px 20px;
        }
        
        .mb-5 {
            margin-bottom: 2.5rem;
        }
        
        .item-link:hover .item {
            background: #efefef;
        }
        
        .item-link:hover, .item-link:focus, .item-link:active {
            color: unset!important;
            text-decoration: unset!important;
        }
        
        .no-padding{
            padding:0!important;
        }
        
        .pagination {
            font-size: 12px;
            border: transparent;
        }
        
        .page-link {
            font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            border: transparent;
        }
        
        .pagination>li>a, .pagination>li>span {border: transparent;padding: unset;width: 30px;height: 30px;text-align: center;display: flex;align-items: center;justify-content: center;line-height: unset;margin: 0 3px;}
        
        .pagination li a {
            padding: 10px!important;
        }
        
        .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
            background: #82c844;
        }
        
        .pagination>li:first-child>a, .pagination>li:first-child>span {
            border-radius: unset;
        }
        
        .pagination>li:last-child>a, .pagination>li:last-child>span {
            border-radius: unset;
        }
        
        .pagination>li>span,.pagination>li>a {
            border-radius: 50%!important;
            background: #f3f3f3;
        }
        
        #pagination {
            display: flex;
            justify-content: right;
            margin-right: 20px;
        }
        .loader-icon {
            display: block;
            position: relative;
            width: 80px;
            margin: 0 auto;
            padding: 100px 0;
        }
        .d-none{
            display:none!important;
        }
        
        /* Core styles/functionality */
        
        .tab input {
          position: absolute;
          opacity: 0;
          z-index: -1;
        }
        .tab__content {
          max-height: 0;
          overflow: hidden;
          transition: all 0.35s;
        }
        .tab input:checked ~ .tab__content {
          max-height: unset;
          height:auto;
          padding:20px 0;
        }
        
        /* Visual styles */
        .accordion {
          color: #82c844;
          border: 1px solid;
          border-radius: 0.5rem;
          overflow: hidden;
        }
        .tab__label,
        .tab__close {
          display: flex;
          color: white;
          background: #82c844;
          cursor: pointer;
          font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        }
        .tab__label {
          display:flex;
          align-items:center;
          justify-content: space-between;
          padding: 1rem;
          margin:0;
        }
        .tab__label h5 {
            margin: 0 !important;
        }
        .tab__label::after {
          content: "\276F";
          width: 1em;
          height: 1em;
          font-size: 14px;
          text-align: center;
          transform: rotate(90deg);
          transition: all 0.35s;
        }
        .tab input:checked + .tab__label::after {
          transform: rotate(270deg) translatey(-6px);
        }
        .tab__content p {
          margin: 0;
          padding: 1rem;
        }
        .tab__close {
          justify-content: flex-end;
          padding: 0.5rem 1rem;
          font-size: 0.75rem;
        }
        .accordion--radio {
          background-color: #ff5252;
        }
        
        /* Arrow animation */
        .tab input:not(:checked) + .tab__label:hover::after {
          animation: bounce .5s infinite;
        }
        @keyframes bounce {
          25% {
            transform: rotate(90deg) translate(.25rem);
          }
          75% {
            transform: rotate(90deg) translate(-.25rem);
          }
        }
        /*checkbox*/
        .inputGroup {
        	 background-color: #fff;
        	 display: block;
        	 position: relative;
        }
         .inputGroup label {
        	 width: 100%;
        	 display: block;
        	 text-align: left;
        	 color: #3c454c;
        	 cursor: pointer;
        	 position: relative;
        	 padding-left: 48px;
        	 z-index: 2;
        	 transition: color 200ms ease-in;
        	 font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        	 overflow: hidden;
        	 margin:0!important;
        }
         .inputGroup label:before {
        	 width: 10px;
        	 height: 10px;
        	 border-radius: 50%;
        	 content: '';
        	 position: absolute;
        	 left: 50%;
        	 top: 50%;
        	 transform: translate(-50%, -50%) scale3d(1, 1, 1);
        	 transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
        	 opacity: 0;
        	 z-index: -1;
        }
        .inputGroup label:after {
            width: 25px;
            height: 25px;
            content: '';
            border: 2px solid #d1d7dc;
            background-color: #fff;
	        background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
            background-repeat: no-repeat;
            background-position: 2px 3px;
            border-radius: 50%;
            z-index: 2;
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            transition: all 200ms ease-in;
        }
        /* .inputGroup input:checked ~ label {*/
        /*	 color: #fff;*/
        /*}*/
         .inputGroup input:checked ~ label:before {
        	 transform: translate(-50%, -50%) scale3d(56, 56, 1);
        	 opacity: 1;
        }
         .inputGroup input:checked ~ label:after {
        	 background-color: #82c844;
            border-color: #82c844;
        }
         .inputGroup input {
        	 width: 32px;
        	 height: 32px;
        	 order: 1;
        	 z-index: 2;
        	 position: absolute;
        	 right: 30px;
        	 top: 50%;
        	 transform: translateY(-50%);
        	 cursor: pointer;
        	 visibility: hidden;
        }
    /*Navigation*/
    #mainNav {
        background-color: #dcedcd !important;
        margin-bottom: 40px;
        padding: 10px 0px;
    }
    .navbar-fixed-top {
        position: fixed !important;
     }
    .navbar-default .nav > li > a {
        color: #46791a !important;
        text-transform: capitalize;
        font-weight: normal;
        font-size: 16px;
        margin-left:10px;
    }
    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
        outline: none;
        font-weight: normal;
        text-transform: capitalize;
        font-size: 16px;
    }
    .navbar-default .nav > li > a.page-active {
        color: #ffffff !important;
        background: #79ab4d;
        border-radius: 10px;
    }
    .navbar-default .nav > li > a:hover {
        background: transparent;
        color: #79ab4d !important;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle {
        border-color: #0a0a0a;
    }
    button.navbar-toggle {
        color: #0a0a0a !important;
    }
    #mainNav .navbar-brand{
        color: #0a0a0a !important;
    }

    .tabs {
        display: flex;
        position: relative;
        background-color: #fff;
        box-shadow: 0 0 1px 0 rgba(110, 224, 24, 0.15), 0 6px 12px 0 rgba(110, 224, 24, 0.15);
        padding: 0.75rem;
        border-radius: 99px;
        width:fit-content;
        margin:0 auto;
        margin-bottom:30px;
    }
    
    .tabs * {
        z-index: 2;
    }
    
    input[type=radio] {
        display: none;
    }
    
    .tab {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 54px;
        width: 200px;
        font-size: 14px;
        font-weight: bold;
        border-radius: 99px;
        cursor: pointer;
        transition: color 0.15s ease-in;
        font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        margin:0;
    }
    
    .notification {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        margin-left: 0.75rem;
        border-radius: 50%;
        background-color: #e6eef9;
        transition: 0.15s ease-in;
    }
    
    input[type=radio]:checked+label {
        color: #ffffff;
    }
    
    input[type=radio]:checked+label>.notification {
        background-color: #79ab4d;
        color: #fff;
    }
    
    input[id=radio-1]:checked~.glider {
        transform: translateX(0);
    }
    
    input[id=radio-2]:checked~.glider {
        transform: translateX(100%);
    }
    
    input[id=radio-3]:checked~.glider {
        transform: translateX(200%);
    }
    
    .glider {
        position: absolute;
        display: flex;
        height: 54px;
        width: 200px;
        background: linear-gradient(358deg, #6f984a, #cbe7b2);
        z-index: 1;
        border-radius: 99px;
        transition: 0.25s ease-out;
    }
    
    @media (max-width: 700px) {
        .tabs {
            display: flex;
            flex-direction: column;
            border-radius: 28px;
        }
        input[id=radio-2]:checked~.glider {
            transform: translateX(0) translateY(100%);
        }
    }
    .green-card {
        background: linear-gradient(166deg, #a4c388, #699343);
        border-radius: 12px;
        flex-direction: column;
        margin-right: 16px;
        width: calc(100% / 4 - 16px);
        justify-content: space-around;
    }
    #itemList{
        display:flex;
        flex-direction:row;
        flex-flow:wrap;
    }
    .green-card .item-img {
        border-radius: unset;
        object-fit: contain;
        background: transparent;
        margin-left: 20px;
        margin-right: 0;
        width: 60px;
        height: 60px;
    }
    .green-card .item-detail {
        width: 100%;
    }
    .green-card .item-detail h6 {
        font-size: 16px;
        font-weight: 400;
    }
    
    .green-card .item-text h5 {
        font-size: 16px;
        font-weight: 600;
    }
    .hero {
        display: block;
        position: relative;
        height: 80vh;
        overflow:hidden;
        border-bottom-left-radius: 60px;
        border-bottom-right-radius: 60px;
    }
    
    .hero-portrait {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        height: 80%;
        width: 50%;
        object-fit: contain;
        object-position: bottom;
        padding: 20px 20px 0;
    }
    
    .hero-background {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        filter: blur(2px);
        z-index: -1;
        position: relative;

    }
    .section-half {
        margin-top: -130px;
    }
    
    .hero-desc {
        display: block;
        position: absolute;
        z-index: 2;
        top: 50%;
        width: 25%;
        padding: 20px;
        transform: translateY(-50%);
    }
    
    .hero-desc h2{
        color:#ffffff;
        line-height:1.5;
    }
    
    .hero-desc p {
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
        color:#ffffff;
        line-height:1.5;
    }
    section {
        min-height:80vh;
    }
    .dataSource{
        text-align:right;
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
        font-size:14px;
    }
   .page-scroll.dropdown-toggle {
     background: transparent !important;
    }
    .btn-style {
        border-radius: 12px!important;
        text-transform: capitalize!important;
        font-weight: 600!important;
        letter-spacing: 0!important;
        font-size: 18px;
        background: #90b371;
        color: #ffffff;
        transition: all .2s ease-in-out;
    }
    
    .btn-style:focus, .btn-style:hover,.btn-style:active,.btn-style:focus-visible {
        outline: none!important;
        transform: scale(.95);
        color: #ffffff;
    }
    
    
    
    
    @media (max-width: 1440px) {
        
        .hero-desc {
            width: 50%;
        }
        .green-card {
            max-width: 200px;
            width: calc(100% / 3 - 16px);
        }
    }
    @media (max-width: 700px) {
        .green-card {
            max-width: 200px;
            width: calc(100% / 3 - 16px);
        }
        .hero-portrait {
            width: 55%;
            right: 0;
        }
        .hero-desc {
            width: 100%;
        }
    }
    @media (max-width: 500px) {
        .hero-desc {
            width: 100%;
        }
        .green-card {
            max-width: 200px;
            margin: 16px auto 0;
            width: 100%;
        }
    }