/* --------------------------------------------------------------------------
 * Foundstrap 	   Agrowex-hub HTML Template
 *  
 * file            style.css
 * Version         1.2
 * Author          Foundstrap
 * Author URI      http://foundstrap.com
 *
 * Foundstrap Studio. Copyright 2021. All Rights Reserved.
 * -------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,700|Droid+Serif:400,400italic");
/* --------------------------------------------------------------------------
    [table of contents]
    1. general
    2. typography
    3. button
    4. owl carousel
    5. tab and accordion
    6. social icon
    7. header
        - header version 2
        - header version 3
        - menu
        - search panel
        - header sticky
    8. slideshow
    9. conditional section
        - what we do
        - cta bottom
    10.service
    11.feature
    12.testimonials
    13.additional form
    14.counter box
    15.client carousel
    16.map
    17.process box
    18.content box
    19.parallax background
    20.pricing table
    21.portfolio gallery
    22.blog
    23.pagination
    24.page header
    25.sidebar
    26.promo box
    27.team
    28.faq
    29.contact
    30.icon list
    31.alert
    32.progress bar
    33.scroll up
    34.footer
    -------------------------------------------------------------------------- */
body {
     font-family: "Montserrat", sans-serif;
    background-color: #fff;
    color: #7b8b8e;
    font-size: 16px;
    line-height: 28px;
}

a:hover {
    color: #90c64a;
}

::selection {
    background: #90c64a;
    color: #fff;
}

::-moz-selection {
    background: #90c64a;
    color: #fff;
}

.section {
    padding: 80px 0;
}
.section.border-section {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.section.border-section + .border-section {
    border-top: none;
}
.section.section-float {
    position: relative;
    margin-top: -60px;
    z-index: 3;
}
.section.half-padding {
    padding: 40px 0;
}

.gray-bg {
    background-color: #f5f5f5 !important;
}

.dark-bg {
    background-color: #1d1e23 !important;
}

.colored-bg {
    background-color: #82C600 !important;
}

.white-bg {
    background-color: #fff !important;
}

.text-color {
    color: #82C600;
}

.text-white {
    color: #fff;
}

/* video */

.gtco-videos {
    height: 680px;
    overflow: hidden;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
  }

  .videoBox{
 
    background-image: url(/images/img_12.jpg);
    box-shadow: 0.1px 0.1px white;
  }

  .upperC{
      text-transform: uppercase;
  }


.lefts{
    text-align: left;
}
.container-fluid {
    overflow: hidden;
    padding: 0;
}

.overlay-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.219);
    opacity: 0.35;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.separator {
    border: none;
    margin: 0 auto;
    padding: 30px 0 31px;
}
.separator:after {
    content: "";
    display: block;
    margin: 0 auto;
    border-top: 1px dashed #ccc;
}
.separator.small-separator:after {
    width: 40px;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    font-size: 14px;
    height: 48px;
    padding: 10px 20px;
    color: #7b8b8e;
    border: 1px solid #ccc;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.form-control::-webkit-input-placeholder {
    color: #a5a5a5;
}

.form-control:-moz-placeholder {
    color: #a5a5a5;
}

.form-control::-moz-placeholder {
    color: #a5a5a5;
}

.form-control:-ms-input-placeholder {
    color: #a5a5a5;
}

.form-control:focus {
    border-color: #82C600;
    -moz-box-shadow: inset 0 1px 1px rgba(135, 186, 69, 0.075), 0 0 8px rgba(135, 186, 69, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(135, 186, 69, 0.075), 0 0 8px rgba(135, 186, 69, 0.6);
    box-shadow: inset 0 1px 1px rgba(135, 186, 69, 0.075), 0 0 8px rgba(135, 186, 69, 0.6);
}

textarea.form-control {
    height: auto;
    padding: 12px 20px;
}

select.form-control {
    color: #a5a5a5;
    height: 48px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control:focus {
    color: #7b8b8e;
}

.tag {
    padding: 0 5px;
    position: relative;
    display: inline-block;
    min-width: 26px;
    text-align: center;
    margin-left: 5px;
    font-size: 13px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.tag-default {
    background: #82C600;
    color: #fff;
}

.me-animate {
    opacity: 0;
}

/* ==========================================================================
       typography
       ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    color: #525252;
    font-weight: 400;
    letter-spacing: -0.5px;
    -webkit-font-smoothing: antialiased;
}

.highlight {
    background: #82C600;
    color: #fff;
    padding: 2px 5px 3px 5px;
    vertical-align: baseline;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.dropcap {
    float: left;
    color: #525252;
    font-size: 75px;
    line-height: 75px;
    padding-top: 5px;
    padding-right: 10px;
    font-family: Georgia;
}
.dropcap.square,
.dropcap.circle {
    background: #82C600;
    text-align: center;
    color: #fff;
    font-size: 44px;
    padding: 0;
    line-height: 66px;
    width: 66px;
    height: 66px;
    margin-right: 15px;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.dropcap.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.heading-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px;
}
.heading-title p {
    margin-bottom: 0;
    margin-top: 10px;
}
.heading-title h1,
.heading-title h2,
.heading-title h3,
.heading-title h4,
.heading-title h5,
.heading-title h6 {
    margin: 0;
}
.heading-title:after {
    content: "";
    width: 80px;
    height: 3px;
    position: absolute;
    display: inline-block;
    bottom: 0;
    background: #82C600;
}
.heading-title.text-center:after {
    margin-left: -40px;
    left: 50%;
}
.heading-title.no-border {
    padding-bottom: 0;
}
.heading-title.no-border:after {
    display: none;
}

.content-contrast * {
    color: #fff;
}
.content-contrast .heading-title:after {
    background: #fff;
}
.content-contrast .post-meta li,
.content-contrast .post-meta a {
    color: #fff;
}

.mt{
    margin-top: 10%;
}
.mt-6rem{
    margin-top: 7rem;
}

.mb{
    margin-bottom: 10%;
    }

.mb-a{
margin-bottom: 7%;
}

.me-list {
    list-style: none;
    padding: 0;
    margin-left: 0;
}
.me-list a {
    color: #7b8b8e;
}
.me-list a:hover {
    color: #82C600;
}
.me-list li ul {
    margin-left: 25px;
    list-style: inherit;
}
.me-list li ul li:first-child {
    margin-top: 3px;
}
.me-list li + li {
    margin-top: 5px;
}
.me-list li:before {
    margin-right: 10px;
    color: #82C600;
}

.square-list,
.number-list,
.disc-list {
    list-style-type: disc;
    margin-left: 25px;
}

.number-list {
    list-style-type: decimal;
}
.number-list li {
    padding-left: 3px;
}

.square-list {
    list-style-type: square;
}

.check-list li:before {
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 14px;
}

.arrow-list li:before {
    font-family: "FontAwesome";
    content: "\f105";
    left: 2px !important;
}

.arrow-circle-list li:before {
    font-family: "FontAwesome";
    content: "\f138";
}

.arrow-list li,
.arrow-circle-list li,
.check-list li {
    list-style-position: outside;
    padding-left: 1.6em;
    position: relative;
}
.arrow-list li:before,
.arrow-circle-list li:before,
.check-list li:before {
    position: absolute;
    left: 0;
}
.arrow-list li ul,
.arrow-circle-list li ul,
.check-list li ul {
    margin-left: 0;
}

/* ==========================================================================
       button
       ========================================================================== */
.btn {
    padding: 13px 30px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    text-transform: capitalize;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0 none;
    text-decoration: none;
}
.btn:hover {
    color: #fff;
}
.btn.btn-round {
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
}
.btn i {
    font-size: 18px;
    margin-left: 10px;
    top: 1px;
    position: relative;
}

.tjust{
   text-align: justify;
}
.btn + .btn {
    margin-left: 10px;
}
.btn + .btn-block {
    margin-left: 0;
}
.btn.btn-link {
    color: #82C600;
    padding-left: 0;
    padding-right: 0;
}
.btn.btn-link:hover {
    text-decoration: none;
    color: #90c64a;
}

.btn.btn-outline {
    padding: 13px 30px;
    background-color: transparent;
    border: 2px solid #82C600;
    color: #82C600;
}
.btn.btn-outline:hover {
    background: #82C600;
    color: #fff;
}

.btn.btn-sm {
    padding: 10px 24px;
    font-size: 12px;
    line-height: 1.5;
}

.btn.btn-lg {
    padding: 15px 32px;
}

.btn-block + .btn-block {
    margin-left: 0;
}

.btn-block + .btn-block {
    margin-top: 10px;
}

.btn-block {
    padding-left: 0;
    padding-right: 0;
}
.btn-block i {
    margin-left: 0;
}

.btn-default {
    background: #82C600;
    color: #fff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default {
    background: #90c64a;
    color: #fff;
    box-shadow: none;
}

.btn-default:active,
.btn-default.active {
    background: #90c64a;
    box-shadow: none;
    color: #fff;
}

.btn-border {
    padding: 12px 29px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}
.btn-border:hover {
    background: #fff;
    color: #82C600;
}

.btn.black {
    background: #525252;
}
.btn.black:hover {
    background: #646464;
}
.btn.black.btn-outline {
    color: #525252;
    border-color: #525252;
    background: transparent;
}
.btn.black.btn-outline:focus,
.btn.black.btn-outline:hover {
    background-color: #525252;
    color: #fff;
}

.btn.blue {
    background: #3498db;
}
.btn.blue:hover {
    background: #52a7e0;
}
.btn.blue.btn-outline {
    color: #3498db;
    border-color: #3498db;
    background: transparent;
}
.btn.blue.btn-outline:focus,
.btn.blue.btn-outline:hover {
    background-color: #3498db;
    color: #fff;
}

.btn.yellow {
    background: #f3cc31;
}
.btn.yellow:hover {
    background: #f5d453;
}
.btn.yellow.btn-outline {
    color: #f3cc31;
    border-color: #f3cc31;
    background: transparent;
}
.btn.yellow.btn-outline:focus,
.btn.yellow.btn-outline:hover {
    background-color: #f3cc31;
    color: #fff;
}

.btn.red {
    background: #ed4f4f;
}
.btn.red:hover {
    background: #f06f6f;
}
.btn.red.btn-outline {
    color: #ed4f4f;
    border-color: #ed4f4f;
    background: transparent;
}
.btn.red.btn-outline:focus,
.btn.red.btn-outline:hover {
    background-color: #ed4f4f;
    color: #fff;
}

.btn.gray {
    background: #95a5a6;
}
.btn.gray:hover {
    background: #a8b5b6;
}
.btn.gray.btn-outline {
    color: #95a5a6;
    border-color: #95a5a6;
    background: transparent;
}
.btn.gray.btn-outline:focus,
.btn.gray.btn-outline:hover {
    background-color: #95a5a6;
    color: #fff;
}

.btn.white {
    background-color: #fff;
    border-color: #e8e9ed;
    border-style: solid;
}
.btn.white,
.btn.white.btn-default {
    color: #7b8b8e;
}
.btn.white:hover {
    background: #f5f6f8;
}
.btn.white.btn-outline {
    color: #fff;
    border-color: #fff;
    background: transparent;
}
.btn.white.btn-outline:focus,
.btn.white.btn-outline:hover {
    background-color: #fff;
    color: #7b8b8e;
}
.btn.white.btn-link {
    color: #fff;
    background: transparent;
}
.btn.white i {
    color: #82C600;
}

.btn-primary.btn-outline {
    color: #428bca;
    border-color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
    border-color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
    border-color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
    border-color: #d9534f;
}

.btn-primary.btn-outline:hover {
    background: #286090;
    border-color: #286090;
}

.btn-success.btn-outline:hover {
    background: #449d44;
    border-color: #449d44;
}

.btn-info.btn-outline:hover {
    background: #31b0d5;
    border-color: #31b0d5;
}

.btn-warning.btn-outline:hover {
    background: #ec971f;
    border-color: #ec971f;
}

.btn-danger.btn-outline:hover {
    background: #c9302c;
    border-color: #c9302c;
}

/* ==========================================================================
       owl carousel
       ========================================================================== */
ul.owl-carousel {
    list-style: none;
    margin: 0;
}

.owl-theme .owl-controls {
    line-height: 1;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #7b8b8e;
}

.tab,
.accordion {
    margin-bottom: 30px;
}

.nav-tabs {
    margin-left: 0;
    border: none;
}
.nav-tabs .nav-link {
    padding: 15px 28px;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    font-size: 15px;
    font-weight: bold;
    color: #7b8b8e;
    -moz-border-radius: 0.25rem 0.25rem 0 0;
    -webkit-border-radius: 0.25rem 0.25rem 0 0;
    border-radius: 0.25rem 0.25rem 0 0;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
    background-color: #82C600;
    border-color: #82C600;
    color: #fff;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    background-color: #e6e6e6;
    color: #82C600;
}
.nav-tabs i {
    margin-right: 5px;
}

.tab-content > .active {
    border: 1px solid #e6e6e6;
    padding: 28px;
    min-height: 190px;
    overflow: hidden;
    -moz-border-radius: 0 0.25rem 0.25rem 0.25rem;
    -webkit-border-radius: 0 0.25rem 0.25rem 0.25rem;
    border-radius: 0 0.25rem 0.25rem 0.25rem;
}

.tab.tab-bottom .nav-tabs .nav-item {
    margin-bottom: 0;
    margin-top: -1px;
}
.tab.tab-bottom .nav-link {
    -moz-border-radius: 0 0 0.25rem 0.25rem;
    -webkit-border-radius: 0 0 0.25rem 0.25rem;
    border-radius: 0 0 0.25rem 0.25rem;
}
.tab.tab-bottom .tab-content > .active {
    -moz-border-radius: 0.25rem 0.25rem 0.25rem 0;
    -webkit-border-radius: 0.25rem 0.25rem 0.25rem 0;
    border-radius: 0.25rem 0.25rem 0.25rem 0;
}

.tab.tab-left .nav-tabs,
.tab.tab-right .nav-tabs {
    padding: 1.25rem 0;
}
.tab.tab-left .tab-content > .tab-pane,
.tab.tab-right .tab-content > .tab-pane {
    overflow: hidden;
}
.tab.tab-left .nav-tabs > .nav-item,
.tab.tab-right .nav-tabs > .nav-item {
    width: calc(100% + 1px);
    margin-bottom: 0.1875rem;
}
.tab.tab-left .tab-content > .active,
.tab.tab-right .tab-content > .active {
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.tab.tab-left > .row,
.tab.tab-right > .row {
    margin-left: 0;
    margin-right: 0;
}
.tab.tab-left > .row > [class^="col-"],
.tab.tab-left > .row > [class*="col-"],
.tab.tab-right > .row > [class^="col-"],
.tab.tab-right > .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.tab.tab-left .nav-tabs .nav-link {
    -moz-border-radius: 0.25rem 0 0 0.25rem;
    -webkit-border-radius: 0.25rem 0 0 0.25rem;
    border-radius: 0.25rem 0 0 0.25rem;
}
.tab.tab-left .nav-tabs > .nav-item {
    margin-right: -1px;
}

.tab.tab-right .nav-tabs .nav-link {
    -moz-border-radius: 0 0.25rem 0.25rem 0;
    -webkit-border-radius: 0 0.25rem 0.25rem 0;
    border-radius: 0 0.25rem 0.25rem 0;
}
.tab.tab-right .nav-tabs > .nav-item {
    margin-left: -1px;
}

/* accordion update newest version boostrap */
.accordion > .card {
    border: none;
}
.accordion > .card > .card-header {
    padding: 0;
    margin-bottom: 10px;
    background-color: #fff;
    border: none;
}
.accordion > .card .btn {
    text-transform: none;
    padding: 13px 54px 14px 28px;
    color: #7b8b8e;
    border: 1px solid #e6e6e6;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.accordion > .card .btn.collapsed:hover {
    background-color: #e6e6e6;
    color: #82C600;
}
.accordion > .card .btn:not(.collapsed) {
    background: #82C600;
    color: #fff;
    border: 1px solid #82C600;
}
.accordion > .card .btn:not(.collapsed):after {
    font-family: "FontAwesome";
    content: "\f106";
}
.accordion > .card .btn:focus {
    outline: none;
    box-shadow: none;
}
.accordion > .card .btn:after {
    font-family: "FontAwesome";
    content: "\f107";
    top: 50%;
    right: 30px;
    font-size: 16px;
    position: absolute;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.accordion .card-body {
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 28px;
}

/* ==========================================================================
       social icon
       ========================================================================== */
.social-icon {
    list-style-type: none;
    margin: 0;
}
.social-icon li {
    display: inline-block;
    text-align: center;
}
.social-icon a {
    width: 30px;
    height: 30px;
    margin-right: 6px;
    display: inline-block;
    line-height: 30px;
}

.social-icon li:hover .facebook-color {
    background-color: #3b5998;
}
.social-icon li:hover .twitter-color {
    background-color: #00aced;
}
.social-icon li:hover .dribbble-color {
    background-color: #ea4c89;
}
.social-icon li:hover .google-color {
    background-color: #dd4b39;
}
.social-icon li:hover .linkedin-color {
    background-color: #007bb5;
}
.social-icon li:hover .instagram-color {
    background-color: #e4405f;
}
.social-icon li:hover .pinterest-color {
    background-color: #c92619;
}
.social-icon li:hover .rss-color {
    background-color: #f26109;
}
.social-icon li:hover a {
    color: #fff;
}
.social-icon.social-bg-color li .facebook-color {
    background-color: #3b5998;
}
.social-icon.social-bg-color li .twitter-color {
    background-color: #00aced;
}
.social-icon.social-bg-color li .dribbble-color {
    background-color: #ea4c89;
}
.social-icon.social-bg-color li .google-color {
    background-color: #dd4b39;
}
.social-icon.social-bg-color li .linkedin-color {
    background-color: #007bb5;
}
.social-icon.social-bg-color li .instagram-color {
    background-color: #e4405f;
}
.social-icon.social-bg-color li .pinterest-color {
    background-color: #c92619;
}
.social-icon.social-bg-color li .rss-color {
    background-color: #f26109;
}
.social-icon.social-bg-color li a {
    color: #fff;
}
.social-icon.social-bg-color li:hover a {
    opacity: 0.8;
}

/* ==========================================================================
       header
       ========================================================================== */
#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: none;
    height: 136px;
    z-index: 999;
}

.header-top {
    background: rgba(0, 0, 0, 0.45);
}

.header-main {
    background: rgba(0, 0, 0, 0.25);
}

.header-info {
    margin: 0;
    overflow: hidden;
}
.header-info li {
    font-size: 12px;
    display: inline-block;
    padding: 6px 16px 6px 0;
}
.header-info li:last-child {
    padding-right: 0;
}
.header-info li,
.header-info a {
    color: #fff;
}
.header-info a:hover,
.header-info i {
    color: #82C600;
}
.header-info i {
    margin-right: 5px;
}

.header-social {
    font-size: 0;
    height: 40px;
}
.header-social a {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 0;
    color: #ffffff;
}

.header-logo {
    padding: 28px 0;
    float: left;
}
.header-logo img {
    height: 40px;
    width: auto;
}
.header-logo .logo-responsive,
.header-logo .logo-sticky {
    display: none;
}

/* header version 2 */
#header.header-version2 {
    position: relative;
}
#header.header-version2,
#header.header-version2 .header-main {
    background: #fff;
}
#header.header-version2 .header-top {
    background: #82C600;
}
#header.header-version2 .header-info a:hover,
#header.header-version2 .header-info i {
    color: #fff;
}
#header.header-version2 .additional-menu a,
#header.header-version2 .me-menu > li > a {
    color: #525252;
}
#header.header-version2 .additional-menu a:hover {
    color: #90c64a;
}
#header.header-version2 .additional-menu:before {
    background: rgba(0, 0, 0, 0.25);
}
#header.header-version2 .additional-menu > a.active,
#header.header-version2 .additional-menu > a.active:hover {
    color: #fff;
}

