@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(bootstrap.min.css);
@import url(bootstrap-select.min.css);
@import url(jquery.bootstrap-touchspin.css);

@import url(font-awesome.css);
@import url(icomoon.css);

@import url(settings.css);
@import url(layers.css);
@import url(navigation.css);

@import url(owl.carousel.css);
@import url(jquery.bxslider.css);
@import url(flexslider.css);

@import url(jquery-ui.css);
@import url(jquery-ui.theme.css);
@import url(jquery.fancybox.css);
@import url(polyglot-language-switcher.css);

@import url(animate.min.css);
@import url(nouislider.css);
@import url(nouislider.pips.css);
@import url(menu.css);
@import url(magnific-popup.css);
@import url(imagehover.min.css);
@import url(player.css);



:root {
  --primary-color: #00681e;
  --secondary-color: #F6F284;
  --text-color: #003407;
  --black-color: #000;
  --white-color: #fff;
}

/* ==============================
   2. Global styles
   ============================== */

body {
  font-family: 'Open Sans', sans-serif;
  color: #999;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Roboto Slab', serif;
  color: #303030;
}

ul {
  list-style-type: none;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #484545;
  margin-bottom: 10px;
  line-height: 26px;
  font-weight: 500;
}

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

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

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

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

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

input,
textarea {
  font-family: 'Open Sans', sans-serif;
  display: block;
  font-size: 16px;
  line-height: 28px;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.boxed_wrapper {
  width: 100%;
  background: linear-gradient(to right, #eef7ea, #edfa9c);
  overflow-x: hidden;
}

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

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

.sec-padd3 {
  padding: 80px 0 50px;
}

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

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

.no-padd {
  padding: 0px;
}

.paddt-50 {
  padding-top: 50px;
}

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


.list_inline li {
  display: inline-block;
}

.padd-80 {
  padding-top: 80px;
}

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

.center {
  text-align: center;
}

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


.float_left {
  float: left;
}

.float_right {
  float: right;
}

.border-bottom {
  border-bottom: 1px solid #f7f7f7;
}

@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}



.thm-btn {
  position: relative;
  background: var(--secondary-color);
  font-size: 14px;
  line-height: 48px;
  border-radius: 25px;
  color: var(--primary-color);
  border: 2px solid var(--white-color);
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding: 0 38px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.thm-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
  transition: all .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;
}



.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;
}



.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);
}


::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #292121;
  background: #292121;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.75);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.75);
}


/*============ social icon ===================*/

.social-icon li {
  display: inline-block;
}

.social-icon li a {
  display: inline-block;
  color: #999;
  margin-right: 15px;
  font-size: 16px;
  transition: .5s ease;
}

.social-icon li a:hover {
  color: #8dc63f;
  transition: .5s ease;
}

.player .controls .logo {
  display: none !important;
}


/*============= accordion ===============*/

.accordion-box {}

.accordion {
  margin-bottom: 20px;
  position: relative;
}

.accordion .acc-btn .left-icon {
  position: absolute;
  left: 0;
  top: 0;
  background: #f1f1f1;
  width: 60px;
  height: 100%;
  color: #9c9c9c;
  font-size: 20px;
  text-align: center;
}

.accordion .acc-btn.active .left-icon {
  color: #fff;
}

.accordion .left-icon span {
  position: relative;
  top: 18px;
}

.accordion .acc-btn {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 30px;
  margin: 0px;
  padding-right: 50px;
  border: 1px solid #f4f4f4;
}

.accordion .acc-btn.active {
  border-color: #8dc63f;
  border-bottom: 0px;
}

.accordion .acc-btn p {
  color: #303030;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
}

.accordion .acc-btn.active p {}

.accordion .acc-btn.pr {
  position: relative;
}

.accordion .acc-btn .img-box {
  display: none;
}

.accordion .acc-btn.active .img-box {
  display: block;
}


.accordion .acc-btn .toggle-icon {
  color: #c8c8c8;
  display: block;
  height: 24px;
  font-size: 14px;
  line-height: 25px;
  position: absolute;
  right: 15px;
  top: 13px;
  width: 25px;
  border-left: 1px solid #c8c8c8;
}

.accordion .acc-btn .toggle-icon.left {
  color: #9c9c9c;
  display: block;
  font-weight: 100;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 30px;
}

.accordion .acc-btn .toggle-icon .plus:before {
  transition: all 0.3s ease 0s;
  top: 0;
  right: 0;
  position: absolute;
  line-height: 25px;
}

.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


.accordion-box .accordion .acc-btn .toggle-icon .minus:before {
  transition: all 0.3s ease 0s;
  color: #8dc63f;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 25px;
}

.accordion-box .accordion .acc-btn .toggle-icon .minus {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.accordion-box .accordion .acc-content {
  color: #9c9c9c;
  background: #f7f7f7;
  border: 1px solid #8dc63f;
  display: none;
  padding: 20px 20px;
  border-top: 0px;
}

.accordion-box .accordion .acc-content.collapsed {
  display: block;

}

.accordion-box .accordion .acc-content p {
  margin: 0;
}


.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
  color: #121d2f;
}

/*=== style-2 ==========*/

.accordion-box.style-three .accordion .acc-btn .toggle-icon {
  left: 12px;
  border: 1px solid;
  width: 35px;
  height: 35px;
}

.accordion-box.style-three .accordion .acc-btn {
  padding: 16px 30px;
  padding-left: 65px;
}

.accordion-box.style-three .accordion .acc-btn .toggle-icon .plus:before {
  right: 11px;
  top: 6px;
  color: #8dc63f;
}

.accordion-box.style-three .accordion .acc-btn .toggle-icon .plus:before {
  right: 11px;
  top: 6px;
  color: #8dc63f;
}

/*============= 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 .form-group label {
  color: var(--black-color);
  font-weight: 500;
}

.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"],
.default-form select,
.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;
}

.default-form textarea {
  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,
.dropdown-menu>li>a:hover {
  background-color: #8dc63f;
  color: #fff;
}

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



.select-box .btn:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  color: #8dc63f;
  width: 20px;
  right: 15px;
  top: 50%;
  margin-top: -11px;
}



.default-form .bootstrap-select {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0px;
}

.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: .4s ease;
}

.default-form .bootstrap-select.open .dropdown-menu {
  transform: scaleY(1);
  transition: .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;
}







/*placeholder*/

.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;
}




/* ==============================
   2. header-style
   ============================== */
.top-bar.desktop {
  display: none;
}

.top-bar {
  position: relative;
  line-height: 38px;
  z-index: 999;
  background: var(--primary-color);
  padding: 7px 0;
}

.top-bar .innerWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-bar-info {
  display: flex;
  gap: 20px;
}

.top-bar .top-bar-info li a {
  color: var(--white-color);
  margin-right: 0;
  display: inline-block;
  position: relative;
  top: 0px;
  font-size: 16px;
  font-weight: 600;
}

.top-bar .top-bar-info li i {
  color: var(--white-color);
  margin-right: 10px;
  font-size: 20px;
  position: relative;
  top: 3px;
}

.top-bar .thm-btn {
  padding: 0 27px;
  line-height: 38px;
}

.top-bar .social {
  display: inline-block;
  margin-right: 25px;
}

.top-bar .social li a {
  margin: 0 8px;
  color: var(--white-color);
  font-size: 18px;
}


/*======logo========*/

