
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Poppins:300,400,500,600,700");
/*-- Common Style --*/
html, body {
  height: 100%; }
:root {
    --green-color: #8cc63f;
    --icon-green-color: #3fb950;
    --black-color: #101010;
    --light-black: #333333;
}
.w-100 
{
    width:100%;
}
.h-100{
    height:100%;
}
.d-flex{
    display:flex;
}
.align-items-center{
    align-items:center;
}
body {
    line-height: 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: "Poppins", sans-serif;
    color: #757575;
}


h1, h2, h3, h4, h5, h6 {
  color: #424242;
  font-weight: 700;
  margin-top: 0;
  font-family: "Montserrat", sans-serif; }

p:last-child {
  margin-bottom: 0; }

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  font-family: "Montserrat", sans-serif; }

input, select, textarea {
  font-family: "Montserrat", sans-serif; }

a, i, button, img, input, span,
*:before, *:after {
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

*:focus {
  outline: 0px solid transparent; }

a:focus {
  color: inherit;
  outline: medium none;
  transform: scale(1);
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

/*-- Common Class --*/
.fix {
  overflow: hidden; }

.clear {
  clear: both; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.section {
  float: left;
  width: 100%; }

/*-- Background Color Class --*/
.bg-dark {
  background-color: #373737; }

/*-- Custom Row --*/
.row-5 {
  margin-left: -5px;
  margin-right: -5px; }
  .row-5 [class*="col"] {
    padding-left: 5px;
    padding-right: 5px; }

.row-10 {
  margin-left: -10px;
  margin-right: -10px; }
  .row-10 [class*="col"] {
    padding-left: 10px;
    padding-right: 10px; }

/*-- Overlay --*/
.overlay {
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .overlay::before {
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #6ab43e;
    opacity: 0.8; }
    .overlay.gradient::before {
        background: #6ab43e;
        background: -moz-linear-gradient(left, #6ab43e 0%, #000000 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #6ab43e), color-stop(100%, #000000));
        background: -webkit-linear-gradient(left, #6ab43e 0%, #000000 100%);
        background: -o-linear-gradient(left, #6ab43e 0%, #000000 100%);
        background: -ms-linear-gradient(left, #6ab43e 0%, #000000 100%);
        background: linear-gradient(to right, #6ab43e 0%, #000000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$theme-color', endColorstr='$color-black', GradientType=1 );
        background: linear-gradient(to right, #a1c28e4d 0%, #000000 100%);
        background: linear-gradient(to right, #00000080 0%, #000000 100%);
    }

/*-- Container Width For Mobile Device --*/
@media only screen and (max-width: 767px) {
  .container {
    width: 450px; } }
@media only screen and (max-width: 479px) {
  .container {
    width: 300px; } }
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-45 {
  margin-top: 45px; }

.mt-50 {
  margin-top: 50px; }

.mt-55 {
  margin-top: 55px; }

.mt-60 {
  margin-top: 60px; }

.mt-65 {
  margin-top: 65px; }

.mt-70 {
  margin-top: 70px; }

.mt-75 {
  margin-top: 75px; }

.mt-80 {
  margin-top: 80px; }

.mt-85 {
  margin-top: 85px; }

.mt-90 {
  margin-top: 90px; }

.mt-95 {
  margin-top: 95px; }

.mt-100 {
  margin-top: 100px; }

.mt-105 {
  margin-top: 105px; }

.mt-110 {
  margin-top: 110px; }

.mt-115 {
  margin-top: 115px; }

.mt-120 {
  margin-top: 120px; }

.mt-125 {
  margin-top: 125px; }

.mt-130 {
  margin-top: 130px; }

.mt-135 {
  margin-top: 135px; }

.mt-140 {
  margin-top: 140px; }

.mt-145 {
  margin-top: 145px; }

.mt-150 {
  margin-top: 150px; }

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-55 {
  margin-bottom: 55px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-65 {
  margin-bottom: 65px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-75 {
  margin-bottom: 75px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-85 {
  margin-bottom: 85px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-95 {
  margin-bottom: 95px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-105 {
  margin-bottom: 105px; }

.mb-110 {
  margin-bottom: 110px; }

.mb-115 {
  margin-bottom: 115px; }

.mb-120 {
  margin-bottom: 120px; }

.mb-125 {
  margin-bottom: 125px; }

.mb-130 {
  margin-bottom: 130px; }

.mb-135 {
  margin-bottom: 135px; }

.mb-140 {
  margin-bottom: 140px; }

.mb-145 {
  margin-bottom: 145px; }

.mb-150 {
  margin-bottom: 150px; }

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-35 {
  padding-top: 35px; }

.pt-40 {
  padding-top: 40px; }

.pt-45 {
  padding-top: 45px; }

.pt-50 {
  padding-top: 50px; }

.pt-55 {
  padding-top: 55px; }

.pt-60 {
  padding-top: 60px; }

.pt-65 {
  padding-top: 65px; }

.pt-70 {
  padding-top: 70px; }

.pt-75 {
  padding-top: 75px; }

.pt-80 {
  padding-top: 80px; }

.pt-85 {
  padding-top: 85px; }

.pt-90 {
  padding-top: 90px; }

.pt-95 {
  padding-top: 95px; }

.pt-100 {
  padding-top: 100px; }

.pt-105 {
  padding-top: 105px; }

.pt-110 {
  padding-top: 110px; }

.pt-115 {
  padding-top: 115px; }

.pt-120 {
  padding-top: 60px; }

.pt-125 {
  padding-top: 125px; }

.pt-130 {
  padding-top: 130px; }

.pt-135 {
  padding-top: 135px; }

.pt-140 {
  padding-top: 140px; }

.pt-145 {
  padding-top: 145px; }

.pt-150 {
  padding-top: 150px; }

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-45 {
  padding-bottom: 45px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-55 {
  padding-bottom: 55px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-65 {
  padding-bottom: 65px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-75 {
  padding-bottom: 75px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-85 {
  padding-bottom: 85px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-95 {
  padding-bottom: 95px; }

.pb-100 {
  padding-bottom: 100px; }

.pb-105 {
  padding-bottom: 105px; }

.pb-110 {
  padding-bottom: 110px; }

.pb-115 {
  padding-bottom: 115px; }

.pb-120 {
  padding-bottom: 60px; }

.pb-125 {
  padding-bottom: 125px; }

.pb-130 {
  padding-bottom: 130px; }

.pb-135 {
  padding-bottom: 135px; }

.pb-140 {
  padding-bottom: 140px; }

.pb-145 {
  padding-bottom: 145px; }

.pb-150 {
  padding-bottom: 150px; }

/*-- Input Placeholder --*/
input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/*-- Scroll Up --*/
#scrollUp {
  width: 40px;
  height: 40px;
  color: #ffffff;
  right: 40px;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  background-color: #6ab43e; }
  @media only screen and (max-width: 479px) {
    #scrollUp {
      display: none !important; } }
  #scrollUp i {
    display: block;
    line-height: 40px;
    font-size: 24px; }
  #scrollUp:hover i {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

/*-- Section Title --*/
.section-title h1 {
  font-size: 60px;
  line-height: 50px;
  color: #6ab43e;
  font-weight: 700;
  margin-bottom: 19px; }
  @media only screen and (max-width: 767px) {
    .section-title h1 {
      font-size: 46px;
      line-height: 36px; } }
  @media only screen and (max-width: 479px) {
    .section-title h1 {
      font-size: 36px;
      line-height: 28px; } }
.section-title h2 {
  font-size: 36px;
  line-height: 26px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title h2 {
      font-size: 30px;
      line-height: 22px; } }
  @media only screen and (max-width: 767px) {
    .section-title h2 {
      font-size: 24px;
      line-height: 18px; } }
  @media only screen and (max-width: 479px) {
    .section-title h2 {
      font-size: 18px;
      line-height: 14px; } }
.section-title.white h2 {
  color: #ffffff; }
.section-title p {
  max-width: 800px;
  font-size: 16px;
  color: #616161;
  line-height: 23px;
  display: block;
  margin: 35px auto 0; }
  @media only screen and (max-width: 767px) {
    .section-title p {
      font-size: 14px;
      margin-top: 25px; } }
  @media only screen and (max-width: 479px) {
    .section-title p {
      font-size: 12px;
      margin-top: 20px; } }

/*-- Block Title --*/
.block-title {
  font-size: 26px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 60px; }

/*-- Page Banner Area --*/
.page-banner-area {
  background-image: url(img/bg/page-banner.jpg);
  padding: 80px 0 80px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner-area {
      padding: 110px 0 103px; } }
  @media only screen and (max-width: 767px) {
    .page-banner-area {
      padding: 80px 0 73px; } }
  @media only screen and (max-width: 479px) {
    .page-banner-area {
      padding: 60px 0 53px; } }

/*-- Page Banner --*/
.page-banner h2 {
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 22px; }
  @media only screen and (max-width: 767px) {
    .page-banner h2 {
      font-size: 24px;
      line-height: 18px; } }
  @media only screen and (max-width: 479px) {
    .page-banner h2 {
      font-size: 18px;
      line-height: 14px; } }
.page-banner ul {
  overflow: hidden; }
  .page-banner ul li {
    display: inline-block;
    padding-right: 11px;
    margin-right: 1px;
    position: relative; }
    .page-banner ul li::after {
      content: "\f2fb";
      font-family: "Material-Design-Iconic-Font";
      color: #ffffff;
      position: absolute;
      right: 0;
      font-size: 18px;
      top: -1px;
      line-height: 12px;
      display: block; }
    .page-banner ul li:last-child {
      margin-right: 0;
      padding-right: 0; }
      .page-banner ul li:last-child::after {
        display: none; }
    .page-banner ul li a {
      display: block;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 12px; }
      .page-banner ul li a:hover {
        opacity: 0.7; }

/*-- Pagination --*/
.pagination {
  width: 100%;
  margin: 20px 0 0; }
  .pagination ul {
    display: inline-block;
    vertical-align: top; }
    .pagination ul li {
      display: block;
      margin-right: 5px;
      float: left; }
      .pagination ul li:last-child {
        margin-right: 0px; }
      .pagination ul li a {
        display: block;
        background-color: #ffffff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        width: 34px;
        height: 34px;
        text-align: center;
        line-height: 34px; }
        .pagination ul li a:hover {
          background-color: #6ab43e;
          color: #ffffff; }
        .pagination ul li a i {
          line-height: 34px;
          font-size: 18px; }
      .pagination ul li.active a {
        background-color: #6ab43e;
        color: #ffffff; }

/*----------------------------------------*/
/*  2.  Header Area
/*----------------------------------------*/
/*-- Header Top --*/
.header-top {
  border-bottom: 1px solid #ececec; }

/*-- Header Top Left --*/
.header-top-left {
  margin: 8px 0; }
  @media only screen and (max-width: 479px) {
    .header-top-left {
      text-align: center; } }
  .header-top-left p {
    font-size: 13px;
    line-height: 28px;
    color: #666666;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin-right: 25px;
    display: inline-block;
    margin-bottom: 0; }
    @media only screen and (max-width: 479px) {
      .header-top-left p {
        display: block;
        line-height: 20px;
        margin: 0; }
        .header-top-left p:first-child {
          margin-bottom: 5px; } }
    .header-top-left p span {
      color: #6ab43e;
      font-weight: 400; }

/*-- Header Top Right --*/
.header-top-right {
  /*-- Header Social --*/ }
  .header-top-right .get-quote {
    height: 45px;
    padding: 10px 40px;
    line-height: 25px;
    display: block;
    background-color: #6ab43e;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border: none;
    margin-bottom: -1px; }
    .header-top-right .get-quote:hover {
      background-color: #77c14b; }
  .header-top-right .header-social a {
    display: block;
    float: left;
    width: 45px;
    height: 44px;
    padding: 10px;
    text-align: center;
    color: #777777;
    border-left: 1px solid #ececec; }
    .header-top-right .header-social a:hover {
      color: #6ab43e; }
    .header-top-right .header-social a i {
      line-height: 24px;
      display: block;
      font-size: 14px; }

/*-- Header Bottom --*/
/*-- Header Logo --*/
.header-logo {
  margin: 1px 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-logo {
      width: 200px;
      margin: 20px 0; } }
  @media only screen and (max-width: 767px) {
    .header-logo {
      width: 200px;
      margin: 20px 0; } }
  @media only screen and (max-width: 479px) {
    .header-logo {
      width: 140px;
      margin: 20px 0; } }
  .header-logo .logo {
    display: block; }
    .header-logo .logo img {
      width: 100%; }

/*-- Header Search Wrapper --*/
.header-search-wrapper {
  padding: 39px 0 39px 8px;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-search-wrapper {
      padding: 23px 0 24px 8px; } }
  @media only screen and (max-width: 767px) {
    .header-search-wrapper {
      padding: 23px 0 24px 0;
      margin-right: 47px; } }
  @media only screen and (max-width: 479px) {
    .header-search-wrapper {
      padding: 18px 0; } }
  .header-search-wrapper .search-toggle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #6ab43e;
    color: #ffffff;
    display: block;
    border: none; }
    .header-search-wrapper .search-toggle:hover {
      background-color: #77c14b; }
    .header-search-wrapper .search-toggle i {
      font-size: 18px;
      line-height: 32px; }

/*-- Header Search --*/
.header-search {
  background-color: #ffffff;
  position: absolute;
  right: 0;
  margin-top: 30px;
  padding: 15px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -99;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); }
  @media only screen and (max-width: 479px) {
    .header-search {
      right: -50px; } }
  .header-search.open {
    margin-top: 0;
    z-index: 9999;
    visibility: visible;
    opacity: 1; }

/*-- Header Search Form --*/
#header-search-form {
  float: left;
  position: relative; }
  #header-search-form input[type="text"] {
    width: 300px;
    display: block;
    float: left;
    height: 44px;
    background-color: #f5f5f5;
    border: none;
    font-weight: 300;
    padding: 10px 44px 10px 15px; }
    @media only screen and (max-width: 479px) {
      #header-search-form input[type="text"] {
        width: 250px; } }
  #header-search-form button {
    display: block;
    float: left;
    background-color: #f5f5f5;
    border: none;
    height: 44px;
    width: 44px;
    text-align: center;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0; }
    #header-search-form button:hover {
      color: #6ab43e; }
    #header-search-form button i {
      font-size: 20px;
      line-height: 24px;
      display: block; }

/*-- Main Menu --*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu {
    width: 100%;
    float: left; } }
.main-menu nav > ul > li {
  display: block;
  float: left;
  position: relative; }
  .main-menu nav > ul > li > a {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #6b6b6b;
    text-transform: uppercase;
    position: relative;
    padding: 31px 16px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .main-menu nav > ul > li > a {
        padding: 40px 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .main-menu nav > ul > li > a {
        padding: 20px 15px; } }
    .main-menu nav > ul > li > a::before {
      position: absolute;
      top: 50%;
      content: "";
      height: 2px;
      width: 0;
      background-color: #6ab43e;
      margin-top: 10px; }
  .main-menu nav > ul > li.active > a, .main-menu nav > ul > li:hover > a {
    color: #6ab43e; }
    .main-menu nav > ul > li.active > a::before, .main-menu nav > ul > li:hover > a::before {
      width: 28px; }
  .main-menu nav > ul > li ul {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 30px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -99;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    width: 220px;
    background-color: #ffffff;
    z-index: 999; }
    .main-menu nav > ul > li ul li {
      border-bottom: 1px solid #eee; }
      .main-menu nav > ul > li ul li a {
        opacity: 1;
        padding: 8px 20px;
        font-size: 12px;
        text-transform: uppercase;
        display: block; }
      .main-menu nav > ul > li ul li.active a, .main-menu nav > ul > li ul li:hover a {
        background-color: transparent;
        color: #6ab43e; }
  .main-menu nav > ul > li:hover ul {
    margin-top: 0;
    z-index: 9999;
    visibility: visible;
    opacity: 1; }

/*-- Mobile Menu --*/
a.meanmenu-reveal {
  color: #ffffff;
  background-color: #6ab43e;
  font-size: 100%;
  height: 32px;
  padding: 3px;
  border-radius: 50%;
  top: -56px;
  text-align: center;
  width: 32px; }
  @media only screen and (max-width: 479px) {
    a.meanmenu-reveal {
      top: -50px; } }
  a.meanmenu-reveal:hover {
    background-color: #77c14b; }
  a.meanmenu-reveal i {
    display: block;
    font-size: 16px;
    line-height: 26px; }

.mean-bar {
  background-color: transparent;
  min-height: auto;
  padding: 0;
  top: 100%; }

.mean-nav {
  background: transparent none repeat scroll 0 0;
  margin: 0;
  position: relative; }
  .mean-nav > ul {
    height: 200px;
    overflow-x: scroll;
    margin-bottom: 15px; }
    .mean-nav > ul > li:last-child {
      border-bottom: 1px solid #ddd; }
    .mean-nav > ul > li li a {
      border-color: #ddd;
      opacity: 1;
      padding: 8px 0;
      font-size: 12px;
      padding-left: 15px; }
      .mean-nav > ul > li li a:hover {
        background-color: transparent;
        color: #6ab43e; }
    .mean-nav > ul > li li li a {
      border-color: #ddd;
      opacity: 1;
      padding: 8px 0;
      font-size: 12px;
      padding-left: 30px; }
      .mean-nav > ul > li li li a:hover {
        background-color: transparent;
        color: #6ab43e; }
    .mean-nav > ul > li > a, .mean-nav > ul > li a {
      border-color: #ddd;
      opacity: 1;
      padding: 8px 0;
      font-size: 12px; }
      .mean-nav > ul > li > a:hover, .mean-nav > ul > li a:hover {
        background-color: transparent;
        color: #6ab43e; }

.mean-nav a.mean-expand {
  background-color: transparent;
  border: medium none !important;
  font-size: 20px !important;
  height: 42px;
  line-height: 42px;
  padding: 0 !important;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px; }
  .mean-nav a.mean-expand:hover {
    color: #6ab43e; }
  .mean-nav a.mean-expand .mean-clicked {
    font-size: 20px !important; }

/*----------------------------------------*/
/*  3.  Hero Area
/*----------------------------------------*/
/*-- Nivo Caption --*/
.nivo-caption {
  background-color: transparent;
  height: 100%;
  padding: 0;
  height: 100%; }
  .nivo-caption .container {
    display: table;
    height: 100%; }
    .nivo-caption .container .row {
      display: table-cell;
      height: 100%;
      vertical-align: middle; }

/*-- Hero Style For BG Image & Video --*/
.hero-image-bg {
  background-image: url(img/hero/1.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }

.hero-video-bg {
  background-image: url(img/hero/video.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }

.hero-caption {
  padding: 250px 0; }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-caption {
      padding: 200px 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-caption {
      padding: 150px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-caption {
      padding: 100px 0; } }
  @media only screen and (max-width: 767px) {
    .hero-caption {
      padding: 70px 0; } }
  @media only screen and (max-width: 479px) {
    .hero-caption {
      padding: 40px 0; } }

/*-- Hero Content --*/
.hero-content h1 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 12px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-content h1 {
      font-size: 50px;
      line-height: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content h1 {
      font-size: 36px;
      line-height: 40px; } }
  @media only screen and (max-width: 767px) {
    .hero-content h1 {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 5px; } }
.hero-content p {
  color: #ffffff !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  max-width: 810px;
  padding: 0;
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content p {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .hero-content p {
      font-size: 14px;
      height: 50px;
      line-height: 24px;
      margin-bottom: 10px;
      overflow: hidden; } }
  @media only screen and (max-width: 479px) {
    .hero-content p {
      display: none; } }
.hero-content a {
  height: 40px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  display: inline-block;
  padding: 11px 20px 10px;
  line-height: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-content a {
      height: 44px;
      padding: 8px 30px 7px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content a {
      height: 36px;
      padding: 4px 20px 3px;
      font-size: 13px; } }
  @media only screen and (max-width: 767px) {
    .hero-content a {
      height: 36px;
      padding: 4px 20px 3px;
      font-size: 12px; } }
  @media only screen and (max-width: 479px) {
    .hero-content a {
      height: 37px;
    padding: 9px 15px 2px;
    border-width: 1px;
    font-size: 10px; } }
  .hero-content a:hover {
    background-color: #ffffff;
    color: #6ab43e; }

/*-- Nivo Diraction Nav --*/
.nivo-directionNav a {
  background-color: rgba(0, 0, 0, 0.15);
  top: 50%;
  margin-top: -31px;
  height: 62px;
  width: 62px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  overflow: hidden;
  opacity: 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .nivo-directionNav a {
      height: 40px;
      width: 40px;
      margin-top: -20px; } }
  @media only screen and (max-width: 767px) {
    .nivo-directionNav a {
      display: none; } }
  .nivo-directionNav a:hover span {
    opacity: 0; }
  .nivo-directionNav a:hover i {
    opacity: 1; }
  .nivo-directionNav a.nivo-prevNav {
    left: 40px;
    margin-left: 50px; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .nivo-directionNav a.nivo-prevNav {
        left: 15px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .nivo-directionNav a.nivo-prevNav {
        left: 0px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nivo-directionNav a.nivo-prevNav {
        left: 0px; } }
    .nivo-directionNav a.nivo-prevNav:hover i {
      left: -11px; }
  .nivo-directionNav a.nivo-nextNav {
    right: 40px;
    margin-right: 50px; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .nivo-directionNav a.nivo-nextNav {
        right: 15px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .nivo-directionNav a.nivo-nextNav {
        right: 0px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nivo-directionNav a.nivo-nextNav {
        right: 0px; } }
    .nivo-directionNav a.nivo-nextNav:hover i {
      left: 11px; }
  .nivo-directionNav a span {
    display: block;
    line-height: 62px;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nivo-directionNav a span {
        line-height: 40px;
        font-size: 18px; } }
  .nivo-directionNav a i {
    display: block;
    line-height: 62px;
    font-size: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nivo-directionNav a i {
        line-height: 40px;
        font-size: 24px; } }

.nivoSlider:hover .nivo-directionNav a {
  opacity: 1; }
  .nivoSlider:hover .nivo-directionNav a.nivo-prevNav {
    margin-left: 0; }
  .nivoSlider:hover .nivo-directionNav a.nivo-nextNav {
    margin-right: 0; }

/*----------------------------------------*/
/*  4.  Service Area
/*----------------------------------------*/
/*-- Single Service --*/
.single-service {
  padding: 53px 15px;
    height: 383px;
    margin-bottom: 10px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service {
      padding: 60px 45px; } }
  @media only screen and (max-width: 767px) {
    .single-service {
      padding: 60px 45px; } }
  @media only screen and (max-width: 479px) {
    .single-service {
      padding: 45px 30px; } }
  .single-service:nth-child(1) {
    background-color: #6ab43e; }
  .single-service:nth-child(2) {
    background-color: #5fa137; }
  .single-service:nth-child(3) {
    background-color: #548e31; }
  .single-service:nth-child(4) {
    background-color: #487b2a; }
  .single-service img {
    margin-bottom: 20px; }
  .single-service h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase; }
  .single-service p {
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300; }

/*----------------------------------------*/
/*  4.  About Area
/*----------------------------------------*/
/*-- About Area 1 --*/
.about-area {
  position: relative;
  overflow: hidden; }

/*-- About Image --*/
.about-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-image: url(img/about/about.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image {
      position: static;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .about-image {
      position: static;
      width: 100%; } }
  .about-image img {
    width: 100%; }

/*-- About Content --*/
.about-content {
  background-image: url(img/about/content-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding-left: 50px; }
  @media only screen and (max-width: 767px) {
    .about-content {
      padding-left: 15px; } }
  .about-content h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 56px;
    font-weight: 400;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about-content h2 {
        font-size: 26px;
        line-height: 36px; } }
    @media only screen and (max-width: 767px) {
      .about-content h2 {
        font-size: 26px;
        line-height: 36px; } }
    @media only screen and (max-width: 479px) {
      .about-content h2 {
        font-size: 16px;
        line-height: 22px; } }
  .about-content h1 {
    color: #ffffff;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about-content h1 {
        font-size: 30px;
        line-height: 34px; } }
    @media only screen and (max-width: 767px) {
      .about-content h1 {
        font-size: 30px;
        line-height: 34px; } }
    @media only screen and (max-width: 479px) {
      .about-content h1 {
        font-size: 20px;
        line-height: 24px; } }
  .about-content p {
    font-size: 16px;
    font-weight: 300;
    color: #bfbfbf;
    margin-bottom: 22px; }
    @media only screen and (max-width: 479px) {
      .about-content p {
        font-size: 14px; } }
  .about-content .button {
    padding: 9px 47px;
    height: 46px;
    line-height: 24px;
    display: inline-block;
    border: 2px solid #6ab43e;
    border-radius: 4px;
    background-color: #6ab43e;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 10px;
    margin-right: 18px; }
    .about-content .button:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 767px) {
      .about-content .button {
        padding: 6px 30px;
        height: 40px; } }
    @media only screen and (max-width: 479px) {
      .about-content .button {
        padding: 5px 20px;
        font-size: 12px;
        height: 36px;
        margin-right: 10px; } }
    .about-content .button.white {
      background-color: #ffffff;
      border-color: #ffffff;
      color: #424242; }
    .about-content .button:hover {
      border-color: #6ab43e;
      background-color: transparent;
      color: #6ab43e; }

/*-- About Image 2 --*/
.about-image-2 img {
  width: 100%; }

/*-- About Content 2 --*/
.about-content-2 {
     margin-top: -2px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-content-2 {
      padding-right: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content-2 {
      margin-top: 15px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (max-width: 767px) {
    .about-content-2 {
      margin-top: 15px;
      padding-left: 15px;
      padding-right: 15px; } }
  .about-content-2 h2 {
    color: #424242;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about-content-2 h2 {
        font-size: 26px;
        line-height: 36px; } }
    @media only screen and (max-width: 767px) {
      .about-content-2 h2 {
        font-size: 26px;
        line-height: 36px; } }
    @media only screen and (max-width: 479px) {
      .about-content-2 h2 {
        font-size: 16px;
        line-height: 22px; } }
  .about-content-2 h1 {
    color: #424242;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 24px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about-content-2 h1 {
        font-size: 30px;
        line-height: 34px; } }
    @media only screen and (max-width: 767px) {
      .about-content-2 h1 {
        font-size: 30px;
        line-height: 34px; } }
    @media only screen and (max-width: 479px) {
      .about-content-2 h1 {
        font-size: 20px;
        line-height: 24px; } }
  .about-content-2 p {
        font-size: 16px;
    font-weight: 300;
    color: #7f7f7f;
    margin-bottom: 22px;
    text-align: justify; }
    @media only screen and (max-width: 479px) {
      .about-content-2 p {
        font-size: 14px; } }
  .about-content-2 .button {
    padding: 9px 47px;
    height: 46px;
    line-height: 24px;
    display: inline-block;
    border: 2px solid #6ab43e;
    border-radius: 4px;
    background-color: #6ab43e;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 10px;
    margin-right: 18px; }
    .about-content-2 .button:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 767px) {
      .about-content-2 .button {
        padding: 6px 30px;
        height: 40px; } }
    @media only screen and (max-width: 479px) {
      .about-content-2 .button {
        padding: 5px 20px;
        font-size: 12px;
        height: 36px;
        margin-right: 10px; } }
    .about-content-2 .button.black {
      background-color: #424242;
      border-color: #424242;
      color: #ffffff; }
    .about-content-2 .button:hover {
      border-color: #6ab43e;
      background-color: transparent;
      color: #6ab43e; }

/*----------------------------------------*/
/*  6.  Project Area
/*----------------------------------------*/
/*-- Single Project --*/
.single-project {
  border: 1px solid #ededed;
  padding: 20px 20px 25px; }
  .single-project img {
    margin-bottom: 28px;
    width: 100%; }
  .single-project h4 {
    font-size: 20px;
    margin-bottom: 1px; }
    @media only screen and (max-width: 479px) {
      .single-project h4 {
        font-size: 18px; } }
    .single-project h4 a {
      color: #595959; }
      .single-project h4 a:hover {
        color: #6ab43e; }
  .single-project .tags {
    margin-bottom: 12px; }
    .single-project .tags a {
      font-size: 13px;
      color: #6ab43e;
      font-weight: 400; }
      .single-project .tags a:hover {
        color: #595959; }
      .single-project .tags a::after {
        content: ","; }
      .single-project .tags a:last-child::after {
        display: none; }
  .single-project p {
    color: #a4a4a4;
    margin-bottom: 22px; }
  .single-project .button {
    border: 3px solid #f3f3f3;
    height: 37px;
    padding: 0 24px;
    line-height: 32px;
    display: inline-block;
    border-radius: 4px;
    color: #ababab;
    font-size: 12px;
    text-transform: uppercase; }
    .single-project .button:hover {
      color: #ffffff;
      border-color: #6ab43e;
      background-color: #6ab43e; }

/*-- Single Project Details --*/
.single-project-details {
  padding-right: 25px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-project-details {
      padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    .single-project-details {
      padding-right: 0; } }
  .single-project-details .main-image {
    margin: 0 0 49px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .single-project-details .main-image {
        margin-bottom: 30px; } }
  .single-project-details .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 3px;
    color: #676767;
    margin-top: 0;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .single-project-details .title {
        font-size: 18px; } }
  .single-project-details .tags {
    margin-bottom: 12px;
    width: 100%; }
    .single-project-details .tags a {
      font-size: 13px;
      color: #6ab43e;
      font-weight: 400; }
      .single-project-details .tags a:hover {
        color: #595959; }
      .single-project-details .tags a::after {
        content: ","; }
      .single-project-details .tags a:last-child::after {
        display: none; }
  .single-project-details p {
    color: #838383;
    margin-bottom: 30px; }
    .single-project-details p:last-child {
      margin-bottom: 0; }
  .single-project-details h1, .single-project-details h2, .single-project-details h3, .single-project-details h4, .single-project-details h5, .single-project-details h6 {
    color: #686868;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 20px; }
  .single-project-details h3 {
    font-size: 22px; }
  .single-project-details img {
    float: left;
    margin-right: 30px;
    margin-bottom: 24px; }
  .single-project-details ol {
    list-style: inside none decimal-leading-zero;
    overflow: hidden;
    padding: 0;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .single-project-details ol {
        width: 100%; } }
    .single-project-details ol li {
      line-height: 26px; }

.project-footer {
  padding: 9px 21px;
  border: 1px solid #f2f2f2; }
  @media only screen and (max-width: 767px) {
    .project-footer .social {
      width: 100%; } }
  .project-footer .social h5 {
    font-size: 14px;
    line-height: 24px;
    color: #838383;
    font-weight: 300;
    text-transform: capitalize;
    float: left;
    margin: 0 6px 0 0; }
  .project-footer .social a {
    width: 24px;
    height: 24px;
    text-align: center;
    color: #959595; }
    .project-footer .social a:hover {
      color: #6ab43e; }
    .project-footer .social a i {
      font-size: 12px;
      display: block;
      line-height: 24px; }
  @media only screen and (max-width: 767px) {
    .project-footer .tag {
      float: left;
      width: 100%; } }
  .project-footer .tag h5 {
    font-size: 14px;
    line-height: 24px;
    color: #838383;
    font-weight: 300;
    text-transform: capitalize;
    float: left;
    margin: 0 6px 0 0; }
  .project-footer .tag a {
    line-height: 24px;
    font-weight: 300;
    color: #949494; }
    .project-footer .tag a:hover {
      color: #6ab43e; }
    .project-footer .tag a::after {
      content: ","; }
    .project-footer .tag a:last-child::after {
      display: none; }

/*----------------------------------------*/
/*  7.  Donation Area
/*----------------------------------------*/
/*-- Donation Title --*/
.donation-title {
  background-color: #6ab43e;
  padding: 43px 30px 41px;
  margin: 0 70px -80px;
  position: relative;
  z-index: 9; }
  @media only screen and (max-width: 767px) {
    .donation-title {
      margin: 0;
      padding: 30px; } }
  @media only screen and (max-width: 479px) {
    .donation-title {
      padding: 20px; } }
  .donation-title h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 3px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .donation-title h3 {
        font-size: 16px;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 767px) {
      .donation-title h3 {
        font-size: 12px;
        margin-bottom: 10px; } }
  .donation-title h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .donation-title h1 {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .donation-title h1 {
        font-size: 16px; } }

/*-- Donation Form --*/
.donation-form {
  width: 100%;
  float: left;
  padding: 136px 70px 34px;
  background-color: #f5f5f5; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .donation-form {
      padding: 126px 50px 28px; } }
  @media only screen and (max-width: 767px) {
    .donation-form {
      padding: 50px 50px 28px; } }
  @media only screen and (max-width: 479px) {
    .donation-form {
      padding: 30px 30px 8px; } }

#donation-form {
  margin: 0 -14px; }
  #donation-form .input-box {
    width: 100%;
    padding: 0 14px;
    float: left;
    margin-bottom: 22px; }
    #donation-form .input-box.input-3 {
      width: 33.3333%; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        #donation-form .input-box.input-3 {
          width: 50%; } }
      @media only screen and (max-width: 767px) {
        #donation-form .input-box.input-3 {
          width: 100%; } }
    #donation-form .input-box input {
      width: 100%;
      background-color: #ffffff;
      border: none;
      font-size: 12px;
      color: #757575;
      height: 44px;
      line-height: 24px;
      padding: 10px 20px; }
      #donation-form .input-box input:focus {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04); }
      #donation-form .input-box input[type="submit"] {
        width: auto;
        padding: 10px 50px;
        background-color: #6ab43e;
        color: #ffffff;
        font-size: 13px;
        text-transform: uppercase; }
        @media only screen and (max-width: 767px) {
          #donation-form .input-box input[type="submit"] {
            width: 100%; } }
        #donation-form .input-box input[type="submit"]:focus {
          box-shadow: none; }
        #donation-form .input-box input[type="submit"]:hover {
          background-color: #77c14b; }
    #donation-form .input-box select {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none;
      background-image: url(img/icon/caret-down.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-color: #ffffff;
      border: none;
      font-size: 12px;
      color: #757575;
      height: 44px;
      line-height: 24px;
      padding: 10px 20px;
      width: 99.9%; }
      #donation-form .input-box select:focus {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04); }
      #donation-form .input-box select option {
        padding: 5px 20px; }

/*----------------------------------------*/
/*  8.  Causes Area
/*----------------------------------------*/
/*-- Single Causes --*/
.single-causes {
  border: 1px solid #ededed; }
  .single-causes .wrap {
    padding: 20px 20px 23px; }
  .single-causes img {
    margin-bottom: 28px;
    width: 100%; }
  .single-causes h4 {
    font-size: 20px;
    margin-bottom: 1px;
    font-weight: 600; }
    @media only screen and (max-width: 479px) {
      .single-causes h4 {
        font-size: 18px; } }
    .single-causes h4 a {
      color: #595959; }
      .single-causes h4 a:hover {
        color: #6ab43e; }
  .single-causes span {
    margin-bottom: 12px;
    font-size: 14px;
    color: #6ab43e;
    display: block;
    font-weight: 400; }
  .single-causes p {
    color: #a4a4a4;
    margin-bottom: 22px; }
  .single-causes .button {
    height: 34px;
    background-color: #6ab43e;
    padding: 5PX 39px;
    line-height: 24px;
    display: inline-block;
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase; }
    .single-causes .button:hover {
      background-color: #77c14b; }
  .single-causes .donation-amount {
    border-top: 1px solid #ededed;
    padding: 10px 40px 10px 21px; }
    .single-causes .donation-amount p {
      margin: 0;
      line-height: 21px;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      color: #a4a4a4; }
      .single-causes .donation-amount p span {
        color: #6ab43e;
        display: inline-block;
        margin-bottom: 0; }

/*-- Single Causes Dark --*/
.single-causes-dark {
  border: 1px solid #555555; }
  .single-causes-dark .wrap {
    padding: 20px 20px 23px; }
  .single-causes-dark img {
    margin-bottom: 28px;
    width: 100%; }
  .single-causes-dark h4 {
    font-size: 20px;
    margin-bottom: 1px;
    font-weight: 600; }
    @media only screen and (max-width: 479px) {
      .single-causes-dark h4 {
        font-size: 18px; } }
    .single-causes-dark h4 a {
      color: #e6e6e6; }
      .single-causes-dark h4 a:hover {
        color: #6ab43e; }
  .single-causes-dark span {
    margin-bottom: 12px;
    font-size: 14px;
    color: #6ab43e;
    display: block;
    font-weight: 400; }
  .single-causes-dark p {
    color: #c9c9c9;
    margin-bottom: 22px; }
  .single-causes-dark .button {
    height: 34px;
    background-color: #6ab43e;
    padding: 5PX 39px;
    line-height: 24px;
    display: inline-block;
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase; }
    .single-causes-dark .button:hover {
      background-color: #77c14b; }
  .single-causes-dark .donation-amount {
    border-top: 1px solid #555555;
    padding: 10px 40px 10px 21px; }
    .single-causes-dark .donation-amount p {
      margin: 0;
      line-height: 21px;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      color: #ffffff; }
      .single-causes-dark .donation-amount p span {
        color: #6ab43e;
        display: inline-block;
        margin-bottom: 0; }

/*-- Single Causes Details --*/
.single-causes-details {
  padding-right: 25px; }
  .single-causes-details .main-image {
    margin-bottom: 49px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .single-causes-details .main-image {
        margin-bottom: 30px; } }
  .single-causes-details .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 3px;
    color: #676767;
    margin-top: 0; }
    @media only screen and (max-width: 767px) {
      .single-causes-details .title {
        font-size: 18px; } }
  .single-causes-details .country {
    margin-bottom: 14px;
    font-size: 15px;
    color: #6ab43e;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 400; }
  .single-causes-details p {
    color: #838383;
    margin-bottom: 24px; }
    .single-causes-details p:last-child {
      margin-bottom: 0; }
  .single-causes-details h1, .single-causes-details h2, .single-causes-details h3, .single-causes-details h4, .single-causes-details h5, .single-causes-details h6 {
    color: #686868;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 20px; }
  .single-causes-details h3 {
    font-size: 22px; }
  .single-causes-details .table-responsive {
    margin-bottom: 45px; }
  .single-causes-details table {
    margin-bottom: 0; }
    .single-causes-details table tr td {
      border: 1px solid #e4e4e4;
      padding: 9px 20px; }
      .single-causes-details table tr td:first-child {
        width: 58px; }
      .single-causes-details table tr td span {
        margin: 0;
        text-align: center;
        font-size: 15px;
        font-weight: 300;
        display: block;
        line-height: 24px;
        font-family: "Montserrat", sans-serif; }
        .single-causes-details table tr td span.number {
          color: #9c9c9c;
          font-weight: 500; }
        .single-causes-details table tr td span.amount {
          color: #6ab43e; }
      .single-causes-details table tr td p {
        margin: 0;
        font-family: "Montserrat", sans-serif;
        color: #9c9c9c;
        font-size: 15px;
        font-weight: 300;
        display: block;
        line-height: 24px; }

/*----------------------------------------*/
/*  9.  Funfact Area
/*----------------------------------------*/
/*-- Single Funfact --*/
.single-fact {
  display: inline-block;
  width: 230px;
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 42px 15px;
  margin: 0 16px 20px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-fact {
      width: 195px;
      padding: 35px 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-fact {
      width: 155px;
      padding: 25px 15px;
      margin: 0 10px 20px; } }
  @media only screen and (max-width: 767px) {
    .single-fact {
      width: 185px;
      padding: 25px 15px;
      margin: 0 10px 20px; } }
  @media only screen and (max-width: 479px) {
    .single-fact {
      width: 220px;
      padding: 45px 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-fact img {
      width: 45px; } }
  @media only screen and (max-width: 767px) {
    .single-fact img {
      width: 45px; } }
  .single-fact .border {
    height: 2px;
    width: 55px;
    background-color: #b1b1b1;
    display: block;
    margin: 15px auto 18px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-fact .border {
        margin: 10px auto 13px; } }
    @media only screen and (max-width: 767px) {
      .single-fact .border {
        margin: 10px auto 13px; } }
  .single-fact h1 {
    font-size: 19px;
    font-weight: 600;
    color: #6ab43e;
    line-height: 26px;
    margin-bottom: 17px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-fact h1 {
        font-size: 26px;
        line-height: 19px;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 767px) {
      .single-fact h1 {
        font-size: 30px;
        line-height: 24px;
        margin-bottom: 15px; } }
  .single-fact p {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #9b9b9a;
    line-height: 12px;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-fact p {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .single-fact p {
        font-size: 14px; } }

/*----------------------------------------*/
/*  10.  Video Area
/*----------------------------------------*/
.video-area {
  background-image: url(img/bg/video.jpg); }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-area {
      padding: 120px 0; } }
  @media only screen and (max-width: 767px) {
    .video-area {
      padding: 120px 0; } }

/*-- Video Wrapper --*/
.video-wrapper h1 {
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #ffffff; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-wrapper h1 {
      font-size: 30px; } }
  @media only screen and (max-width: 767px) {
    .video-wrapper h1 {
      font-size: 20px; } }
.video-wrapper p {
  max-width: 800px;
  font-size: 16px;
  color: #ffffff;
  line-height: 23px;
  display: block;
  margin: 14px auto 25px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-wrapper p {
      font-size: 14px;
      margin: 10px auto 20px; } }
  @media only screen and (max-width: 767px) {
    .video-wrapper p {
      font-size: 14px;
      margin: 10px auto 20px; } }
.video-wrapper a {
  margin: 0 auto;
  display: inline-block;
  color: #ffffff; }
  .video-wrapper a i {
    display: block;
    font-size: 80px;
    line-height: 67px; }
    @media only screen and (max-width: 767px) {
      .video-wrapper a i {
        font-size: 60px;
        line-height: 51px; } }

/*----------------------------------------*/
/*  11.  Event Area
/*----------------------------------------*/
/*-- Event List --*/
.event-list {
  background-color: #f5f5f5;
  margin-bottom: 15px; }
  .event-list:last-child {
    margin-bottom: 0; }
  .event-list .date {
    border-right: 2px solid #ffffff;
    width: 114px;
    text-align: center;
    padding: 29px 15px 25px;
    margin-right: -2px; }
    @media only screen and (max-width: 479px) {
      .event-list .date {
        border: none;
        margin: 0;
        width: auto;
        padding: 15px 20px 0; } }
    .event-list .date h1 {
      font-size: 36px;
      font-weight: 600;
      color: #757575;
      line-height: 27px;
      -webkit-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .event-list .date h4 {
      font-size: 18px;
      font-weight: 600;
      color: #757575;
      line-height: 14px;
      text-transform: uppercase;
      margin-bottom: 0;
      -webkit-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .event-list:hover .date h1 {
    color: #6ab43e; }
  .event-list:hover .date h4 {
    color: #6ab43e; }
  .event-list .content {
    border-left: 2px solid #ffffff;
    padding: 17px 24px 15px; }
    @media only screen and (max-width: 479px) {
      .event-list .content {
        border: none;
        width: 100%;
        padding: 15px 20px 15px; } }
    .event-list .content a {
      font-weight: 700;
      font-size: 16px;
      line-height: 26px;
      color: #757575;
      text-transform: uppercase; }
      .event-list .content a:hover {
        color: #6ab43e; }
    .event-list .content p {
      line-height: 22px;
      font-weight: 300; }

/*-- Event Tab List --*/
.event-tabs-list {
  overflow: hidden;
  float: left;
  width: 100%;
  margin-bottom: 25px; }
  .event-tabs-list li {
    display: block;
    float: left;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff; }
    @media only screen and (max-width: 479px) {
      .event-tabs-list li {
        width: 100% !important;
        border-left: none;
        border-right: none;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff; } }
    .event-tabs-list li:first-child {
      border-left: none; }
      @media only screen and (max-width: 479px) {
        .event-tabs-list li:first-child {
          border-top: none; } }
    .event-tabs-list li:last-child {
      border-right: none; }
      @media only screen and (max-width: 479px) {
        .event-tabs-list li:last-child {
          border-bottom: none; } }
    .event-tabs-list li a {
      background-color: #6ab43e;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 400;
      line-height: 25px;
      padding: 12px 20px;
      display: block; }
      .event-tabs-list li a:hover {
        background-color: #589634; }
    .event-tabs-list li.active a {
      background-color: #589634; }
  .event-tabs-list.list-2 li {
    width: 50%; }
  .event-tabs-list.list-3 li {
    width: 33.3333%; }
  .event-tabs-list.list-4 li {
    width: 25%; }
  .event-tabs-list.list-5 li {
    width: 20%; }

/*-- Tab Content --*/
.tab-content {
  width: 100%;
  float: left; }

.table-responsive {
  margin-bottom: 100px; }

/*-- Event Details Table --*/
.event-details-table {
  margin-bottom: 0; }
  .event-details-table thead tr.free-space {
    height: 17px;
    opacity: 0; }
    .event-details-table thead tr.free-space td {
      display: none; }
  .event-details-table thead tr th {
    width: 25%;
    text-align: center;
    border: 1.5px solid #ececec !important;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 23px;
    color: #8b8b8b;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px; }
  .event-details-table tbody tr.free-space {
    height: 3px;
    opacity: 0; }
    .event-details-table tbody tr.free-space td {
      display: none; }
    .event-details-table tbody tr.free-space:last-child {
      display: none; }
  .event-details-table tbody tr td {
    width: 25%;
    text-align: center;
    border: none !important;
    line-height: 25px;
    padding: 15px 20px;
    color: #848484;
    background-color: #f5f5f5; }

/*-- Event Speaker --*/
.single-speaker {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4; }
  .single-speaker .image img {
    width: 100%; }
  .single-speaker .content {
    padding: 30px 25px 28px; }
    .single-speaker .content h4 {
      font-size: 20px;
      color: #656565;
      line-height: 15px;
      text-transform: uppercase;
      margin-bottom: 11px; }
    .single-speaker .content p {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 13px;
      color: #6ab43e;
      line-height: 11px;
      text-transform: uppercase; }

/*----------------------------------------*/
/*  12.  Gallery Area
/*----------------------------------------*/
.small-gallery-wrapper .row {
  padding-right: 35px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .small-gallery-wrapper .row {
      padding-right: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .small-gallery-wrapper .row {
      padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    .small-gallery-wrapper .row {
      padding-right: 0; } }

/*-- Single Gallery Item --*/
.gallery-item {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius:18px;
}
  .gallery-item::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #6ab43e;
    background-image: url(img/icon/plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3); 
    border-radius:18px;
  }
  .gallery-item:hover::before {
    opacity: 0.9;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .gallery-item img {
    width: 100%;
    border-radius:18px;
  }

/*----------------------------------------*/
/*  13.  Client Area
/*----------------------------------------*/
@media only screen and (max-width: 767px) {
  .client-area {
    padding: 70px 0; } }

/*-- Client Slider --*/
.client-slider .client-item img {
  display: inline-block;
  opacity: 0.6; }
  .client-slider .client-item img:hover {
    opacity: 1; }

/*----------------------------------------*/
/*  14.  Volunteer Area
/*----------------------------------------*/
.volunteer-area {
  }

/*-- Single Volunteer --*/
.single-volunteer .image img {
  width: 100%; }
.single-volunteer .content {
  padding-top: 25px;
  padding: 18px;
  border: 1px solid #dedede;
  background: #2D73C3;
   }
  table tr:nth-child(even) {
    background: #f6f6f6;
}
  .single-volunteer .content h4 {
    font-size: 18px;
   color: #fff;
    
    font-weight: 600;
    line-height: 14px; }
  .single-volunteer .content span {
    color: #6ab43e;
    font-size: 12px;
    line-height: 12px;
    display: block;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 12px; }
  .single-volunteer .content p {
    color: #7f7f7f;
    font-weight: 300;
    line-height: 22px; 
    text-align: justify;
  }

/*----------------------------------------*/
/*  15.  Testimonial Area
/*----------------------------------------*/
.testimonial-area {
  background-image: url(img/bg/testimonial.jpg); }

/*-- Testimonial Slider --*/
/*-- Single Testimonial --*/
.single-testimonial .content {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 38px 30px 40px 30px;
  margin-bottom: 32px;
  position: relative; }
  .single-testimonial .content::before {
    position: absolute;
    left: 30px;
    top: 100%;
    content: "";
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 18px solid rgba(0, 0, 0, 0.1); }
  .single-testimonial .content p {
    color: #ffffff;
    font-weight: 300;
    line-height: 22px; }
.single-testimonial .author {
  margin-left: 9px; }
  .single-testimonial .author img {
    float: left;
    width: 70px;
    height: 70px;
    padding: 2px;
    background-color: #ffffff;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden; }
  .single-testimonial .author .details {
    margin-top: 16px; }
    .single-testimonial .author .details h4 {
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      font-family: "Poppins", sans-serif;
      line-height: 16px;
      color: #ffffff;
      margin-bottom: 4px; }
      @media only screen and (max-width: 479px) {
        .single-testimonial .author .details h4 {
          font-size: 16px; } }
    .single-testimonial .author .details span {
      color: #ffffff;
      display: block;
      font-size: 13px;
      line-height: 20px; }
      @media only screen and (max-width: 479px) {
        .single-testimonial .author .details span {
          font-size: 12px; } }

/*----------------------------------------*/
/*  16.  Blog Area
/*----------------------------------------*/
/*-- Blog Item --*/
.blog-item {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /*-- Blog Image --*/
  /*-- Blog Content --*/ }
  .blog-item:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); }
  .blog-item .image {
    width: 100%; }
    .blog-item .image img {
      width: 100%; }
  .blog-item .content {
    padding: 24px 20px 20px;
    /*-- Blog Meta --*/ }
    .blog-item .content h4 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 2px; }
      .blog-item .content h4 a {
        color: #757575; }
        .blog-item .content h4 a:hover {
          color: #6ab43e; }
    .blog-item .content .meta {
      margin-bottom: 6px; }
      .blog-item .content .meta span {
        font-size: 12px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        float: left;
        display: block;
        color: #969696; }
        .blog-item .content .meta span::after {
          content: "|";
          margin: 0 12px; }
        .blog-item .content .meta span:last-child::after {
          display: none; }
        .blog-item .content .meta span a {
          display: inline-block;
          color: #6ab43e; }
    .blog-item .content p {
      margin-bottom: 13px; }
    .blog-item .content .read-more {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 500;
      color: #909090; }
      .blog-item .content .read-more:hover {
        color: #6ab43e; }

/*-- Single Blog Details --*/
.single-blog-details {
  padding-right: 25px;
  /*-- Blog Image --*/
  /*-- Title --*/
  /*-- Meta --*/ }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-details {
      padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    .single-blog-details {
      padding-right: 0; } }
  .single-blog-details .main-image {
    margin: 0 0 49px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .single-blog-details .main-image {
        margin-bottom: 30px; } }
  .single-blog-details .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 3px;
    color: #676767;
    margin-top: 0;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .single-blog-details .title {
        font-size: 18px; } }
  .single-blog-details .meta {
    margin-bottom: 12px;
    width: 100%; }
    .single-blog-details .meta a {
      color: #878787;
      display: block;
      float: left;
      font-size: 12px;
      line-height: 24px;
      margin-right: 15px; }
      .single-blog-details .meta a:hover {
        color: #6ab43e; }
      .single-blog-details .meta a i {
        display: block;
        float: left;
        font-size: 14px;
        line-height: 22px;
        margin-right: 7px;
        padding-left: 2px; }
  .single-blog-details p {
    color: #838383;
    margin-bottom: 30px; }
    .single-blog-details p:last-child {
      margin-bottom: 0; }
  .single-blog-details h1, .single-blog-details h2, .single-blog-details h3, .single-blog-details h4, .single-blog-details h5, .single-blog-details h6 {
    color: #686868;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 20px; }
  .single-blog-details h3 {
    font-size: 22px; }
  .single-blog-details img {
    float: left;
    margin-right: 30px;
    margin-bottom: 24px; }
  .single-blog-details ol {
    list-style: inside none decimal-leading-zero;
    overflow: hidden;
    padding: 0;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .single-blog-details ol {
        width: 100%; } }
    .single-blog-details ol li {
      line-height: 26px; }

/*-- Blog Details Footer --*/
.blog-details-footer {
  padding: 9px 21px;
  border: 1px solid #f2f2f2;
  /*-- Social --*/
  /*-- Tags --*/ }
  @media only screen and (max-width: 767px) {
    .blog-details-footer .social {
      width: 100%; } }
  .blog-details-footer .social h5 {
    font-size: 14px;
    line-height: 24px;
    color: #838383;
    font-weight: 300;
    text-transform: capitalize;
    float: left;
    margin: 0 6px 0 0; }
  .blog-details-footer .social a {
    width: 24px;
    height: 24px;
    text-align: center;
    color: #959595; }
    .blog-details-footer .social a:hover {
      color: #6ab43e; }
    .blog-details-footer .social a i {
      font-size: 12px;
      display: block;
      line-height: 24px; }
  @media only screen and (max-width: 767px) {
    .blog-details-footer .tag {
      float: left;
      width: 100%; } }
  .blog-details-footer .tag h5 {
    font-size: 14px;
    line-height: 24px;
    color: #838383;
    font-weight: 300;
    text-transform: capitalize;
    float: left;
    margin: 0 6px 0 0; }
  .blog-details-footer .tag a {
    line-height: 24px;
    font-weight: 300;
    color: #949494; }
    .blog-details-footer .tag a:hover {
      color: #6ab43e; }
    .blog-details-footer .tag a::after {
      content: ","; }
    .blog-details-footer .tag a:last-child::after {
      display: none; }

/*----------------------------------------*/
/*  Sidebar Style
/*----------------------------------------*/
/*-- Single Sidebar --*/
.single-sidebar {
  float: left;
  width: 100%;
  margin-bottom: 60px; }
  .single-sidebar:last-child {
    margin-bottom: 0; }
  .single-sidebar .title {
    font-size: 22px;
    text-transform: capitalize;
    color: #686868;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 25px; }
    .single-sidebar .title span {
      color: #6ab43e; }

/*-- Search Sidebar --*/
.search-sidebar form {
  padding: 4px;
  border: 1px solid #ededed;
  border-radius: 10px;
  float: left;
  width: 100%;
  position: relative; }
  .search-sidebar form input {
    float: left;
    border: none;
    background-color: transparent;
    height: 30px;
    width: 100%;
    padding: 3px 35px 3px 14px;
    color: #c3c3c3;
    font-size: 13px;
    font-weight: 300; }
  .search-sidebar form button {
    float: left;
    height: 30px;
    width: 34px;
    color: #6ab43e;
    text-align: center;
    background-color: transparent;
    border-width: 0 0 0 1px;
    border-color: #dadada;
    position: absolute;
    right: 4px;
    top: 4px; }
    .search-sidebar form button i {
      font-size: 20px;
      display: block;
      line-height: 30px; }

/*-- About Sidebar --*/
.about-sidebar p {
  color: #949393; }

/*-- Donation Sidebar --*/
.donation-sidebar form .input-box {
  width: 100%;
  float: left;
  margin-bottom: 9px; }
  .donation-sidebar form .input-box:last-child {
    margin-bottom: 0; }
  .donation-sidebar form .input-box input {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #ededed;
    font-size: 12px;
    color: #bebebe;
    height: 38px;
    line-height: 24px;
    padding: 6px 15px;
    text-transform: uppercase; }
    .donation-sidebar form .input-box input:focus {
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04); }
    .donation-sidebar form .input-box input[type="submit"] {
      width: 100%;
      padding: 8px 50px;
      border: none;
      background-color: #6ab43e;
      color: #ffffff;
      font-size: 13px;
      margin-top: 5px; }
      .donation-sidebar form .input-box input[type="submit"]:focus {
        box-shadow: none; }
      .donation-sidebar form .input-box input[type="submit"]:hover {
        background-color: #77c14b; }
  .donation-sidebar form .input-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: url(img/icon/caret-down.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-color: #ffffff;
    border: 1px solid #ededed;
    font-size: 12px;
    color: #bebebe;
    height: 38px;
    line-height: 24px;
    padding: 6px 15px;
    width: 99.8%;
    text-transform: uppercase; }
    .donation-sidebar form .input-box select:focus {
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04); }
    .donation-sidebar form .input-box select option {
      padding: 5px 15px; }

/*-- Recent Post Sidebar --*/
.recent-post-sidebar li {
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  .recent-post-sidebar li:last-child {
    margin-bottom: 0; }
  .recent-post-sidebar li .image {
    width: 67px;
    display: block;
    margin-right: 13px;
    position: relative;
    overflow: hidden;
    border: 1px solid #eeeeee; }
    .recent-post-sidebar li .image::before {
      position: absolute;
      left: 50%;
      top: 50%;
      font-family: FontAwesome;
      content: "\f0c1";
      opacity: 0;
      z-index: 2;
      text-align: center;
      width: 30px;
      height: 30px;
      margin-left: -15px;
      margin-top: -15px;
      color: #ffffff;
      font-size: 18px;
      line-height: 30px; }
    .recent-post-sidebar li .image:hover::before {
      opacity: 1; }
    .recent-post-sidebar li .image::after {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      content: "";
      background-color: #6ab43e;
      opacity: 0; }
    .recent-post-sidebar li .image:hover::after {
      opacity: 0.9; }
    .recent-post-sidebar li .image img {
      width: 100%; }
  .recent-post-sidebar li .content a {
    font-size: 16px;
    font-weight: 500;
    color: #565656;
    display: block;
    margin-bottom: 3px; }
    .recent-post-sidebar li .content a:hover {
      color: #6ab43e; }
  .recent-post-sidebar li .content p {
    font-size: 13px;
    line-height: 20px;
    color: #7c7c7c; }

/*-- Tags Sidebar --*/
.tags-sidebar {
  margin: 0 -4px; }
  .tags-sidebar a {
    display: block;
    border: 1px solid #ededed;
    font-weight: 300;
    color: #a5a5a5;
    text-transform: capitalize;
    line-height: 24px;
    padding: 3px 14px;
    float: left;
    margin: 0 4px 8px; }
    .tags-sidebar a:hover {
      background-color: #6ab43e;
      border-color: #6ab43e;
      color: #ffffff; }

/*-- Category Sidebar --*/
.category-sidebar li a {
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  color: #999999;
  text-transform: capitalize; }
  .category-sidebar li a:hover {
    color: #6ab43e; }

/*-- Comment Wrapper --*/
.comment-wrapper {
  margin-top: 70px;
  padding-right: 25px; }
  .comment-wrapper h3 {
    font-size: 22px;
    color: #686868;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 55px; }
    @media only screen and (max-width: 767px) {
      .comment-wrapper h3 {
        font-size: 18px;
        line-height: 14px; } }

/*-- Comment Form --*/
.comment-form form {
  margin-left: -15px;
  margin-right: -15px; }
  .comment-form form .input-box {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 40px; }
    .comment-form form .input-box:last-child {
      margin-bottom: 0;
      margin-top: -10px; }
    .comment-form form .input-box.input-2 {
      width: 50%; }
      @media only screen and (max-width: 767px) {
        .comment-form form .input-box.input-2 {
          width: 100%; } }
    .comment-form form .input-box input {
      width: 100%;
      border-width: 0 0 1px;
      border-style: solid;
      border-color: #e0e0e0;
      padding: 0 0 6px;
      font-size: 13px;
      font-weight: 300;
      color: #969696; }
      .comment-form form .input-box input[type="submit"] {
        width: auto;
        padding: 8px 50px;
        border: none;
        background-color: #6ab43e;
        color: #ffffff;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase; }
        .comment-form form .input-box input[type="submit"]:hover {
          background-color: #77c14b; }
    .comment-form form .input-box textarea {
      width: 100%;
      border-width: 0 0 1px;
      border-style: solid;
      border-color: #e0e0e0;
      padding: 0 0 6px;
      font-size: 13px;
      font-weight: 300;
      color: #969696;
      height: 80px; }

/*----------------------------------------*/
/*  17.  Contact Area
/*----------------------------------------*/
/*-- Single Contact Info --*/
.single-contact-info {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 40px 40px 35px;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
    margin-bottom: 28px;
   }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-contact-info {
      padding: 40px 15px; } }
  .single-contact-info h4 {
    font-size: 20px;
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    line-height: 14px;
    margin-bottom: 16px; }
  .single-contact-info p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    color: #818181;
    font-family: "Montserrat", sans-serif; }
  .single-contact-info:hover {
    background-color: #6ab43e;
    border-radius: 5px; }
    .single-contact-info:hover h4 {
      color: #ffffff; }
    .single-contact-info:hover p {
      color: #ffffff; }

/*-- Contact Form --*/
.contact-form form {
  margin-left: -15px;
  margin-right: -15px; }
  .contact-form form .input-box {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 18px;
    float: left; }
    .contact-form form .input-box:last-child {
      margin-bottom: 0; }
    .contact-form form .input-box.input-2 {
      width: 50%; }
      @media only screen and (max-width: 767px) {
        .contact-form form .input-box.input-2 {
          width: 100%; } }
    .contact-form form .input-box.input-3 {
      width: 33.3333%; }
      @media only screen and (max-width: 767px) {
        .contact-form form .input-box.input-3 {
          width: 100%; } }
    .contact-form form .input-box input {
      width: 100%;
      border: 1px solid #e9e9e9;
      height: 40px;
      padding: 7px 16px;
      line-height: 24px;
      color: #b9b9b9;
      font-weight: 300; }
      .contact-form form .input-box input[type="submit"] {
        width: auto;
        padding: 8px 40px;
        background-color: #6ab43e;
        border: none;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: 400; }
        .contact-form form .input-box input[type="submit"]:hover {
          background-color: #77c14b; }
    .contact-form form .input-box textarea {
      width: 100%;
      border: 1px solid #e9e9e9;
      height: 160px;
      padding: 7px 16px;
      line-height: 24px;
      color: #b9b9b9;
      font-weight: 300; }

/*-- Contact Map --*/
.contact-map {
  margin-top: 79px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-map {
      margin-top: 0; } }
  @media only screen and (max-width: 767px) {
    .contact-map {
      margin-top: 0; } }

#contact-map {
  width: 100%;
  height: 276px; }

/*----------------------------------------*/
/*  18.  Footer Area
/*----------------------------------------*/
/*-- Footer Top Area --*/
/*-- Footer Widget --*/
.footer-widget h3 {
  font-size: 22px;
  line-height: 16px;
  padding-bottom: 19px;
  margin-bottom: 33px;
  font-weight: 500;
  text-transform: capitalize;
  color: #ffffff;
  position: relative; }
  .footer-widget h3::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    content: "";
    width: 66px;
    background-color: #898989; }
  .footer-widget h3::after {
    position: absolute;
    left: 0;
    bottom: 4px;
    height: 1px;
    content: "";
    width: 132px;
    background-color: #898989; }

/*-- About Widget --*/
.about-widget img {
  margin-bottom: 18px; }
.about-widget p {
  color: #bebebe;
  margin-bottom: 19px; }
.about-widget .button {
  padding: 10px 38px;
  background-color: #6ab43e;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  height: 40px;
  line-height: 20px;
  border: none; }
  .about-widget .button:hover {
    background-color: #77c14b; }

/*-- Footer Social --*/
.footer-social {
  margin-bottom: 24px; }
  .footer-social a {
    display: inline-block;
    margin-right: 24px;
    color: #b7b7b7; }
    .footer-social a:hover {
      color: #6ab43e; }
    .footer-social a i {
      display: block;
      font-size: 16px;
      line-height: 20px; }

/*-- News Widget --*/
.footer-news {
  display: block;
  overflow: hidden;
   }
  .footer-news:last-child {
    margin-bottom: 0; }
  .footer-news .image {
    width: 85px;
    display: block;
    margin-right: 15px;
    position: relative;
    overflow: hidden; }
    .footer-news .image::before {
      position: absolute;
      left: 50%;
      top: 50%;
      font-family: FontAwesome;
      content: "\f0c1";
      opacity: 0;
      z-index: 2;
      text-align: center;
      width: 30px;
      height: 30px;
      margin-left: -15px;
      margin-top: -15px;
      color: #ffffff;
      font-size: 18px;
      line-height: 30px; }
    .footer-news .image:hover::before {
      opacity: 1; }
    .footer-news .image::after {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      content: "";
      background-color: #6ab43e;
      opacity: 0; }
    .footer-news .image:hover::after {
      opacity: 0.9; }
    .footer-news .image img {
      width: 100%; }
  .footer-news .content a {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .footer-news .content a {
        font-size: 14px; } }
    @media only screen and (max-width: 479px) {
      .footer-news .content a {
        font-size: 14px;
        line-height: 20px; } }
    .footer-news .content a:hover {
      color: #6ab43e; }
  .footer-news .content p {
    line-height: 22px;
    color: #a5a5a5; }

/*-- Flickr Gallery Widget --*/
.flickr-gallery {
  margin-left: -7px;
  margin-right: -7px; }
  .flickr-gallery li {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px;
    display: block;
    float: left;
    width: 25%; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .flickr-gallery li {
        width: 33.3333%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .flickr-gallery li {
        width: 20%; } }
    .flickr-gallery li a {
      width: 100%;
      display: block;
      position: relative;
      overflow: hidden; }
      .flickr-gallery li a::before {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: "";
        background-color: #6ab43e;
        background-image: url(img/icon/plus-2.png);
        background-repeat: no-repeat;
        background-position: center center;
        opacity: 0;
        -webkit-transform: scale(3);
        -ms-transform: scale(3);
        transform: scale(3); }
      .flickr-gallery li a:hover::before {
        opacity: 0.9;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      .flickr-gallery li a img {
        width: 100%; }

/*-- Footer Bottom Area --*/
.footer-bottom-area {
  background-color: #262626;
  padding: 10px 0;
  /*-- Copyright --*/
  /*-- Author Credit --*/ }
  @media only screen and (max-width: 767px) {
    .footer-bottom-area .copyright {
      text-align: center; } }
  .footer-bottom-area .copyright p {
    color: #9b9b9b;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 0; }
    .footer-bottom-area .copyright p span {
      color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .footer-bottom-area .author-credit {
      text-align: center; } }
  .footer-bottom-area .author-credit p {
    color: #9b9b9b;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 0; }
    .footer-bottom-area .author-credit p a:hover {
      color: #6ab43e; }
    .footer-bottom-area .author-credit p i {
      color: #6ab43e; }


.top-footer {
   
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #151515;
    padding-bottom: 70px;
    padding-top: 110px;
}
div#blog-area {
    background: #f7f7f7;
}
a.gallery-item.gallery-popup img {
    height: 276px;
}
ul.fa-ul li {
    color: #bebebe;
    margin-bottom: 19px;
}

.carousel-control .fa-chevron-left, .carousel-control  .fa-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: 250%;
    font-size: 30px;
}
.carousel-indicators {
    margin-bottom: 15px;
    }
    .single-service i {
    color: #fff;
    font-size: 49px;
    margin-bottom: 20px;
}
.curcle {
    height: 141px;
    width: 141px;
    border: 2px solid #6A82AF;
    border-radius: 50%;
    padding-top: 55px;
    background: #b3fff0;
    color: #9e9c9c;
}
.in {
    margin: 0 auto;
    padding: 0px 71px;
}
.curcle1 {
    padding-top: 40px;
}
.curcle2{
   padding-top: 40px;
}
.curcle3 {
    padding-top: 44px;
}
h4.in1 {
    font-size: 15px!important;
}



/*//new changes added dec-29*/


.jbm-intro-wrapper {
   
    background-color: #ffffff;
}

.jbm-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* IMAGE */
.jbm-intro-image img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
}

/* LABEL */
.jbm-intro-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #7ac943;
    text-transform: uppercase;
    margin-bottom: 12px;
}

/* TITLE */
.jbm-intro-title {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #111;
}

/* TEXT */
.jbm-intro-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 18px;
}

/* POINTS */
.jbm-intro-points {
    margin-top: 25px;
    padding-left: 0;
    list-style: none;
}

    .jbm-intro-points li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 14px;
        font-weight: 500;
        color: #333;
    }

    .jbm-intro-points i {
        color: #7ac943;
        font-size: 18px;
        margin-top: 3px;
    }

/* RESPONSIVE */
@media (max-width: 992px) {
    .jbm-intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .jbm-intro-title {
        font-size: 32px;
    }
}

.section-padding {
    padding: 80px 0px;
}
.bg-light-dark {
/*    background-color: #dbdbdb;*/
    background-color:#e6f2e8;
}
.mission-wrap, .vission-wrap
{
    background-color:#ffffff;
    padding:30px;
    margin-bottom:60px;
}
.vision-mission-section {
 
   padding:60px 0px;
  
}

.vision-mission-row {
    display: flex;
    align-items: stretch;
   
}
.mission-wrap
{
    margin-bottom:0px;
}

.vm-image {
    height: 100%;
}

    .vm-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.vm-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    color: #222;
}

    .vm-content h2 {
        margin-bottom: 15px;
    }

.vm-btn {
    margin-top: 20px;
    display: inline-block;
}
.ourvisson-misson-button {
    padding: 9px 47px;
    height: 46px;
    line-height: 24px;
    display: inline-block;
    border: 2px solid #6ab43e;
    border-radius: 4px;
    background-color: #6ab43e;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 10px;
    margin-right: 18px;
    width:max-content;
}

.value-box {
    background: #6ab43e;
    padding:30px;
    color:white
}

/* Reset for header only - prevents conflicts */

.jbm-header-area * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Header Area - Use specific class names to avoid conflicts */
.jbm-header-area {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky !important;
    top: 0;
    z-index: 9999 !important;
    width: 100%;
}

/* Top Row */
.jbm-header-top {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
}

.jbm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.jbm-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.jbm-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 28px;
    font-weight: bold;
    color: #2c3e50;
    text-decoration: none;
}

.jbm-logo-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}

.jbm-contact-info {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.jbm-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #555;
    text-decoration: none;
    transition: color 0.3s;
}

    .jbm-contact-item:hover {
        color: var(--green-color);
    }

    .jbm-contact-item i {
        color: var(--green-color);
        font-size: 18px;
    }

    .jbm-contact-item span {
        font-size: 14px;
    }

.jbm-get-quote-btn {
    background: var(--black-color);
    color: white !important;
    padding: 10px 25px;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-block;
}

    .jbm-get-quote-btn:hover {
        background: var(--green-color);
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
    }

/* Bottom Row - Navigation */
.jbm-header-bottom {
    padding: 0;
}

.jbm-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:15px 30px;
}

.jbm-main-menu {
    display: flex;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

    .jbm-main-menu > li {
        position: relative;
        list-style: none !important;
    }

        .jbm-main-menu > li > a {
            display: block;
            padding: 5px 20px;
            color: var(--black-color) !important;
            text-decoration: none !important;
            font-weight: 500;
            font-size: 15px;
            transition: all 0.3s;
            border-bottom: 3px solid transparent;
        }

            .jbm-main-menu > li > a:hover,
            .jbm-main-menu > li.jbm-active > a {
                color: var(--green-color) !important;
                border-bottom: 3px solid var(--green-color);
            }

/* Dropdown Menu - Critical fix */
.jbm-has-dropdown {
    position: relative;
}

.jbm-dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    background: white !important;
    min-width: 220px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1) !important;
    border-radius: 0 0 8px 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease !important;
    list-style: none !important;
    padding: 10px 0 !important;
    z-index: 10000 !important;
    margin: 0 !important;
    display: block !important;
}

.jbm-has-dropdown:hover .jbm-dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.jbm-dropdown-menu li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

    .jbm-dropdown-menu li a {
        display: block !important;
        padding: 12px 25px !important;
        color: #555 !important;
        text-decoration: none !important;
        transition: all 0.3s !important;
        font-size: 14px;
    }

        .jbm-dropdown-menu li a:hover {
            background: #f8f9fa !important;
            color: var(--green-color) !important;
            padding-left: 30px !important;
        }

/* Mobile Toggle */
.jbm-mobile-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: #2c3e50;
    cursor: pointer;
    padding: 10px;
}
.jbm-mobile-toggle i{
    color:var(--black-color);
}
/* Mobile Sidebar */
.jbm-mobile-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: white;
    box-shadow: -5px 0 20px rgba(0,0,0,0.2);
    transition: right 0.3s ease;
    z-index: 10001 !important;
    overflow-y: auto;
}

    .jbm-mobile-sidebar.jbm-active {
        right: 0;
    }

.jbm-sidebar-header {
    padding: 20px;
    background: #d8fae5;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jbm-close-sidebar {
    background: none;
    border: none;
    color: var(--black-color);
    font-size: 24px;
    cursor: pointer;
}

.jbm-sidebar-menu {
    list-style: none !important;
    padding: 20px 0;
    margin: 0 !important;
}

    .jbm-sidebar-menu li {
        list-style: none !important;
    }

        .jbm-sidebar-menu li a, .jbm-sidebar-menu li  .jbm-sidebar-dropdown-toggle {
            display: block;
            padding: 15px 25px;
            color: var(--black-color) !important;
            text-decoration: none !important;
            border-bottom: 1px solid #f0f0f0;
            transition: all 0.3s;
            font-weight: 600;
        }

            .jbm-sidebar-menu li a:hover {
                background: #f8f9fa;
                color: #667eea !important;
                padding-left: 30px;
            }

.jbm-sidebar-dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    color: #2c3e50;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: all 0.3s;
}

    .jbm-sidebar-dropdown-toggle:hover {
        background: #f8f9fa;
        color: #667eea;
    }

.jbm-sidebar-dropdown-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f8f9fa;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

    .jbm-sidebar-dropdown-content.jbm-active {
        max-height: 500px;
    }

    .jbm-sidebar-dropdown-content li a {
        padding-left: 45px !important;
        font-size: 14px;
    }

.jbm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 10000 !important;
}

    .jbm-overlay.jbm-active {
        opacity: 1;
        visibility: visible;
    }
.green-bg
{
    background-color:var(--green-color);
}
/* Responsive Design */
@media (max-width: 1024px) {
    .jbm-contact-info {
        gap: 15px;
    }

    .jbm-main-menu > li > a {
        padding: 20px 15px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .jbm-mobile-toggle {
        display: block;
    }

    .jbm-main-menu {
        display: none !important;
    }

    .jbm-top-row {
        gap: 15px;
    }

    .jbm-contact-info {
        display: none;
    }

    .jbm-get-quote-btn {
        padding: 8px 20px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .jbm-logo {
        font-size: 20px;
    }

    .jbm-logo-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .jbm-get-quote-btn {
        padding: 8px 15px;
        font-size: 13px;
    }
}
.h2 {
    font-size: 32px;
    line-height: 1.4;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--black-color);
    font-family: "Montserrat", sans-serif;
    margin-top:0px !important;
}
.h3 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: var(--black-color);
    font-family: "Montserrat", sans-serif;
}
.h4 {
    font-size: 18px;
    margin-bottom: 12px;
    color: var(--light-black);
    font-weight: 700;
    margin-top: 0;
    font-family: "Montserrat", sans-serif;
    line-height:1.5;
}

p{
    color:var(--light-black) !important;
    line-height:1.6;
}
.br-10{
    border-radius:18px;
}
.tilte-2-box
{
    padding-bottom:20px;
}
.text-black {
    color: var(--black-color);
}
.text-green
{
    color:var(--green-color);
}
.text-white
{
    color:white !important;
}
.fs-32{
    font-size:32px;
}
.learn-more {
    background-color: var(--green-color) !important;
    color: white !important;
    border: 1px solid var(--green-color) !important;
}
    .learn-more:hover {
        background-color: white !important;
        color: var(--green-color) !important;
    }
.welcome-text
{
    font-size:16px ;
    font-weight:bold;
    color:var(--green-color);
    margin-bottom:10px;
  
}
/*.head-small-text
{
    font-size:25px;
}*/
.video-hero {
    position: relative;
    overflow: hidden;
    height: 90vh;
}

.hero-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 90%;
    width: auto;
    height: 90vh;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    /*    background: linear-gradient( rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.65) );*/
/*    background: linear-gradient(rgb(0 0 0 / 73%), rgba(0, 0, 0, 0.65));*/
    background: linear-gradient(rgb(0 0 0 / 38%), rgba(0, 0, 0, 0.65));
    z-index: 2;
}
.hero-content h1 {
    font-size: 46px;
    line-height:1.5;
    margin-bottom:20px;
}
.hero-content p
{
    margin:20px auto;
}

.hero-caption {
    position: relative;
    z-index: 3;
}


/*mission vission design*/
.mv-section {
    
    background: linear-gradient(135deg, #daf5e4, #e3f3ea);

}



.mv-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.mv-card {
    background: #fff;
    border-radius: 18px;
    padding: 25px 28px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    border: 1px solid #e4efe7;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .mv-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
    }

.mv-icon {
    font-size: 38px;
    margin-bottom: 20px;
    color:var(--green-color);
}








/*core values section design*/
.core-section {
    position: relative;
    padding: 90px 0;
    background-image: url('img/core-values/1.png');
    background-position:center; 
    background-size:cover;
    background-repeat:no-repeat;
}

.core-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
}

.core-content {
    position: relative;
    z-index: 2;
}

.core-heading {
    text-align: center;
    color: #ffffff;
    font-size: 34px;
    margin-bottom: 40px;
    font-weight: 700;
}

.core-grid {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(3, 1fr);
}

.core-card {
    background: #ffffff;
    padding: 22px 26px;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .core-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
    }

 


/* Mobile */
@media (max-width: 992px) {
    .core-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .core-grid {
        grid-template-columns: 1fr;
    }
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------*/
/*about use page design*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page-banner-area {
    background-image: url('img/about-us-banner/1.png');
    padding:100px 0px;
}
/* ABOUT AREA */
/* WRAPPER */
.jbm-about-wrapper {
    padding: 80px 0;
    background:white;
}

/* IMAGE */
.jbm-image-box img {
    width: 100%;
    border-radius: 16px;
}

/* CONTENT */
.jbm-subtitle {
    color: var(--green-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: inline-block;
}
.jbm-content-box,
.jbm-image-box {
    padding-top: 60px;
}

.jbm-heading {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.jbm-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

/* FULL WIDTH TEXT */
.jbm-full-content {
    margin-top: 30px;
}

/* FEATURE CARDS */
.jbm-feature-card {
    background: #d8fae5;
    padding: 35px 25px;
    margin-top: 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 14px 35px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    height: 100%;
    border: 1px solid #00000063;
    height: 270px;
}


.jbm-feature-card:hover {
    transform: translateY(-8px);
}

.jbm-feature-icon {
    width: 70px;
    height: 70px;
    background: var(--green-color);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 28px;
}

.jbm-feature-title {
    font-size: 20px;
    margin-bottom: 12px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .jbm-heading {
        font-size: 26px;
    }

    .jbm-feature-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
/*    .jbm-content-box,
    .jbm-full-content {
        text-align: center;
    }*/
}


/*service section ----------------------------------------------------------------------------------------------------------------------*/

/* WRAPPER */
.jbm-services-wrapper {
    
    background: linear-gradient(135deg, #daf5e4, #e3f3ea);
}

.jbm-approach-wrapper {
    background: #ffffff;
}
.jbm-clients-wrapper {
    background-image: url('img/about-us-banner/about-us-section-bg/4.png');
    position:relative;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
    .jbm-clients-wrapper::before
    {
        content:"";
        inset:0;
        position:absolute;
        background:rgb(0,0,0,0.65);
        z-index:0;
    }
.z-1
{position:relative;
    z-index:1;
}
/* LEFT CONTENT */
.jbm-services-subtitle {
    color: var(--green-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: inline-block;
}

.jbm-services-title {
    font-size: 34px;
    margin-bottom: 20px;
}

.jbm-services-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
}

/* SERVICES GRID */
.jbm-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 25px;
}

.jbm-service-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    color: #333;
}

    .jbm-service-item i {
        color: var(--green-color);
        margin-top: 4px;
        font-size: 14px;
    }

/* FULL WIDTH ITEM */
.jbm-service-full {
    grid-column: 1 / -1;
    font-weight: 600;
}

/* IMAGE */
.jbm-services-image img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(0,0,0,0.08);
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .jbm-services-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .jbm-services-grid {
        grid-template-columns: 1fr;
    }

    .jbm-services-image {
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
/*    .jbm-services-content {
        text-align: center;
    }*/

/*    .jbm-service-item {
        justify-content: center;
    }*/
}
/* Parent gives 3D depth */
.jbm-rotate-wrap {
    width: 100%;
    max-width: 600px;
    margin: auto;
    perspective: 1200px;
 
}

/* Stable 3D-style rotation */
.jbm-rotate-img {
    width: 100%;
    display: block;
/*    transform-style: preserve-3d;*/
    /* initial 3D tilt */
    transform: rotateX(18deg) rotateZ(0deg);
/*    animation: jbmSpinStable 20s linear infinite;*/
}

@keyframes jbmSpinStable {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.jbm-section-title {
    font-size: 32px;
    margin-bottom: 40px;
    
}

/* CARDS */
.jbm-clients-wrapper [class*="col-"] {
    display: flex;
}
.jbm-clients-wrapper .row {
    display: flex;
}

.jbm-approach-card,
.jbm-client-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    /*    height: 90%;*/
    height: 190px;
   
    border: 1px solid #769072;
}
.jbm-approach-card {
   
}
.jbm-client-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 36px 28px;
    width: 100%;
    height: 90%; /* FORCE SAME HEIGHT */
    display: flex;
    flex-direction: column;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

    .jbm-approach-card i,
    .jbm-client-card i {
        font-size: 28px;
        color: var(--green-color);
        margin-bottom: 15px;
    }


/* OFFER */
.jbm-offer-image img {
    border-radius: 22px;
    object-fit: cover;
}

/* Stack offer items nicely */
.jbm-offer-item {
    display: flex;
    gap: 18px;
    margin-bottom: 26px;
    align-items: flex-start;
}

    .jbm-offer-item i {
        font-size: 28px;
        color: var(--green-color);
        margin-top: 4px;
    }

    .jbm-offer-item p {
        margin: 0;
        line-height: 1.7;
        color: #374151;
    }

.jbm-offer-wrapper {
    background: linear-gradient(135deg, #daf5e4, #e3f3ea);
}


.what-we-offer-wrap
{
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.jbm-offer-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    background: #ffffff;
    padding: 30px;
    border-radius: 18px;
    height: 90%;
}


.jbm-offer-item i {
    font-size: 26px;
    color: var(--green-color);
}

/* INVESTOR LIST */
.jbm-investor-list {
    list-style: none;
    padding-left: 0;
}

    .jbm-investor-list li {
        font-size: 16px;
        padding: 12px 0;
        border-left: 4px solid var(--green-color);
        padding-left: 15px;
        color:var(--light-black);
    }

    .jbm-investor-list i {
        color: var(--green-color);
        margin-right: 8px;
    }



   /* Project Management Css*/
.project-management-banner {
    background-image: url('img/project-management/project-management-banner.png');
}
.content-wrap-project-management {
    padding-top: 80px;
}
.pm-tabs {
    margin-top: 32px;
    display: flex;
    gap: 24px;
}

.pm-tab {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #d8fae5;
    padding: 16px 18px;
    border-radius: 18px;
    flex: 1;
    transition: all 0.3s ease;
}

    .pm-tab i {
        font-size: 22px;
        color: #3fb950; /* green accent */
        color:var(--green-color);
        margin-top: 4px;
    }

    .pm-tab h4 {
        margin: 0;
        font-size: 15px;
        font-weight: 600;
    }

    .pm-tab p {
        margin: 4px 0 0;
        font-size: 13px;
        color: #555;
        line-height: 1.4;
    }

    .pm-tab:hover {
        background: #ffffff;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        transform: translateY(-3px);
    }

.pm-section {
    position: relative;
   
    background-image: url('img/project-management/1.png');
    background-size: cover;
    background-position: center;
}

    /* DARK OVERLAY */
    .pm-section::before {
        content: "";
        position: absolute;
        inset: 0; 
        background: rgba(6, 45, 38, 0.85); 
        z-index: 1;
    }

/* KEEP CONTENT ABOVE OVERLAY */
.pm-overlay,
.pm-container {
    position: relative;
    z-index: 2;
}


    .pm-container {
        max-width: 1200px;
        margin: auto;
        color: #fff;
    }

/* HEADER */




.pm-desc {
    max-width: 700px;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 50px;
    color: #e3e3e3;
}

/* GRID */
.pm-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

/* CARD */
.pm-card {
    display: flex;
    gap: 16px;
    background: #ffffff;
    padding: 22px 24px;
    border-radius: 14px;
    color: #1a1a1a;
    transition: 0.3s ease;
}

    .pm-card.alt {
        background: #deefd2;
        background: #d8fae5;
    }

    .pm-card i {
        font-size: 24px;
        color: var(--green-color);
        margin-top: 4px;
    }

    .pm-card h4 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .pm-card p {
        font-size: 14px;
        line-height: 1.5;
    }

/* FULL WIDTH */
.pm-full {
    grid-column: span 2;
}

/* HOVER */
.pm-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0,0,0,0.15);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .pm-grid {
        grid-template-columns: 1fr;
    }

    .pm-full {
        grid-column: span 1;
    }
}

.hero-wrapper {
    padding: 60px;
    background: #ffffff;
}

.hero-container {
    border-radius: 40px;
    padding: 80px;
    display: flex;
    align-items: center;
    gap: 80px;
    color: var(--black-color);
    background: linear-gradient(135deg, #daf5e4, #e3f3ea);
   /* background: #deefd2;*/
   /* background: #d8fae5;*/
}

/* IMAGE */
.hero-image {
    background: var(--green-color);
    border-radius: 30px;
    padding: 40px;
}

    .hero-image img {
        width: 320px;
        display: block;
    }

/* CONTENT */
.hero-content-cta {
    max-width: 600px;
}

.hero-tag {
    color: #dbe89a;
    font-weight: 600;
    margin-bottom: 16px;
    display: inline-block;
}





/* BUTTONS */
.hero-buttons {
    display: flex;
    gap: 20px;
}



/* RESPONSIVE */
@media (max-width: 900px) {
    .hero-container {
        flex-direction: column;
        padding: 50px;
        text-align: center;
    }

    .hero-buttons {
        justify-content: center;
    }

   
}

/*Renewable Energy css*/
.renewable-energy-banner {
    background-image: url('img/renewable-energy-img/renewable-energy-bg-image.png');
}
.overlay.gradient.renewable-energy-banner::before {
/*    background: linear-gradient(to right, #01010187 0%, #000000 100%);*/
    background: linear-gradient(to right, #01010187 0%, #00000070 100%);
}

.portfolio-section {
    background: linear-gradient(135deg, #daf5e4, #e3f3ea);
}

/* LEFT CARD */
.portfolio-content-card {
    background: #f9fafb;
    padding: 45px;
    border-radius: 28px;
}

  



/* ICON LIST */
.portfolio-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

    .portfolio-list li {
        display: flex;
        gap: 14px;
        margin-bottom: 14px;
        color: #374151;
    }

    .portfolio-list i {
        color: var(--green-color);
        font-size: 1.8rem;
        margin-top: 3px;
    }

/* BUTTON */
.portfolio-btn {
    background: #dbe89a;
    color: #0f4a43;
    padding: 14px 32px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}

/* IMAGE */
.portfolio-image img {
    border-radius: 28px;
    object-fit: cover;
}



.solar-section {
    background-image: url('img/renewable-energy-img/solor-bg.png');
    background-size: cover;
    background-position: center;
    position:relative;
}
    .solar-section::before {
        content: "";
        inset: 0;
      
       
 position:absolute;
        background: rgba(0, 0, 0, 0.65);
       
    }
    /* HEADINGS */
    .mb-40 {
        margin-bottom: 40px;
        position:relative;
        z-index:1;
    }
.large-scale-wrap
{
    margin-bottom:40PX;
}
.section-gap {
    margin-top: 80px;
}

/* CARD */
.solar-card {
    background: #ffffff;
    padding: 36px 28px;
    border-radius: 18px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    margin-bottom:30px;
}

    .solar-card i {
        font-size: 36px;
        color: var(--green-color);
        margin-bottom: 20px;
    }

    .solar-card h4 {
        font-size: 18px;
        margin-bottom: 12px;
        color: var(--light-black);
    }

    .solar-card p {
        font-size: 15px;
        line-height: 1.6;
        color: #555;
    }

    /* HOVER */
    .solar-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 45px rgba(0,0,0,0.12);
    }
.key-benifits-card {

    background: #d8fae5;
}

.pt-60 {
    padding-top: 60px;
}
.points
{
    margin-top:20px;
}

.points-box .col-md-4 {
    display: flex;
}
.points {
    display: flex;
    gap: 18px;
    margin-bottom: 20px;
    color: #374151;
    background: white;
    padding: 36px 28px;
    border-radius: 18px;
    height: 100%;
    /* ADD THESE */
    align-items: flex-start;
}
    .points .content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
.futureof-solor-section {
    background: linear-gradient(135deg, #daf5e4, #e3f3ea);
}

.points .ICON i {
    font-size: 24px;
    color: var(--green-color);
    margin-top: 4px;
}
.points h4 {
    font-size: 18px;
    margin-bottom: 12px;
    color: var(--light-black);
}
.points p {
    font-size: 15px;
    line-height: 1.6;
}
.points-box
{
    padding-top:40px;
}
/* Make each column stretch equally */
.points-box .row {
    display: flex;
}

.points-box .col-md-4 {
    display: flex;
}

/* Card styling */
.points {
    display: flex;
    flex-direction: column;
    background: white;
    padding: 36px 28px;
    border-radius: 18px;
    width: 100%;
    height: 80%; 
    gap: 16px;
}

    /* Icon */
    .points .ICON i {
        font-size: 34px;
        color: var(--green-color);
    }

    /* Content must stretch */
    .points .content {
        display: flex;
        flex-direction: column;
        flex: 1; /* MOST IMPORTANT */
    }

    /* Typography */
    .points h4 {
        font-size: 18px;
        margin-bottom: 12px;
        color: var(--light-black);
    }

    .points p {
        font-size: 15px;
        line-height: 1.6;
        color: #374151;
    }


.case-studies {
    background: #ffffff;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0f4a43;
}
.case-studies-wrap
{
    margin-top:20px;
}
/* CARD */
.case-card {
    background: #f9fafb;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    border: 1px solid #d3d3d3;
}

/* IMAGE */
.case-img {
    height: 220px;
    object-fit: cover;
    width:100%;
}

/* CONTENT */
.case-content {
    padding: 28px;
}

   

    .case-content ul {
       
        margin-bottom: 0;
    }

        .case-content ul li {
            margin-bottom: 10px;
            color: #374151;
            line-height: 1.6;
        }


.cta-section-bg {
    background-image: url('img/renewable-energy-img/cta-bg-solar.png');
    position:relative;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
  
}
    .cta-section-bg::before {
        position: absolute;
        content: "";
        inset: 0;
        background: rgb(0,0,0,0.65);
        z-index: 0;
    }
.content-cta h2, .content-cta p {
    position:relative;
    z-index:2;
    color:white !important;
}







/* CARDS */
.impact-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top:40px;
}

.impact-card {

    background: linear-gradient(135deg, #daf5e4, #e3f3ea);
    padding: 32px 28px;
    border-radius: 18px;
    text-align: center;
    transition: all 0.3s ease;
}

    .impact-card i {
        font-size: 36px;
        color: var(--green-color);
        margin-bottom: 18px;
    }

    .impact-card h4 {
        font-size: 18px;
        color: var(--light-black);
        margin-bottom: 12px;
    }

  

    /* HOVER */
    .impact-card:hover {
        transform: translateY(-6px);
        background: #ffffff;
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
    }

/* RESPONSIVE */
@media (max-width: 992px) {
    .impact-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .impact-cards {
        grid-template-columns: 1fr;
    }


}



/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*conatct us css starts from here*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Top Contact Boxes */
.phone-email-wrap{
    margin-bottom:40px;
}

.jbm-contact-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    display: flex;
    gap: 20px;
    align-items: center;
}

    .jbm-contact-box i {
        font-size: 28px;
        color: var(--green-color);
       
    }
    .jbm-contact-box h4{
        margin-bottom:0px;
    }
    /* Main Section */
    .jbm-contact-main {
    }

/* Form */
.jbm-contact-form {
    padding-right: 30px;
}

 

.jbm-input {
    margin-bottom: 20px;
}

    .jbm-input input,
    .jbm-input textarea {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
    }

    .jbm-input textarea {
        height: 120px;
        resize: none;
    }

/* Button */
.jbm-btn {
    background: var(--green-color);
    color: #fff;
    padding: 12px 35px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
}

/* Image */
.jbm-contact-image img {
    width: 100%;
    border-radius: 8px;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*fotter css starts fro  here*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.footer-area {
    background: #111;
    font-size: 14px;
    padding-bottom:0px !important;
}

.footer-title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    color:white;
}

.footer-text {
    color: #ccc !important;
    line-height: 1.7;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #222;
    color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    transition: 0.3s;
}

    .footer-social a:hover {
        background: var(--green-color);
        color:white;
    }
.padding-tb-30
{
    padding:0px 0px 30px;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-links a {
        color: #ccc;
        text-decoration: none;
        transition: 0.3s;
    }

        .footer-links a:hover {
            color: var(--green-color);
        }

    .footer-contact li {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        color: #ccc;
    }

    .footer-contact i {
        margin-right: 10px;
        color: var(--green-color);
    }

.footer-bottom {
    border-top: 1px solid #222;
    padding: 15px 0;
    background: #0b0b0b;
}

    .footer-bottom p {
        margin: 0;
        font-size: 13px;
        color:white !important;
    }

    .footer-bottom a {
        color: var(--green-color);
        text-decoration: none;
    }




/*    new fininacing project page design css.*/

.finance-project-bg {
    background-image: url('img/financing-project/finanac-banner.png');
}
    .finance-project-bg.overlay.gradient::before {
        position: absolute;
        inset: 0;
        background: linear-gradient(to right, #0000008f 0%, #000000 100%);
    }

    .process-list {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

.process-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

    .process-item i {
        font-size: 22px;
        color: var(--green-color);
        
/*        background: #d8fae5;*/
/*        min-width: 40px;*/
        margin-top: 4px;
    }

    .process-item h5 {
        margin: 0 0 5px;
        font-weight: 600;
    }

    .process-item p {
        margin: 0;
        font-size: 14px;
        color: #555;
    }

.project-image img {
    width: 100%;
    object-fit: cover;
}


.best-practices {
    
}

.section-title {
    font-size: 28px;
    font-weight: 700;
}

.section-subtitle {
    color: #666;
    margin-top: 8px;
}

/* Equal height grid */
.practice-grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom:40px;
}

    .practice-grid > div {
        display: flex;
    }
    .g-4{
        row-gap:20px;
    }
.practice-card {
    background: #fff;
    padding: 28px 22px;
    border-radius: 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    margin:20px 0px;
}

    .practice-card i {
        font-size: 36px;
        color: var(--green-color);
        margin-bottom: 15px;
    }

    .practice-card h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .practice-card p {
        font-size: 14px;
        color: #555;
        line-height: 1.6;
        flex-grow: 1;
    }

    .practice-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 45px rgba(0,0,0,0.12);
    }

/* Background image support */
.financing-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

/* Innovative Cards Styling */
.innovative-card {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px 25px;
    border-radius: 22px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

    .innovative-card i {
        font-size: 34px;
        color: var(--green-color); /* adjust to your theme */
        margin-bottom: 15px;
    }

    .innovative-card h5 {
        font-weight: 600;
        margin-bottom: 10px;
    }

    .innovative-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    }
.innovative-card {
    background: rgba(255, 255, 255, 0.92);
    padding: 32px 26px;
    border-radius: 18px; /* FIXED */
    text-align: center;
    height: 100%;
    height: 215px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
}

    .innovative-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    }
.innovative-section {
    margin-top: 40px; /* spacing from top cards */
}
.mb-20
{
    margin-bottom:20px;
}
.financing-bg {
    position: relative;
    background-image: url('img/financing-project/finance-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .financing-bg::before {
        content: "";
        position: absolute;
        inset: 0;
       
        background: rgba(6, 45, 38, 0.65);
        z-index: 0;
    }

    .financing-bg .container {
        position: relative;
        z-index: 1;
    }
.section-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.modern-img img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* Right content grid */
.success-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Individual item */
.success-item {
    display: flex;
    gap: 16px;
    padding: 18px 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .success-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    }

    /* Icons */
    .success-item i {
        font-size: 22px;
        color: var(--green-color); /* solar / energy accent */
        min-width: 30px;
        margin-top: 4px;
    }

    /* Text */
    .success-item h5 {
        margin: 0 0 6px;
        font-weight: 600;
    }

    .success-item p {
        margin: 0;
        font-size: 14px;
        color: #555;
    }

.node
{
    background:var(--green-color);
    color:white;
}
.step-box .text {
    background: white;
    padding: 10px 16px;
    border-radius: 18px;
    margin-top: 10px;
}

.steps-section {
    position: relative;
   
    background-image: url('img/financing-project/steps-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .steps-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(6, 45, 38, 0.65);
        z-index: 0;
    }

    .steps-section .container {
        position: relative;
        z-index: 1;
   
        
        }


 /*   ----------------------------------------------------------------------------------------------------------------------------------*/
/* waste management css*/
/*-----------------------------------------------------------------------------------------------------------------------------------------*/
/*.waste-management-section {
    background-color: #f4f6f8;
}*/

.page-banner-area.waste-management-banner {
    background-image: url('img/waste-management/waste-management-bg.png');
}
    .waste-management-banner.overlay.gradient::before {
        position: absolute;
        inset: 0;
        background: linear-gradient(to right, #0000008f 0%, #000000 100%);
    }
    .waste-img-wrapper img {
        object-fit: cover;
        width: 100%;
        max-height: 420px;
    }

.waste-content h3 i,
.waste-content h5 i {
    vertical-align: middle;
}
.waste-management .matter-card {
    background: #fff;
    padding: 22px;
    border-radius: 18px;
    height: 100%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

    .waste-management .matter-card:hover {
        transform: translateY(-6px);
    }

.waste-management .icon-wrapper {
    width: 48px;
    height: 48px;
    background: #2e7d32;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.jbm-investor-list li {
    margin-bottom: 14px;
    line-height: 1.6;
}

.jbm-investor-list i {
    
    margin-right: 8px;
}

.why-waste-management-matters {
    background-image: url('img/waste-management/why-waste-matters.png');
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    position:relative;
}
.why-waste-management-matters::before
{
    position:absolute;
    content:"";
    inset:0;
    background:rgb(0,0,0,0.65);
}

.why-partnership-matters {
    background-image: url('img/waste-management/partnership-example-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
    .why-partnership-matters::before {
        position: absolute;
        content: "";
        inset: 0;
        background: rgb(0,0,0,0.65);
    }

.waste-management-section .renewable-energy-wm .matter-card {
    background: linear-gradient(135deg, #daf5e4, #e3f3ea);

}





/*------------------------------------------------------------------------------------------------------------------------------*/
/*partners css starts from here*/
/*--------------------------------------------------------------------------------------------------------------------------------*/


.page-banner-area.partners-banner {
    
    background-image: url('img/partners/partners-banner.png');
}

.partners-banner.overlay.gradient::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #0000008f 0%, #000000 100%);
}
.page-banner h1 {
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 22px;
}
}
.partners-section {
    background-color: #f7f9fb;
}

.partners-content h2 i,
.partners-content h3 i {
    vertical-align: middle;
}

.partner-list {
    list-style: none;
    padding-left: 0;
}

    .partner-list li {
        margin-bottom: 10px;
        font-size: 14px;
    }

.partners-image img {
    border-radius:18px;
    object-fit: cover;
}

/*---------------------------------------------------------------------------------------------------------------*/
/*sustain ability css*/
/*-------------------------------------------------------------------------------------------------------------------*/

.page-banner-area.sustain-ability-banner {
   
    background-image: url('img/sustain-ability/sustain-ability.png');
}

.sustain-ability-banner.overlay.gradient::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #0000008f 0%, #000000 100%);
}
.sustain-content i{
    font-size:20px;
}



/*new design responive css starts from here*/

/* new design responsive css starts from here */

@media (max-width: 1599px) {
    /* for screen 1440px */
}

@media (max-width: 1439px) {
    /* for screen 1366px */
}

@media (max-width: 1365px) {
    /* for screen 1200px */

    /* Navbar design */
   img{
       width:100%;
   }
    .jbm-nav-container{
        padding:15px;
    }
    .jbm-main-menu > li > a {
        padding: 5px 10px;
    }
    .waste-manage-img img 
    {
        width:100%;
    }
    .waste-management-section .matters
    {
        width:269px !important;
    }
    .make-grid-2
    {
        display:grid;
        grid-template-columns:repeat(2 , 1fr);
    }
    .make-grid-2.row::before
    {
        content:none;
    }
    .make-grid-2 .col-md-6{
        width:100%;
    }
    .waste-to-energy .wte-card
    {
        flex-direction:column !important;
        height:max-content !important;
    }
   
}

@media (max-width: 1199px) {
    /* for screen 992px */
    .jbm-main-menu {
        display: none !important;
    }

    .jbm-mobile-toggle {
        display: block;
    }

    .jbm-nav-container {
        padding: 15px 30px;
    }

    .main-menu-contact-us {
        display: none
    }

    .mobile-menu {
        display: flex;
        gap: 20px;
        justify-content: space-between;
        align-items: center;
    }

    .jbm-get-quote-btn {
        font-size: 16px;
    }

    .jbm-logo img {
        height: 70px;
    }

    .hero-content h1 {
        font-size: 34px;
        line-height: 1.5;
    }


/*    ------------------------------------------------------------------*/
/*Abouts us design*/
    jbm-offer-image img {
 
        height: 425px;
        margin-top: -18px;
    }
    .jbm-investor-wrapper img{
        width:100%;
    }

/*    -----------------------------------------------------------------------------------------------------------------*/
/*    renewable*/
img{
    width:100%;
}
    .renewable-energy-section img

    {
        width:100%;
    }
    .portfolio-image img{
        height:546px;
    }
   
    .content-wrap-project-management.content-pt-40 {
        padding-top: 40px;
    }
    .waste-management-section .matter-card 
    {
        width:100% !important;
        height:250px !important;
    }
    .waste-management-section .matter-card {
        width:40px;
        height:auto;
        padding:18px !important;
    }
    .waste-management-section .matters {
        width: 100% !important;
        height:261px !important;
    }
    .waste-management-section .key-aspects
    {
        height:320px!important ;
    }
    .hero-container 
    {
        flex-direction:column;
    }
    .pm-container
    {
        margin:0 15px;
    }
    .jbm-contact-box {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom:20px;
    }

}

    @media (max-width: 991px) {
        /* for screen 768px */
        .hero-caption {
            padding: 18% 0;
        }
        .jbm-offer-image img {
            height: auto;
            width:100%;
            margin-top: 0px;
        }
        .what-we-offer-wrap
        {
            margin-top:40px;    
        }
        .jbm-clients-wrapper .row 
        {
            display:grid;
            grid-template-columns:repeat(2,1fr);

        }
        .jbm-clients-wrapper .row::before
        {
            content:none;
        }
        .jbm-investor-wrapper img{
            margin-bottom:30px;
        }
        .jbm-rotate-wrap{
            max-width:100%;

        }
        .jbm-rotate-wrap img
        {
            width:100%;
        }
        .renewable-energy-section img {
            width: 100%;
            margin-top:40px;
        }
        .portfolio-image img {
            height: auto;
            margin-top:40px;
        }
        .energy-storage-img
        {
            border-radius:18px;
        }
        .energy-storage-img img{
            padding-top: 40px;
        }
        .futureof-solor-section img{
            margin-top:40px;
        }
        .footer-area {
             padding:  80px 0px 0px !important; 
        }
        .points-box .row
        {
           display:grid;
           grid-template-columns:repeat(2,1fr);

        }
        .points-box .row::before{
            content:none;
        }
        .case-card 
        {
            margin-bottom:40px;
        }
        .waste-img-wrapper img{
            padding-top:40px;
        }
        .waste-energy-content
        {
            padding-top:40px;
        }
        .waste-management-section .matter-card {
            width: 100% !important;
            height: 201px !important;
        }
        .waste-management-section .matters {
           
            height: 187px !important;
        }
        .waste-management-section .benefit-item
        {
            height:280px !important;
        }
        .waste-management-section .key-aspects {
            height: 200px !important;
        }
        .waste-management-section .partnership-wide-card  .row
        {
            display:flex;
            flex-direction:column;
            gap:20px;
            justify-content:start;
        }
        .waste-management-section .partnership-wide-card .row::before{
            content:none;
        }
        .img-pt-40
        {
            padding-top:40px;
        }
        .content-wrap-project-management
        {
            padding-top:40px;
        }
        .WaterTreatment .matter-card
        {
            width:97% !important;
            height:max-content !important;

        }
        .WaterTreatment .bp-card 
        {
            width:97%;
        }
        .project-image img 
        {
            height:500px;
        }
        .industry-best-practices .row.make-grid-2
        {
            grid-template-columns:repeat(1, 1fr)
        }
        .innovative-card 
        {
            height:max-content;
            margin-bottom:20px;
        }
        .success-grid
        {
            margin-top:30px;
        }
        .success-item 
        {
            flex-direction:column;
        }
        .sustain-content
        {
            margin-top:30px;
        }
        .sustain-section .sustain-img img 
        {
            width:100% !important;
        }
        .img-mt-40

        {
            margin-top:40px;
        }
    }

@media (max-width: 767px) {
    /* for screen 576px */
    .hero-content h1 {
        font-size: 24px;
        line-height: 1.5;
    }
    .points-box .row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .waste-management-section .key-aspects {
        height: 310px !important;
    }
    .waste-management-section .wm-card p
    {
        min-height:0px !important;
    }
    .waste-management-section .wm-card
    {
        height:max-content !important;
    }
    .img-pt-40 {
         padding-top: 0px; 
        margin-top: 20px;
    }
    .jbm-contact-form {
         padding-right: 0px; 
    }
}

@media (max-width: 576px) {
    /* for mobile */

    .h2{
        font-size:26px;
    }
    .h3{
        font-size:20px;
    }
    .hero-caption {
        padding: 39% 0;
    }
    .hero-content h1 {
        font-size: 29px;
        line-height: 1.5;
    }
    .jbm-clients-wrapper .row {
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }
    .jbm-approach-card
    {
        height:250px;
    }
    .jbm-offer-item
    {
        flex-direction:column;
    }
    .page-banner-area {     
        padding: 50px 0px;
    }
    .content-wrap-project-management.content-section-mobile-pt-40 {
        padding-top: 40px;
    }
    .portfolio-content-card {
        background: #f9fafb;
        padding: 13px;
        border-radius: 14px;
    }
    .why-partnership-matters .col-xs-12
    {
        padding :0px !important;
    }
    .waste-management-section .partnership-wide-card 
    {
        padding:15px 20px !important;
    }
    .waste-management-section .key-aspects {
        height: max-content !important;
    }
    .waste-management-section .matter-card {
        width: 100% !important;
        height: max-content !important;
    }
    .waste-management-section .matters {
        height: max-content !important;
    }
    .waste-manage-img img 
    {
        width:100% !important;
        height:auto !important;
    }
    .waste-img-wrapper img {
         padding-top: 10px; 
    }
    .page-banner h1 {
        color: #ffffff;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 1.5;
    }
    .pm-tabs
    {
        flex-direction:column;
    }
    .mx-15
    {
        margin:auto 15px;
    }
    .hero-wrapper
    {
        padding:0px;
    }
    .hero-container 
    {
        border-radius:0px;
    }
    .hero-buttons {
        flex-direction: column;
    }
    .jbm-nav-container {
        padding: 15px 10px;
    }
    .container {
        width: 350px;
    }
}
