@charset "UTF-8";
/*------------------------------------------------------------------
Project:        ILI LIGNIN
Version:        0.1.1
Last change:    19.10.2020
-------------------------------------------------------------------*/
/**
 * Basic typography style for copy text
 */
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
body {
  max-width: 100%;
  background-color: #fff;
  color: #999999;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
  font-weight: 400;
  text-align: justify;
}

h1, h2, h3, h4, h5 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #333333;
}

h1 {
  font-size: 40.5px;
  color: #8dc63f;
}

/*
html, html a {
	-webkit-font-smoothing: antialiased;
}




body.waiting * {
    cursor: progress;
}

h1 {
    font-family: $font-header;
    font-size:   $font-size-large !important;
    line-height: $font-line-height;
    font-weight: $normal-weight !important;
}

h3 {
    font-family: $font-header;
    font-size:   $font-size-large !important;
    line-height: $font-line-height;
    font-weight: $normal-weight !important;  
}

h5 {
    font-family: $font-text;
    font-size:   $font-size-base !important;
    line-height: $font-line-height;
    font-weight: $bold-weight !important;
    margin-bottom: 0px;
}

h6 {
    font-family: $font-text;
    font-size:   $font-size-base !important;
    line-height: $font-line-height;
    font-weight: $bold-weight !important;
    margin-bottom: 0px;
}

*/
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  display: inline-block;
  outline: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

button {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0;
  background: transparent;
}