.main-logo {
  margin: 7px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*=====menu========*/

@keyframes menu_sticky {
  0% {
    margin-top: -100px;
  }

  50% {
    margin-top: -90px;
  }

  100% {
    margin-top: 0;
  }
}

.theme_menu.stricky-fixed {
  margin: 0;
  /* padding: 15px 0; */
  position: fixed;
  background: var(--secondary-color);
  top: -262px;
  left: 0;
  width: 100%;
  z-index: 99999;
  animation-name: menu_sticky;
  animation-duration: 0.60s;
  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;
  max-width: 1550px;
  margin: 0 auto;

}

.theme_menu {
  position: relative;
  z-index: 99;
  background: #f2f691;
}

.theme_menu .menu-column {
  padding-left: 0;
  padding-right: 90px;
  position: inherit;
}

.theme_menu .menuzord {
  padding: 0;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}


.menuzord-menu>li>a {
  position: relative;
  padding: 10px 12px;
  text-transform: uppercase;
  color: var(--white-color);
  font-weight: 600;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
}

.menuzord-menu>li:hover>a {
  color: var(--white-color);
  background-color: var(--primary-color);
}

.menuzord-menu>li:first-child a {
  padding-left: 18px;
}

.menuzord-menu ul.dropdown,
.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: .5s ease-in-out;
  font-size: 14px;
}

.menuzord-menu ul.dropdown li:hover>a {
  padding-left: 0px;
  padding-right: 0px;
  color: #8dc63f;
  transition: .5s ease-in-out;
  font-size: 14px;
}







/*============== megamenu ======================*/


.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: .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: .5s ease;
}


.menuzord-menu .menu-item {
  float: left;
  width: 25%;
}

.menuzord-menu .event-section2 {
  float: left;
  width: 25%;
}

.event-section2 {}


.event-section2 .item {
  position: relative;
  transition: .5s ease-in-out;
  overflow: hidden;
}


.event-section2 .item .lower-content {
  position: relative;
  padding: 0;
  border-left: 0px;
}

.event-section2 .item .lower-content .text p {
  margin-bottom: 25px;
  font-size: 14px;
}

.event-section2 .item .lower-content h4 {
  margin-bottom: 10px;
  margin-top: 15px;
  line-height: 26px;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
}

.event-section2 .item .lower-content h4 a {
  color: #222;
  transition: all 300ms ease;
  font-size: 18px;
}

.event-section2 .item .lower-content h4 a:hover {
  color: #8dc63f;
  transition: all 300ms ease;
}

.event-section2 .item .lower-content .post-meta {
  color: #8dc63f;
  font-size: 15px;
  margin-bottom: 7px;
}

.event-section2 .item .lower-content .post-meta i {
  margin-right: 5px;
  font-family: FontAwesome;
}

.event-section2 .item .lower-content .default_link {
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  transition: .5s ease;
}

.event-section2 .item .lower-content .default_link:hover {
  transition: .5s ease;
  color: #8dc63f;
}

.event-section2 .item .lower-content .default_link i {
  font-size: 11px;
}

.event-section2 .item .img-holder {
  display: block;
  overflow: hidden;
  position: relative;
}

.megamenu .recent-post {
  width: 50%;
  float: left;
  padding-left: 30px;
}

.megamenu .post {
  position: relative;
  padding-left: 90px;
  margin-bottom: 35px;
}

.megamenu .post:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.megamenu .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
}

.megamenu h5 {
  position: relative;
  top: -5px;
  font-size: 16px;
  color: #303030;
  font-family: 'Roboto Slab', serif;
  line-height: 25px;
}

.megamenu .post-info {
  color: #8dc63f;
  font-size: 15px;

}

.megamenu .post-info i {
  font-family: FontAwesome;
}



/*=================== Search Option ===============*/


.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;
}

.theme_menu .link_btn {
  margin-top: 24px;
}




/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/

.rev_slider_wrapper {}


.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.style-3,
.rev_slider_wrapper a.thm-btn {
  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: "\e926";
}

.tparrows.tp-rightarrow:before {
  content: "\e927";
}

/*** 

====================================================================
    our-mission style
====================================================================

***/

/*** 

====================================================================
    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: .5s ease;
}

.service .service-item:hover:before {
  border-top-color: #8dc63f;
  border-right-color: #8dc63f;
  transition: .5s ease;
}

.service .service-item .icon-box {
  position: relative;
  height: 80px;
  width: 80px;
  margin: 17px auto 40px;
  line-height: 120px;
  transition: .4s ease;
}

.service .service-item .icon-box span {
  position: relative;
  color: #8dc63f;
  font-size: 45px;
  transition: .5s ease;
}

.service .service-item:hover .icon-box span {
  color: #fff;
  transition: .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: .5s ease;
}

.service .service-item h4 {
  font-size: 20px;
  margin-bottom: 10px;
}


.service .service-item:hover .icon-box:before {
  border-color: #8dc63f;
  background: #8dc63f;
  transition: .5s ease;
}

.service .service-item:hover {
  border-color: #8dc63f;
  transition: .5s ease;
}


/*============== default-sidebar =================*/

.default-sidebar {
  position: relative;
}

.default-sidebar .service-catergory {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 2px solid #8dc63f;
  margin-bottom: 50px;
}

.default-sidebar .service-catergory li {
  list-style: none;
  position: relative;
  background: #f7f7f7;
  padding: 14px 0;
  margin-bottom: 5px;
}

.default-sidebar .service-catergory li.active {
  background: #8dc63f;
}

.default-sidebar .service-catergory li.active a {
  color: #fff;
}

.default-sidebar .service-catergory li.active a:after {
  color: #fff;
}

.default-sidebar .service-catergory li .view-all-icon {
  position: absolute;
  right: 20px;
  top: 22px;
  color: #848484;
}

.default-sidebar .service-catergory li a {
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 30px;
  border-left: 5px solid transparent;
  font-weight: 600;
  padding-left: 23px;
  transition: all 0.5s ease;
  position: relative;
  font-family: 'Roboto Slab', serif;
}

.default-sidebar .service-catergory li a:hover {
  color: #8dc63f;
}

.default-sidebar .service-catergory li.active a:hover {
  color: #fff;
}

.default-sidebar .thm-btn {
  width: 100%;
  border-radius: 0px;
  line-height: 56px;
}

.default-sidebar .service-catergory li a:after {
  position: absolute;
  content: "\f101";
  right: 20px;
  top: 0px;
  color: #a0a0a0;
  font-family: FontAwesome;
}

.default-sidebar .event-filter {
  position: relative;
}

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

.default-sidebar .event-filter h3 {
  margin-bottom: 5px;
}

.default-sidebar .event-filter p {
  margin: 15px 0;
}

.default-sidebar .event-filter h5 {
  margin-bottom: 15px;
}

.default-sidebar .event-filter .thm-btn {
  width: auto;
  border-radius: 24px;
}





/*** 

====================================================================
    about style
====================================================================

***/

/* SECTION BACKGROUND */
.about-upgraded {
  background: linear-gradient(to right, rgb(238, 247, 234), rgb(237, 250, 156));
  padding: 60px 0px 30px;
  border-bottom: 1px solid #006a282e;
}

.modern-img {
  border-radius: 12px;
  overflow: hidden;
}

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

.modern-img:hover img {
  transform: scale(1.05);
}