/* header version 3 */
#header.header-version3 {
    position: relative;
}
#header.header-version3 .header-top {
    background: #1a191e;
}
#header.header-version3,
#header.header-version3 .header-main {
    background: #242328;
}

.imgB{
    background-repeat:round;
    width: 100%;
}
/* menu */
.menu-trigger {
    position: relative;
    display: none;
    width: 20px;
    height: 30px;
    margin: 0;
    float: right;
    margin-right: 12px;
    padding: 34px 0 35px;
}
.menu-trigger span {
    position: relative;
    display: block;
}
.menu-trigger span:before,
.menu-trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    top: -7px;
}
.menu-trigger span:after {
    top: 7px;
}
.menu-trigger span,
.menu-trigger span:before,
.menu-trigger span:after {
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.menu-trigger.active span {
    background-color: transparent;
}
.menu-trigger.active span:before {
    top: 0;
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.menu-trigger.active span:after {
    top: 0;
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.menu-container {
    float: right;
}

.me-menu {
    float: left;
     font-family: "Montserrat", sans-serif;
}
.me-menu > li > a {
    color: #ffffff;
    padding: 39px 14px 39px;
    border-bottom: 0 solid #82C600;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
.me-menu > li > a:hover,
.me-menu > li > a:focus,
.me-menu > li > a.active,
.me-menu > li > a.highlighted,
.me-menu > li > a.current {
    padding: 39px 14px 37px;
    color: #ffffff;
    border-bottom-width: 3px;
}
.me-menu span.scroll-up:hover,
.me-menu span.scroll-down:hover {
    color: #82C600;
}
.me-menu ul > li > a:hover,
.me-menu ul > li > a:focus,
.me-menu ul > li > a:active,
.me-menu ul > li > a.current,
.me-menu ul > li > a.highlighted {
    padding: 10px 20px;
    color: #82C600;
}
.me-menu a.active,
.me-menu a.highlighted,
.me-menu a.current {
    color: #82C600;
}
.me-menu ul > li > a,
.me-menu .mega-menu-container {
    color: #637173;
}
.me-menu .mega-menu-list .active a {
    color: #82C600;
}
.me-menu .mega-menu-title {
    margin-bottom: 15px;
}
.me-menu .mega-menu-list.me-list li + li {
    margin-top: 0;
}
.me-menu .mega-menu-list.me-list li {
    position: relative;
}
.me-menu .mega-menu-list.me-list li:before {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.additional-menu {
    float: left;
    line-height: 96px;
    margin-left: 20px;
    padding-left: 25px;
    position: relative;
}
.additional-menu:before {
    content: "";
    height: 16px;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);
    left: 0;
}
.additional-menu > a {
    color: #ffffff;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.additional-menu > a + a {
    margin-left: 5px;
}
.additional-menu > a:hover {
    color: #90c64a;
}
.additional-menu > a.active {
    background-color: #82C600;
}
.additional-menu > a.active:hover {
    background-color: #90c64a;
    color: #fff;
}
.additional-menu > a.active .tag {
    display: none;
}
.additional-menu i {
    position: relative;
    top: -1px;
}
.additional-menu .tag {
    position: absolute;
    font-size: 10px;
    margin-left: -4px;
    top: -3px;
}

/* search panel */
.search-panel {
    top: 96px;
    right: 0;
    position: absolute;
    min-width: 300px;
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 20px;
    display: none;
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.search-panel .form-control {
    height: 38px;
    font-size: 14px;
    line-height: 1;
    padding: 10px 15px;
}

/* sticky menu */
#header .header-main {
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
}
#header .header-main.header-on-sticky .me-menu > li > a {
    padding: 27px 14px 26px;
}
#header .header-main.header-on-sticky .me-menu > li > a:hover,
#header .header-main.header-on-sticky .me-menu > li > a:focus,
#header .header-main.header-on-sticky .me-menu > li > a.active,
#header .header-main.header-on-sticky .me-menu > li > a.highlighted,
#header .header-main.header-on-sticky .me-menu > li > a.current {
    padding: 27px 14px 26px;
}
#header .header-main.header-on-sticky {
    background-color: #fff;
    position: fixed;
    height: 73px;
    display: block;
    width: 100%;
    top: 0;
    -moz-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.15);
}
#header .header-main.header-on-sticky .additional-menu a,
#header .header-main.header-on-sticky .me-menu > li > a {
    color: #525252;
}
#header .header-main.header-on-sticky .additional-menu {
    line-height: 70px;
}
#header .header-main.header-on-sticky .additional-menu:before {
    background: rgba(0, 0, 0, 0.25);
}
#header .header-main.header-on-sticky .additional-menu > a.active {
    color: #fff;
}
#header .header-main.header-on-sticky .search-panel {
    top: 73px;
}
#header .header-main.header-on-sticky .header-logo {
    padding: 16px 0 17px;
}
#header .header-main.header-on-sticky .header-logo img {
    display: none;
}
#header .header-main.header-on-sticky .header-logo .logo-sticky {
    display: block;
}
#header .header-main.header-on-sticky.header-version2,
#header .header-main.header-on-sticky.header-version3 {
    position: fixed;
}
#header .header-main.header-on-sticky.header-version3 .additional-menu a,
#header .header-main.header-on-sticky.header-version3 .me-menu > li > a {
    color: #fff;
}
#header .header-main.header-on-sticky.header-version3 .additional-menu:before {
    background: rgba(255, 255, 255, 0.25);
}

/* ==========================================================================
       slideshow
       ========================================================================== */
.slideshow-container {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    *zoom: 1;
}
.slideshow-container:before,
.slideshow-container:after {
    content: " ";
    display: table;
}
.slideshow-container:after {
    clear: both;
}