.boxed_wrapper {
  width: 100%;
  background: #fff;
  overflow-x: hidden;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.center {
  text-align: center;
}

.list_inline li {
  display: inline-block;
}

.text_indent {
  text-indent: 0em;
}

.thm-btn {
  position: relative;
  background: #8dc63f;
  font-size: 14px;
  line-height: 48px;
  border-radius: 25px;
  color: #ffffff;
  border: 1px solid #8dc63f;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding: 0 38px;
  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn:hover {
  background: transparent;
  color: #8dc63f;
  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn.style-2 {
  background: transparent;
  color: #8dc63f;
  border-color: #8dc63f;
}
.thm-btn.style-2:hover {
  background: #8dc63f;
  color: #fff;
  border-color: #8dc63f;
}
.thm-btn.style-3 {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.thm-btn.style-3:hover {
  background: #FFF;
  color: #8dc63f;
  border-color: #fff;
}

.sec-padd2 {
  padding: 30px 0 30px;
}

.with-mb {
  margin-bottom: 30px;
}

.tm-60 {
  margin-top: 60px;
}

.default-list li {
  font-size: 14px;
  margin-bottom: 10px;
  color: #999;
}
.default-list li i {
  font-size: 14px;
  color: #8dc63f;
  margin-right: 10px;
}

.list-indent li {
  list-style-position: inside;
  text-indent: -0.75em;
  padding-left: 2em;
}
.list-indent li:first-child {
  padding-top: 0px;
}

.img-full-width {
  width: 100%;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.alert-download {
  border-color: #e6e6e6;
  border-left: 5px solid #8dc63f;
  background-color: #fff;
  color: #888;
}

.bar-download {
  border-color: #e6e6e6;
  border-left: 5px solid #8dc63f;
  background-color: #fff;
  color: #888;
  padding: 15px;
  padding-bottom: 5px;
  min-height: 70px;
  vertical-align: middle;
  min-width: 100%;
}

.bar-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.bar-wrapper:hover, .bar-wrapper:focus, .bar-wrapper:visited {
  text-decoration: none;
}

@media (min-width: 768px) {
  .bar-download {
    border-radius: 6px;
    display: table;
    min-width: 100%;
    padding-left: 78px;
    position: relative;
    padding-right: 60px;
    border: 1px solid #e6e6e6;
    line-height: 1.5rem;
  }
  .bar-download .icon {
    text-align: center;
    width: 58px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #bdbdbd;
    padding-top: 15px;
    border-radius: 6px 0 0 6px;
    border-color: none;
    background: #8dc63f;
  }
  .bar-download .icon i {
    font-size: 26px;
    color: #fff;
    left: 15px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
  }
  .bar-download .icon:after {
    border-color: none;
    background: #8dc63f;
  }
}
.alert {
  border-color: none;
  color: #Fff;
  background: #6f5439;
}

.single-team-member .img-box {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 100px;
}
.single-team-member .img-box img {
  transition: all 0.5s ease;
  transform: scale(1);
}

.institution {
  height: 110px;
}

.single-team-member {
  position: relative;
  margin-bottom: 50px;
  display: inline-block;
  border: 1px solid #f4f4f4;
  width: 100%;
}
.single-team-member:before {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0%;
  right: 0;
  opacity: 0;
  background: #f7f7f7;
  transition: 0.7s ease;
}
.single-team-member:hover:before {
  opacity: 1;
  height: 100%;
  transition: 0.7s ease;
}

.single-team-member .img-box .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(141, 198, 63, 0.9);
  width: 100%;
  transform: scale(0.7, 0);
  transition: 0.5s ease-in-out;
}
.single-team-member:hover .img-box .overlay {
  transform: scale(1, 1);
  transition: 0.5s ease-in-out;
}
.single-team-member .inner-box {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.single-team-member .social {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.single-team-member .social li {
  padding: 0;
  margin: 0 3px;
}
.single-team-member .social li a {
  color: #ffffff;
  transition: color 0.4s ease;
  font-size: 14px;
}
.single-team-member .img-box .overlay ul li a {
  height: 42px;
  width: 42px;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  background: transparent;
  text-align: center;
  line-height: 44px;
  transition: 0.5s ease;
}
.single-team-member .img-box .overlay ul li a:hover {
  transition: 0.5s ease;
}
.single-team-member h4 {
  color: #222;
  margin-top: 12px;
  margin-bottom: 6px;
}
.single-team-member p {
  color: #8dc63f;
  transition: 0.5s ease;
  margin-bottom: 8px;
  font-weight: 700;
}
.single-team-member .text {
  margin-top: 15px;
}
.single-team-member ul {
  border-top: 1px solid #f4f4f4;
  padding-top: 10px;
}
.single-team-member ul li {
  color: #848484;
  margin: 4px 0;
}
.single-team-member ul li a {
  color: #848484;
}
.single-team-member .author-info ul li i {
  font-size: 14px;
  margin-right: 10px;
  color: #8dc63f;
  border-radius: 1px;
  height: 15px;
  width: 15px;
  text-align: center;
  line-height: 15px;
}

/* event style two  */
.event-style2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.event-style2 .section-title h2 {
  color: #fff;
}
.event-style2 .item {
  position: relative;
  transition: 0.5s ease-in-out;
  margin-bottom: 50px;
  overflow: hidden;
  border: 1px solid #f4f4f4;
}
.event-style2 .item .img-column {
  width: 31%;
  float: left;
}
.event-style2 .item .text-column {
  width: 69%;
  float: left;
}
.event-style2 .item .clearfix {
  padding: 19px;
}
.event-style2 .item .lower-content {
  position: relative;
  padding: 15px 19px 0;
  border-left: 0px;
}
.event-style2 .item .date {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 65px;
  height: 65px;
  background: #8dc63f;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  z-index: 9;
  color: #fff;
  text-align: center;
}
.event-style2 .item .date span {
  display: block;
  color: #8dc63f;
  height: 55px;
  width: 55px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 5px;
  padding-top: 7px;
}
.event-style2 .item .lower-content .text p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #999;
}
.event-style2 .item.style-2 .lower-content .text p {
  margin-bottom: 5px;
}
.event-style2 .item .lower-content h4 {
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 25px;
  transition: all 300ms ease;
  color: #8dc63f;
  font-size: 18px;
  text-align: left;
}
.event-style2 .item .post-meta {
  color: #8dc63f;
  font-size: 15px;
  border-top: 1px solid #f4f4f4;
  padding: 17px 19px;
}
.event-style2 .item .post-meta li {
  margin-right: 10px;
}
.event-style2 .item .post-meta i {
  margin-right: 5px;
}
.event-style2 .item .lower-content .default_link {
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  transition: 0.5s ease;
}
.event-style2 .item .lower-content .default_link:hover {
  transition: 0.5s ease;
  color: #8dc63f;
}
.event-style2 .item .lower-content .default_link i {
  font-size: 11px;
}
.event-style2 .item .img-holder {
  display: block;
  overflow: hidden;
  position: relative;
}
.event-style2 .item .img-holder a {
  width: 100%;
  overflow: hidden;
  display: block;
}
.event-style2 .item .img-holder img {
  transition: all 0.5s ease 0s;
  width: 100%;
  height: 100%;
}
.event-style2 .item .overlay {
  background-color: rgba(16, 37, 46, 0.9);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 450ms ease-out 0s;
  transform: rotateY(180deg) scale(0.5, 0.5);
}
.event-style2 .item:hover .img-holder .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateY(0deg) scale(1, 1);
}
.event-style2 .item .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}
.event-style2 .item .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.event-style2 .item .img-holder .overlay .box .content a i {
  background: #8dc63f;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;
}
.event-style2 .item .img-holder .overlay .box .content a:hover i {
  background: #8dc63f;
}
.event-style2 .owl-theme .owl-nav {
  padding: 0;
  position: absolute;
  right: 50%;
  margin: 0;
  margin-right: -51px;
}
.event-style2 .owl-theme .owl-nav [class*=owl-] {
  color: #303030;
  font-size: 15px;
  margin: 0 5px;
  padding: 0;
  background-color: transparent;
  height: 45px;
  border-radius: 50%;
  width: 45px;
  line-height: 41px;
  border: 2px solid #f4f4f4;
  font-weight: 700;
  text-align: center;
  margin-left: 1px;
  display: inline-block;
  transition: color 0.3s ease;
}
.event-style2 .owl-theme .owl-nav [class*=owl-]:hover {
  color: #8dc63f;
  transition: 0.5s ease;
}

.table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.cart-table .cart-header {
  position: relative;
  width: 100%;
  text-transform: capitalize;
  font-size: 14px;
  border-radius: 7px;
  background: #f7f7f7;
}
.cart-table thead tr th {
  line-height: 24px;
  padding: 20px 15px;
  font-weight: normal;
}
.cart-table thead tr th.prod-column {
  text-align: left;
  padding-left: 40px;
}
.cart-table tbody tr {
  border-bottom: 1px solid #F7F7F7;
}
.cart-table tbody tr td {
  line-height: 24px;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: bold;
  color: yellow;
}
.cart-table tbody tr .qty {
  width: 120px;
  padding-right: 20px;
}
.cart-table tbody tr .qty .quantity-spinner {
  background: black;
}
.cart-table tbody tr .prod-column .column-box {
  position: relative;
  min-height: 90px;
  padding-left: 85px;
  padding-top: 20px;
  text-align: left;
}
.cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: absolute;
  left: 0px;
  top: 11px;
  padding: 0px;
}
.cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}
.cart-table tbody tr .prod-column .column-box h3 {
  font-size: 18px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #222;
  text-transform: capitalize;
}
.cart-table tbody tr .sub-total {
  font-weight: 400;
  color: #8dc63f;
}
.cart-table tbody tr .remove-btn {
  position: relative;
  font-size: 16px;
  color: yellow;
  line-height: 30px;
  transition: all 500ms ease;
}
.cart-table tbody tr .remove-btn .fa {
  position: relative;
  top: 2px;
  padding-right: 10px;
  font-size: 24px;
  line-height: 30px;
  transition: 0.5s ease;
}
.cart-table tbody tr .remove-btn:hover {
  color: #8dc63f;
  transition: 0.5s ease;
}
.cart-table tbody tr .remove-btn span:before {
  font-size: 30px;
}
.cart-table tbody tr td {
  vertical-align: middle;
}
.cart-table tbody tr td .quantity-spinner {
  line-height: 24px;
  height: 46px;
  text-align: center;
  display: block;
  box-shadow: none;
  width: 100%;
  font-size: 20px;
  position: relative;
  color: #222;
}
.cart-table tbody .available-info {
  position: relative;
  padding-left: 50px;
  color: #9e9e9e;
  font-size: 14px;
}
.cart-table tbody .available-info .icon {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #8dc63f;
  border-radius: 50%;
}

.cart-table tbody tr td, .cart-table tbody tr .remove-btn {
  color: #9e9e9e;
  font-weight: normal;
}

.cart-table tbody tr .prod-column .column-box {
  margin-left: 1px;
}

.cart-section .thm-btn.update-cart:hover {
  background: #8dc63f;
  color: #fff;
}

.cart-table tbody tr td {
  padding: 10px 10px 10px;
}

.cart-table .cart-header {
  background: #f7f7f7;
  font-size: 14px;
  position: relative;
  text-transform: capitalize;
  width: 100%;
  font-weight: 400;
}
.cart-table thead tr th {
  font-weight: 400;
  line-height: 24px;
}
.cart-table thead tr th.product-column {
  padding-left: 30px;
  text-align: left;
}
.cart-table tbody tr {
  border-bottom: 1px solid #f7f7f7;
}
.cart-table tbody tr td {
  vertical-align: middle;
  padding: 10px 20px;
  padding-right: 0px;
}
.cart-table tbody tr .product-column .column-box {
  min-height: 70px;
}
.cart-table tbody tr .product-column .column-box .prod-thumb {
  width: 70px;
  display: table-cell;
  vertical-align: middle;
}
.cart-table tbody tr .product-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}
.cart-table tbody tr .product-column .column-box .product-title {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.cart-table tbody tr .product-column .column-box .product-title h3 {
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.cart-table tbody tr .qty {
  padding-right: 30px;
  width: 130px;
}
.cart-table tbody tr .qty .input-group.bootstrap-touchspin {
  float: right;
  width: 70px;
}
.cart-table tbody tr .qty .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0 !important;
  box-shadow: none;
  color: #252525;
  display: block;
  font-size: 18px;
  font-weight: 400;
  height: 34px;
  padding: 6px 0;
  text-align: center;
}
.cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
}
.cart-table tbody tr .qty .btn-default {
  background-color: #8dc63f;
  border-color: #8dc63f;
  color: #fff;
}
.cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  margin-top: -2px;
}
.cart-table tbody tr td.price {
  color: #8dc63f;
  font-size: 16px;
  font-weight: 300;
}

.jumbotron p {
  font-size: 15px;
}

.vertical-center {
  display: flex;
  align-items: center;
}

.link-theme {
  text-decoration: none;
  display: inline-block;
  outline: none;
  color: #8dc63f;
  text-decoration-style: dotted;
}
.link-theme:hover, .link-theme:focus, .link-theme:visited {
  text-decoration-style: dotted;
  outline: none;
  color: #8dc63f;
}