/* CONTENT */
.modern-content h2 {
  font-size: 38px;
  font-weight: 800;
  color: #1f7a3a;
  margin-bottom: 20px;
  line-height: 1.3;
}

p strong {
  font-size: 18px;
}

.ceo-img-wrap {
  border-radius: 12px;
  overflow: hidden;
}

.ceo-img-wrap img {
  width: 100%;
}

/* RESPONSIVE */
@media (max-width: 768px) {

  .modern-content {
    margin-top: 30px;
    text-align: center;
  }

  .modern-content h2 {
    font-size: 26px;
  }

  .modern-text {
    max-height: unset;
    overflow: visible;
  }
}


/* Cta section css */
/* SECTION */
.cta-horizontal {
  padding: 60px 0;
}

/* WRAPPER */
.cta-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 30px 32px;
  border-radius: 22px;
  background: linear-gradient(90deg, #ccff7f, #f2f691);
}

.cta-wrap .thm-btn {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.cta-wrap .thm-btn:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

/* LEFT */
.cta-left h2 {
  font-size: 32px;
  color: #0f3d1f;
  font-weight: 700;
}

.cta-left h3 {
  font-size: 40px;
  font-weight: 800;
  color: #0f3d1f;
  margin: 10px 0;
}

.cta-left p {
  font-size: 18px;
  font-weight: 600;
  color: #0f3d1f;
}

/* RIGHT PRODUCT */
.cta-product {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  max-width: 300px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.cta-product a {
  padding: 5px 5px;
  text-align: center;
  color: var(--black-color);
}

.cta-product img {
  width: 100%;
  display: block;
}

/* OVERLAY */
.cta-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
}

.cta-overlay h4 {
  font-size: 24px;
  font-weight: 800;
  color: #ffe600;
}

.cta-overlay span {
  font-size: 13px;
  display: block;
  margin: 5px 0 10px;
}

/* BUTTON */
.cta-btn {
  display: inline-block;
  background: #1f7a3a;
  color: #fff;
  padding: 8px 18px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
}

/* HOVER EFFECT */
.cta-product:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cta-wrap {
    flex-direction: column;
    text-align: center;
  }

  .cta-left h3 {
    font-size: 28px;
  }
}

/* Cta section css */

/*** 

====================================================================
    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: .5s ease;
}

.why-chooseus .item:hover {
  border-color: #8dc63f;
  transition: .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: .5s ease;
}

.why-chooseus .item:hover h4 {
  color: #8dc63f;
  transition: .5s ease;
}

.why-chooseus .item p {}

.why-chooseus.style-2 .item {
  border: 0px;
  padding: 8px 18px;
}





/*** 

====================================================================
    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;
}


/*** 

====================================================================
    Testimonials Section style
====================================================================

***/

.testimonials-section {
  position: relative;
  padding: 0 0 80px;
  margin-top: 120px;
}

.testimonials-section .testimonial-slider {
  position: relative;
  margin-top: -63px;
}

.testimonials-section .img-box img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.testimonials-section .quote {
  position: relative;
  color: #323232;
  font-size: 48px;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.testimonials-section .quote:after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 40%;
  height: 1px;
  background: #323232;
}

.testimonials-section .quote:before {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 40%;
  height: 1px;
  background: #323232;
}

.testimonials-section .author h4 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 10px;
}

.testimonials-section .author h4:before {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #323232;
}


.testimonials-section .author h4 span {
  color: #8dc63f;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}



/*dots*/

.testimonials-section .owl-controls {
  text-align: center;
  display: block;
  position: relative;
  bottom: -10px;
  margin-top: 35px;
}


.testimonials-section .owl-dots .owl-dot {
  display: inline-block;
}

.testimonials-section .owl-dots .owl-dot span {
  border: 2px solid #504f4f;
  border-radius: 50%;
  display: block;
  height: 10px;
  background: transparent;
  width: 10px;
  margin: 5px 7px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.testimonials-section .owl-dots .owl-dot.active span,
.testimonials-section .owl-dots .owl-dot:hover span {
  background-color: #8dc63f;
  border-color: #8dc63f;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

/*** 

====================================================================
  testimonial2
====================================================================

***/


.testimonial2 {
  position: relative;
  padding: 80px 0 20px;
}

.testimonial2 .item {
  position: relative;
  border: 2px solid #f4f4f4;
  margin-bottom: 60px;
}

.testimonial2 .quote {
  position: relative;
  width: 95px;
  margin: 0 auto;
  margin-top: -27px;
  background: #fff;
  color: #ededed;
  font-size: 36px;
}


.testimonial2 .author {
  position: relative;
  max-width: 190px;
  margin: 22px auto 20px;
  border-top: 1px solid #f4f4f4;
  padding-top: 18px;
}

.testimonial2 .title {
  position: relative;
  line-height: 28px;
  margin-bottom: 15px;
  margin-top: 12px;
}

.testimonial2 .author h4 {
  margin-bottom: 5px;
}

.testimonial2 .author p {
  color: #8dc63f;
}









/*** 

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

***/



.blog-section {
  position: relative;
  border-top: 1px solid #006a282e;
}

.default-blog-news {
  position: relative;
  transition: .5s ease-in-out;
  margin-bottom: 50px;
  background: #fff;
  overflow: hidden;
  border-radius: 12px;
}



.default-blog-news:hover {
  transition: .2s cubic-bezier(0.4, 0, 1, 1);
}

.default-blog-news .lower-content {
  position: relative;
  padding: 30px 20px 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: rgb(0 106 40);
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: .5s ease;
}

.default-blog-news .lower-content:hover:after {
  transform: scaleX(1);
  transition: .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: .5s ease;
}

.default-blog-news .lower-content .default_link:hover {
  transition: .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;
}

/*blog-large news*/


.blog-large .default-blog-news .lower-content .text p {
  margin-bottom: 20px;
  margin-top: 10px;
}

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

.blog-large .default-blog-news .lower-content {
  padding-bottom: 5px;
}

.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 .lower-content:before,
.blog-single-post .default-blog-news .lower-content:after {
  display: none;
}

.blog-single-post .default-blog-news {
  margin-bottom: 20px;
}




/*=================== 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: .5s ease;
  line-height: 54px;
  display: block;
}

.blog-sidebar .category-style-one ul li a:hover {
  color: #8dc63f;
  transition: .5s ease;
}

.blog-sidebar .category-style-one ul li a:before {
  content: "\f105";
  position: absolute;
  font-size: 16px;
  font-family: FontAwesome;
  right: 0px;
  top: 0px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

/*post-thumb*/


.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: "\f0c1";
  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: .5s ease;
}

.blog-sidebar .popular-post .item .post-thumb:hover a:after {
  opacity: 1;
  transition: .5s ease;
}

.blog-sidebar .popular-post .item h4 {
  position: relative;
  font-size: 16px;
  margin: 0px 0px 8px;
  line-height: 24px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.blog-sidebar .popular-post .item h4:hover {
  color: #8dc63f;
  -webkit-transition: .5s ease;
  transition: .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 .3s ease;
}

.blog-sidebar .event-section2 .owl-theme .owl-nav [class*=owl-]:hover {
  color: #8dc63f;
  transition: .5s ease;
}




/*facebook feed*/

.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;
}



/*archive*/

.sidebar-archive .bootstrap-select {
  background: #f7f7f7;
  color: #848484;
  padding: 10px 0;
  font-size: 16px;
  margin-bottom: 40px;
}

.sidebar-archive .btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.sidebar-archive .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}

.sidebar-archive .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

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

.sidebar-archive .form-control:focus {
  border-color: #48c7ec;
  box-shadow: none;
}


/*instagram*/
.sidebar-intsgram ul {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 50px;
}

.sidebar-intsgram ul li {
  float: left;
  width: 33.333333333333333333%;
  padding: 5px 4px;

}

.sidebar-intsgram ul li .inner-box {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.sidebar-intsgram ul li .inner-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(141, 198, 63, 0.9);
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease;
  transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
}

.sidebar-intsgram ul li .inner-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.sidebar-intsgram ul li .inner-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.sidebar-intsgram ul li .inner-box .overlay .box .content a {
  font-size: 0;
  color: #fff;
  width: 100%;
  height: 100%;
}

.sidebar-intsgram ul li:hover .inner-box .overlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}