.slideshow {
    width: 100%;
    height: 820px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    background: #000;
    border: none;
    *zoom: 1;
}
.slideshow:before,
.slideshow:after {
    content: " ";
    display: table;
}
.slideshow:after {
    clear: both;
}
.slideshow .flex-direction-nav a {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.slideshow .flex-direction-nav a:before {
    font-family: "FontAwesome" !important;
    font-size: 24px;
    color: #fff;
    text-shadow: none;
}
.slideshow .flex-nav-next a:before {
    content: "\f105";
}
.slideshow .flex-nav-prev a:before {
    content: "\f104";
}
.slideshow .flex-nav-prev:hover a,
.slideshow .flex-nav-next:hover a {
    background: rgba(0, 0, 0, 0.75);
}
.slideshow:hover .flex-nav-prev a,
.slideshow:hover .flex-nav-next a {
    opacity: 1;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.slideshow:hover .flex-nav-prev a {
    left: 20px;
}
.slideshow:hover .flex-nav-next a {
    right: 20px;
}

.flex-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000007a;
}

.flex-content-wrapper {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.flex-content {
    display: table-cell;
    vertical-align: middle;
}

.flex-animate {
    opacity: 0;
}

.slides,
.slides li {
    height: 100%;
}

.flex-content h1 {
    color: #fff;
}

.hero-heading {
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 50px;
    font-weight: bold;
}

.hero-caption {
    font-family: "Droid Serif", serif;
    font-size: 18px;
    color: #fff;
    font-style: italic;
}

.text-left .hero-separator {
    display: block;
}
.text-left .hero-separator:after {
    margin-left: 0;
}

.hero-separator {
    display: block;
    border: none;
    margin: 20px 0 21px;
}
.hero-separator:after {
    content: "";
    height: 2px;
    border-bottom: 1px dashed #fff;
    display: block;
    width: 40px;
    margin: 0 auto;
}

/* ==========================================================================
       conditional section
       ========================================================================== */
/* -- what we do -- */
.what-we-do-container {
    position: relative;
    overflow: hidden;
}
.what-we-do-container:before {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    background: url(../img/garden-left.png) no-repeat;
    width: 276px;
    height: 528px;
    z-index: 2;
}
.what-we-do-container:after {
    content: "";
    position: absolute;
    top: 50px;
    right: 0;
    background: url(../img/garden-right.png) no-repeat;
    width: 276px;
    height: 528px;
    z-index: 2;
}
.what-we-do-container * {
    position: relative;
    z-index: 5;
}

/* -- cta bottom -- */
.cta-bottom-container {
    background: url(../img/autumn.jpg) no-repeat repeat center center;
    background-size: cover;
}
.cta-bottom-container h2 {
    margin-bottom: 0;
    margin-top: 3px;
}

/* ==========================================================================
       service
       ========================================================================== */
.service-item {
    position: relative;
    padding: 0 !important;
    *zoom: 1;
}
.service-item:before,
.service-item:after {
    content: " ";
    display: table;
}
.service-item:after {
    clear: both;
}
.service-item * {
    position: relative;
    z-index: 5;
}
.service-item .set-image-bg {
    display: none;
}
.service-item:hover i {
    opacity: 0;
}
.service-item:hover .service-title {
    margin-top: -130px;
}
.service-item:hover p {
    opacity: 1;
    top: 180px;
}

.service-content {
    padding: 130px 0;
    text-align: center;
    position: relative;
    min-height: 440px;
}
.service-content .service-title {
    margin: 0 auto 15px;
    text-transform: uppercase;
}
.service-content > i {
    font-size: 74px;
    display: block;
    margin-bottom: 20px;
}
.service-content p {
    opacity: 0;
    position: absolute;
    left: 0;
    padding: 0 30px;
    top: 100%;
}
.service-content * {
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.service-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
    z-index: 1;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.service-carousel .flex-control-thumbs {
    position: relative;
    margin: 30px -15px 0;
    bottom: 0;
    overflow: hidden;
    width: auto;
}
.service-carousel .flex-control-thumbs li {
    padding: 0 15px;
    width: -webkit-calc(100% / 6);
    width: -moz-calc(100% / 6);
    width: calc(100% / 6);
}
.service-carousel .flex-control-thumbs img {
    opacity: 0.5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.service-carousel .flex-control-thumbs img.flex-active {
    opacity: 1;
}
.service-carousel .flex-control-thumbs img:hover {
    opacity: 0.8;
}
.service-carousel .slides img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.service-carousel .flex-direction-nav {
    display: none;
}

.service-grid {
    margin-bottom: 30px;
}
.service-grid .separator {
    padding: 25px 0 21px;
}
.service-grid .title {
    margin: 0 0 12px;
}
.service-grid .title a {
    color: inherit;
}
.service-grid .title a:hover {
    color: #90c64a;
}
.service-grid .img-service {
    position: relative;
    overflow: hidden;
}
.service-grid .img-service a {
    position: relative;
    display: block;
}
.service-grid .img-service .overlay-background {
    opacity: 0;
}
.service-grid .img-service:hover .overlay-background {
    opacity: 0.225;
}
.service-grid .img-service,
.service-grid .img-service img,
.service-grid .img-service .overlay-background {
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

/* ==========================================================================
       feature
       ========================================================================== */
.feature {
    position: relative;
    padding: 30px;
    border: 1px dashed #ccc;
    margin-bottom: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    *zoom: 1;
}
.feature:before,
.feature:after {
    content: " ";
    display: table;
}
.feature:after {
    clear: both;
}
.feature p {
    margin-bottom: 0;
}
.feature i {
    font-weight: 500;
    font-size: 48px;
    display: block;
    margin-bottom: 20px;
    color: #82C600;
}
.feature * {
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.feature:hover {
    background: #f7f8f9;
}
.feature:hover i,
.feature:hover h1,
.feature:hover h2,
.feature:hover h3,
.feature:hover h4,
.feature:hover h5,
.feature:hover h6 {
    color: #82C600;
}
.feature.icon-left i {
    float: left;
    margin-right: 30px;
    margin-top: 20px;
}
.feature.icon-left .feature-content {
    position: relative;
    overflow: hidden;
}
.feature.icon-right i {
    float: right;
    margin-left: 30px;
    margin-top: 20px;
}

/* ==========================================================================
       testimonials
       ========================================================================== */
.testimonial-container {
    min-height: 600px;
    height: auto 0;
    background: url(../img/testimonial-bg.jpg) center center no-repeat no-repeat;
    position: relative;
}
.testimonial-container .overlay-background {
    opacity: 0.75;
}

.testimonial-carousel {
    padding: 0 15%;
}
.testimonial-carousel .testimonial {
    text-align: center;
}
.testimonial-carousel .testimonial blockquote {
    border: none;
    padding: 0;
    margin: 0;
}
.testimonial-carousel .testimonial blockquote:before {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    left: 0;
}
.testimonial-carousel .testimonial p {
    font-family: "Droid Serif", serif;
    font-size: 20px;
    line-height: 34px;
}
.testimonial-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}
.testimonial-carousel .owl-dots .owl-dot.active span,
.testimonial-carousel .owl-dots .owl-dot:hover span {
    width: 10px;
    height: 10px;
    background: #82C600;
    opacity: 1;
}
.testimonial-carousel .content-contrast {
    background: #fff;
}

.testimonial {
    position: relative;
    margin-bottom: 30px;
}
.testimonial blockquote {
    border: 1px dashed #ccc;
    padding: 30px 30px 30px 40px;
    position: relative;
    margin-left: 23px;
    margin-bottom: 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.testimonial blockquote:before {
    font-family: "iconcrafts" !important;
    content: "\e959";
    width: 46px;
    height: 46px;
    background: #8bc34a;
    color: #fff;
    border: 0px solid #ccc;
    font-size: 28px;
    text-align: center;
    line-height: 48px;
    position: absolute;
    left: -23px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.testimonial p {
    font-style: italic;
    font-size: 16px;
}
.testimonial cite {
    font-weight: bold;
    font-style: normal;
}
.testimonial span {
    font-weight: normal;
    display: inline-block;
    background: #82C600;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    padding: 0px 10px;
    margin-left: 8px;
    position: relative;
    top: -3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* ==========================================================================
       additional form
       ========================================================================== */
.estimate-form {
    background-color: #1a191e;
    padding: 80px 40px;
}
.estimate-form .heading-title * {
    color: #fff;
}
.estimate-form .separator:after {
    opacity: 0.5;
}
.estimate-form textarea {
    height: 116px;
}

/* ==========================================================================
       counter box
       ========================================================================== */
.counter-box {
    position: relative;
    margin-bottom: 30px;
    *zoom: 1;
}
.counter-box:before,
.counter-box:after {
    content: " ";
    display: table;
}
.counter-box:after {
    clear: both;
}
.counter-box i {
    display: block;
    font-size: 68px;
    margin-right: 20px;
    float: left;
    color: #82C600;
}
.counter-box .counter-content {
    overflow: hidden;
    position: relative;
    padding-top: 7px;
}
.counter-box .number {
    color: #525252;
    letter-spacing: 0;
    font-size: 26px;
    font-weight: bold;
}
.counter-box .counter-title {
    margin: 0;
}

/* ==========================================================================
       client carousel 
       ========================================================================== */
.client-carousel.no-border img {
    border: none;
    padding: 0 30px;
}
.client-carousel.no-border li:hover img {
    box-shadow: none;
}
.client-carousel li {
    padding: 0 15px;
}
.client-carousel img {
    border: 3px solid #e6e6e6;
    padding: 10px 30px;
    opacity: 0.8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}
.client-carousel li:hover img {
    border-color: #82C600;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.125);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.125);
}

/* ==========================================================================
       map
       ========================================================================== */
.map-wrapper {
    margin-bottom: 30px;
    padding: 0;
    border: 1px solid #e6e6e6;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    *zoom: 1;
}
.map-wrapper:before,
.map-wrapper:after {
    content: " ";
    display: table;
}
.map-wrapper:after {
    clear: both;
}

#map {
    height: 325px;
    width: 100%;
    overflow: hidden;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
#map.contact-map {
    height: 400px;
}

/* ==========================================================================
       process box
       ========================================================================== */
.process-box {
    margin-bottom: 30px;
    *zoom: 1;
}
.process-box:before,
.process-box:after {
    content: " ";
    display: table;
}
.process-box:after {
    clear: both;
}
.process-box img {
    margin-bottom: 20px;
}
.process-box p {
    margin-bottom: 0;
}
.process-box .title a {
    color: inherit;
}
.process-box .title a:hover {
    color: #82C600;
}

/* ==========================================================================
       content box
       ========================================================================== */
.content-box {
    text-align: center;
    margin-bottom: 30px;
    *zoom: 1;
}
.content-box:before,
.content-box:after {
    content: " ";
    display: table;
}
.content-box:after {
    clear: both;
}
.content-box p {
    overflow: hidden;
}
.content-box p:last-child {
    margin-bottom: 0;
}
.content-box > [class^="icon-shape-"],
.content-box > [class*="icon-shape-"] {
    position: relative;
    color: #fff;
    margin: 0 auto 25px;
    background-color: #82C600;
    width: 90px;
    height: 90px;
    line-height: 110px;
    text-align: center;
}
.content-box > [class^="icon-shape-"] i,
.content-box > [class*="icon-shape-"] i {
    font-size: 38px;
}
.content-box.small {
    font-size: 100%;
}
.content-box.small > [class^="icon-shape-"],
.content-box.small > [class*="icon-shape-"] {
    width: 70px;
    height: 70px;
    line-height: 82px;
}
.content-box.small > [class^="icon-shape-"] i,
.content-box.small > [class*="icon-shape-"] i {
    font-size: 28px;
}
.content-box.small > .icon-shape-disable i {
    font-size: 40px;
}
.content-box.large > [class^="icon-shape-"],
.content-box.large > [class*="icon-shape-"] {
    width: 120px;
    height: 120px;
    line-height: 152px;
}
.content-box.large > [class^="icon-shape-"] i,
.content-box.large > [class*="icon-shape-"] i {
    font-size: 52px;
}
.content-box.large > .icon-shape-disable i {
    font-size: 110px;
}
.content-box.left {
    text-align: left;
}
.content-box.left [class^="icon-shape-"],
.content-box.left [class*="icon-shape-"] {
    float: left;
    margin-right: 25px;
}
.content-box.right {
    text-align: left;
}
.content-box.right [class^="icon-shape-"],
.content-box.right [class*="icon-shape-"] {
    float: right;
    margin-left: 25px;
}

.content-box > .icon-shape-disable {
    color: #525252;
    margin-top: 5px;
    background-color: transparent;
    line-height: 1 !important;
    width: auto !important;
    height: auto !important;
}
.content-box > .icon-shape-disable i {
    font-size: 70px;
}
.content-box > .icon-shape-square {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.content-box > .icon-shape-circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/* ==========================================================================
       parallax background
       ========================================================================== */
.section-parallax {
    background: url(../img/testimonial-bg.jpg) no-repeat repeat top center;
    overflow: hidden;
    position: relative;
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
}

.parallax {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover !important;
    background-attachment: fixed !important;
}

/* ==========================================================================
       pricing table
       ========================================================================== */
.me-table {
    font-size: 14px;
    margin-bottom: 30px;
    color: #7b8b8e;
}
.me-table.table > tbody > tr > td,
.me-table.table > tbody > tr > th,
.me-table.table > tfoot > tr > td,
.me-table.table > tfoot > tr > th,
.me-table.table > thead > tr > td,
.me-table.table > thead > tr > th {
    padding: 12px 15px;
    border-color: #e6e6e6;
    vertical-align: middle;
}
.me-table.table > thead > tr > th {
    border: none;
    vertical-align: middle;
}
.me-table.table > thead {
    font-size: 15px;
}
.me-table.blue thead,
.me-table.green thead,
.me-table.yellow thead,
.me-table.red thead,
.me-table.gray thead {
    color: #fff;
}
.me-table.blue thead {
    background-color: #3498db;
}
.me-table.green thead {
    background-color: #82C600;
}
.me-table.yellow thead {
    background-color: #f3cc31;
}
.me-table.red thead {
    background-color: #ed4f4f;
}
.me-table.gray thead {
    background-color: #95a5a6;
}

/* pricing plan */
.pricing-plan {
    overflow: hidden;
    text-align: center;
    margin: 30px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.pricing-plan.featured-pricing {
    margin: 0 auto;
}
.pricing-plan.featured-pricing .pricing-price {
    padding: 40px 0 45px;
}
.pricing-plan.featured-pricing .pricing-action {
    padding: 40px 0;
}

.pricing-header {
    background-color: #82C600;
    color: #fff;
    position: relative;
    *zoom: 1;
}
.pricing-header:before,
.pricing-header:after {
    content: " ";
    display: table;
}
.pricing-header:after {
    clear: both;
}
.pricing-header:after {
    content: "";
    width: 30px;
    height: 30px;
    background: #82C600;
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
}

.pricing-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding: 14px 0 15px;
    background-color: rgba(0, 0, 0, 0.1);
}

.pricing-price {
    display: block;
    font-size: 68px;
    line-height: 1;
    padding: 25px 0 30px;
    position: relative;
}
.pricing-price .currency {
    font-size: 25px;
    position: absolute;
    margin-left: -17px;
    margin-top: 5px;
}
.pricing-price small {
    font-size: 16px;
}
.pricing-price p {
    font-size: 14px;
    padding-top: 10px;
    margin: 0;
}

.pricing-content {
    margin: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.pricing-content + .pricing-content {
    border-top: 1px solid #e6e6e6;
}
.pricing-content + .pricing-content li:first-child {
    padding-top: 15px;
}
.pricing-content li {
    font-size: 14px;
    padding: 15px 30px;
    border-bottom: 1px solid #e6e6e6;
}
.pricing-content li:first-child {
    padding-top: 30px;
}
.pricing-content li:last-child {
    border: none;
}
.pricing-content.pricing-icon strong,
.pricing-content.pricing-icon i {
    display: block;
}
.pricing-content.pricing-icon i {
    font-size: 46px;
    margin-bottom: 20px;
    color: #82C600;
}
.pricing-content.pricing-icon strong {
    line-height: 1;
}
.pricing-content.pricing-icon li {
    border-right: 1px solid #e6e6e6;
    padding: 30px 0 25px;
}
.pricing-content.grid-md-2 li:nth-child(2n) {
    border-right: none;
}
.pricing-content.grid-md-2 li:nth-last-of-type(-n + 2) {
    border-bottom: none;
}

.pricing-action {
    background-color: #fafafa;
    padding: 30px 0;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.pricing-plan.black .pricing-header,
.pricing-plan.black .pricing-header:after {
    background-color: #525252;
}
.pricing-plan.black .pricing-content.pricing-icon i {
    color: #525252;
}

/* ==========================================================================
       portfolio gallery
       ========================================================================== */
.gallery-filter {
    list-style: none;
    margin: 0;
    margin-bottom: 40px;
}
.gallery-filter li {
    display: inline-block;
    margin-right: 10px;
}
.gallery-filter .btn {
    padding: 8px 22px;
    font-size: 13px;
}

.gallery-container {
    position: relative;
}

.img-gallery,
.img-gallery .img-overlay {
    overflow: hidden;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.img-gallery,
.img-content {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.img-content .preview,
.img-content .permalink {
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 68px;
    position: absolute;
    opacity: 0;
    font-size: 26px;
    bottom: 0;
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    left: -webkit-calc(57% - 76px);
    left: -moz-calc(57% - 76px);
    left: calc(57% - 76px);
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}
.img-content .preview:hover,
.img-content .permalink:hover {
    background-color: #7b8b8e;
    color: #f5f6f8;
}
.img-content .preview i {
    position: relative;
    top: -2px;
}
.img-content .permalink {
    margin-left: 85px;
}

.img-overlay {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.img-overlay,
.img-content .permalink {
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}

.img-content .preview {
    transition: all 0.55s ease-in-out;
    -moz-transition: all 0.55s ease-in-out;
    -webkit-transition: all 0.55s ease-in-out;
}

.img-gallery:hover .img-overlay {
    opacity: 0.65;
}
.img-gallery:hover .preview,
.img-gallery:hover .permalink {
    opacity: 1;
    bottom: -moz-calc(50% - 35px);
    bottom: -webkit-calc(50% - 35px);
    bottom: -o-calc(50% - 35px);
    bottom: calc(50% - 35px);
}
.img-gallery:hover .preview:hover,
.img-gallery:hover .permalink:hover {
    background-color: #82C600;
    border-color: transparent;
}

.no-gutter .img-gallery,
.no-gutter .img-gallery .img-overlay {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* -- isotope -- */
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/* ==========================================================================
       blog
       ========================================================================== */
.post-item,
.post-content,
.post-media,
.post-header,
.post-footer,
.post-comment {
    position: relative;
    margin-bottom: 20px;
    *zoom: 1;
}
.post-item:before,
.post-item:after,
.post-content:before,
.post-content:after,
.post-media:before,
.post-media:after,
.post-header:before,
.post-header:after,
.post-footer:before,
.post-footer:after,
.post-comment:before,
.post-comment:after {
    content: " ";
    display: table;
}
.post-item:after,
.post-content:after,
.post-media:after,
.post-header:after,
.post-footer:after,
.post-comment:after {
    clear: both;
}

.post-media {
    margin-bottom: 30px;
}

.post-item {
    margin-bottom: 50px;
    border-bottom: 1px dashed #ccc;
}
.post-item.single-post {
    margin-bottom: 0;
    border-bottom: none;
}
.post-item.no-border {
    border: none;
}

.post-item.simple-blog {
    background: #fff;
    border-bottom: none;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.post-item.simple-blog .post-content,
.post-item.simple-blog .post-media {
    margin-bottom: 0;
}
.post-item.simple-blog .post-container {
    padding: 30px;
}

.date-meta {
    text-align: center;
    float: left;
    width: 86px;
    border: 1px solid #e6e6e6;
    font-size: 38px;
    padding: 20px 0 0;
    color: #adadad;
    background: #f9f9f9;
    margin-right: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.date-meta span {
    display: block;
    background: #82C600;
    color: #fff;
    font-size: 13px;
    line-height: 23px;
    padding: 2px 0 3px;
    margin: 22px -1px -1px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.post-container {
    overflow: hidden;
    position: relative;
}

.post-content {
    margin-bottom: 50px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.post-content p:last-child {
    margin-bottom: 0;
}
.post-content .blockquote {
    font-family: "Droid Serif", serif;
    font-size: 20px;
    line-height: 34px;
    border: none;
    padding: 0 30px 0;
    font-style: italic;
    color: #9c9c9c;
    margin-bottom: 30px;
}
.post-content .blockquote .blockquote-footer {
    color: #525252;
    font-style: normal;
    font-size: 15px;
}
.post-content .blockquote .blockquote-footer:before {
    position: relative;
    top: -1px;
}

.post-title {
    margin-bottom: 10px;
}
.post-title a {
    color: #525252;
}
.post-title:hover a {
    color: #82C600;
}

.post-meta {
    margin: 0;
    padding: 0;
}
.post-meta li {
    display: inline;
    color: #adadad;
    font-size: 14px;
    line-height: 20px;
    margin-right: 15px;
}
.post-meta i {
    margin-right: 6px;
    font-size: 15px;
    position: relative;
}
.post-meta a {
    color: #adadad;
}
.post-meta a:hover {
    color: #82C600;
}

.post-type-carousel.owl-carousel {
    position: relative;
    overflow: hidden;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.post-type-carousel.owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    bottom: 0;
}
.post-type-carousel.owl-carousel .owl-nav [class*="owl-"] {
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 45px;
    width: 43px;
    height: 43px;
    color: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.5);
}
.post-type-carousel.owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: none;
}
.post-type-carousel.owl-carousel .owl-nav .owl-next {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
}
.post-type-carousel.owl-carousel .owl-nav [class*="owl-"]:hover {
    background: rgba(0, 0, 0, 0.75);
}

.post-footer {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 30px 0;
}

.post-tag a {
    font-family: "Droid Serif", serif;
    font-size: 13px;
    font-style: italic;
    line-height: 24px;
    color: #7b8b8e;
    padding: 7px 12px;
    background: #f8f8f8;
    margin-right: 5px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.post-tag a:hover {
    color: #fff;
    background: #82C600;
}

.post-share a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.post-author {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}
.post-author .author-img {
    float: left;
    margin-right: 25px;
}
.post-author .author-img img {
    width: 100px;
    height: auto;
}
.post-author .author-content {
    position: relative;
    overflow: hidden;
}
.post-author .author-content h5 {
    margin: 0;
}
.post-author .author-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.post-comment {
    margin-bottom: 30px;
}
.post-comment .comment-title {
    margin-top: 20px;
    margin-bottom: 50px;
}

.comment-list {
    margin: 0;
    padding: 0;
}
.comment-list li {
    padding: 30px 0 0;
    border-top: 1px dashed #ccc;
}
.comment-list li:last-child {
    border-bottom: 1px dashed #ccc;
}
.comment-list li ul {
    margin: 0;
    padding-left: 100px;
}
.comment-list li ul li:last-child {
    border-bottom: 0;
}

.comment-list,
.comment-list li,
.comment-list li ul {
    list-style: none;
}

.comment {
    margin-bottom: 30px;
}
.comment .author-img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 30px;
}
.comment .author {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}
.comment .date {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 12px;
}
.comment .author-comment {
    overflow: hidden;
    position: relative;
}
.comment .author-comment p:last-child {
    margin-bottom: 0;
}
.comment .reply {
    position: absolute;
    color: #fff;
    background-color: #82C600;
    right: 0;
    top: 0;
    line-height: 1;
    font-size: 13px;
    padding: 7px 12px;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.comment .reply:hover {
    cursor: pointer;
    background-color: #90c64a;
}

.comment-form {
    margin-bottom: 30px;
}
.comment-form .form-control-label {
    font-size: 14px;
    padding: 6px 20px;
}
.comment-form .form-control-label span {
    color: #d9534f;
}

/* ==========================================================================
       pagination
       ========================================================================== */
.pagination-container {
    margin: 50px 0 30px;
    line-height: 1;
    *zoom: 1;
}
.pagination-container:before,
.pagination-container:after {
    content: " ";
    display: table;
}
.pagination-container:after {
    clear: both;
}
.pagination-container span {
    float: left;
    margin-right: 30px;
    padding: 17px 0px;
    line-height: 1;
}

.pagination {
    margin: 0;
}
.pagination .page-item:last-child .page-link {
    margin-right: 0;
}

.page-link {
    color: #7b8b8e;
    margin: 0 12px 0 0;
    padding: 15px 18px;
    border: 2px solid #e6e6e6;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.page-item .page-link:hover,
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    border-color: #82C600;
    background-color: #82C600;
    color: #fff;
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
    color: #ddd;
}

/* ==========================================================================
       page header
       ========================================================================== */
#page-header {
    position: relative;
}
#page-header .page-title-container {
    background: url(../img/page-header-bg.jpg) no-repeat no-repeat center center;
    background-size: cover;
}


#page-header .page-title-container1 {
    background: url(../img/page-header-bg1.jpg) no-repeat no-repeat center center;
    background-size: cover;
}


#page-header .page-title-container2 {
    background: url(../img/page-header-bg2.jpg) no-repeat no-repeat center center;
    background-size: cover;
}

#page-header .page-title-container3 {
    background: url(../img/page-header-bg3.jpg) no-repeat no-repeat center center;
    background-size: cover;
}

#page-header .page-title-container4 {
    background: url(../img/page-header-bg4.jpg) no-repeat no-repeat center center;
    background-size: cover;
}

#page-header .page-title-container5 {
    background: url(../img/page-header-bg5.jpg) no-repeat no-repeat center center;
    background-size: cover;
}
#page-header .page-title-container6 {
    background: url(../img/page-header-bg6.jpg) no-repeat no-repeat center center;
    background-size: cover;
}

#page-header .page-title {
    margin: 0 auto;
}
#page-header .background-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #000;
    opacity: 0.65;
    z-index: 1;
}
#page-header .post-meta,
#page-header .heading-caption {
    font-family: "Droid Serif", serif;
    font-style: italic;
}
#page-header .centered-container,
#page-header .page-title-container {
    min-height: 400px;
    *zoom: 1;
}
#page-header .centered-container:before,
#page-header .centered-container:after,
#page-header .page-title-container:before,
#page-header .page-title-container:after {
    content: " ";
    display: table;
}
#page-header .centered-container:after,
#page-header .page-title-container:after {
    clear: both;
}
#page-header * {
    z-index: 5;
    position: relative;
}
#page-header .centered-container {
    padding-top: 150px;
    padding-bottom: 40px;
}

.centered-container {
    display: table;
    height: 100%;
    width: 100%;
}
.centered-container > .centered-inner-container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.centered-container .breadcrumb {
    padding: 0;
    display: inline-block;
}
.centered-container .breadcrumb > li + li:before,
.centered-container .breadcrumb a {
    color: #fff;
}

.breadcrumb-container {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.breadcrumb {
    padding: 21px 0 20px;
    margin: 0;
    font-size: 13px;
    background: transparent;
}
.breadcrumb .breadcrumb-item {
    color: #7b8b8e;
}
.breadcrumb .breadcrumb-item:hover,
.breadcrumb > .active {
    color: #82C600;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    padding: 0 10px;
}

/* ==========================================================================
       sidebar
       ========================================================================== */
.sidebar,
.widget {
    *zoom: 1;
}
.sidebar:before,
.sidebar:after,
.widget:before,
.widget:after {
    content: " ";
    display: table;
}
.sidebar:after,
.widget:after {
    clear: both;
}

.sidebar-list .list-group-item:first-child,
.sidebar-list .list-group-item:last-child {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.sidebar-list .list-group-item {
    color: #7b8b8e;
    border: none;
    margin: 0;
    padding-left: 0;
    border-bottom: 1px dashed #ccc;
    position: relative;
}
.sidebar-list .list-group-item.active,
.sidebar-list .list-group-item:focus,
.sidebar-list .list-group-item:hover {
    background: transparent;
    color: #82C600;
    border-color: #ccc;
}
.sidebar-list .list-group-item.active:after,
.sidebar-list .list-group-item:focus:after,
.sidebar-list .list-group-item:hover:after {
    color: #82C600;
}
.sidebar-list .list-group-item.active {
    font-weight: bold;
}
.sidebar-list .list-group-item:after {
    font-family: "FontAwesome";
    content: "\f105";
    top: 50%;
    right: 0;
    font-size: 16px;
    position: absolute;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sidebar-list .list-group-item:first-child {
    border-top: 1px dashed #ccc;
}

.widget {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 26px;
}
.widget .promo-box {
    margin-bottom: 0;
}

.widget-title.heading-title {
    padding-bottom: 20px;
}
.widget-title.heading-title:after {
    width: 40px;
}
.widget-title.text-center:after {
    margin-left: -20px;
}

.archive-widget,
.category-widget {
    padding: 0;
    margin: 0;
    list-style: none;
}
.archive-widget li,
.category-widget li {
    border-bottom: 1px dashed #ccc;
    padding: 12px 0 12px 15px;
    position: relative;
}
.archive-widget li:first-child,
.category-widget li:first-child {
    padding-top: 0;
}
.archive-widget li:before,
.category-widget li:before {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    left: 0;
}
.archive-widget li a,
.category-widget li a {
    color: #7b8b8e;
}
.archive-widget li a:hover,
.category-widget li a:hover {
    color: #82C600;
}

.popular-widget {
    margin: 0;
    list-style: none;
}
.popular-widget li {
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
    *zoom: 1;
}
.popular-widget li:before,
.popular-widget li:after {
    content: " ";
    display: table;
}
.popular-widget li:after {
    clear: both;
}
.popular-widget li:first-child {
    padding-top: 0;
}
.popular-widget li:last-child {
    border: none;
    padding-bottom: 0;
}
.popular-widget li > a:hover p {
    color: #82C600;
}
.popular-widget img {
    float: left;
    height: 80px;
    width: auto;
    margin-right: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.popular-widget .popular-description {
    overflow: hidden;
    position: relative;
}
.popular-widget .popular-description p {
    margin-bottom: 0;
    color: #7b8b8e;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.popular-widget .popular-description span {
    font-size: 12px;
    font-weight: bold;
    color: #82C600;
}

.tag-cloud {
    *zoom: 1;
}
.tag-cloud:before,
.tag-cloud:after {
    content: " ";
    display: table;
}
.tag-cloud:after {
    clear: both;
}
.tag-cloud a {
    font-size: 11px;
    padding: 0px 10px;
    background: #82C600;
    text-transform: uppercase;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.tag-cloud a:hover {
    background: #90c64a;
}

/* ==========================================================================
       promo box
       ========================================================================== */
.promo-box {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    *zoom: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.promo-box:before,
.promo-box:after {
    content: " ";
    display: table;
}
.promo-box:after {
    clear: both;
}
.promo-box p {
    font-size: 14px;
    line-height: 26px;
}
.promo-box p:last-child {
    margin-bottom: 0;
}
.promo-box .promo-content {
    margin-bottom: 1.5em;
}
.promo-box.full-width {
    float: left;
    display: table-row;
    width: 100%;
    padding: 30px;
}
.promo-box.full-width .promo-content,
.promo-box.full-width .promo-action {
    width: 100%;
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.promo-box.full-width .promo-content,
.promo-box.full-width .promo-content * {
    margin-bottom: 0;
}
.promo-box.full-width .promo-content {
    padding-right: 15px;
}
.promo-box .btn.btn-outline {
    padding-top: 10px;
    padding-bottom: 11px;
}
.promo-box.blue {
    background-color: #3498db;
}
.promo-box.green {
    background-color: #82C600;
}
.promo-box.yellow {
    background-color: #f3cc31;
}
.promo-box.red {
    background-color: #ed4f4f;
}
.promo-box.gray {
    background-color: #95a5a6;
}
.promo-box.promo-contrast .promo-content * {
    color: #fff;
}
.promo-box.error-box {
    padding: 40px 30px;
    display: inline-block;
}

/* ==========================================================================
       team
       ========================================================================== */
.team-item {
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
    position: relative;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.team-items {
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
    position: relative;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.team-item p {
    margin-bottom: 0;
}
.team-item strong {
    margin-bottom: 10px;
    display: block;
}
.team-item .separator {
    padding-bottom: 20px;
}
.team-item .img-overlay {
    opacity: 1;
}

.team-item-container {
    padding: 25px 20px 25px;
}

/* ==========================================================================
       faq
       ========================================================================== */
.form-faq-conatiner {
    background-color: #f8f8f8;
    padding: 30px;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.form-faq-conatiner .form-group {
    margin: 0;
}
.form-faq-conatiner .form-control {
    font-size: 15px;
}
.form-faq-conatiner .form-control:focus {
    border-color: #ccc;
}

/* ==========================================================================
       contact
       ========================================================================== */
.contact-form {
    position: relative;
    background-color: #f8f8f8;
    padding: 30px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.contact-form textarea.form-control {
    min-height: 116px;
}
.contact-form .success-contact,
.contact-form .loading {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}
.contact-form .loading:after {
    content: "";
    background: url(../img/AjaxLoader.gif) no-repeat center center;
    min-height: 32px;
    min-width: 32px;
    position: absolute;
    left: -webkit-calc(50% - (32px / 2));
    left: -moz-calc(50% - (32px / 2));
    left: calc(50% - (32px / 2));
    top: -webkit-calc(50% - (32px / 2));
    top: -moz-calc(50% - (32px / 2));
    top: calc(50% - (32px / 2));
}
.contact-form .success-contact .alert {
    display: inline-block;
    margin: 0;
    position: absolute;
    left: -webkit-calc(50% - (234px / 2));
    left: -moz-calc(50% - (234px / 2));
    left: calc(50% - (234px / 2));
    top: -webkit-calc(50% - (54px / 2));
    top: -moz-calc(50% - (54px / 2));
    top: calc(50% - (54px / 2));
}


    .checkbox-group,
    .radio-group {
      margin-bottom: 15px; 
      
    }
/* ==========================================================================
       icon list
       ========================================================================== */
.icon-list span {
    font-size: 12px;
    font-family: Consolas, monospace, serif;
    color: #7b8b8e;
    padding-bottom: 6px;
    display: block;
    text-align: center;
    background-color: #fafafa;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -moz-box-shadow: inset 0 0 0 1px #e6e6e6;
    -webkit-box-shadow: inset 0 0 0 1px #e6e6e6;
    box-shadow: inset 0 0 0 1px #e6e6e6;
}
.icon-list i {
    display: block;
    font-size: 40px;
    line-height: 40px;
    background-color: #fff;
    padding: 20px 0 25px;
    margin-bottom: 5px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -moz-box-shadow: inset 0 0 0 1px #e6e6e6;
    -webkit-box-shadow: inset 0 0 0 1px #e6e6e6;
    box-shadow: inset 0 0 0 1px #e6e6e6;
}

/* ==========================================================================
        alert
       ========================================================================== */
.alert {
    font-size: 13px;
    padding: 12px 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.alert i {
    margin-right: 5px;
}
.alert .close {
    top: 2px;
    position: relative;
}

.alert-default {
    background-color: #f8f8f8;
    border-color: #d1d1d1;
}

.alert-success {
    color: #71a436;
}

.alert-info {
    color: #3498db;
}

.alert-warning {
    color: #dfae00;
    border-color: #f5e6b2;
}

.alert-danger {
    color: #ed4f4f;
}

/* ==========================================================================
       progress bar
       ========================================================================== */
.me-progress-bar {
    width: 100%;
    font-size: 13px;
    height: 46px;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.me-progress-bar,
.me-progress-bar .progress-content,
.me-progress-bar .progress-meter {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.me-progress-bar .progress-content {
    height: 100%;
    padding: 8px 0;
    width: 0;
    background: #82C600;
    color: white;
    border: none;
}
.me-progress-bar .progress-meter {
    right: 15px;
    width: 44px;
    color: #b2b2b2;
    text-align: center;
    background-color: #fff;
    position: absolute;
    border: 1px solid #e6e6e6;
}
.me-progress-bar .progress-title {
    float: left;
    color: #fff;
    position: absolute;
    left: 15px;
}
.me-progress-bar .progress-content.blue {
    background-color: #3498db;
}
.me-progress-bar .progress-content.green {
    background-color: #82C600;
}
.me-progress-bar .progress-content.yellow {
    background-color: #f3cc31;
}
.me-progress-bar .progress-content.red {
    background-color: #ed4f4f;
}
.me-progress-bar .progress-content.gray {
    background-color: #95a5a6;
}

/* ==========================================================================
       scroll up
       ========================================================================== */
#scrollUp {
    bottom: 120px;
    right: 50px;
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 33px;
    background-color: #82C600;
    color: #fff;
    text-align: center;
    border: 1px solid #71a436;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
#scrollUp:hover {
    background: #90c64a;
}
#scrollUp i {
    position: relative;
    top: 6px;
}

/* ==========================================================================
       footer
       ========================================================================== */
#footer {
    background-color: #242328;
    display: block;
    color: #717173;
    font-size: 13px;
    line-height: 24px;
    padding-top: 80px;
}
#footer strong,
#footer a {
    color: #888888;
}
#footer .social-icon {
    font-size: 16px;
}
#footer .social-icon li:hover a {
    color: #fff;
}
#footer a:hover {
    color: #82C600;
}
#footer .text-color {
    color: #82C600;
}
#footer a.text-color:hover {
    text-decoration: underline;
}

.footer-title {
    color: #fff;
    margin-bottom: 22px;
}

.footer-logo {
    margin-bottom: 20px;
}
.footer-logo img {
    width: 220px;
}

.footer-bottom {
    background-color: #1a191e;
    padding: 30px 0;
    margin-top: 60px;
    color: #595959;
}
.footer-bottom .copyright {
    line-height: 30px;
}

.footer-social li:hover,
.footer-social li a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


/* \------------------------------agrivi start----------------------------------------------------------------------------------------------------------------------------------------------------------- */

.close{
    color: white;
    
}

.modal-body a.pre-order-btn {
    max-width: max-content;
    color: #000;
    background-color: gold;
    border-radius: 1em;
    padding: 3em;
    display: block;
    margin: 5em auto;
    width: 50%;
    font-size: 0.95em;
    font-weight: 8600;
    min-width: 600px;
}
/* \------------------------------Whatsapp----------------------------------------------------------------------------------------------------------------------------------------------------------- */

a{
    text-decoration:none;
  }
  .floating_btn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    z-index: 1000;
  }
  
  @keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
  .contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size:30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
  }
  
  
  .text_icon {
    margin-top: 8px;
    color: rgb(39, 223, 39);
    font-size: 13px;
  }



  /* \------------------------------AgroBot----------------------------------------------------------------------------------------------------------------------------------------------------------- */

a{
    text-decoration:none;
  }
  .floating_btnBot {
    position: fixed;
    top: 720px;
    left: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    z-index: 1000;
  }
  
  @keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
  .contact_iconBot {
    background-color: #42db87;
    color: #fff;
    width: 65px;
    height: 65px;
    font-size:30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #0B632E;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
  }
  
  
  .text_iconBot {
    margin-top: 8px;
    color: rgb(39, 223, 39);
    font-size: 13px;
  }
/* \------------------------------agrivi ends----------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* cookies */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
/* body{
  background: #FCBA7F;
} */
.wrapper{
z-index: 7;
margin: auto;
  position: fixed;
  bottom: 30px;
  right: 30px;
  max-width: 365px;
  background: #fff;
  padding: 25px 25px 30px 25px;
  border-radius: 15px;
  box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.15);
  text-align: center;
  
}
.wrapper.hide{
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: all 0.3s ease;
  
}
::selection{
  color: #fff;
  background: #82C600;
}
.wrapper img{
  max-width: 90px;
  
}
.content header{
  font-size: 25px;
  font-weight: 600;
}
.content{
  margin-top: 10px;
}
.content p{
  color: #858585;
  margin: 5px 0 20px 0;
}
.content .buttons{
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttons button{
  padding: 10px 20px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  background: #82C600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.buttons button:hover{
  transform: scale(0.97);
}
.buttons .item{
  margin: 0 10px;
}
.buttons a{
  color: #82C600;
}

@media(max-width:1600px){
    .wrapper{
        width: 100%;
    }
}

@media(max-width:1024){
    .wrapper{
        padding:10px 0;
    }
}



/* Policies */

.greenbox{
    background-color: green; 
    color: white !important;
    display: inline; 
    padding: 5px;
    margin-bottom: 15em;
  }
  .pad{
    padding: 15px;
  }
  .greetText{
    color: green;
  }
  .weight{
    font-weight: 500;
  }
  .greenbox-btn{
    background-color: green; 
    color: white !important;
    font-size: small;
    width: 100%;
    display: inline; 
    padding: 5px;
    margin-bottom: 15em;
    border-radius: 2px;
  }



  .space{
    margin-top: 16px;
  }


  .gtco-container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  

  .pol-img{
      width: 41%;
    margin-bottom:5%;
    margin-top: 4%;
  }


  .form-container {
    max-width: 600px;
    margin: auto;
    background-color: #bbbbbb;
    padding: 20px;
    border-radius: 8px;
  }

  h2 {
    margin-top: 0;
    font-size: 22px;
  }

  label {
    display: block;
    margin: 12px 0 6px;
    font-size: 14px;
  }

  input[type="text"],
  input[type="email"],
  select,
  textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #5f5f5f;
    background: #ffffff;
    border: none;
    border-radius: 4px;
    color: rgb(97, 97, 97);
    font-size: 14px;
  }

  textarea {
    resize: vertical;
  }

  .checkbox-group {
    margin: 10px 0;
  }

  .checkbox-group label {
    display: flex;
    align-items: center;
    font-size: 14px;
  }

  .checkbox-group input[type="checkbox"] {
    margin-right: 10px;
    transform: scale(1.2);
  }

  .submit-btn {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px;
    margin-bottom: 15px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
  }

 

  @media (max-width: 600px) {
    .form-container {
      padding: 15px;
    }

    .submit-btn {
      font-size: 15px;
      padding: 20px;
    }
  }

  strong{
      margin-top: 70px;
  }

  .custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
}
.custom-select-wrapper select {
    display: none;
}
.custom-select {
    position: relative;
    display: inline-block;
    border: 1px solid #fff !important;
}
.custom-select-trigger {
    position: relative;
    display: block;
    width: 170px;
    padding: 0 84px 0 22px;
    font-size: 19px;
    font-weight: 300;
    color: rgb(97, 97, 97);
    line-height: 50px;
    background: #EAEAEA;
    border-radius: 4px;
    cursor: pointer;
    margin-left:20px;
    border: 1px solid #5f5f5f;
    transition: all 0.3s;
}

.custom-select-trigger:hover {
    background-color: #d9d9d9;
    transition: all 0.3s;
}

.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px; height: 10px;
    top: 50%; right: 25px;
    margin-top: -3px;
    border-bottom: 1px solid #5f5f5f;
    border-right: 1px solid #5f5f5f;
    transform: rotate(45deg) translateY(-50%);
    transition: all 0.4s ease-in-out;
    transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #eeeeee;
    transition: all 0.4s ease-in-out;
    margin-left: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
}
.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}
.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%; right: 25px;
    width: 7px; height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #eeeeee;
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}
.option-hover:before {
    background: #f9f9f9;
}
.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 18px;
    font-weight: 600;
    color: rgb(97, 97, 97);
    line-height: 47px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}