.readmore-btn {
  position: relative;
  background: #8dc63f;
  font-size: 12px;
  border-radius: 5px;
  color: #ffffff;
  border: 1px solid #8dc63f;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  padding: 0 20px;
  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.readmore-btn:hover {
  background: transparent;
  color: #8dc63f;
  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
  text-decoration: none;
}

.div-space {
  margin-top: 50px;
}

.art-statutes {
  color: #8dc63f;
  font-weight: 700;
  margin-bottom: 0px;
  padding-top: 15px;
}
.art-statutes span {
  font-style: italic;
  font-weight: 400;
}

li.no-bottom-space {
  margin-bottom: 0px;
}

.white-text {
  color: #fff;
}

.progress-btn {
  padding: 5px;
  text-transform: none;
}

.grid-item {
  width: 100%;
}

.tag-text-none {
  display: none;
}

.tag-text-show {
  display: block;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.hide-text-color a {
  color: #999999;
}

.hide-text-color2 a {
  color: #8dc63f;
}

.hide-text-color3 a {
  color: #fff;
}

.showcase-space {
  margin-top: 50px;
}

/*============= default-form ===============*/
.default-form {
  position: relative;
}
.default-form .form-box {
  position: relative;
}

.comment-form .form-box {
  padding: 25px 25px 0px 25px;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 30px;
}
.default-form .comment-form .form-box .form-group {
  margin-bottom: 25px;
}
.default-form.form-box .row {
  margin-left: -10px;
  margin-right: -10px;
}
.default-form.form-box .row .form-group {
  padding: 0px 0px;
}
.default-form .form-group .field-label {
  display: block;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #232323;
  font-weight: 500;
  font-size: 13px;
}
.default-form .form-group .field-label sup {
  color: #ff0000;
  font-size: 14px;
}
.default-form p {
  margin-bottom: 6px;
}
.default-form input[type=text], .default-form input[type=email], .default-form input[type=password], .default-form input[type=number] {
  display: block;
  width: 100%;
  line-height: 24px;
  height: 50px;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #f4f4f4;
  padding: 12px 15px;
  background: #fff;
  border-radius: 0px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.default-form select {
  display: block;
  width: 100%;
  line-height: 24px;
  height: 50px;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #f4f4f4;
  padding: 12px 15px;
  background: #fff;
  border-radius: 0px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.default-form textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  height: 50px;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #f4f4f4;
  padding: 12px 15px;
  background: #fff;
  border-radius: 0px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  height: 100px;
}
.default-form .bootstrap-select {
  border: 1px solid #f4f4f4;
  background: #f7f7f7;
  color: #a2a2a2;
  padding: 10px 0;
  font-size: 16px;
  height: auto;
}
.default-form .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.default-form .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}
.default-form .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.default-form .dropdown-menu > li > a:focus {
  background-color: #8dc63f;
  color: #fff;
}

.default-form .form-control:focus {
  border-color: #8dc63f;
  box-shadow: none;
}

.default-form .bootstrap-select, .default-form .g-select {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0px;
}
.default-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #848484;
  padding: 13px 15px;
  border: 1px solid #eee;
}
.default-form .bs-caret {
  display: none;
}
.default-form .dropdown-menu {
  border-radius: 0px;
  padding: 0px;
  top: 50px;
  transform: scaleY(0);
  transform-origin: top center;
  transition: 0.4s ease;
}
.default-form .bootstrap-select.open .dropdown-menu {
  transform: scaleY(1);
  transition: 0.4s ease;
}
.default-form .dropdown-menu > li > a {
  padding: 8px 15px;
}
.default-form .dropdown-menu > li > a:focus {
  background-color: #fff;
  color: #222;
}
.default-form .dropdown-menu > li > a:hover {
  background-color: #8dc63f !important;
  color: #fff !important;
}
.default-form form input::-webkit-input-placeholder {
  color: #9e9e9e;
}
.default-form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}
.default-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}
.default-form form input:-ms-input-placeholder {
  color: #9e9e9e;
}
.default-form .alert-success {
  color: #8dc63f;
  background: none;
  border: none;
  font-size: 18px;
}

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

.default-form.style-5 .form-group i {
  position: absolute;
  right: 15px;
  top: 16px;
}

/*tab*/
.tabs-section {
  position: relative;
  padding: 130px 0px 100px;
}
.tabs-section .column {
  margin-bottom: 30px;
}
.tabs-section .image-box img {
  width: 100%;
  display: block;
}

.tabs-style-one .tab-buttons {
  position: relative;
  text-align: left;
}
.tabs-style-one .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  margin: 0px 0px 0px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  color: #848484;
  border: 2px solid transparent;
  background-color: #f9f9f9;
  border-bottom: 0px;
  text-transform: capitalize;
  transition: all 300ms ease;
}
.tabs-style-one .tab-buttons .tab-btn.active-btn {
  color: #fff;
  background: #8dc63f;
  border-color: #fff;
}
.tabs-style-one .tabs-content {
  position: relative;
  padding: 34px;
  padding-top: 0px;
  border: 1px solid #f4f4f4;
}
.tabs-style-one .tab .text-content {
  position: relative;
}
.tabs-style-one .tab .text-content .text {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 15px;
  color: #777777;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.tabs-style-one.tabs-box {
  padding-right: 15px;
}

.tabs-box .tabs-content .tab {
  position: relative;
  display: none;
}
.tabs-box .tabs-content .active-tab {
  display: block;
}