/*=============================== blog single post ===============================================*/

.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;
}


/*---------------- Author -------------*/

.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;
}




/*share-box*/

.share-box {
  background: #ffffff;
  padding-top: 20px;
  margin-top: 35px;
  margin-bottom: 50px;
  border-top: 1px solid #f4f4f4;
}

.share-box .tag-box span {
  font-size: 14px;
  color: #3F3E3E;
}

.share-box .tag-box a {
  color: #8dc63f;
  font-size: 15px;
  transition: .3s ease;
  line-height: 30px;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
}

.share-box .tag-box a:hover {
  color: #8dc63f;
  transition: .3s ease;
}

.share-box .social-box span {
  color: #252525;
  margin-right: 13px;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
}

.share-box .social {
  display: inline-block;
  margin-bottom: 0;
  margin-left: -2.5px;
}

.share-box .social>li {
  padding-right: 0;
  margin: 0;
  padding-left: 0;
}

.share-box .social a {
  width: 40px;
  border-radius: 50%;
  height: 40px;
  color: #BCBCBC;
  text-align: center;
  margin: 0 3px;
  border: 1px solid #eee;
  display: block;
  line-height: 38px;
  transition: all 0.5s ease;
}

.share-box .social a:hover {
  color: #ffffff;
  background: #8dc63f;
  border-color: #8dc63f;
}



.share-box .tag-box li {
  margin: 0;
  display: inline-block;
  font-family: 'Roboto Slab', serif;
  color: #303030;
  font-size: 18px;
}



/*==========author===========*/

.post-author {
  position: relative;
  color: #777777;
  margin-bottom: 64px;
}


.post-author .inner-box {
  position: relative;
  padding: 33px 35px 30px 15px;
  min-height: 160px;
  border: 1px solid #f4f4f4;
  text-align: center;
}

.post-author .inner-box .author-thumb {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.post-author .inner-box .author-thumb img {
  display: block;
  width: 100%;
}

.post-author h4 {
  position: relative;
  margin: 13px 0px 16px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  color: #252525;
}

.post-author ul li {
  margin: 0;
  margin-top: 10px;
}

.post-author ul li a {
  padding: 0 4px;
  color: #999;
  font-size: 14px;
  transition: .5s ease;
}

.post-author ul li a:hover {
  color: #8dc63f;
  transition: .5s ease;
}

/*=============== comment =============*/

.single-comment {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 32px;
  padding-left: 80px;
}

.single-comment .img-holder {
  left: 0;
  position: absolute;
  top: 0;
}

.single-comment .text-holder {
  border: 1px solid #f4f4f4;
  padding: 20px;
}

.single-comment .text-holder .top {
  margin: 0 0 8px;
  overflow: hidden;
}


.single-comment .rating {
  margin-top: -4px;
  padding-left: 20px;
}

.single-comment .rating li {
  display: inline-block;
  margin-right: 3px;
}

.single-comment .rating i {
  color: #8dc63f;
  font-size: 14px;
}


.single-comment .text-holder p {
  margin: 0 0 15px;
}

.single-comment .text-holder .reply {
  color: #ab7442;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}


/*==feedback======*/

.feedback {
  padding-bottom: 30px;
}

.feedback p {
  margin-bottom: 5px;
}

.feedback .rating {
  display: inline-block;
  margin: 0 0px;
  border-left: 1px solid #d6d6d6;
  padding-right: 10px;
  padding-left: 10px;
}

.feedback .rating:first-child {
  padding-left: 0px;
  border: 0px;
}

.feedback .rating li {
  display: inline-block;
}

.feedback .rating li a i {
  color: #d6d6d6;
  transition: all 500ms ease;
  font-size: 14px;
}

.feedback .rating.active li i,
.feedback .rating:hover i {
  color: #8dc63f;
}






/*** 

====================================================================
  feature 
====================================================================

***/

.feature {
  position: relative;
  background: #f7f7f7;
}

.feature .section-title {
  margin-bottom: 30px;
}

.feature .list-style-1 {
  margin: 25px 0 50px;
}

.feature .list-style-1 li {
  margin: 10px 0;
  color: #848484;
  font-size: 14px;
}

.feature .list-style-1 li i {
  color: #8dc63f;
  margin-right: 20px;
}

.feature .video-wrapper {
  background: #f7f7f7 !important;
}





/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer {
  position: relative;
  background: var(--primary-color);
  padding: 25px 0 25px;
}

.main-footer .footer-widget {
  margin-top: 20px;
}

.main-footer .section-title {
  margin-bottom: 20px;
}

.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;
}




/*============ about-column =================*/

.main-footer .about-column .text {
  margin-bottom: 20px;
}

.about-column li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  color: var(--white-color);
  line-height: 26px;
  margin-bottom: 14px;
}

.about-column li a {
  color: var(--white-color);
}

.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: var(--white-color);
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.main-footer p {
  color: var(--white-color);
}

.main-footer .link-column li a:hover {
  color: var(--secondary-color);
}

.main-footer .link-column li a:before {
  content: "\f0dd";
  position: absolute;
  font-size: 16px;
  font-family: FontAwesome;
  left: -19px;
  top: 0px;
  transform: rotate(-90deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.main-footer .link-column li a:hover:before {
  color: #8dc63f;
  transition: .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: .5s ease-in-out;
}

.main-footer .link-column li a:hover:after {
  background-color: #8dc63f;
  transition: .5s ease;
}

/*============ post-column =================*/

.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: var(--white-color);
  line-height: 26px;
}

.main-footer .post-column .post-info {
  color: #8dc63f;
  font-size: 15px;
}



/*============ contact-column =================*/

.main-footer .contact-column {
  position: relative;
}


.main-footer .contact-column h5 {
  font-size: 16px;
  color: var(--white-color);
  margin-bottom: 18px;
  line-height: 1.5;
}

.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;
}






/*===========footer bottom ================*/

.footer-bottom {
  background: #ecf9e3;
  border-top: 1px solid #19220e;
  padding: 10px 0;
}

.footer-bottom .copy-text {
  color: #000000;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
  display: contents;
}

.copy-text p {
  margin: 0;
}

.footer-bottom .copy-text a {
  color: #000000;
  font-size: 14px;
}

.footer-bottom a {
  color: #8dc63f;
  font-size: 16px;
  transition: .3s ease;
}