.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
    background: #eeeeee;
}
  


/* Reset and base */
* {
    box-sizing: border-box;
  }
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    margin: 0;
    background-color: #f9fafb;
    color: #111827;
    line-height: 1.6;
  }
  a {
    color: #047857;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  img {
    max-width: 100%;
    display: block;
    border-radius: 8px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
    font-weight: 700;
  }
  p {
    margin-top: 0;
    margin-bottom: 1em;
  }
  button,
  .btn {
    cursor: pointer;
    border: none;
    padding: 0.5em 1.25em;
    border-radius: 5px;
    font-weight: 450;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
    display: inline-flex;
    align-items: center;
  }
  button.primary,
  .btn-primary {
    background-color: #047857;
    color: white;
  }
  button.primary:hover,
  .btn-primary:hover {
    background-color: #065f46;
  }
  button.outline,
  .btn-outline {
    background-color: transparent;
    border: 1.5px solid #047857;
    color: #047857;
  }
  button.outline:hover,
  .btn-outline:hover {
    background-color: #047857;
    color: white;
  }
  .container {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .text-center {
    text-align: center;
  }
  .section {
    padding: 3rem 0;
  }
  .section-sm {
    padding: 1.5rem 0;
  }
  .grid {
    display: grid;
    gap: 1.5rem;
  }
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .card {
    background-color: white;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .card h3 {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    color: #065f46;
  }
  .card p {
    flex-grow: 1;
    color: #374151;
    font-size: 0.9rem;
  }
  .checklist {
    list-style: none;
    padding-left: 0;
    margin-top: 0.75rem;
    margin-bottom: 0;
  }
  .checklist li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #065f46;
  }
  .checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
  }
  .header-hero {
    position: relative;
    color: white;
    text-align: left;
    padding: 6rem 1.5rem 6rem 1.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .header-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    max-width: 600px;
  }
  .header-hero p {
    max-width: 600px;
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .btn-arrow {
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
  }
  .btn-arrow svg {
    margin-left: 0.3em;
    width: 1em;
    height: 1em;
    stroke-width: 3px;
    stroke: currentColor;
    fill: none;
  }
  /* Section: Data-Driven Growth Hero */
  #data-driven-growth {
    background-image: url('dt.png');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 6rem 1.5rem 6rem 1.5rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  }
  /* Section: Agrowex Maturity Assessment */
  #agrowex-assessment {
    background-color: #f3f4f6;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  #agrowex-assessment h2 {
    text-align: center;
    margin-bottom: 0.25rem;
    color: #111827;
  }
  #agrowex-assessment p.subtitle {
    text-align: center;
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 1rem;
    color: #6b7280;
  }
  #agrowex-assessment img.diagram {
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
  }
  #agrowex-assessment .videos {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem;
  }
  #agrowex-assessment iframe,
  #agrowex-assessment video {
    border-radius: 8px;
    max-width: 100%;
    height: 200px;
    flex: 1 1 300px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
  }
  #agrowex-assessment .evaluate-section {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin-bottom: 3rem;
  }
  #agrowex-assessment .evaluate-left,
  #agrowex-assessment .evaluate-right {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.05);
    padding: 1.5rem;
    flex: 1 1 450px;
  }
  #agrowex-assessment .evaluate-left img.diagram {
    margin-bottom: 1rem;
    height: auto;
  }
  #agrowex-assessment .evaluate-left ul {
    list-style: none;
    padding-left: 0;
    margin-top: 1rem;
  }
  #agrowex-assessment .evaluate-left ul li {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #065f46;
  }
  #agrowex-assessment .evaluate-left ul li svg {
    width: 1em;
    height: 1em;
    stroke: #10b981;
    stroke-width: 3px;
    fill: none;
  }
  #agrowex-assessment .evaluate-left .btn-start {
    margin-top: 1rem;
  }
  #agrowex-assessment .evaluate-right h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #047857;
  }
  #agrowex-assessment .evaluate-right section {
    margin-bottom: 1.5rem;
  }
  #agrowex-assessment .evaluate-right section h4 {
    margin: 0 0 0.5rem 0;
    font-weight: 600;
    font-size: 1rem;
    color: #065f46;
  }
  #agrowex-assessment .evaluate-right section p {
    margin: 0 0 0.5rem 0;
    font-size: 0.9rem;
    color: #374151;
  }
  #agrowex-assessment .evaluate-right section .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  #agrowex-assessment .evaluate-right section .tag {
    background-color: #d1fae5;
    color: #065f46;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
  }
  /* Section: Who Can Benefit? */
  #who-benefit {
    background-color: white;
    padding: 3rem 1.5rem;
  }
  #who-benefit h2 {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  #who-benefit p.subtitle {
    text-align: center;
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 1rem;
    color: #6b7280;
  }
  #who-benefit .benefit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
  }
  #who-benefit .benefit-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  #who-benefit .benefit-card img {
    height: 140px;
    object-fit: cover;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #who-benefit .benefit-card-content {
    padding: 1rem 1.25rem 1.25rem 1.25rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #who-benefit .benefit-card-content h3 {
    margin-top: 0;
    font-size: 1.1rem;
    color: #047857;
  }
  #who-benefit .benefit-card-content p {
    font-size: 0.9rem;
    color: #374151;
    margin-bottom: 0.75rem;
  }
  #who-benefit .benefit-card-content a {
    font-weight: 600;
    font-size: 0.85rem;
    color: #047857;
    display: inline-flex;
    align-items: center;
  }
  #who-benefit .benefit-card-content a svg {
    margin-left: 0.25em;
    width: 1em;
    height: 1em;
    stroke-width: 3px;
    stroke: currentColor;
    fill: none;
  }
  /* Section: Key Features */
  #key-features {
    background-color: #f3f4f6;
    padding: 3rem 1.5rem;
  }
  #key-features h2 {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  #key-features p.subtitle {
    text-align: center;
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 1rem;
    color: #6b7280;
  }
  #key-features .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
  }
  #key-features .feature-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.05);
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #key-features .feature-card h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: #065f46;
    font-size: 1.1rem;
  }
  #key-features .feature-card p {
    font-size: 0.9rem;
    color: #374151;
    margin-bottom: 0;
  }
  /* Section: Success Stories */
  #success-stories {
    background-color: white;
    padding: 3rem 1.5rem;
  }
  #success-stories h2 {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  #success-stories p.subtitle {
    text-align: center;
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 1rem;
    color: #6b7280;
  }
  #success-stories .stories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
  }
  #success-stories .story-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.05);
    padding: 1rem 1.25rem 1.25rem 1.25rem;
    display: flex;
    flex-direction: column;
  }
  #success-stories .story-card h3 {
    margin-top: 0;
    margin-bottom: 0.25rem;
    color: #047857;
    font-size: 1.1rem;
  }
  #success-stories .story-card p {
    font-size: 0.9rem;
    color: #374151;
    flex-grow: 1;
  }
  #success-stories .story-card a {
    font-weight: 600;
    font-size: 0.85rem;
    color: #047857;
    margin-top: 0.75rem;
    display: inline-flex;
    align-items: center;
  }
  #success-stories .story-card a svg {
    margin-left: 0.25em;
    width: 1em;
    height: 1em;
    stroke-width: 3px;
    stroke: currentColor;
    fill: none;
  }
  /* Section: Call to Action */
  #cta-grow {
    background-color: #065f46;
    color: white;
    padding: 3rem 1.5rem;
    text-align: center;
  }
  #cta-grow h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  #cta-grow p {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  #cta-grow .btn-group {
    display: inline-flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  #cta-grow .btn {
    font-weight: 600;
    border-radius: 9999px;
    padding: 0.5em 1.5em;
    font-size: 1rem;
  }
  #cta-grow .btn-primary {
    background-color: #10b981;
    border: none;
    color: white;
  }
  #cta-grow .btn-primary:hover {
    background-color: #059669;
  }
  #cta-grow .btn-outline {
    background-color: transparent;
    border: 2px solid white;
    color: white;
  }
  #cta-grow .btn-outline:hover {
    background-color: white;
    color: #065f46;
  }
  /* Section: About AMA */
  #about-ama {
    background-image: url('dd.png');
    background-size: cover;
    background-position: center;
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  }
  #about-ama .overlay {
    background-color: rgba(0, 0, 0, 0.55);
    padding: 3rem 1.5rem;
    border-radius: 10px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  #about-ama h2 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 2rem;
  }
  #about-ama p {
    font-size: 1.1rem;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
  }
  /* Section: Our Story & Mission/Vision */
  #story-mission {
    background-color: white;
    padding: 4rem 1.5rem 4rem 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  #story-mission .story-mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    margin-bottom: 3rem;
  }
  #story-mission .story-text p {
    font-size: 1rem;
    color: #374151;
    line-height: 1.6;
  }
  #story-mission .story-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
  }
  #story-mission h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #065f46;
  }
  #story-mission .mission-vision {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
  }
  #story-mission .mission-vision .box {
    background-color: #f3f4f6;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 0.05);
  }
  #story-mission .mission-vision .box h4 {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #047857;
  }
  #story-mission .mission-vision .box ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #story-mission .mission-vision .box ul li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.5rem;
    color: #065f46;
    font-weight: 600;
  }
  #story-mission .mission-vision .box ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
  }
  /* Section: Our Approach */
  #our-approach {
    background-color: white;
    padding: 3rem 1.5rem 3rem 1.5rem;
    max-width: 1200px;
    margin: 0 auto 3rem auto;
    text-align: center;
  }
  #our-approach h3 {
    margin-bottom: 1rem;
    color: #065f46;
  }
  #our-approach p {
    margin-bottom: 2rem;
    color: #374151;
    font-size: 1rem;
  }
  #our-approach .approach-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
  }
  #our-approach .approach-card {
    background-color: #f3f4f6;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.05);
    text-align: left;
  }
  #our-approach .approach-card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 0.75rem;
  }
  #our-approach .approach-card h5 {
    margin: 0 0 0.5rem 0;
    color: #047857;
    font-size: 1rem;
  }
  #our-approach .approach-card p {
    margin: 0;
    font-size: 0.9rem;
    color: #374151;
  }
  /* Section: Our Partners */
  #our-partners {
    background-color: white;
    padding: 2rem 1.5rem 3rem 1.5rem;
    max-width: 1200px;
    margin: 0 auto 3rem auto;
    text-align: center;
  }
  #our-partners h3 {
    margin-bottom: 0.5rem;
    color: #065f46;
  }
  #our-partners p {
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: #374151;
    font-size: 1rem;
  }
  #our-partners .partners-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 2rem;
  }
  #our-partners .partner {
    background-color: #f3f4f6;
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    color: #065f46;
    min-width: 120px;
    text-align: center;
    box-shadow: 0 2px 4px rgb(0 0 0 / 0.05);
  }
  /* Section: Join AMA Community CTA */
  #join-community {
    background-color: #065f46;
    color: white;
    padding: 3rem 1.5rem 3rem 1.5rem;
    text-align: center;
  }
  #join-community h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  #join-community p {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }
  #join-community .btn-group {
    display: inline-flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  #join-community .btn {
    font-weight: 600;
    border-radius: 9999px;
    padding: 0.5em 1.5em;
    font-size: 1rem;
  }
  #join-community .btn-primary {
    background-color: white;
    border: none;
    color: #065f46;
  }
  #join-community .btn-primary:hover {
    background-color: #d1fae5;
  }
  #join-community .btn-outline {
    background-color: transparent;
    border: 2px solid white;
    color: white;
  }
  #join-community .btn-outline:hover {
    background-color: white;
    color: #065f46;
  }
  /* Responsive adjustments */
  @media (max-width: 900px) {
    #story-mission .story-mission-grid {
      grid-template-columns: 1fr;
    }
    #story-mission .mission-vision {
      grid-template-columns: 1fr;
    }
    #agrowex-assessment .evaluate-section {
      flex-direction: column;
    }

  }

  .ama-img{
    width: 20%; 
    height: 20%;
    display: flex;
    justify-self:center;
  }

  .whText{
      color: white;
  }


  