/***

====================================================================
    gallery style
====================================================================

***/
.gallery {
  position: relative;
}
.gallery .section-title h2 {
  color: #fff;
}
.gallery .item {
  position: relative;
  overflow: hidden;
}
.gallery.style-2 .item {
  margin-bottom: 30px;
}
.gallery .item img {
  width: 100%;
}
.gallery .overlay .top {
  position: absolute;
  text-align: center;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
  opacity: 0;
  visibility: hidden;
}
.gallery .item:hover .overlay .top {
  height: 100%;
  transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
  opacity: 1;
  visibility: visible;
}
.gallery .overlay .top .box {
  display: table;
  width: 100%;
  height: 100%;
}
.gallery .overlay .top .content {
  display: table-cell;
  vertical-align: middle;
}
.gallery .overlay .top a {
  position: relative;
  top: -35px;
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.gallery .overlay .bottom {
  position: absolute;
  left: 10px;
  bottom: -100%;
  text-align: center;
  right: 10px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
}
.gallery .item:hover .overlay .bottom {
  bottom: 10px;
  opacity: 1;
  visibility: visible;
  transition: 0.9s ease;
  transition-delay: 0.3s;
}
.gallery .overlay .bottom h4 {
  color: #fff;
  margin-top: 20px;
}
.gallery .img-box {
  position: relative;
  overflow: hidden;
}
.gallery .img-box .overlay {
  position: absolute;
  text-align: center;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0%;
  background: rgba(141, 198, 63, 0.9);
  transition: 0.7s cubic-bezier(0.34, -0.13, 0.34, 1.1);
  opacity: 0;
  visibility: hidden;
}
.gallery .img-box .overlay .inner-box {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.gallery .img-box .overlay .inner-box .content-box {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.gallery .item:hover .overlay {
  height: 100%;
  transition: 0.7s cubic-bezier(0.34, -0.13, 0.34, 1.1);
  opacity: 1;
  visibility: visible;
}
.gallery .overlay a {
  position: relative;
  color: #fff;
  height: 45px;
  width: 45px;
  border: 1px solid #fff;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  transition: 0.5s ease;
}
.gallery .overlay a:hover {
  background: #fff;
  color: #8dc63f;
  transition: 0.5s ease;
}
.gallery .content h4 {
  font-size: 20px;
  color: #fff;
  margin: 15px 0 7px;
}
.gallery.grid-page .content h4 {
  color: #303030;
}
.gallery.massonary-page .content {
  padding: 20px;
  border: 1px solid #f4f4f4;
  border-top: 0px;
  padding-top: 0px;
  overflow: hidden;
}
.gallery.massonary-page .content h4 {
  color: #303030;
}
.gallery .content p {
  font-size: 14px;
  color: #8dc63f;
}
.gallery .content .text p {
  color: #999;
}

/*======= gallery filter ==========*/
.post-filter, .post-filter2 {
  display: inline-block;
  margin: 0;
  right: 0;
  top: 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 999;
}
.post-filter.style-3, .post-filter2.style-3 {
  margin-top: -88px;
}

.gallery.grid-page {
  padding-top: 80px;
}

.massonary-page .post-filter {
  margin-bottom: 50px;
}

.post-filter li, .post-filter2 li {
  padding: 0;
  margin-bottom: 20px;
}
.post-filter li span, .post-filter2 li span {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin: 0 5px;
  padding: 5px 5px;
  border: 1px solid #404733;
  background: #242d0f;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.5s ease;
}
.post-filter.style-2 li span, .post-filter2.style-2 li span {
  background: transparent;
  color: #999;
  border-color: #f4f4f4;
}
.post-filter li:hover span, .post-filter li.active span, .post-filter2 li:hover span, .post-filter2 li.active span {
  background: #8dc63f;
  border-color: #8dc63f;
  transition: 0.5s ease;
  color: #fff;
}
.post-filter li span i, .post-filter2 li span i {
  font-size: 14px;
  margin-right: 5px;
}

/*============ single gallery ============*/
.single-gallery {
  position: relative;
}
.single-gallery .img-box {
  position: relative;
  padding-bottom: 30px;
}
.single-gallery .share-project {
  padding-left: 140px;
  position: relative;
  margin-top: 15px;
}
.single-gallery .share-project .title {
  left: 0;
  position: absolute;
  top: 2px;
}
.single-gallery .share-project .title h5 {
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.single-gallery .share-project .social-share {
  padding-left: 40px;
}
.single-gallery .share-project .social-share ul li {
  display: inline-block;
  margin-right: 15px;
}
.single-gallery .share-project .social-share ul li a {
  color: #9a9a9a;
  font-size: 14px;
}
.single-gallery .share-project .social-share ul li a:hover {
  color: #8dc63f;
  transition: 0.5s ease;
}
.single-gallery .project-info-list {
  overflow: hidden;
  margin: 0 -15px;
  margin-top: 30px;
}
.single-gallery .project-info-list li {
  border-bottom: 1px solid #f7f7f7;
  float: left;
  margin: 0 15px 20px;
  overflow: hidden;
  padding-bottom: 11px;
  width: 42%;
  padding-left: 30px;
  position: relative;
}
.single-gallery .project-info-list li .icon-holder {
  left: 0;
  position: absolute;
  /* top: -5px; */
}
.single-gallery .project-info-list li .icon-holder i {
  font-size: 14px;
  color: #8dc63f;
}
.single-gallery .project-info-list li .text-holder h5 {
  color: #252525;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 3px;
}
.single-gallery .project-info-list li .text-holder p {
  margin: 0;
}

.top-bar {
  position: relative;
  line-height: 48px;
  z-index: 999;
  background: #f7f7f7;
  padding: 6px 0;
}
.top-bar .top-bar-info li {
  color: #999;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  top: 0px;
}
.top-bar .top-bar-info li i {
  color: #8dc63f;
  margin-right: 10px;
  font-size: 20px;
  position: relative;
  top: 3px;
}
.top-bar .thm-btn {
  padding: 0 27px;
  line-height: 38px;
}
.top-bar .clearfix {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top-bar p {
  margin-top: 12px;
  color: #999;
}
.top-bar .social {
  display: inline-block;
  margin-right: 25px;
}
.top-bar .social li a {
  margin: 0 8px;
  color: #999;
  font-size: 14px;
}
.top-bar .social li a:hover {
  color: #8dc63f;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.top-bar .social li:last-child {
  padding-right: 0px;
}

/************************** 
* Inner Banner styles 
***************************/
.inner-banner {
  position: relative;
  background: #a0a19b;
  background-size: cover;
}
.inner-banner:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.inner-banner h1 {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
  color: #fff;
}
.inner-banner .box {
  position: relative;
  display: table;
  height: 280px;
  width: 100%;
  text-align: center;
}

.breadcumb-wrapper {
  background: #fff;
  padding: 19px 0;
  border-bottom: 1px solid #f4f4f4;
}
.breadcumb-wrapper ul, .breadcumb-wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #8dc63f;
}
.breadcumb-wrapper ul.link-list li a {
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  transition: 0.3s ease;
}
.breadcumb-wrapper ul.link-list li a:hover {
  transition: 0.3s ease;
}
.breadcumb-wrapper ul.link-list li a i {
  color: #fac012;
  margin-right: 7px;
}
.breadcumb-wrapper ul.link-list li a:after {
  content: "";
  font-family: "FontAwesome";
  margin: 0 10px;
}
.breadcumb-wrapper a.get-qoute {
  text-transform: uppercase;
  font-weight: 700;
  color: #8dc63f;
  font-size: 14px;
}
.breadcumb-wrapper a.get-qoute i {
  margin-left: 7px;
  color: #8dc63f;
  margin-right: 7px;
  font-size: 14px;
}

/*** 

====================================================================
    call-out style
====================================================================

***/
.call-out {
  background: #8dc63f;
  padding: 5px 0 25px;
}
.call-out .logo {
  margin-top: 23px;
}
.call-out h4 {
  color: #fff;
  margin-top: 33px;
  font-size: 22px;
  font-weight: 700;
}
.call-out .thm-btn.style-3 {
  margin-top: 20px;
}

.main-footer {
  position: relative;
  background: #111709;
  padding: 25px 0 25px;
}
.main-footer .footer-widget {
  margin-top: 50px;
}
.main-footer .section-title {
  margin-bottom: 40px;
}
.main-footer .section-title:after, .main-footer .section-title:before {
  display: none;
}
.main-footer .section-title h4 {
  color: #fff;
  padding-top: 18px;
  padding-bottom: 10px;
}
.main-footer .footer-logo {
  margin-bottom: 40px;
  padding-top: 5px;
}
.main-footer .footer-logo img {
  max-width: 200px;
}
.main-footer .about-column .text {
  margin-bottom: 20px;
}
.main-footer .slogan {
  font-size: 18px;
}

/*============ about-column =================*/
.about-column li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  color: #999;
  line-height: 26px;
  margin-bottom: 14px;
}
.about-column li span {
  font-size: 18px;
  color: #8dc63f;
  position: absolute;
  left: 0;
  top: 6px;
}

/*============ link-column =================*/
.main-footer .link-column li {
  position: relative;
  margin-bottom: 16px;
}
.main-footer .link-column li a {
  position: relative;
  margin-left: 15px;
  color: #999;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.main-footer .link-column li a:hover {
  color: #8dc63f;
}
.main-footer .link-column li a:before {
  content: "";
  position: absolute;
  font-size: 16px;
  font-family: FontAwesome;
  left: -19px;
  top: 0px;
  transform: rotate(-90deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.main-footer .link-column li a:hover:before {
  color: #8dc63f;
  transition: 0.5s ease-in-out;
}
.main-footer .link-column li a:after {
  content: "";
  position: absolute;
  left: 0px;
  background: transparent;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: 0.5s ease-in-out;
}
.main-footer .link-column li a:hover:after {
  background-color: #8dc63f;
  transition: 0.5s ease;
}
.main-footer .post-column .post {
  position: relative;
  padding-left: 90px;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #363636;
}
.main-footer .post-column .post:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.main-footer .post-column .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
}
.main-footer .post-column h5 {
  position: relative;
  top: -5px;
  font-size: 16px;
  color: #999;
  line-height: 26px;
}
.main-footer .post-column .post-info {
  color: #8dc63f;
  font-size: 15px;
}
.main-footer .contact-column {
  position: relative;
}
.main-footer .contact-column h5 {
  font-size: 16px;
  color: #999;
  margin-bottom: 18px;
}
.main-footer .contact-column form {
  position: relative;
  margin-bottom: 25px;
}
.main-footer .contact-column input {
  background: #2e2e2e;
  border: 1px solid #363636;
  width: 100%;
  padding: 0 15px;
  line-height: 40px;
}
.main-footer .contact-column button {
  position: absolute;
  right: 0;
  top: 0;
  height: 42px;
  width: 40px;
  line-height: 42px;
  background: #8dc63f;
  color: #fff;
}
.main-footer .contact-column p {
  padding-bottom: 19px;
  margin-bottom: 20px;
  border-bottom: 1px solid #363636;
}

/*============ post-column =================*/
/*============ contact-column =================*/
/*===========footer bottom ================*/
.footer-bottom {
  background: #111709;
  border-top: 1px solid #19220e;
  padding: 21px 0;
}
.footer-bottom .copy-text {
  color: #848484;
  font-size: 14px;
}
.footer-bottom .copy-text a {
  color: #8dc63f;
  font-size: 14px;
}
.footer-bottom a {
  color: #8dc63f;
  font-size: 16px;
  transition: 0.3s ease;
}

/*============ social icon ===================*/
.social-icon li {
  display: inline-block;
}
.social-icon li a {
  display: inline-block;
  color: #999;
  margin-right: 15px;
  font-size: 16px;
  transition: 0.5s ease;
}
.social-icon li a:hover {
  color: #8dc63f;
  transition: 0.5s ease;
}

.scroll-top {
  width: 50px;
  height: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  display: none;
  color: #fff;
  text-align: center;
  background: #8dc63f;
}
.scroll-top span:before {
  font-size: 27px;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.gif);
}

.nav_side_content {
  margin-top: 10px;
  position: relative;
  right: -10px;
}
.nav_side_content .search_option > button {
  height: 40px;
  font-size: 15px;
  color: #8dc63f;
  border: 1px solid #e1e1e1;
  text-align: center;
  width: 40px;
  border-radius: 50%;
}
.nav_side_content .search_option form {
  height: 50px;
  width: 280px;
  padding: 5px;
  border-radius: 4px;
  margin: 0;
  left: auto;
  right: 10px;
  border-color: #8dc63f;
  top: 54px;
}
.nav_side_content .search_option form input {
  font-weight: normal;
  width: 100%;
  height: 100%;
  background: transparent;
  color: #9e9e9e;
  border: 1px solid rgba(51, 51, 51, 0.16);
  padding: 0 47px 0 10px;
  font-size: 15px;
  border-radius: 3px;
  box-shadow: inset 0 0 11px 2px rgba(119, 119, 119, 0.25);
}
.nav_side_content .search_option form button {
  display: block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 4px;
  right: 5px;
  color: #8dc63f;
}
.nav_side_content .cart_select {
  border-left: 1px solid #ececec;
  padding-left: 5px;
}

.tran3s {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dropdown-menu > li > a:hover {
  background-color: #8dc63f;
  color: #fff;
}

.dropdown-menu > li > a {
  padding: 8px 15px;
}
.dropdown-menu > li > a:focus {
  background-color: #fff;
  color: #222;
}
.dropdown-menu > li > a:hover {
  background-color: #8dc63f !important;
  color: #fff !important;
}

.blog-single-post .default-blog-news .lower-content h4 {
  font-size: 28px;
}

.blog-single-post .post-area, .blog-large .post-area {
  padding: 80px 62px 80px 0px;
  border-right: 1px solid #f4f4f4;
  margin-right: 38px;
}

.blog-single-post .default-blog-news {
  margin-bottom: 20px;
}
.blog-single-post .default-blog-news .lower-content:before, .blog-single-post .default-blog-news .lower-content:after {
  display: none;
}

.blog-section {
  position: relative;
}

.blog-single-post .content-box .text p {
  margin-bottom: 20px;
  margin-top: 20px;
}
.blog-single-post .default-blog-news .lower-content {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.blog-single-post .default-blog-news:hover {
  box-shadow: none;
}
.blog-single-post .section-title {
  margin-bottom: 30px;
}
.blog-single-post .author {
  background-color: #ffffff;
  position: relative;
  margin-bottom: 2px;
  margin-top: 35px;
}
.blog-single-post .author img {
  position: absolute;
}
.blog-single-post .author-comment {
  margin-left: 340px;
  padding-left: 30px;
}
.blog-single-post .author-comment .quote {
  font-size: 25px;
  color: #f1f1f1;
  margin-bottom: 7px;
  position: relative;
  top: -5px;
}
.blog-single-post .author-comment h5 {
  font-weight: 600;
  margin: 16px 0 5px 0;
  text-transform: uppercase;
  font-size: 18px;
}
.blog-single-post .author-comment p.a-title {
  color: #8dc63f;
  font-size: 16px;
}

/*=================== blog-sidebar ===================*/
.blog-sidebar {
  position: relative;
}
.blog-sidebar .section-title {
  margin-bottom: 35px;
}
.blog-sidebar .sidebar_search {
  height: 54px;
  position: relative;
  margin-bottom: 47px;
}
.blog-sidebar .sidebar_search input {
  width: 100%;
  height: 54px;
  border: none;
  border: 1px solid #f1f1f1;
  padding: 0 56px 0 12px;
  color: #9e9e9e;
}
.blog-sidebar .sidebar_search button {
  width: 54px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #8dc63f;
  right: 0;
  color: #fff;
}
.blog-sidebar .category-style-one {
  position: relative;
}
.blog-sidebar .category-style-one ul {
  margin-bottom: 50px;
  margin-top: -15px;
}
.blog-sidebar .category-style-one ul li {
  border-bottom: 1px solid #eaeaea;
  margin: 0;
  padding-bottom: 0px;
}
.blog-sidebar .category-style-one ul li a {
  font-weight: normal;
  color: #848484;
  position: relative;
  width: 100%;
  transition: 0.5s ease;
  line-height: 54px;
  display: block;
}
.blog-sidebar .category-style-one ul li a:hover {
  color: #8dc63f;
  transition: 0.5s ease;
}
.blog-sidebar .category-style-one ul li a:before {
  content: "";
  position: absolute;
  font-size: 16px;
  font-family: FontAwesome;
  right: 0px;
  top: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.blog-sidebar .popular-post {
  position: relative;
  margin-bottom: 50px;
}
.blog-sidebar .popular-post .item {
  position: relative;
  font-size: 14px;
  margin-bottom: 20px;
  min-height: 50px;
  padding: 0px 0px 20px 85px;
  color: #cccccc;
  border-bottom: 1px solid #f1f1f1;
}
.blog-sidebar .popular-post .item .post-thumb {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 70px;
  height: 70px;
}
.blog-sidebar .popular-post .item .post-thumb img {
  width: 100%;
  display: block;
}
.blog-sidebar .popular-post .item .post-thumb a {
  position: relative;
}
.blog-sidebar .popular-post .item .post-thumb a:after {
  position: absolute;
  content: "";
  font-family: FontAwesome;
  left: 0px;
  top: 0px;
  text-align: center;
  line-height: 70px;
  width: 100%;
  height: 100%;
  background: rgba(141, 198, 63, 0.9);
  color: #ffffff;
  opacity: 0;
  transition: 0.5s ease;
}
.blog-sidebar .popular-post .item .post-thumb:hover a:after {
  opacity: 1;
  transition: 0.5s ease;
}
.blog-sidebar .popular-post .item h4 {
  position: relative;
  font-size: 16px;
  margin: 0px 0px 8px;
  line-height: 24px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.blog-sidebar .popular-post .item h4:hover {
  color: #8dc63f;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.blog-sidebar .recent-posts.post-thumb .post .post-info {
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  line-height: 1.6em;
  color: #9c9c9c;
}
.blog-sidebar .popular-post .item .post-info {
  color: #848484;
  font-size: 16px;
}
.blog-sidebar .popular-post .item .post-info i {
  color: #8dc63f;
  font-size: 14px;
  margin-right: 6px;
  top: -1px;
  position: relative;
}
.blog-sidebar .event-section2 {
  margin-bottom: 40px;
}
.blog-sidebar .event-section2 .owl-theme .owl-nav {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin: 0;
  margin-bottom: 27px;
}
.blog-sidebar .event-section2 .owl-theme .owl-nav [class*=owl-] {
  color: #202f35;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  height: 40px;
  border: 0px;
  width: 18px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  margin-left: 1px;
  display: inline-block;
  transition: color 0.3s ease;
}
.blog-sidebar .event-section2 .owl-theme .owl-nav [class*=owl-]:hover {
  color: #8dc63f;
  transition: 0.5s ease;
}
.blog-sidebar .facebook-feed {
  position: relative;
  background: #f7f7f7;
  overflow: hidden;
}
.blog-sidebar .facebook-feed .img-box {
  position: relative;
}
.blog-sidebar .facebook-feed .overlay {
  position: absolute;
  margin: 10px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.blog-sidebar .facebook-feed .inner-box {
  position: relative;
  padding-left: 70px;
  margin-bottom: 32px;
}
.blog-sidebar .facebook-feed .inner-box .logo {
  position: absolute;
  left: 0;
  top: 0;
}
.blog-sidebar .facebook-feed .inner-box h4 {
  color: #fff;
  font-weight: 600;
  position: relative;
  margin-top: 0px;
  margin-bottom: 3px;
}
.blog-sidebar .facebook-feed .inner-box .like {
  color: #fff;
}
.blog-sidebar .facebook-feed .link a {
  color: #58606f;
  background: #fff;
  display: inline-block;
  line-height: 22px;
  font-size: 13px;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #eaeaea;
}
.blog-sidebar .facebook-feed .link a i.fb-icon {
  color: #fff;
  background: #39579b;
  font-size: 12px;
  padding: 2px 3px 0 4px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.blog-sidebar .facebook-feed .link a i.mail {
  color: #6a7081;
  margin-right: 6px;
}
.blog-sidebar .facebook-feed .like-people {
  background: #fff;
  margin: 20px 9px;
  padding: 5px 9px 15px;
}
.blog-sidebar .facebook-feed .like-people p {
  font-size: 13px;
}

.sec-padd {
  padding: 80px 0;
}

.section-title {
  position: relative;
  margin-bottom: 50px;
}
.section-title h2 {
  position: relative;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 32px;
}
.section-title h3 {
  position: relative;
  text-transform: capitalize;
  font-weight: 400;
}
.section-title h4 {
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
}

/***
=============================================
    Rev Slider Wrapper style
=============================================
***/
.rev_slider_wrapper .slide-content-box h1 {
  color: #ffffff;
  font-size: 80px;
  line-height: 54px;
  font-weight: 400;
  text-shadow: 4px 5px 4px rgba(0, 0, 0, 0.35);
}
.rev_slider_wrapper .slide-content-box h1 span {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.rev_slider_wrapper .slide-content-box h2 {
  color: #ffffff;
  font-size: 60px;
  line-height: 54px;
  font-weight: 400;
  margin: 0px 0 25px;
  text-transform: uppercase;
  text-shadow: 4px 5px 4px rgba(0, 0, 0, 0.35);
}
.rev_slider_wrapper .slide-content-box h3 {
  color: #ffffff;
  font-size: 34px;
  line-height: 54px;
  font-weight: 400;
  margin: 0px 0 5px;
  text-transform: uppercase;
  text-shadow: 4px 5px 4px rgba(0, 0, 0, 0.35);
}
.rev_slider_wrapper .slide-content-box p {
  color: #e2e2e2;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 30px;
}
.rev_slider_wrapper a.thm-btn {
  transition: all 500ms ease !important;
  padding: 13px 38px;
}
.rev_slider_wrapper a.thm-btn.style-3 {
  transition: all 500ms ease !important;
  padding: 13px 38px;
}
.rev_slider_wrapper .slide-content-box.last-slide p {
  margin: 0;
}
.rev_slider_wrapper .slide-content-box.last-slide a {
  margin: 0 8px;
}
.rev_slider_wrapper .slotholder {
  position: relative;
}

.slotholder:after {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.tp-bannertimer {
  display: none;
}

.rev_slider_wrapper .tparrows {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.2);
}

.tparrows:before {
  font-family: "icomoon";
  line-height: 60px;
}
.tparrows.tp-leftarrow:before {
  content: "";
}
.tparrows.tp-rightarrow:before {
  content: "";
}

/***

====================================================================
  donate Popup
====================================================================

***/
.donate-popup {
  position: fixed;
  left: 0px;
  top: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.donate-popup.popup-visible {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.donate-popup .close-donate {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  width: 100%;
  height: 120%;
  cursor: crosshair;
}
.donate-popup .close-donate:hover {
  opacity: 0.7;
}

/***

====================================================================
    service style
====================================================================

***/
.service .section-title h2 {
  line-height: 40px;
}
.service .service-item {
  margin-bottom: 30px;
  border: 1px solid #f4f4f4;
  padding: 28px 14px 25px;
  position: relative;
}
.service .service-item:before {
  position: absolute;
  content: "";
  border: 12px solid transparent;
  border-top-color: #f7f7f7;
  border-right-color: #f7f7f7;
  right: 8px;
  top: 8px;
  transition: 0.5s ease;
}
.service .service-item:hover:before {
  border-top-color: #8dc63f;
  border-right-color: #8dc63f;
  transition: 0.5s ease;
}
.service .service-item .icon-box {
  position: relative;
  height: 80px;
  width: 80px;
  margin: 17px auto 40px;
  line-height: 120px;
  transition: 0.4s ease;
}
.service .service-item .icon-box span {
  position: relative;
  color: #8dc63f;
  font-size: 45px;
  transition: 0.5s ease;
}
.service .service-item:hover .icon-box span {
  color: #fff;
  transition: 0.5s ease;
}
.service .service-item .icon-box:before {
  position: absolute;
  content: "";
  border: 1px solid #f4f4f4;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  transform: rotate(45deg);
  left: 0;
  transition: 0.5s ease;
}
.service .service-item h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.service .service-item:hover {
  border-color: #8dc63f;
  transition: 0.5s ease;
}
.service .service-item:hover .icon-box:before {
  border-color: #8dc63f;
  background: #8dc63f;
  transition: 0.5s ease;
}
.service a {
  text-decoration: none;
  display: inline-block;
  outline: none;
  color: #999999;
}

.thm-color {
  color: #8dc63f;
}

/***

====================================================================
    fact-counter style
====================================================================

***/
.fact-counter.style-1 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}
.fact-counter.style-1 .title {
  margin-bottom: 40px;
}
.fact-counter.style-1 .title h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 48px;
  margin-bottom: 15px;
}
.fact-counter.style-1 .title h1 span {
  color: #8dc63f;
}
.fact-counter.style-1 .title p {
  color: #e6e6e5;
}
.fact-counter.style-1 .item {
  position: relative;
  width: 144px;
  height: 144px;
  margin: 0 auto;
  border: 3px solid rgba(255, 255, 255, 0.05);
  text-align: center;
}
.fact-counter.style-1 .item:before {
  position: absolute;
  content: "";
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  border-radius: 50%;
  background: rgba(248, 184, 100, 0.11);
  border: 3px solid rgba(255, 255, 255, 0.05);
}
.fact-counter.style-1 .count-outer {
  font-size: 16px;
  color: #8dc63f;
  font-family: "Roboto Slab", serif;
  margin-top: 40px;
  margin-bottom: 10px;
}
.fact-counter.style-1 h5 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #e6e6e5;
}
.fact-counter.style-1 .link {
  margin-top: 40px;
}
.fact-counter.style-2 {
  position: relative;
  padding: 70px 0px 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  color: #ffffff;
  margin-bottom: 3px;
}
.fact-counter.style-2 h2 {
  color: #fff;
  padding-bottom: 50px;
}
.fact-counter.style-2 .auto-container {
  position: relative;
  z-index: 1;
}
.fact-counter.style-2 .column {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  z-index: 5;
}
.fact-counter.style-2 .item {
  position: relative;
  background: #fbfbfb;
  padding: 17px 0 25px;
  border: 1px solid #f4f4f4;
}
.fact-counter.style-2 .column .icon {
  font-size: 40px;
  position: relative;
  right: 5px;
  margin-bottom: 10px;
  color: #8dc63f;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.fact-counter.style-2 .count-outer {
  position: relative;
  font-size: 40px;
  font-weight: 400;
  padding: 0px 10px 5px;
  font-family: "Roboto Slab", Sans-serif;
  color: #303030;
  padding-top: 10px;
}
.fact-counter.style-2 .column .counter-title {
  padding-top: 10px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #8dc63f;
}

/***

====================================================================
    why-chooseus style
====================================================================

***/
.why-chooseus {
  padding-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.why-chooseus .item {
  padding: 30px 18px 24px;
  border: 1px solid #f4f4f4;
  margin-bottom: 30px;
  transition: 0.5s ease;
}
.why-chooseus .item:hover {
  border-color: #8dc63f;
  transition: 0.5s ease;
}
.why-chooseus .inner-box {
  position: relative;
  padding-left: 70px;
}
.why-chooseus .inner-box .icon_box {
  position: absolute;
  left: 0;
  top: -20px;
  color: #8dc63f;
  font-size: 50px;
}
.why-chooseus .item h4 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  transition: 0.5s ease;
}
.why-chooseus .item:hover h4 {
  color: #8dc63f;
  transition: 0.5s ease;
}
.why-chooseus.style-2 .item {
  border: 0px;
  padding: 8px 18px;
}

/***

====================================================================
  default-blog
====================================================================

***/
.default-blog-news {
  position: relative;
  transition: 0.5s ease-in-out;
  margin-bottom: 50px;
}
.default-blog-news:hover {
  transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.default-blog-news .lower-content {
  position: relative;
  padding: 30px 0px 20px;
  border-bottom: 1px solid #f4f4f4;
}
.default-blog-news .lower-content:before {
  width: 100%;
  height: 2px;
  position: absolute;
  content: "";
  background: #eaeaea;
  left: 0;
  bottom: 0;
}
.default-blog-news .lower-content:after {
  width: 100%;
  height: 2px;
  position: absolute;
  content: "";
  background: #8dc63f;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: 0.5s ease;
}
.default-blog-news .lower-content:hover:after {
  transform: scaleX(1);
  transition: 0.5s ease;
}
.default-blog-news .date {
  position: absolute;
  left: 0px;
  top: -15px;
  background: #8dc63f;
  line-height: 20px;
  padding: 5px 15px;
  z-index: 9;
  color: #fff;
  text-align: center;
}
.default-blog-news .lower-content .text p {
  margin-bottom: 10px;
}
.default-blog-news .lower-content h4 {
  color: #222;
  font-weight: 400;
  margin-top: 7px;
  margin-bottom: 12px;
  transition: all 300ms ease;
  font-size: 18px;
}
.default-blog-news .lower-content h4:hover {
  color: #8dc63f;
  transition: all 300ms ease;
}
.default-blog-news .lower-content .post-meta {
  color: #848484;
  font-size: 16px;
  margin-bottom: 7px;
}
.default-blog-news .lower-content .default_link {
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  transition: 0.5s ease;
}
.default-blog-news .lower-content .default_link:hover {
  transition: 0.5s ease;
  color: #8dc63f;
}
.default-blog-news .lower-content .default_link i {
  font-size: 11px;
}
.default-blog-news .img-holder {
  display: block;
  overflow: hidden;
  position: relative;
}
.default-blog-news .img-holder a {
  width: 100%;
}
.default-blog-news .img-holder img {
  transform: scale(1);
  transition: all 0.5s ease 0s;
  width: 100%;
}
.default-blog-news:hover .img-holder img {
  transform: scale(1.1);
}
.default-blog-news .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 450ms ease-out 0s;
  transform: rotateY(180deg) scale(0.5, 0.5);
}
.default-blog-news:hover .img-holder .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateY(0deg) scale(1, 1);
}
.default-blog-news .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}
.default-blog-news .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.default-blog-news .img-holder .overlay .box .content a i {
  background: #8dc63f;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;
}
.default-blog-news .img-holder .overlay .box .content a:hover i {
  background: #8dc63f;
}

.event-style2 .item {
  border: 0px solid #f4f4f4;
}

.event-style2 .item .lower-content .text p {
  color: #fff;
}

/***
=============================================
    Get Touch Area style
=============================================
***/
.get-touch-area {
  padding-top: 80px;
  padding-bottom: 80px;
}
.get-touch-area .sec-title {
  display: block;
  padding: 0 160px 40px;
}
.get-touch-area .sec-title p {
  color: #a4a4a4;
  font-size: 20px;
  line-height: 30px;
  margin: 25px 0 0;
}
.get-touch-area .single-item {
  border: 1px solid #f4f4f4;
  display: block;
  padding: 39px 20px 31px;
}
.get-touch-area .single-item .icon-holder {
  padding-bottom: 33px;
}
.get-touch-area .single-item .icon-holder span:before {
  color: #8dc63f;
  font-size: 50px;
}
.get-touch-area .single-item .text-holder h3 {
  color: #222222;
  font-size: 20px;
  font-weight: 400;
  line-height: 18px;
}
.get-touch-area .single-item .text-holder .border {
  height: 1px;
  width: 60px;
  background: #f4f4f4;
  display: inline-block;
}
.get-touch-area .single-item .text-holder p {
  margin: 15px 0 0;
}
.get-touch-area .single-item .text-holder p a {
  color: #8dc63f;
}

/***
=============================================
    Contact Form Area style
=============================================
***/
.contact-form-area {
  padding-bottom: 50px;
}
.contact-form-area .default-form-area {
  border: 2px solid #f4f4f4;
  padding: 28px 28px 0;
  margin-bottom: 50px;
}
.contact-form-area .default-form input[type=text], .contact-form-area .default-form input[type=email], .contact-form-area .default-form input[type=password], .contact-form-area .default-form input[type=number] {
  border-radius: 25px;
}
.contact-form-area .default-form select {
  border-radius: 25px;
}
.contact-form-area .default-form textarea {
  border-radius: 25px;
  border-radius: 25px;
  resize: none;
}
.contact-form-area .form-right-box {
  background: #f7f7f7;
  padding-top: 40px;
  padding-bottom: 37px;
}
.contact-form-area .form-right-box .img-box {
  display: block;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 25px;
  overflow: hidden;
}
.contact-form-area .form-right-box h4 {
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
}
.contact-form-area .form-right-box span {
  color: #8dc63f;
}
.contact-form-area .form-right-box p {
  margin: 9px 0 5px;
}
.contact-form-area .form-right-box .border {
  height: 1px;
  width: 60px;
  display: inline-block;
  background: #e3e3e3;
}
.contact-form-area .form-right-box .social-links {
  display: block;
  margin: 18px 0 0;
}
.contact-form-area .form-right-box .social-links li {
  display: inline-block;
  margin: 0 10px;
}
.contact-form-area .form-right-box .social-links li a i {
  font-size: 16px;
  color: #848484;
  transition: all 500ms ease;
}
.contact-form-area .form-right-box .social-links li a:hover i {
  color: #8dc63f;
}

/***

====================================================================
  google map Section
====================================================================

***/
.home-google-map #contact-google-map {
  width: 100%;
  height: 450px;
}
.home-google-map .gmnoprint {
  display: none;
}

/***

====================================================================
  Login / Register Section
====================================================================

***/
.register-section {
  position: relative;
}
.register-section .sec-title {
  margin-bottom: 30px;
}
.register-section .sec-title h2 {
  font-size: 28px;
  padding-bottom: 5px;
  font-weight: 600;
}
.register-section .form-column {
  margin-bottom: 70px;
}

.styled-form {
  position: relative;
}
.styled-form .form-group {
  position: relative;
  margin-bottom: 25px;
  margin-top: 0px;
  font-size: 15px;
  color: #9e9e9e;
}
.styled-form .form-group.social-links-two {
  margin-top: 7px;
}
.styled-form .form-group.register-text {
  margin-top: 15px;
  margin-left: 10px;
}

.checkout-section .styled-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.styled-form .form-group .check-box {
  line-height: 24px;
  font-size: 15px;
  font-weight: normal;
  padding-top: 5px;
  color: #1f1f1f;
}
.styled-form .form-group .check-box label {
  position: relative;
  top: -1px;
  font-weight: normal;
  padding: 0px;
  font-size: 15px;
  cursor: pointer;
}
.styled-form .pull-left label, .styled-form .pull-right label {
  cursor: pointer;
  font-weight: 400;
}
.styled-form .pull-left input {
  display: inline-block;
}
.styled-form .form-group .thm-btn {
  line-height: 44px;
}
.styled-form .form-group .adon-icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  color: #999999;
  z-index: 2;
}
.styled-form .form-group .field-label {
  display: block;
  color: #1f1f1f;
  text-transform: capitalize;
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: 400;
}
.styled-form input[type=text], .styled-form input[type=email], .styled-form input[type=password], .styled-form input[type=tel], .styled-form input[type=number], .styled-form input[type=url] {
  position: relative;
  display: block;
  width: 100%;
  background: #ffffff;
  line-height: 30px;
  padding: 8px 20px;
  height: 48px;
  border: 1px solid #e0e0e0;
  border-radius: 0px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}
.styled-form select, .styled-form textarea {
  position: relative;
  display: block;
  width: 100%;
  background: #ffffff;
  line-height: 30px;
  padding: 8px 20px;
  height: 48px;
  border: 1px solid #e0e0e0;
  border-radius: 0px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.checkout-section .styled-form input[type=text], .checkout-section .styled-form input[type=email], .checkout-section .styled-form input[type=password] {
  line-height: 26px;
  height: 44px;
}
.checkout-section .styled-form select {
  line-height: 26px;
  height: 44px;
}

.styled-form select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
  cursor: pointer;
}
.styled-form select option {
  text-indent: 20px;
}
.styled-form textarea {
  resize: none;
  height: 110px;
}
.styled-form input:focus, .styled-form select:focus, .styled-form textarea:focus {
  border-color: #8dc63f;
}
.styled-form .form-group .theme-btn {
  min-width: 150px;
  text-align: center;
  padding: 10px 30px;
}
.styled-form .forgot {
  font-size: 14px;
}

.social-links-two a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  width: 42px;
  height: 42px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  background: #b2dd4c;
  margin: 0px 0px 0px 15px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.social-links-two a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.social-links-two .facebook {
  background: #3b5998;
}
.social-links-two .twitter {
  background: #33ccfe;
}
.social-links-two .google-plus {
  background: #dd4b39;
}

/*=====menu========*/
@keyframes menu_sticky {
  0% {
    margin-top: -100px;
  }
  50% {
    margin-top: -90px;
  }
  100% {
    margin-top: 0;
  }
}
.theme_menu {
  position: relative;
  z-index: 99;
  padding: 5px 0;
}
.theme_menu.stricky-fixed {
  margin: 0;
  padding: 5px 0;
  position: fixed;
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  animation-name: menu_sticky;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(93, 73, 73, 0.12);
}
.theme_menu .container {
  position: relative;
}
.theme_menu .menu-column {
  padding-left: 0;
  padding-right: 90px;
  position: inherit;
}
.theme_menu .menuzord {
  padding: 0;
  background: transparent;
  float: right;
}

.theme_menu .right-column {
  position: absolute;
  right: 0;
  width: 50px;
}

/*======logo========*/
.main-logo {
  margin: 7px 0;
}
.main-logo img {
  width: 100%;
}

.ili-logo {
  margin: 0px;
  font-size: 14px;
  color: #8dc63f;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

.menuzord-menu > li > a {
  position: relative;
  padding: 20px 18px;
  text-transform: uppercase;
  color: #303030;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.menuzord-menu > li:hover > a {
  color: #8dc63f;
}
.menuzord-menu > li:first-child a {
  padding-left: 0px;
}
.menuzord-menu ul.dropdown {
  padding: 0 20px;
  min-width: 230px;
  background: #fff;
  border-top: 3px solid #8dc63f;
  right: auto !important;
}
.menuzord-menu ul.dropdown li ul.dropdown {
  padding: 0 20px;
  min-width: 230px;
  background: #fff;
  border-top: 3px solid #8dc63f;
  right: auto !important;
}
.menuzord-menu ul.dropdown li a {
  padding: 14px 0 14px;
  color: #303030;
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid #f4f4f4;
  transition: 0.5s ease-in-out;
  font-size: 14px;
}
.menuzord-menu ul.dropdown li:hover > a {
  padding-left: 0px;
  padding-right: 0px;
  color: #8dc63f;
  transition: 0.5s ease-in-out;
  font-size: 14px;
}
.menuzord-menu .title {
  font-size: 20px;
  margin-bottom: 30px;
  font-family: "Roboto Slab", serif;
}
.menuzord-menu > li > .megamenu {
  left: inherit;
  right: 0px !important;
  width: 100%;
  padding: 40px 30px 40px;
  background: #fff;
  border-left: 3px solid #8dc63f;
}
.menuzord-menu ul.megamenu-dropdown {
  min-width: 190px;
  margin-right: 40px;
  margin-bottom: 30px;
}
.menuzord-menu ul.megamenu-dropdown li a {
  padding: 12px 0 9px;
  color: #848484;
  transition: 0.5s ease-in-out;
  font-size: 14px;
  border-bottom: 1px solid #f4f4f4;
  width: 100%;
}
.menuzord-menu ul.megamenu-dropdown li a:hover {
  color: #8dc63f;
  transition: 0.5s ease;
}
.menuzord-menu .menu-item, .menuzord-menu .event-section2 {
  float: left;
  width: 25%;
}

/*============= donate form area =================*/
.donate-form-area {
  margin-top: 100px;
  margin-bottom: 100px;
  background: #f2f2f2;
  padding: 57px;
  border: 3px solid #8dc63f;
  position: relative;
  z-index: 9999999;
}
.donate-form-area .section-title:before {
  display: none;
}
.donate-form-area h4 {
  margin-bottom: 18px;
}
.donate-form-area h3 {
  font-weight: 700;
  margin-top: 38px;
  margin-bottom: 28px;
}

/*check list*/
.chicklet-list {
  background: #fff;
  padding: 30px 30px 20px;
}
.chicklet-list li {
  padding: 0 5px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
.chicklet-list input {
  font-size: 1.4em;
  line-height: 1;
  border: 2px solid #3b7840;
  padding: 0.55em 0.55em 0.55em 0.8em;
  color: #3b7840;
}
.chicklet-list input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.chicklet-list label {
  display: block;
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  background: #ffffff;
  border: 1px solid #f4f4f4;
  color: #000;
  padding: 8px 27px;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.chicklet-list :checked + label {
  background: #8dc63f;
  color: #f7f7f7;
  text-shadow: none;
}
.chicklet-list li.other-amount {
  width: 38%;
  float: right;
}
.chicklet-list li span {
  position: absolute;
  left: -30px;
  top: 9px;
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  color: #303030;
}
.chicklet-list input[type=text] {
  height: 40px;
}

/*==========*/
.donate-form-area .form-bg {
  background: #fff;
  padding: 30px 30px 15px;
}
.donate-form-area .default-form .form-group {
  margin-bottom: 15px;
}
.donate-form-area .payment-option {
  position: relative;
  margin-top: 20px;
  margin-bottom: 35px;
}
.donate-form-area .payment-option li {
  display: inline-block;
  font-size: 18px;
  color: #303030;
  font-size: 15px;
  margin-right: 10px;
}

.video-image-box {
  position: relative;
}
.video-image-box .gallery_video {
  position: relative;
}
.video-image-box img {
  display: inline-block;
  width: 100%;
}
.video-image-box .overlay-link {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -29px;
  width: 58px;
  height: 41px;
  line-height: 43px;
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/*# sourceMappingURL=style.css.map */