/************************** 
* 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: .3s ease;
}

.breadcumb-wrapper ul.link-list li a:hover {
  transition: .3s ease;
}

.breadcumb-wrapper ul.link-list li a i {
  color: #fac012;
  margin-right: 7px;
}

.breadcumb-wrapper ul.link-list li a:after {
  content: "\f105";
  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;
}




/*** 

====================================================================
  about page
====================================================================

***/


/*==========our mission2 ===========*/

.our-mission2 {
  background: #f7f7f7;
}

.our-mission2 .item {
  margin-bottom: 74px;
}

.our-mission2 h3 {
  background: #fff;
  color: #8dc63f;
  border: 1px solid #f4f4f4;
  width: 65px;
  text-align: center;
  margin: 0 auto;
  height: 80px;
  line-height: 80px;
  margin-bottom: 24px;
  margin-top: -40px;
}

.our-mission2 h4 {
  font-size: 20px;
  margin-bottom: 20px;

}




/***
==============================
   Team Member styles
============================== 
***/


.our-team {
  position: relative;
}

.our-team .section-title .thm-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.our-team .section-title:before {
  display: none;
}


.single-team-member .img-box {
  position: relative;
  overflow: hidden;
  display: block;
}

.single-team-member .img-box img {
  transition: all 0.5s ease;
  transform: scale(1);
}


.our-team .single-team-member {
  position: relative;
  margin-bottom: 50px;
  display: inline-block;
}




.our-team .single-team-member:before {
  pointer-events: none;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 0%;
  right: 0;
  opacity: 0;
  background: #f7f7f7;
  transition: .7s ease;
}

.our-team .single-team-member:hover:before {
  opacity: 1;
  height: 100%;
  transition: .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: .5s ease-in-out;
}

.single-team-member:hover .img-box .overlay {
  transform: scale(1, 1);
  transition: .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: .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 .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: .5s ease;
}

.single-team-member .img-box .overlay ul li a:hover {
  transition: .5s ease;
}



.single-team-member .img-box .overlay ul li:last-child a {}



.single-team-member h4 {
  color: #222;
  margin-top: 12px;
  margin-bottom: 6px;
}

.single-team-member .author-info {
  position: relative;
  overflow: hidden;
  border: 1px solid #f4f4f4;
  padding: 15px 20px;
}

.single-team-member p {
  color: #8dc63f;
  transition: .5s ease;
  margin-bottom: 8px;
}

.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;
}



/***
==============================
   faq-section styles
============================== 
***/

.faq-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.faq-section .accordion-box {
  margin-bottom: 50px;
}

.faq-section .accordion-box .accordion .acc-content {
  padding: 17px 20px;
}

.faq-section .default-form-area {
  background: #f7f7f7;
  border: 1px solid #f4f4f4;
  padding: 30px 30px 10px;
  margin-bottom: 50px;
}

.faq-section .default-form input[type="text"],
.faq-section .default-form input[type="email"],
.faq-section .default-form input[type="password"],
.faq-section .default-form input[type="number"],
.faq-section .default-form select,
.faq-section .default-form textarea {
  background: transparent;
  border-color: #e2e2e2;
}

.faq-section .default-form textarea {
  height: 130px;
}




/***
==============================
   faq-section2 styles
============================== 
***/

.faq-section2 .accordion-box {
  margin-bottom: 50px;
}

.faq-section2 h2 {
  margin-bottom: 20px;
  line-height: 40px;
}

.faq-section2 .accordion-box .accordion .acc-content {
  padding: 12px 20px;
}

.faq-section2 .accordion .acc-btn p {
  color: #fff;
}

.faq-section2 .accordion .acc-btn {
  border: 1px solid rgba(244, 244, 244, 0.2);
}


.faq-section2 .default-form-area {
  background: #f7f7f7;
  border: 1px solid #f4f4f4;
  padding: 30px 30px 10px;
  margin-bottom: 50px;
}


.faq-section2 .default-form input[type="text"],
.faq-section2 .default-form input[type="email"],
.faq-section2 .default-form input[type="password"],
.faq-section2 .default-form input[type="number"],
.faq-section2 .default-form select,
.faq-section2 .default-form textarea {
  background: transparent;
  border-color: #e2e2e2;
  border-radius: 25px;
  padding: 12px 20px;
}

.faq-section2 .default-form textarea {
  height: 130px;
}


.faq-section2 .default-form .thm-btn {
  width: 100%;
}




/***
==============================
   volunteer styles
============================== 
***/

.volunteer {
  position: relative;
}

.volunteer .section-title {
  margin-top: 26px;
}

.volunteer p {
  margin-bottom: 40px;
}

.volunteer .default-form textarea {
  height: 132px;
}



/*** 
=============================================
    Get Touch Area style
=============================================
***/
.default-form-area{
  margin-bottom: 20px;
}
.get-touch-area.contact-area {
  padding-top: 60px;
}

.get-touch-area.contact-area h1 {
  font-size: 32px;
  line-height: 1.5;
}

.get-touch-area .sec-title {
  display: block;
  padding: 0 40px 40px;
}

.get-touch-area .sec-title p {
  color: var(--black-color);
  font-size: 20px;
  line-height: 30px;
  margin: 25px 0 0;
}

.get-touch-area .single-item {
  border: 1px solid #006a28;
  display: block;
  padding: 20px 20px 25px;
  border-radius: 12px;
  margin-bottom: 16px;
}

.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 {}

.get-touch-area .single-item .text-holder h3 {
  color: #222222;
  font-size: 28px;
  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: 0 0 0;
  font-size: 18px;
  font-weight: 500;
}

.get-touch-area .single-item .text-holder p a {
  color: var(--primary-color);
}

.custom-contact-form {
  background: #ffffff;
  padding: 30px;
  border: 1px solid #cfcfcf;
  max-width: 900px;
  margin: auto;
  border-radius: 18px;
  box-shadow: 1px 1px 18px #0000002b;
}

.custom-contact-form label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #111;
  margin-bottom: 8px;
}

.custom-contact-form .form-control {
  width: 100%;
  height: 48px;
  border: 1px solid #999;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 15px;
  font-size: 15px;
  background: #fff;
}

.custom-contact-form textarea.form-control {
  height: 180px;
  resize: none;
  padding-top: 12px;
}

.custom-contact-form select.form-control {
  cursor: pointer;
}

.custom-contact-form .submit-btn {
  background: linear-gradient(to bottom, #006a28, #006a28);
  color: #fff;
  border: none;
  padding: 12px 48px;
  font-size: 18px;
  border-radius: 23px;
  font-weight: 600;
  cursor: pointer;
  transition: .3s;
}

.custom-contact-form .submit-btn:hover {
  background: linear-gradient(to bottom, #1f56b3, #184694);
}

@media(max-width:767px) {
  .custom-contact-form {
    padding: 25px;
  }
}


/*** 
=============================================
    Contact Form Area style
=============================================
***/
.contact-form-area {
  padding-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"],
.contact-form-area .default-form select,
.contact-form-area .default-form textarea {
  border-radius: 25px;
}

.contact-form-area .default-form textarea {
  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;
}

/*============== datepicker ======================*/

#ui-datepicker-div.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #777;
  color: #252525;
  font-family: "Roboto Slab", sans-serif;
  font-size: 14px;
  border-radius: 0px;
  padding: 5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: #8dc63f none repeat scroll 0 0;
  border: 2px solid #8dc63f;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
}

.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border-radius: 30%;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
  transition: all 500ms ease;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
  right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  top: 7px;
  background: #fff;
  border: none;
}

.ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 0.4em;
  width: 100%;
}