.copy-btn {
    cursor: pointer;
    border: none;
    background: none;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
  }
  .copy-btn svg {
    width: 20px;
    height: 20px;
    fill: rgb(55, 180, 5);
    margin-left: -10px;
  }
  .copy-btn:hover svg {
    fill: #007bff;
  }

  /* Tooltip styling */
  .copy-btn::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 65%; /* above the button */
    left: 25%;
    transform: translateX(-50%);
    background: rgba(74, 175, 33, 0.75);
    color: white;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 0.85rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
  }
  .copy-btn:hover::after {
    opacity: 1;
  }

  /* Custom alert popup */
  #alert-popup {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #4caf50; /* green for success */
    color: white;
    padding: 1px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgb(7, 228, 81);
    font-size: 1rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 9999;
  }
  #alert-popup.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  #alert-popup.error {
    background: #f44336; /* red for error */
  }


  /* Offtake css */

  /* Add this CSS to your amaStyle.css or create a new CSS file and link it */

.modern-card {
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none; /* Remove default Bootstrap border */
}

.modern-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.modern-card .card-img-top {
    height: 250px; /* Fixed height for larger images */
    object-fit: cover; /* Ensures the image covers the area without distortion */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.modern-card .card-body {
    padding: 20px;
}

.modern-card .produce-name {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.modern-card .closing-date {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 15px;
}

.modern-card .product-details {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

.modern-card .product-details p {
    margin-bottom: 5px;
}

.modern-card .download-btn {
    background-color: #28a745; /* Example green color */
    border-color: #28a745;
    border-radius: 5px;
    font-weight: 500;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.modern-card .download-btn:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

.modern-card .download-btn i {
    margin-right: 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modern-card .card-img-top {
        height: 200px;
    }
    .modern-card .card-body {
        padding: 15px;
    }
    .modern-card .produce-name {
        font-size: 1.2rem;
    }
    .hero-actions{
     display: ruby-text;
    }
}


/* Make video bigger but still responsive */
.video-wrapper {
    max-width: 1200px;   /* prevent it from getting too huge on big screens */
    margin: 0 auto;      /* center horizontally */
    padding: 20px;  /* ensures it's tall enough on smaller screens */
  }

  .container1 {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}
.card1 {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 14px;
    margin: 10px;
}
.card-image1 {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}
.card-content1 {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-title1 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}
.card-description1 {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #555;
    margin-bottom: 20px;
    flex-grow: 1;
}
.learn-more-btn1 {
    display: inline-block;
    padding: 10px 18px;
    background-color: #5cb85c; /* A shade of green */
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background-color 0.3s ease;
    text-align: center;
    align-self: flex-start; /* Aligns button to the left */
}
.learn-more-btn1:hover {
    background-color: #4cae4c;
}

:root {
    --primary-green: #4CAF50; /* A vibrant green for accents */
    --light-green: #E8F5E9; /* Lighter green for backgrounds */
    --dark-background: #212121;
    --text-color-dark: #eee;
    --text-color-light: #333;
    --card-background: #fff;
    --border-color: #e0e0e0;
    --button-primary: #5cb85c;
    --button-secondary: #6c757d;
    --section-bg-light: #f8f8f8;
    --section-bg-dark: #333;
}


.container2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* --- Header Section --- */
.header2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.pexels.com/photos/163097/vegetable-store-supermarket-fresh-food-163097.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
    background-size: cover;
    background-position: center;
    color: var(--text-color-dark);
    padding: 60px 0;
    text-align: left;
    position: relative;
}

.header-content2 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.header2 .back-link2 {
    display: inline-flex;
    align-items: center;
    color: var(--primary-green);
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.header2 .back-link2 i {
    margin-right: 8px;
    font-size: 1rem;
}

.header2 h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff;
}

.header2 p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.8;
    color: #ccc;
}

.header2 .btn-group .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    margin-right: 15px;
    transition: background-color 0.3s ease;
}

.header2 .btn-group2 .btn-primary2 {
    background-color: var(--primary-green);
    color: #fff;
}

.header .btn-group .btn-primary:hover {
    background-color: #449d44;
}

.header2 .btn-group2 .btn-secondary2 {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.header2 .btn-group2 .btn-secondary2:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* --- Key Features Section --- */
.key-features2 {
    padding: 60px 0;
    background-color: var(--card-background);
    text-align: center;
}

.key-features2 h2 {
    font-size: 2rem;
    margin-bottom: 40px;
    font-weight: 600;
    color: var(--text-color-light);
}

.features-grid2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.feature-card2 {
    background-color: var(--card-background);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.feature-card2 img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 1px solid var(--border-color);
}

.feature-card-content2 {
    padding: 20px;
}

.feature-card-content2 h3 {
    font-size: 1.15rem;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
}

.feature-card-content2 p {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 0;
}

/* Adjusting specific feature cards for the image */
.feature-card.small2 .feature-card-content2 {
    padding-bottom: 10px; /* Smaller padding for concise cards */
}
.feature-card.small2 img {
    height: 120px; /* Smaller image height for concise cards */
}
.feature-card.small2 p {
    font-size: 0.85rem;
    line-height: 1.4;
}


/* --- Who Can Benefit Section --- */
.benefits-section2 {
    padding: 60px 0;
    background-color: var(--section-bg-light);
    text-align: center;
}

.benefits-section2 h2 {
    font-size: 2rem;
    margin-bottom: 40px;
    font-weight: 600;
    color: var(--text-color-light);
}

.benefit-card2 {
    display: flex;
    background-color: var(--card-background);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    text-align: left;
    border-left: 5px solid var(--primary-green);
}

.benefit-card-image2 {
    width: 300px;
    flex-shrink: 0;
    height: auto;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
}

.benefit-card-content2 {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.benefit-card-content2 h3 {
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: var(--primary-green);
}

.benefit-card-content2 h3 i {
    margin-right: 10px;
    font-size: 1.5rem;
}

.benefit-card-content2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefit-card-content2 ul li {
    font-size: 0.95rem;
    margin-bottom: 10px;
    color: #555;
    display: flex;
    align-items: flex-start;
}

.benefit-card-content2 ul li i {
    color: var(--primary-green);
    margin-right: 10px;
    margin-top: 4px; /* Adjust icon alignment */
}

/* Style for the "Agri Suppliers" card to match image */
.benefit-card2.agri-suppliers2 {
    border-left: 5px solid var(--primary-green); /* Or a slightly different green if desired */
}
.benefit-card2.agri-suppliers2 .benefit-card-content2 h3 {
     color: var(--primary-green);
}

/* --- How It Works Section --- */
.how-it-works2 {
    padding: 60px 0;
    background-color: var(--card-background);
    text-align: center;
}

.how-it-works2 h2 {
    font-size: 2rem;
    margin-bottom: 40px;
    font-weight: 600;
    color: var(--text-color-light);
}

.steps-container2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    padding-bottom: 50px; /* Space for connecting lines */
}

.steps-container2::before {
    content: '';
    position: absolute;
    top: 25px; /* Adjust to vertical center of numbers */
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 100px); /* Adjust width as needed */
    height: 2px;
    background-color: var(--border-color);
    z-index: 1;
}
@media (max-width: 768px) {
    .steps-container::before {
        display: none; /* Hide line on smaller screens */
    }
}


.step2 {
    flex: 1;
    min-width: 200px;
    max-width: 25%; /* To ensure 4 steps fit on one line */
    text-align: center;
    position: relative;
    z-index: 2; /* Ensure step content is above the line */
}
@media (max-width: 768px) {
    .step2 {
        max-width: 48%; /* 2 per row on medium screens */
    }
}
@media (max-width: 480px) {
    .step2 {
        max-width: 100%; /* 1 per row on small screens */
    }
}

.step-number2 {
    width: 50px;
    height: 50px;
    background-color: var(--primary-green);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.step2 h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.step2 p {
    font-size: 0.9rem;
    color: #555;
}

/* --- CTA Section --- */
.cta-section2 {
    padding: 60px 0;
    background-color: var(--section-bg-dark);
    color: var(--text-color-dark);
}

.cta-grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
@media (max-width: 768px) {
    .cta-grid2 {
        grid-template-columns: 1fr;
    }
}

.cta-card2 {
    background-color: var(--card-background);
    color: var(--text-color-light);
    border-radius: 8px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.cta-card.ready-to-begin2 {
    background-color: #3f51b5; /* Darker blue for "Ready to Begin?" */
    color: #fff;
}
.cta-card.need-expert2 {
    background-color: #4CAF50; /* Primary green for "Need Expert Guidance?" */
    color: #fff;
}


.cta-card2 h3 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.cta-card2 p {
    font-size: 0.95rem;
    margin-bottom: 25px;
    line-height: 1.5;
}

.cta-card2 .btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
    font-size: 0.95rem;
    align-self: flex-start;
}

.cta-card2 .btn i {
    margin-right: 10px;
}

.cta-card.ready-to-begin2 .btn {
    background-color: #fff;
    color: #3f51b5;
}
.cta-card.ready-to-begin2 .btn:hover {
    background-color: #eee;
}

.cta-card.need-expert2 .btn {
    background-color: #fff;
    color: var(--primary-green);
}
.cta-card.need-expert2 .btn:hover {
    background-color: #eee;
}



/* new style */

.section1 {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* Section title */
  .section-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 40px;
  }

  
  
  /* Grid layout */
  .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  
  .feature-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  
  .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  }
  
  .feature-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }
  
  .feature-content {
    padding: 20px;
    text-align: center;
  }
  
  .feature-content .icon {
    font-size: 24px;
    color: #1fa35a;
    margin-bottom: 8px;
  }
  
  .feature-content h3 {
    margin: 8px 0;
    font-size: 16px;
    font-weight: 600;
  }
  
  .feature-content p {
    font-size: 14px;
    color: #6b7280;
  }
  
  /* Responsive Design */
  @media (max-width: 900px) {
    .features-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 600px) {
    .features-grid {
      grid-template-columns: 1fr;
    }
  
    section {
      padding: 40px 16px;
    }
  }

  
  /* --- Section Header Styling --- */