.ui-datepicker th {
  border: medium none;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center;
}

.ui-datepicker-calendar .ui-state-default {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #252525;
  display: block;
  font-size: 12px;
  font-weight: 400;
  height: 35px;
  line-height: 25px;
  margin-bottom: 5px;
  padding: 4px 2px;
  text-align: center;
  transition: all 500ms ease;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
  background: #8dc63f;
  color: #fff;
  border-color: #8dc63f;
}

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


/*============ event-filter ===================*/


.event-filter {
  background: #f7f7f7;
  padding: 25px 20px 10px;
  margin-bottom: 48px;
}

.event-filter .tab-buttons {
  margin-bottom: 0px;
}

.event-filter .tab-buttons li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #303030;
  padding: 0 20px;
  cursor: pointer;
  padding-right: 15px;
}

.event-filter .tab-buttons li:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #f4f4f4;
  left: 0;
  top: 5px;
}

.event-filter .tab-buttons li:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
  left: 3px;
  top: 8px;
}


.event-filter .tab-buttons li.active-btn:after {
  background: #8dc63f;
}

.event-filter .tab-buttons li.active-btn:before {
  border-color: #8dc63f;
}


.default-form.style-5 .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  background: #fff;
}

.default-form.style-5 .select-box .btn:after {
  color: #000;
}

.default-form.style-5 .thm-btn {
  padding: 0 20px;
  line-height: 38px;
}

/*============ even-single ============*/

.single-event {
  border-right: 1px solid #f4f4f4;
  margin-right: 37px;
  padding-right: 62px;
}

.single-event .content {
  padding: 20px 30px 40px;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}

.single-event .section-title {
  margin-bottom: 30px;
}

.single-event .content .text h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.single-event .content .text p {}


.single-event .event-timeline {
  background: #f7f7f7;
  padding: 40px 30px 20px;
}

.single-event .event-timeline li {
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  line-height: 26px;
}

.single-event .event-timeline li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.single-event .event-timeline li i {
  color: #8dc63f;
  margin-right: 10px;
}

.single-event .event-timeline li b {
  color: #303030;
}


.single-event .list2 {
  margin-top: 25px;
}

.single-event .list2 li {
  padding-bottom: 12px;
}

.single-event .list2 li i {
  padding-right: 10px;
  color: #8dc63f;
}

.single-event .donator .caption {
  text-align: center;
}

.single-event .donator .caption h5 {
  margin: 20px 0 5px;
  font-size: 16px;
}

.single-event .donator .caption p {
  color: #8dc63f;
}


/*share*/



/*============================= Sidebar Style One ==================*/

.sidebar_styleOne .theme_title,
.sidebar_styleTwo .theme_title {
  padding-bottom: 18px;
}

.sidebar_search {
  height: 54px;
  position: relative;
}

.sidebar_search input {
  width: 100%;
  height: 54px;
  border: none;
  border: 1px solid #f1f1f1;
  padding: 0 56px 0 12px;
  color: #9e9e9e;
}

.sidebar_search button {
  width: 54px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #8dc63f;
  right: 0;
  color: #fff;
}

.sidebar_categories {
  margin-top: 60px;
}

.sidebar_categories ul {
  margin-top: 22px;
  margin-bottom: 35px;
}

.sidebar_categories ul li {
  line-height: 48px;
  border-bottom: 1px solid #f1f1f1;
}

.sidebar_categories ul li:last-child {
  border: none;
}

.sidebar_categories ul li a {
  font-weight: normal;
  color: #9e9e9e;
  position: relative;
}

.sidebar_categories ul li a:hover {}

.sidebar_categories ul li input[type="checkbox"] {
  float: right;
  position: relative;
  top: 14px;
}

.sidebar_categories ul li a:before {
  content: '\f114';
  font-family: 'FontAwesome';
  margin-right: 10px;
}

.sidebar_categories.archive ul li a:before {
  content: "\f00c";
}

.sidebar_categories ul li a:hover {
  color: #8dc63f;
}

.recent_news_sidebar .theme_title {
  margin-bottom: 40px;
}

.recent_news_sidebar {
  margin-bottom: 62px;
}

.recent_news_sidebar .single_news_sidebar {
  margin-bottom: 29px;
}

.recent_news_sidebar .img_holder img {
  width: 75px;
  height: 75px;
  border-radius: 5px;
}

.recent_news_sidebar .post {
  padding-left: 26px;
  width: 72%;
  margin-top: -10px;
}

.recent_news_sidebar .post h6 a {
  font-size: 16px;
  color: #272727;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 2px;
}

.recent_news_sidebar .post p a {
  font-size: 14px;
}

.recent_news_sidebar .post p a i {
  margin-right: 4px;
  font-size: 16px;
}

.recent_news_sidebar .img_holder {
  position: relative;
}

.recent_news_sidebar .img_holder .opacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
}

.recent_news_sidebar .img_holder .opacity .icon {
  display: table;
  width: 100%;
  height: 100%;
}

.recent_news_sidebar .img_holder .opacity .icon span {
  display: table-cell;
  vertical-align: middle;
}

.recent_news_sidebar .img_holder .opacity .icon span a {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  line-height: 45px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.recent_news_sidebar .single_news_sidebar:hover .opacity {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.sidebar_tags {
  margin: 60px 0 -6px 0;
}

.sidebar_tags ul {}

.sidebar_tags ul li {
  display: inline-block;
  margin: 0;
}

.sidebar_tags ul li a {
  display: block;
  font-weight: normal;
  font-size: 15px;
  color: #9e9e9e;
  line-height: 32px;
  background: #fff;
  border-radius: 2px;
  text-align: center;
  padding-right: 20px;
}

.sidebar_tags ul li a:hover {
  color: #8dc63f;
}



.single-sidebar.price-ranger .ui-widget-content {
  background: #f7f7f7;
  border: none;
  height: 2px;
}

.single-sidebar.price-ranger .ui-slider-handle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #222;
  margin-left: -4px;
  outline: none;
  background: #8dc63f;
}

.single-sidebar.price-ranger .ui-slider .ui-slider-range {
  background: #252525;
}

.single-sidebar.price-ranger .ui-slider-horizontal .ui-slider-handle {
  top: -5px;
}

.single-sidebar.price-ranger #slider-range {
  margin-top: 25px;
}

.single-sidebar.price-ranger .ranger-min-max-block {
  margin-top: 20px;
  margin-bottom: 45px;
}

.single-sidebar.price-ranger .ranger-min-max-block input {
  display: inline-block;
}

.single-sidebar.price-ranger .ranger-min-max-block input[type='submit'] {
  width: 80px;
  border: none;
  border-radius: 0px;
  text-align: center;
  outline: none;
  line-height: 35px;
  font-size: 14px;
  margin-right: 37px;
  color: #ffffff;
  font-weight: 700;
  background: #8dc63f;
  text-transform: uppercase;
  border: 2px solid #8dc63f;
}

.single-sidebar.price-ranger .ranger-min-max-block input[type='text'] {
  border: none;
  text-align: center;
  outline: none;
  width: 40px;
  color: #9c9c9c;
  font-weight: 400;
  text-align: right;
}

.single-sidebar.price-ranger .ranger-min-max-block input[type='text'].max {}