.benefit-section {
    max-width: 1200px;
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header h1 {
    font-size: 2.5em;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.section-header p {
    font-size: 1.1em;
    color: #666;
}

/* --- Benefit Cards Container --- */
.benefits-container {
    display: flex;
    flex-direction: column; /* Stacks the cards vertically */
    gap: 25px;
}

/* --- Individual Card Styling --- */
.benefit-card {
    display: flex;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden; /* Important to keep image corners rounded */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); /* Subtle shadow */
    min-height: 250px;
}

.card-image {
    flex: 0 0 40%; /* Image takes 40% of the width on desktop */
    max-width: 40%;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the container without distortion */
}

.card-content {
    flex: 1; /* Content takes the rest of the space */
    padding: 30px;
}

/* --- Title and Icon Styling --- */
.card-title {
    display: flex;
    align-items: center;
    font-size: 1.5em;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    padding: 10px 15px;
    background-color: #e6f7e6; /* Light green background for the title area */
    border-radius: 8px;
    
}

.icon-box {
    font-size: 1.2em;
    margin-right: 15px;
}

/* --- Benefits List Styling --- */
.benefits-list {
    list-style: none; /* Remove default list bullets */
    padding-left: 0;
}

.benefits-list li {
    font-size: 1em;
    color: #555;
    line-height: 1.6;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
}

.benefits-list li span {
    color: #28a745; /* Green checkmark color */
    margin-right: 10px;
    font-size: 1.1em;
    /* Use a custom alignment if you want the text to wrap under the text, not the checkmark */
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
    .benefit-card {
        flex-direction: column; /* Stack image and content vertically on mobile */
        min-height: auto;
    }

    .card-image {
        flex: 0 0 auto;
        max-width: 100%;
        height: 200px; /* Fixed height for mobile image */
    }

    .card-content {
        padding: 20px;
    }

    .card-title {
        font-size: 1.3em;
        padding: 8px 10px;
    }
}


/* bottom code */
.how-it-works-section {
    max-width: 1180px;
    width: 100%;
    background-color: #fff;
    padding: 80px 0px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
   
}

.section-title {
    font-size: 2em;
    font-weight: 700;
    color: #1f2937; /* Dark blue/grey for the title */
    margin-bottom: 40px;
    
}

.steps-container {
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Align items to the top to keep text neatly aligned */
    flex-wrap: wrap; /* Allow steps to wrap on smaller screens */
    gap: 15px; /* Space between steps and arrows */
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1; /* Allow items to grow and shrink */
    min-width: 150px; /* Minimum width for each step before wrapping */
    max-width: 200px; /* Max width to control sizing on larger screens */
    padding: 10px;
}

.step-number {
    width: 50px;
    height: 50px;
    background-color: #38a169; /* Green background for numbers */
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 15px;
    flex-shrink: 0; /* Prevent number from shrinking */
}

.step-title {
    font-size: 1.1em;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 8px;
}

.step-description {
    font-size: 0.9em;
    color: #555;
    line-height: 1.4;
}

.step-arrow {
    font-size: 2.5em;
    color: #888; /* Grey for arrows */
    margin: 15px 10px 0 10px; /* Adjust margin to align with steps */
    align-self: flex-start; /* Align arrows to the top of the flex container */
    padding-top: 10px; /* Visually align arrow with the top of the step circle */
    flex-shrink: 0; /* Prevent arrow from shrinking */
}

/* Media Queries for Responsiveness */
@media (max-width: 800px) {
    .steps-container {
        justify-content: space-around; /* Distribute items more evenly */
    }

    .step-item {
        min-width: 120px; /* Smaller min-width for steps */
        max-width: 180px;
    }

    /* Hide arrows on very small screens or stack them */
    .step-arrow {
        display: none; /* Hide arrows on smaller screens for cleaner stacking */
    }

    .steps-container > .step-item + .step-item {
        margin-top: 20px; /* Add vertical space between stacked steps */
    }
}

@media (max-width: 500px) {
    .section-title {
        font-size: 1.8em;
    }

    .step-item {
        flex: 1 1 100%; /* Each step takes full width */
        max-width: 250px; /* Constrain max width for better readability */
        margin: 0 auto; /* Center items when stacked */
    }

    .step-description {
        font-size: 0.85em;
    }
}

.hero-actions .btn-secondary {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.hero-actions .btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.hero-actions .btn-primary1 {
    background-color: var(--primary-green);
    color: white;
    text-transform: lowercase;
}

.hero-actions .btn-primary1:hover {
    background-color: #2c7744;
}

.hero-actions{
    margin-top: 25px;
}

@media (max-width: 600px) {
    .hero-content h1 {
        font-size: 2.2em;
    }

   
    .centered-container > .centered-inner-container{
        display: block;
    }

    .tagline {
        font-size: 1em;
    }

    .hero-actions .btn-primary1 {
        justify-content: center;
    }


    .hero-actions {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .hero-actions .btn {
        justify-content: center;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .step-arrow {
        display: none;
    }
}

:root {

    /* Card specific colors */
    --purple: #8A2BE2; /* BlueViolet */
    --green: #28a745;
    --orange: #fd7e14;
    --pink: #e83e8c;
    --blue: #007bff;
    --teal: #20c997;
    --light-orange: #ffc107; /* yellow-ish orange */
    --red: #dc3545;
    --lime: #6fbb2a;
}

/* --- Section Header --- */
.training-hub-features {
    max-width: 1200px;
    width: 100%;
    text-align: center;
}

.section-title {
    font-size: 2.5em;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 15px;
}

.section-description {
    font-size: 1.1em;
    color: var(--text-color-secondary);
    max-width: 800px;
    margin: 0 auto 50px auto;
    line-height: 1.6;
}

/* --- Features Grid --- */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* 3 columns on large screens */
    gap: 30px;
}

/* --- Individual Feature Card --- */
.feature-card {
    background-color: var(--card-background);
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.card-top-border {
    height: 8px; /* Height of the colored top border */
    width: 100%;
}

/* Specific border colors */
.border-purple { background-color: var(--purple); }
.border-green { background-color: var(--green); }
.border-orange { background-color: var(--orange); }
.border-pink { background-color: var(--pink); }
.border-blue { background-color: var(--blue); }
.border-teal { background-color: var(--teal); }
.border-light-orange { background-color: var(--light-orange); }
.border-red { background-color: var(--red); }
.border-lime { background-color: var(--lime); }


.card-content {
    padding: 30px;
    flex-grow: 1; /* Allows content to take up remaining space */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card-contents {
    padding: 30px;
    flex-grow: 1; /* Allows content to take up remaining space */
    display: flex;
    flex-direction: column;
    align-items: start;
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -10px; /* Pull icon up to overlap the border */
    margin-bottom: 20px;
    color: white;
    font-size: 1.8em;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Shadow for the icon circle */
}

/* Specific icon background colors */
.bg-purple { background-color: var(--purple); }
.bg-green { background-color: var(--green); }
.bg-orange { background-color: var(--orange); }
.bg-pink { background-color: var(--pink); }
.bg-blue { background-color: var(--blue); }
.bg-teal { background-color: var(--teal); }
.bg-light-orange { background-color: var(--light-orange); }
.bg-red { background-color: var(--red); }
.bg-lime { background-color: var(--lime); }


.feature-title {
    font-size: 1.3em;
    font-weight: 600;
    color: var(--text-color-primary);
    margin-bottom: 10px;
}

.feature-description {
    font-size: 0.95em;
    color: var(--text-color-secondary);
    line-height: 1.5;
}

/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* 2 columns on tablets */
        gap: 25px;
    }
    .section-title {
        font-size: 2em;
    }
    .section-description {
        font-size: 1em;
        margin-bottom: 40px;
    }
    .feature-card {
        padding-bottom: 0; /* Adjust if needed */
    }
    .card-content {
        padding: 25px;
    }
    .icon-wrapper {
        width: 55px;
        height: 55px;
        font-size: 1.6em;
        margin-top: -10px;
    }
    .feature-title {
        font-size: 1.2em;
    }
    .feature-description {
        font-size: 0.9em;
    }
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr; /* Single column on mobile */
        gap: 20px;
    }
    .section-title {
        font-size: 1.8em;
    }
    .section-description {
        margin-bottom: 30px;
    }
    .card-content {
        padding: 20px;
    }
    .icon-wrapper {
        width: 50px;
        height: 50px;
        font-size: 1.4em;
        margin-top: -10px;
    }
    .feature-title {
        font-size: 1.1em;
    }
    .feature-description {
        font-size: 0.85em;
    }
}

.text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
}


.features-section {
  padding: 4rem 1.5rem;
  text-align: center;
}

.features-section h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.subtitle {
  color: #6b7280;
  font-size: 1rem;
  margin-bottom: 3rem;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.feature-card {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.08);
}

.icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin: 0 auto 1rem;
}