.single-sidebar.price-ranger .ranger-min-max-block span {
  color: #9c9c9c;
  font-weight: 400;
}

.best_sellers .theme_title {
  margin-bottom: 36px;
}

.best_sellers .best_selling_item .text {
  padding-left: 20px;
  margin-top: -3px;
}

.best_sellers .best_selling_item .text h4 {
  color: #222;
}

.best_sellers .best_selling_item .text h6 {
  font-size: 16px;
  font-weight: 700;
  color: #272727;
}

.best_sellers .best_selling_item .text ul li {
  display: inline-block;
  margin-right: 3px;
  font-size: 12px;
  margin-top: 10px;
  color: #8dc63f;
}

.best_sellers .best_selling_item .text span {
  display: block;
  margin-top: 10px;
  color: #8dc63f;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto';
}

.best_sellers .best_selling_item {
  margin: 20px 0 20px 0;
  padding-bottom: 17px;
}

.best_sellers .best_selling_item.border {
  border-bottom: 1px solid #f7f7f7;
}

.sidebar_styleTwo .sidebar_categories {
  margin-top: 30px;
}

.sidebar_styleTwo .sidebar_tags {
  margin: 19px 0 51px 0;
}



/*** 
=============================================
   Shop Single area  style
=============================================
***/
.shop-single-area {
  padding-bottom: 80px;
  padding-top: 80px;
}

.product-content-box {
  margin-bottom: 106px;
}

.product-content-box .img-box {
  text-align: center;
}

.product-content-box .flexslider .slides img {
  width: auto;
  display: inline-block;
}

.product-content-box .flexslider {
  background: #f7f7f7 none repeat scroll 0 0;
  border: none;
  padding: 32px 0;
  border-radius: 0;
  margin: 0 50px 10px 0;
  position: relative;
  text-align: center;
}

.product-content-box .flex-viewport {
  border: none;
  max-height: 450px;
  transition: all 1s ease 0s;
}

.product-content-box .flex-control-thumbs {
  margin: 10px 0 0;
  overflow: hidden;
  position: static;
  display: none;
}

.product-content-box .flex-control-thumbs li {
  float: left;
  margin: 0 3% 0 0;
  width: 25%;
}

.product-content-box .flex-control-thumbs img {
  border: medium none;
  cursor: pointer;
  display: block;
  height: auto;
  opacity: 0.6;
  transition: all 1s ease 0s;
  width: 100%;
  border: 3px solid #f7f7f7;
}

.product-content-box .flex-control-thumbs .flex-active {
  cursor: default;
  opacity: 1;
  border: 3px solid #ab7442;
}

.product-content-box .flex-control-thumbs .flex-active:focus {
  outline: none;
}

.product-content-box .content-box {
  margin-left: -50px;
}

.product-content-box .content-box h3 {
  color: #222;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: capitalize;
}

.product-content-box .content-box del {
  color: #a2a2a2;
  margin-left: 10px;
}

.product-content-box .content-box .review-box {
  margin: 0 0 10px;
}

.product-content-box .content-box .review-box ul li {
  display: inline-block;
  margin-right: 3px;
}

.product-content-box .content-box .review-box ul {
  display: inline-block;
  padding-right: 1px;
}

.product-content-box .content-box .review-box ul li i {
  color: #8dc63f;
  font-size: 14px;
}

.product-content-box .content-box span.price {
  color: #8dc63f;
  font-size: 22px;
}

.product-content-box .content-box .text {
  margin: 0px 0 0;
  overflow: hidden;
  padding: 24px 0 9px;
}

.product-content-box .content-box .location-box {
  margin: 4px 0 18px;
  position: relative;
}

.product-content-box .content-box .location-box p {
  color: #1f1f1f;
  margin: 0 0 12px;
}

.product-content-box .content-box .location-box form input {
  border: 2px solid #f7f7f7;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  width: 170px;
  transition: all 500ms ease;
}

.product-content-box .content-box .location-box form input:focus {
  border-color: #8dc63f;
}

.product-content-box .content-box .location-box form button {
  background: #f7f7f7 none repeat scroll 0 0;
  border: medium none;
  color: #292929;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  left: 178px;
  top: 37px;
  height: 40px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 95px;
  margin-left: 6px;
  transition: all 500ms ease;
}

.product-content-box .content-box .location-box form button:hover {
  background: #8dc63f;
  color: #fff;
}

.product-content-box .content-box .location-box form span {
  color: #8dc63f;
}


.product-content-box .content-box .addto-cart-box {}

.product-content-box .content-box .addto-cart-box .input-group.bootstrap-touchspin {
  float: left;
  width: 70px;
  margin-right: 20px;
}

.product-content-box .content-box .addto-cart-box .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #eaeaea;
  border-radius: 0 !important;
  box-shadow: none;
  color: #272727;
  display: block;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  padding: 6px 0 8px;
  text-align: center;
}

.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0
}

.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  margin-top: -2px;
}

.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical>.btn {
  display: block;
  float: none;
  margin-left: -1px;
  max-width: 100%;
  padding: 12px 12px;
  position: relative;
  width: 100%;
}

.product-content-box .content-box .addto-cart-box .btn-default {
  background-color: #efefef;
  border-color: #efefef;
  color: #9e9e9e;
}

.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical i {
  color: #9e9e9e;
  font-weight: normal;
  left: 8px;
  position: absolute;
  top: 7px;
}

.product-content-box .content-box .addto-cart-box button.addtocart {
  margin-left: 25px;
}


.product-tab-box {
  padding: 30px;
  padding-top: 0;
  border: 1px solid #f4f4f4;
}

.product-tab-box .tab-menu {
  border-bottom: 1px solid #f7f7f7;
  margin-top: -50px;
  margin-bottom: 33px;
  position: relative;
  left: -31px;
}

.product-tab-box .tab-menu li {
  display: block;
  float: left;
  margin-bottom: -1px;
}

.product-tab-box .tab-menu li a {
  border: 1px solid transparent;
  border-radius: 0;
  display: block;
  margin-right: 10px;
  padding: 13px 35px;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  background: #f7f7f7;
  transition: all 500ms ease;
}

.product-tab-box .tab-menu li.active a,
.product-tab-box .tab-menu li:hover a {
  background: #8dc63f;
  color: #fff;
  border-color: #8dc63f;
}

.product-tab-box .tab-content {}

.single-review-box {
  margin-bottom: 10px;
  padding-bottom: 32px;
  padding-left: 80px;
  position: relative;
}

.single-review-box .img-holder {
  left: 0;
  position: absolute;
  top: 0;
}

.single-review-box .text-holder {
  border: 1px solid #f4f4f4;
  padding: 20px;
}

.single-review-box .text-holder .top {
  margin: 0 0 8px;
  overflow: hidden;
}


.single-review-box .text-holder .top .review-box ul {
  margin-top: -4px;
  padding-left: 20px;
}

.single-review-box .text-holder .top .review-box ul li {
  display: inline-block;
  margin-right: 3px;
}

.single-review-box .text-holder .top .review-box ul li i {
  color: #8dc63f;
  font-size: 14px;
}

.single-review-box .text-holder .top .review-date {
  color: #ab7442;
  margin-top: -5px;
}

.single-review-box .text-holder .text p {
  margin: 0 0 15px;
}

.single-review-box .text-holder .text a.reply {
  color: #ab7442;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.product-tab-box .tab-content .product-details-content {
  margin-top: -5px;
}

.product-tab-box .tab-content .product-details-content .highlight {
  margin: 42px 0 0;
}

.product-tab-box .tab-content .product-details-content .highlight .highlight-title {
  color: #292929;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Roboto Slab', sans-serif;
  margin: 0 0 28px;
}

.product-tab-box .tab-content .product-details-content .highlight li {
  position: relative;
  padding-bottom: 12px;
  padding-left: 25px;
}

.product-tab-box .tab-content .product-details-content .highlight li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #ab7442;
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 0;
}

.review-form {
  padding-top: 16px;
}

.review-form .sec-title-two {
  padding-bottom: 34px;
}

.review-form .add-rating-box {
  margin: 0 0 23px;
}

.review-form .add-rating-box .add-rating-title h4 {
  color: #292929;
  font-family: "Roboto Slab", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: none;
}

.review-form .add-rating-box ul li {
  display: inline-block;
  margin: 0 0px;
  border-right: 1px solid #e5e5e5;
  padding: 0 11px;
}

.review-form .add-rating-box ul li:last-child {
  margin-right: 0;
}

.review-form .add-rating-box ul li a i {
  color: #ddd;
  margin-right: 3px;
  transition: all 500ms ease;
  font-size: 14px;
}

.review-form .add-rating-box ul li.active a i,
.review-form .add-rating-box ul li a:hover i {
  color: #8dc63f;
}

.review-form form input[type="text"],
.product-tab-box .tab-content .review-form form textarea {
  height: 50px;
  width: 100%;
  border: 1px solid #eaeaea;
  color: #9e9e9e;
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.review-form form textarea {
  height: 110px;
  padding: 10px 15px;
  margin-bottom: 32px;
}

.review-form .add-rating-box ul li:hover a i {
  opacity: 1;
}

.review-form form input[type="text"]:focus {
  border-color: #8dc63f;
}

.review-form form textarea:focus {
  border-color: #8dc63f;
}

.related-product {
  border-top: 1px solid #f7f7f7;
  margin-top: 60px;
  padding-top: 56px;
}

.related-product .single-product-item {
  margin-bottom: 0;
}


.product-review-tab .add_your_review .review-title h3 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  color: #252525;
}

.tab-title-h4 h4 {
  color: #3d3d3d;
  font-size: 20px;
  margin-bottom: 40px;
}



/*** 

====================================================================
  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"],
.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"],
.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.80;
  -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;
}

.shop-sidebar .section-title {
  margin-bottom: 30px;
}

.shop-sidebar .category-style-one {
  position: relative;
}

.shop-sidebar .category-style-one ul {
  margin-bottom: 50px;
  margin-top: -15px;
}

.shop-sidebar .category-style-one ul li {
  border-bottom: 1px solid #eaeaea;
  margin: 0;
  padding-bottom: 0px;
}

.shop-sidebar .category-style-one ul li a {
  font-weight: normal;
  color: #848484;
  position: relative;
  width: 100%;
  transition: .5s ease;
  line-height: 54px;
  display: block;
}

.shop-sidebar .category-style-one ul li a:hover {
  color: #8dc63f;
  transition: .5s ease;
}

.shop-sidebar .category-style-one ul li a:before {
  content: "\f105";
  position: absolute;
  font-size: 16px;
  font-family: FontAwesome;
  right: 0px;
  top: 0px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}





.single-shop-item .overlay {
  background-color: rgba(0, 0, 0, 0.49);
  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);
}

.single-shop-item:hover .img-box .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateY(0deg) scale(1, 1);
}

.single-shop-item .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}

.single-shop-item .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.single-shop-item .img-box .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;
}

.single-shop-item .img-box .overlay .box .content a:hover i {
  background: #8dc63f;
}


.best_sellers .best_selling_item .img_holder {
  position: relative;
}

.best_sellers .best_selling_item .img_holder a:after {
  position: absolute;
  content: "\f0c1";
  font-family: FontAwesome;
  left: 0px;
  top: 0px;
  text-align: center;
  line-height: 80px;
  width: 100%;
  height: 100%;
  background: rgba(141, 198, 63, 0.9);
  color: #ffffff;
  opacity: 0;
  transition: .5s ease;
}

.best_sellers .best_selling_item .img_holder:hover a:after {
  opacity: 1;
  transition: .5s ease;
}





/*** 
=============================================
    Not found area style
=============================================
***/
.not-found-area {
  background: #ffffff none repeat scroll 0 0;
  padding-bottom: 100px;
  padding-top: 72px;
}

.not-found-content h1 {
  font-size: 150px;
  margin: 0 0 7px;
}

.not-found-content h3 {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 20px;
  font-family: 'Open Sans', sans-serif;
}

.not-found-content p {
  font-size: 18px;
  margin: 0 0 42px;
}

.not-found-content .search-form {
  max-width: 432px;
  position: relative;
}

.not-found-content .search-form input[type="text"] {
  background: #fff;
  border: 1px solid #f1f1f1;
  color: #9a9a9a;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  height: 55px;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 60px;
  position: relative;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 432px;
}

.not-found-content .search-form button {
  background: #8dc63f none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  height: 55px;
  padding: 11px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 55px;
}

.not-found-content .search-form button i {
  font-size: 14px
}

.not-found-content .search-form input[type="text"]:focus {
  border: 1px solid #8dc63f;
  background: #fff;
  color: #000;
}

.not-found-content .search-form input[type="text"]:focus+button,
.not-found-content .search-form button:hover {
  background: #8dc63f none repeat scroll 0 0;
  color: #fff;
}


/*** 

====================================================================
    Testimonials Section style
====================================================================

***/


.testimonials-section2 {
  position: relative;
}

.testimonials-section2 .slide-item {
  border: 1px solid #f4f4f4;
  padding: 30px 20px 25px;
  transition: .5s ease;
  margin-bottom: 15px;
}

.testimonials-section2 .slide-item:hover {
  transition: .5s ease;
  box-shadow: 0px 9px 17px 5px rgba(0, 0, 0, 0.03);
}

article.slide-item.center {}

.testimonials-section2 .slide-text span {
  color: #f4f4f4;
  font-size: 40px;
  transition: .5s ease;
}

.testimonials-section2 .slide-item:hover .slide-text span {
  color: #8dc63f;
  transition: .5s ease;
}


.testimonials-section2 .slide-text p {
  padding-top: 14px;
}

.testimonials-section2 .rating {
  position: relative;
  max-width: 220px;
  margin: 15px auto;
}

.testimonials-section2 .rating:before {
  position: absolute;
  content: "";
  right: 0;
  width: 62px;
  height: 1px;
  top: 10px;
  background: #eaeaea;
}

.testimonials-section2 .rating:after {
  position: absolute;
  content: "";
  left: 0;
  width: 62px;
  height: 1px;
  top: 10px;
  background: #eaeaea;
}

.testimonials-section2 .rating li {
  position: relative;
  color: #ababab;
  display: inline-block;
  font-size: 14px;
}

.testimonials-section2 .author h4 {
  font-size: 22px;
  margin-bottom: 5px;
}


.testimonials-section2 .author p {
  color: #8dc63f;
}



.testimonials-section2 .donate-us h2 {
  margin-top: 160px;
  margin-bottom: 30px;
}