.blue { background-color: #e0f2fe; color: #0284c7; }
.green { background-color: #dcfce7; color: #15803d; }
.purple { background-color: #ede9fe; color: #6d28d9; }
.orange { background-color: #fff7ed; color: #c2410c; }
.indigo { background-color: #e0e7ff; color: #3730a3; }
.teal { background-color: #d1fae5; color: #047857; }
.mint { background-color: #ecfdf5; color: #065f46; }
.gold { background-color: #fef9c3; color: #ca8a04; }

.feature-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.feature-card p {
  font-size: 0.95rem;
  color: #6b7280;
  margin-bottom: 1.2rem;
}

.explore-link {
  text-decoration: none;
  color: #111827;
  font-weight: 500;
}

.explore-link:hover {
  color: #2563eb;
}

/* new */

.features-sections {
    padding: 4rem 1.5rem;
    text-align: center;
  }
  
  .features-sections h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
  }
  
  .subtitles {
    color: #6b7280;
    font-size: 1rem;
    margin-bottom: 3rem;
  }
  
  .containers {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .features-grids {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
  }
  
  .feature-cards {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  
  .feature-cards:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.08);
  }
  
  .icons {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin: 0 auto 1rem;
  }
  
  .blue { background-color: #e0f2fe; color: #0284c7; }
  .green { background-color: #dcfce7; color: #15803d; }
  .purple { background-color: #ede9fe; color: #6d28d9; }
  .orange { background-color: #fff7ed; color: #c2410c; }
  .indigo { background-color: #e0e7ff; color: #3730a3; }
  .teal { background-color: #d1fae5; color: #047857; }
  .mint { background-color: #ecfdf5; color: #065f46; }
  .gold { background-color: #fef9c3; color: #ca8a04; }
  
  .feature-cards h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  
  .feature-cards p {
    font-size: 0.95rem;
    color: #6b7280;
    margin-bottom: 1.2rem;
  }
  
  .explore-links {
    text-decoration: none;
    color: #111827;
    font-weight: 500;
  }
  
  .explore-links:hover {
    color: #2563eb;
  }

  /* new */

  .value-section {
  padding: 4rem 1.5rem;
  text-align: center;
  background-color: w;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.value-section h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  align-items: start;
}

.value-card {
  background: #fff;
  border-radius: 1rem;
  text-align: center;
}

.value-image {
  width: 100%;
  border-radius: 1rem;
  height: 220px;
  object-fit: cover;
  margin-bottom: 1.5rem;
}

.icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin: 0 auto 1rem;
}

.green { background-color: #dcfce7; color: #15803d; }
.blue { background-color: #e0f2fe; color: #0284c7; }
.purple { background-color: #ede9fe; color: #6d28d9; }

