/*
Theme Name: Ecogreen
Theme URI: http://asianitbd.com/wp/ecogreen/
Author: Template_path
Author URI: http://themeforest.net/user/template_path
Description: This is Ecogreen environmental theme
Version: 1.0.0
License: copyright commercial
License URI: http://themeforest.net/user/template_path
Text Domain: wp-ecogreen
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
*/

/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR Ecogreen      ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

1. Imported styles
2. Global styles
3. Header styles
4. Slider styles
5. Urgent cause
6. about section
7. gallery section
8. event section
9. testimonial
10.brand-logo
11.main-footer
12.blog section
13.fact-counter
14.shop page


****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

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

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

h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
h1,h2,h3,h4,h5 {
  font-family: 'museo700', serif;
  color: #303030;
} 

ul {list-style-type: none;}

p {font-family: 'Open Sans', sans-serif;font-size: 14px;color: #999;line-height: 26px; font-weight: 400;}
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;}

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: #fff;
    overflow-x: hidden;
}
.sec-padd {
  padding: 80px 0;
}
.sec-padd2 {
  padding: 80px 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 !important;
}

.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: #8dc63f;
  font-size: 14px;
  line-height: 48px;
  border-radius: 25px;
  color: #ffffff;
  border: 1px solid #8dc63f;
  font-weight: 700;
  display: inline-block;
  padding: 0 38px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn:hover {
  background: transparent;
  color: #8dc63f;
  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: 'museo700', 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 .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;
}



/*** 
=============================================
    page_pagination style
=============================================
***/


.page_pagination {
  position: relative;
  padding-top: 20px;
}
.page_pagination li {
  display: inline-block;
  margin:0 4px;
}
.page_pagination li a, .page_pagination li span.current {
  width: 55px;
  line-height: 55px;
  border:1px solid rgba(229, 229, 229, 0.57);
  text-align: center;
  color: #252525;
  font-size: 18px;
  border-radius: 50%;
}
.page_pagination li a.active,
.page_pagination li a:hover, .page_pagination li span.current {
  color:#fff;
  background: #8dc63f;
  display:inline-block;
}
/*=======pagination style-2============*/
.page_pagination2 {
  overflow: hidden;
  display: block;
  padding-bottom: 22px;
  padding-top: 22px;
  margin: 0;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  margin-top: 30px;
}
.page_pagination2 .button a {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  transition: all 500ms ease;
}
.page_pagination2 .button a:hover{
    color: #8dc63f;
}
.page_pagination2 .button a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.page_pagination2 .button.next a i{
  padding-right: 0px;
  padding-left: 0;
}


.page_pagination2 .icon-holder a i {
  color: #252525;
  font-size: 24px;
  position: relative;
  top: 4px;
  transition: all 500ms ease 0s;
}
.page_pagination2 .icon-holder a:hover i{
  color: #8dc63f;
}


/*** 

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

***/

.donate-popup{
  position:fixed;
  left:0px;
  top:-100%;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.80);
  z-index:99999999;
  visibility:hidden;
  opacity:0;
  overflow:auto;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.donate-popup.popup-visible{
  top:0;
  visibility:visible;
  opacity:1;
}

.donate-popup .close-donate{
  position:absolute;
  right: 0;
  top: 0;
  font-size: 0;
  color:#ffffff;
  cursor:pointer;
  z-index:5;
  width: 100%;
  height: 120%;
  cursor: crosshair;
}

.donate-popup .close-donate:hover{
  opacity:0.70; 
}


/*============= donate form area =================*/


.donate-form-area {
  margin-top: 100px;
  margin-bottom: 100px;
  background: #f2f2f2;
  padding:57px;
  border: 3px solid #8dc63f;
  position: relative;
  z-index: 9999999;
}

.donate-form-area .section-title:before {
  display: none;
}


.donate-form-area h4 {
  margin-bottom: 18px;
}

.donate-form-area h3 {
  font-weight: 700;
  margin-top: 38px;
  margin-bottom: 28px;
}

/*check list*/

.chicklet-list {
  background: #fff;
  padding: 30px 30px 20px;
}

.chicklet-list li {
    padding: 0 5px;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}


.chicklet-list input {
    font-size: 1.4em;
    line-height: 1;
    border: 2px solid #3b7840;
    padding: 0.55em 0.55em 0.55em 0.8em;
    color: #3b7840;
}

.chicklet-list input[type=radio] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.chicklet-list label {
    display: block;
    font-size: 16px;
    font-family: 'museo700', serif;
    font-weight: normal;
    background: #ffffff;
    border: 1px solid #f4f4f4;
    color: #000;
    padding: 8px 27px;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.chicklet-list :checked+label {
    background: #8dc63f;
    color: #f7f7f7;
    text-shadow: none;
}

.chicklet-list li.other-amount {
    width: 38%;
    float: right;
}

.chicklet-list li span {
    position: absolute;
    left: -30px;
    top: 9px;
    font-size: 16px;
    font-family: 'museo700', serif;
    color: #303030;
}

.chicklet-list input[type="text"] {
  height: 40px;
}

/*==========*/

.donate-form-area .form-bg {
  background: #fff;
  padding: 30px 30px 15px;
}
.donate-form-area .default-form .form-group {
  margin-bottom: 15px;
}


.donate-form-area .payment-option {
  position: relative;
  margin-top: 20px;
  margin-bottom: 35px;
}
.donate-form-area .payment-option li {
  display: inline-block;
  font-size: 18px;
  color: #303030;
  font-size: 15px;
  margin-right: 10px;
}



.video-image-box{
  position:relative;  
}

.video-image-box .gallery_video {
  position:relative;  
}

.video-image-box img{
  display:inline-block;
  width:100%; 
}

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










/* ==============================
   2. header-style
   ============================== */





.top-bar {
  position: relative;
  line-height: 48px;
  z-index: 999;
  background: #f7f7f7;
  padding: 6px 0;
}



.top-bar .top-bar-info li {
  color: #999;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  top: 0px;
}
.top-bar .top-bar-info li i {
    color: #8dc63f;
    margin-right: 10px;
    font-size: 20px;
    position: relative;
    top: 3px;
}


.top-bar .thm-btn {
  padding: 0 27px;
  line-height: 38px;
}
.top-bar .clearfix {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top-bar p {
  margin-top: 12px;
  color: #999;
}
.top-bar .social {
  display: inline-block;
  margin-right: 25px;
}

.top-bar .social li a {
  margin: 0 8px;
  color: #999;
  font-size: 14px;
}
.top-bar .social li a:hover {
  color: #8dc63f;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}


.top-bar .social li:last-child {
  padding-right: 0px;
}


/*language switcher*/


#polyglotLanguageSwitcher {
  position: relative;
  margin-right: 30px;
  display: inline-block;
  position: relative;
  z-index: 99999;
}


#polyglotLanguageSwitcher span.trigger:before {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  color:#cdcdcd;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: 10px;
}
#polyglotLanguageSwitcher a {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  font-size: 14px;
  color:#333;
  font-weight: normal;
}


#polyglotLanguageSwitcher a.current:link, 
#polyglotLanguageSwitcher a.current:visited, 
#polyglotLanguageSwitcher a.current:active {
    position: relative;
    background-color: transparent;
    border: 0;
    line-height: 24px;
    border-radius: 5px;
    color: #999;
    text-align: center;
    height: 26px;
    padding: 0;
    width: 65px;
    padding-left: 12px;
    border: 1px solid #e0e0e0;
}

#polyglotLanguageSwitcher a.current:hover {
    background-color: transparent;
}

#polyglotLanguageSwitcher ul.dropdown {
  top: 100%;
}

/* Flags */

#en,#fr,#de,#it,#es { 
  background-image: none;
}












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

.main-logo {
  margin: 7px 0;
}

.theme_menu.stricky-fixed .main-logo img{
	height:50px; }
	
.theme_menu.stricky-fixed .menuzord {padding: 0px 0px;}

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

@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}
.theme_menu.stricky-fixed {
  margin: 0;
  padding: 5px 0;
  position: fixed;
  background: #ffffff;
  top:0;
  left:0;
  width: 100%;
  z-index: 99999;
  animation-name: menu_sticky;
  animation-duration: 0.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;
}

.theme_menu {
  /*position: relative !important;*/
  z-index: 99;
  padding: 5px 0;
}
.theme_menu .menu-column {
  padding-left: 0;
  padding-right: 90px;
  position: inherit;
}

.theme_menu .menuzord {

  background: transparent;
  float: right;
}


.menuzord-menu > li > a {
  position: relative;
  padding: 20px 16px;
  text-transform: uppercase;
  color: #303030;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.menuzord-menu > li:hover > a {
    color: #8dc63f;
}
.menuzord-menu > li:first-child a {
    padding-left: 0px;
}

.menuzord-menu ul.dropdown, .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: 'museo700', 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: 'museo700', 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: 'museo700', serif;
  line-height: 25px;
}

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



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

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


.nav_side_content {
  display: inline-block;
    margin-top: 10px;
    position: relative;
    right: 20px;
}

.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>button i { 
    display: inherit;
}

.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
====================================================================

***/
.our-mission {
  position: relative;
  margin-top: 80px;
  z-index: 99;
}
.our-mission .mission-bg {
  background: #fff;
  padding: 75px 0 0;
  border: 1px solid #f4f4f4;
}
.our-mission .default-title h3 {
  line-height: 34px;
  margin-bottom: 45px;
}
.our-mission .default-title h3 span {
  color: #8dc63f;
}

.our-mission .content {
  text-align: center;
}

.our-mission .column {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  padding: 0 25px;
}
.our-mission .column:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 1px;
  background: #f4f4f4;
  transition: .5s ease;
}
.our-mission .column:last-child:before {
  display: none;
}

.our-mission .icon-box {
  position: relative;
  height: 90px;
  width: 90px;
  text-align: center;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
  color: #8dc63f;
  font-size: 40px;
  margin: 0 auto;
  line-height: 60px;
  overflow: hidden;
}
.our-mission .column:hover .icon-box {
  border-color: #8dc63f;

}

.our-mission .icon-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25px;
  background: #f4f4f4;
  transition: .5s ease;
}
.our-mission .column:hover .icon-box:before {
  background-color: #8dc63f;
  transition: .5s ease;
}
.our-mission h4 {
  margin-top: 20px;
  margin-bottom: 15px;
  transition: .5s ease;
}
.our-mission .column:hover h4 {
  color: #8dc63f;
  transition: .5s ease;
}

.our-mission p {
  
}



/*** 

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

***/
.service .section-title h2 {
  line-height: 40px;
}
.service .service-item {
  margin-bottom: 30px;
  border: 1px solid #656464;
  padding: 28px 14px 25px;
  position: relative;
}

.service .service-item p span {
	font-weight:bold;
}
.iletisim-bilgileri{ text-align:left; margin:20px;}
.iletisim-bilgileri span{ text-align:left; margin-right:20px; width:10%; font-size:30px; height:50px; float:left; margin-top:8px; }
.iletisim-bilgileri p{  float:left; width:80%; margin-top:0px; }
.hakkimizda .icon-box {
  position: relative;
  height: 150px;
  width: 150px;
  margin: 40px auto 40px;
  line-height: 180px;

}
.hakkimizda .enerji-uretimi-grafik { text-align:center; margin:0px auto; background:#fafafa; height:100%; }
.hakkimizda .enerji-uretimi-grafik .icon-box {
	float:left;
  position: relative;
  height: 150px;
  width: 150px;
  text-align:center;
  margin: 70px 22px 40px;
  line-height: 180px;
}
.hakkimizda .enerji-uretim-info{ 
text-align:center;
	width:180px; 
	height:180px; 
	border:1px solid #656464; 
	border-radius:100%; 
	float:left;
	line-height: 180px;
	margin: 40px auto 40px;
	}
	.hakkimizda .enerji-uretim-info h3{     margin-top: 22%;
    font-size: 45px; font-family:'Open Sans', sans-serif; font-weight:bold; color:#679941; }
	.hakkimizda.about .content .enerji-uretim-info h4{ margin-top:5px;  margin-bottom:5px; font-size: 20px; font-family:'Open Sans', sans-serif; font-weight:bold; color:#656464; }
	.hakkimizda .enerji-uretimi-grafik .icon-box span {
  position: relative;
  color: #8dc63f;
  margin-top:20px;
  font-size: 120px;
}

	.hakkimizda .enerji-uretimi-grafik .icon-box img {
  position: relative;
  margin-top:-50%;

}

.hakkimizda .enerji-uretimi-grafik .icon-box.sagok{ text-align:center;}
	.hakkimizda .enerji-uretimi-grafik .icon-box.sagok span {
		margin-top:20px;
  position: relative;
  color: #656464;
  font-size: 90px;
}


#vizyon .hakkimizda .icon-box, #ilkelerimiz .hakkimizda .icon-box, #degerlerimiz .hakkimizda .icon-box, #our-values .hakkimizda .icon-box   {
  margin: 0px auto 40px;
  line-height: 180px;
}
#ilkelerimiz ul li, #degerlerimiz ul li, #our-principles ul li, #our-values ul li {
	list-style:disc; margin:15px 20px;
}

.hakkimizda .icon-box span {
  position: relative;
  color: #8dc63f;
  font-size: 150px;
}
.kc-elm{ position:relative; }

.zindex2{ z-index:2; position:relative;}
.section-zemin{ background:#fafafa; position:absolute; width:100%; height:145%; bottom:0; z-index:0;}
.text{ padding:0px 20px;}
.title-line-right{ position:absolute; right:0; top:100px; width:45%; height:70%; border-right:1px solid #999; border-top:1px solid #ccc; z-index:0;}
.title-line-left{ position:absolute; left:0; top:100px; width:45%; height:70%; border-left:1px solid #999; border-top:1px solid #ccc; z-index:0;}
#degerlerimiz .hakkimizda{ border:1px #ccc solid; padding:40px 40px 0px 40px; margin-bottom:60px; margin-top:60px;}
#our-values .hakkimizda{ border:1px #ccc solid; padding:40px 40px 0px 40px; margin-bottom:60px; margin-top:60px;}
#sertifikalar{background:#fafafa;}
.hakkimizda .icon-box:before {
position: absolute;
    content: "";
    
    height: 100%;
    width: 100%;
    left: 0;
    transition: .5s ease;
}








.service .service-item .icon-box {
  position: relative;
  height: 80px;
  width: 80px;
  margin: 17px auto 40px;
  line-height: 105px;
  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: 2px solid #679941;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    /* 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: 'museo700', 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;
}

/*** 

====================================================================
    single-service style
====================================================================

***/

.single-service .default-list li {
  font-size: 14px;
  margin-bottom: 10px;
  color: #999;
}

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


/*tab*/
.tabs-section{
  position:relative;
  padding:130px 0px 100px;
}

.tabs-section .column{
  margin-bottom:30px; 
}

.tabs-section .image-box img{
  width:100%;
  display:block;
}

.tabs-style-one .tab-buttons{
  position:relative;
}

.tabs-style-one .tab-buttons .tab-btn{
  position:relative;
  display:inline-block;
  padding: 13px 30px;
  margin:0px 0px 0px;
  cursor:pointer;
  font-size: 18px;
  text-align:center;
  color: #848484;
  border: 2px solid transparent;
  background-color:#f9f9f9;
  border-bottom: 0px;
  text-transform:capitalize;
  transition:all 300ms ease;
}

.tabs-style-one .tab-buttons .tab-btn.active-btn{
  color: #8dc63f;
  background: #ffffff;
  border-color: #8dc63f;
}

.tabs-style-one .tabs-content{
  position:relative;
  padding: 34px;
  padding-bottom: 0px;
  border: 1px solid #f4f4f4;
}

.tabs-style-one .tab .text-content{
  position:relative;
}

.tabs-style-one .tab .text-content .text{
  font-size:16px;
  line-height:1.8em;
  margin-bottom:15px;
  color:#777777;
  font-weight:300;
  font-family: 'Roboto', sans-serif;
}

.tabs-style-one.tabs-box{
  padding-right:15px;
}

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

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

.pie-value {
  display: block;
  position: absolute;
  font-size: 36px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  margin-left: -33px;
  left: 50%;
  font-weight: 300;
  font-family: 'museo700', sans-serif;
  line-height: 40px;
}
.knob {
  position: relative;
  text-align: center;
}

.skills {
  background: #fff;
  padding-top: 20px;
}

.skills p {
  padding: 25px 0 50px;
  color: #383838;
  font-size: 18px;
  font-family: 'museo700', sans-serif;
}


/*** 

====================================================================
    urgent-cause style
====================================================================

***/

.urgent-cause2 {
  position: relative;
}

.urgent-cause2 .section-title h2 {
  padding-bottom: 10px;
}
.urgent-cause2 .section-title p {
  padding-bottom: 20px;
}
.urgent-cause2.style-2 .cause-list .item {
  margin-bottom: 30px;
  position: relative;
}
.urgent-cause2 .with-mb {
  margin-bottom: 30px;
}
.urgent-cause2 .img-box {
  position: relative;
  overflow: hidden;
}
.urgent-cause2 .img-box .overlay {
  position: absolute;
  text-align: center;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.7);
  transition: .7s cubic-bezier(0.34, -0.13, 0.34, 1.1);
  opacity: 0;
  visibility: hidden;
}
.urgent-cause2 .img-box .overlay .inner-box {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.urgent-cause2 .img-box .overlay .inner-box .content-box {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.urgent-cause2 .item:hover .overlay {
    height: 100%;
    transition: .7s cubic-bezier(0.34, -0.13, 0.34, 1.1);
    opacity: 1;
    visibility: visible;
}
.urgent-cause2 .content {
  position: relative;
  padding: 20px;
  padding-bottom: 30px;
  border: 1px solid #f4f4f4;
  border-top: 0px;
}
.urgent-cause2 .content h4 {
  margin-bottom: 15px;
}
.urgent-cause2 .content .donate {
  font-family: 'museo700', serif;
  color: #999;
  font-size: 16px;
}
.urgent-cause2 .content .donate span {
  color: #8dc63f;
}
.urgent-cause2 .content p {
  margin-bottom: 18px;
}

.urgent-cause2 .content .thm-btn {
  line-height: 38px;
  border-radius: 0px 19px 19px 19px;
  padding: 0 20px;
  border: 0px;
  padding-right: 10px;
  background: #8dc63f;
  color: #fff;
}
.urgent-cause2 .content .thm-btn i {
  border-left: 1px solid #fff;
  padding: 11px 0 13px;
  padding-left: 8px;
  margin-left: 15px;
}
.urgent-cause2 .content .donator {
  color: #8dc63f;
  font-family: 'museo700', serif;
  font-size: 14px;
  margin-top: 10px;
  border-bottom: 1px solid #8dc63f;
  transition: .5s ease;
}

.urgent-cause2 .content:hover .donator {
  color: #8dc63f;
  border-color: #8dc63f;
  transition: .5s ease;
}



.urgent-cause2 .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 80px;
}

.urgent-cause2 .owl-theme .owl-nav [class*=owl-] {
  color: #303030;
  font-size: 15px;
  margin: 0 5px;
  padding: 0;
  background-color: transparent;
  height: 45px;
  border-radius: 50%;
  width: 45px;
  line-height: 41px;
  border: 2px solid #f4f4f4;
  font-weight: 700;
  text-align: center;
  margin-left: 1px;
  display: inline-block;
  transition: color .3s ease;
}

.urgent-cause2 .owl-theme .owl-nav [class*=owl-]:hover {
    color: #8dc63f;
    transition: .5s ease;
}

/*=======progress bar========*/

.urgent-cause2 .progress-box{
  position: relative;
  height: 7px;
  transition: .7s ease;
  padding: 35px 0 25px;
}

.urgent-cause2 .progress-box .bar{
  position:relative;
  width:100%;
  height:7px;
  background-color: #f7f7f7;
}

.urgent-cause2 .progress-box .bar-inner{
  position:relative;
  display:block;
  width:0%;
  height:7px;
  background-image: url(../images/resource/progress-bg.jpg);
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.urgent-cause2 .progress-box .count-text{
  position:absolute;
  text-align: center;
  right:0px;
  font-family: 'museo700', serif;
  margin-right:-23px;
  bottom:15px;
  width:46px;
  border-radius: 5px;
  height:26px;
  background:#8dc63f;
  color:#ffffff;
  line-height:26px;
  font-size:13px;
  font-weight:600;
  opacity:0;
  -webkit-transition:all 1000ms ease;
  -ms-transition:all 1000ms ease;
  -o-transition:all 1000ms ease;
  -moz-transition:all 1000ms ease;
  transition:all 1000ms ease;
}

.urgent-cause2 .progress-box .bar-inner.counted .count-text{
  opacity:1;
}

.urgent-cause2 .progress-box .count-text:after{
  content:'';
  position:absolute;
  left:50%;
  margin-left:-4px;
  top:100%;
  border:4px solid transparent;
  border-top:5px solid #8dc63f; 
}




/*======== cause list style =========*/

.urgent-cause2 .blog-sidebar .facebook-feed {
  background: #ebebeb;
}
.urgent-cause2 .blog-sidebar .facebook-feed .like-people {
  background: #fff;
}

.urgent-cause2.list-style {
  background: #ffffff;
}

.urgent-cause2 .cause-list-bg {
  position: relative;
}
.urgent-cause2.list-style .cause-list .item {
  display: block;
  margin-right: 50px;
}
.urgent-cause2 .cause-list-bg:before {
  position: absolute;
  content: "";
  width: 50000%;
  background: #fff;
  top: 0;
  border-right: 1px solid #f4f4f4;
  bottom: 0;
  right: 10px;
}

.urgent-cause2.list-style .cause-list .img-box {
  float: left;
  width: 45%;
}
.urgent-cause2.list-style .cause-list .img-box a {
  display: block;
}
.urgent-cause2.list-style .cause-list .img-box img {
  width: 100%;
}

.urgent-cause2.list-style .content {
  position: relative;
  float: left;
  width: 55%;
  border: 1px solid #f4f4f4;
  padding: 25px 30px 27px;
}

/*===== cause with sidebar ========*/
.urgent-cause.with-sidebar {
  background: #f7f7f7;
}

.urgent-cause.with-sidebar .cause-list-bg {
  padding-right: 100px;
}






/*** 

====================================================================
    urgent-cause style one
====================================================================

***/

.urgent-cause {
  position: relative;
}

.urgent-cause .section-title h2 {
  padding-bottom: 10px;
}
.urgent-cause .section-title p {
  padding-bottom: 20px;
}
.urgent-cause.style-2 .cause-list .item {
  margin-bottom: 30px;
  position: relative;
}
.urgent-cause .img-box {
  position: relative;
}
.urgent-cause .date {
  position: absolute;
  left: 25px;
  top: 25px;
  background: #8dc63f;
  color: #fff;
  font-family: 'museo700', serif;
  font-size: 14px;
  line-height: 35px;
  padding: 0 15px;
  height: 0px;
  opacity: 0;
  transition: .7s ease;
}
.urgent-cause .item:hover .date {
  height: 35px;
  opacity: 1;
  transition: .7s ease;
}
.urgent-cause .content {
  position: relative;
  padding: 20px;
  padding-bottom: 30px;
  border: 1px solid #f4f4f4;
  border-top: 0px;
}
.urgent-cause .content h4 {
  margin-bottom: 15px;
}
.urgent-cause .content .donate {
  font-family: 'museo700', serif;
  color: #999;
  font-size: 16px;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.urgent-cause .content .donate span {
  color: #8dc63f;
}
.urgent-cause .content p {
  margin-bottom: 18px;
}

.urgent-cause .content .thm-btn {
  line-height: 38px;
  border-radius: 0px 19px 19px 19px;
  padding: 0 20px;
  border: 0px;
  padding-right: 10px;
  background: #8dc63f;
  color: #fff;
}
.urgent-cause .content .thm-btn i {
  border-left: 1px solid #fff;
  padding: 11px 0 13px;
  padding-left: 8px;
  margin-left: 15px;
}
.urgent-cause .content .donator {
  color: #e87542;
  font-family: 'museo700', serif;
  font-size: 14px;
  margin-top: 10px;
  border-bottom: 1px solid #e87542;
  transition: .5s ease;
}

.urgent-cause .content:hover .donator {
  color: #8dc63f;
  border-color: #8dc63f;
  transition: .5s ease;
}



.urgent-cause .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 80px;
}

.urgent-cause .owl-theme .owl-nav [class*=owl-] {
  color: #303030;
  font-size: 15px;
  margin: 0 5px;
  padding: 0;
  background-color: transparent;
  height: 45px;
  border-radius: 50%;
  width: 45px;
  line-height: 41px;
  border: 2px solid #f4f4f4;
  font-weight: 700;
  text-align: center;
  margin-left: 1px;
  display: inline-block;
  transition: color .3s ease;
}

.urgent-cause .owl-theme .owl-nav [class*=owl-]:hover {
    color: #8dc63f;
    transition: .5s ease;
}

/*=======progress bar========*/

.urgent-cause .progress-box{
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  transition: .7s ease;
}
.urgent-cause .item:hover .progress-box{
  opacity: 1;
  height: 5px;
  visibility: visible;
  transition: .7s ease;
}
.urgent-cause .progress-box .bar{
  position:relative;
  width:100%;
  height:5px;
  background-image: url(images/resource/progress-bg2.jpg);
}

.urgent-cause .progress-box .bar-inner{
  position:relative;
  display:block;
  width:0px;
  height:5px;
  background-image: url(images/resource/progress-bg.jpg);
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.urgent-cause .progress-box .count-text{
  position:absolute;
  text-align: center;
  right:0px;
  font-family: 'museo700', serif;
  margin-right:-23px;
  bottom:15px;
  width:46px;
  height:26px;
  background:#8dc63f;
  color:#ffffff;
  line-height:26px;
  font-size:13px;
  font-weight:600;
  opacity:0;
  -webkit-transition:all 1000ms ease;
  -ms-transition:all 1000ms ease;
  -o-transition:all 1000ms ease;
  -moz-transition:all 1000ms ease;
  transition:all 1000ms ease; 
}

.urgent-cause .progress-box .bar-inner.counted .count-text{
  opacity:1;  
}

.urgent-cause .progress-box .count-text:after{
  content:'';
  position:absolute;
  left:50%;
  margin-left:-4px;
  top:100%;
  border:4px solid transparent;
  border-top:5px solid #8dc63f; 
}


/*======single cause========*/

.single-cause {
  background: #ffffff;
}
.single-cause .cause-area {
  padding-right: 100px;
}

.urgent-cause.single-cause .progress-box {
  visibility: visible;
  left: 160px;
  top: 29px;
  right: 30px;
  height: 5px;
  opacity: 1;
  background: #fff;
  padding: 21px 20px;
}
.urgent-cause.single-cause .content .donate {
  position: absolute;
  left: 30px;
  top: 30px;
}
.urgent-cause.single-cause .content {
  padding-left: 160px;
  padding-bottom: 79px;
  background: #f7f7f7;
}
.single-cause .text {
  position: relative;
}

.single-cause .thm-btn.style-2 {
  top: -50px;
}

.single-cause .list {
  margin-top: 25px;
}
.single-cause .list li {
  padding-bottom: 12px;
}

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

.single-cause .donator .img-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.single-cause .donator .caption h5 {
  position: absolute;
  line-height: 26px;
  padding: 9px 0px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  width: 100%;
  bottom: -100%;
  transition: .5s ease;
}

.single-cause .donator .img-box:hover h5 {
  bottom: 0px;
  transition: .5s ease;
}


/*share-box*/

.single-cause .share {
  position: relative;
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 8px;
  margin-top: 30px;
  margin-bottom: 70px;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.single-cause .share .tag-box span {
  font-size: 14px;
  color: #3F3E3E;
}
.single-cause .share .tag-box a {
  color: #8dc63f;
  font-size: 15px;
  transition: .3s ease;
  line-height: 30px;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
}
.single-cause .share .tag-box a:hover {
  color: #8dc63f;
  transition: .3s ease;
}

.single-cause .share .social-box span {
  color: #252525;
  margin-right: 13px;
  font-size: 18px;
  font-family: 'museo700', serif;
}
.single-cause .share .social {
  display: inline-block;
  margin-bottom: 0;
  margin-left: -2.5px;
}
.single-cause .share .social > li {
  padding-right: 0;
  margin: 0;
  padding-left: 0;
}
.single-cause .share .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;
}
.single-cause .share .social a:hover {
  color: #ffffff;
  background: #8dc63f;
  border-color: #8dc63f;
}



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

.single-cause .share .thm-btn.style-2 {
  top: -6px;
}


/*** 

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

***/
.fact-counter.style-1 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.fact-counter.style-1 .title {
  margin-bottom: 40px;
}
.fact-counter.style-1 .title h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 48px;
  margin-bottom: 15px;
}
.fact-counter.style-1 .title h1 span {
  color: #8dc63f;
}
.fact-counter.style-1 .title p {
  color: #e6e6e5;
}

.fact-counter.style-1 .item {
  position: relative;
  width: 144px;
  height: 144px;
  margin: 0 auto;
  border: 3px solid rgba(255, 255, 255, 0.05);
  text-align: center;
}

.fact-counter.style-1 .item:before {
  position: absolute;
  content: "";
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  border-radius: 50%;
  background: rgba(248, 184, 100, 0.11);
  border: 3px solid rgba(255, 255, 255, 0.05);
}

.fact-counter.style-1 .count-outer {
  font-size: 16px;
  color: #8dc63f;
  font-family: 'museo700', serif;
  margin-top: 40px;
  margin-bottom: 10px;
}
.fact-counter.style-1 h5 {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #e6e6e5;
}
.fact-counter.style-1 .link {
  margin-top: 40px;
}



/*** 

====================================================================
  Fact Counter two Section
====================================================================

***/

.fact-counter.style-2{
  position:relative;
  padding: 70px 0px 40px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  overflow:hidden;
  color:#ffffff;
  margin-bottom: 3px;
}

.fact-counter.style-2 .auto-container{
  position:relative;
  z-index:1;
}

.fact-counter.style-2 .column{
  position:relative;
  margin-bottom:40px;
  text-align:center;
  z-index:5;  
}
.fact-counter.style-2 .item {
  position: relative;
  background: #fbfbfb;
  padding: 17px 0 25px;
  border: 1px solid #f4f4f4;
}

.fact-counter.style-2 .column .icon {
  font-size: 40px;
  position: relative;
  right: 5px;
  margin-bottom: 5px;
  color: #8dc63f;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fact-counter.style-2 .count-outer{
  position:relative;
  font-size: 40px;
  font-weight: 400;
  padding: 0px 10px 5px;
  font-family: 'museo700', Sans-serif;
  color: #303030;
}
.fact-counter.style-2 .count-outer:before {
}

.fact-counter.style-2 .column .counter-title{
  position:relative;
  font-size: 18px;
  font-weight: 300;
  color: #8dc63f;
}







/*** 

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

***/


.about {
  position: relative;
}

.about .section-title p {
  font-size: 16px;
  margin: 10px 0 0;
}

.about .img-box {
  margin-bottom: 50px;
}
.about .content {
  margin-bottom: 50px;
}
.about .content h2 {
  font-weight: 700;
  position: relative;
  top: -6px;
  margin-bottom: 10px;
}
.about .content h4 {
  font-size: 20px;
  color: #8dc63f;
  margin-bottom: 15px;
}
.about .content p {margin-bottom: 25px;}

/*** 

====================================================================
    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;
      min-height: 275px;
}
.why-chooseus .item:hover {
  border-color: #8dc63f;
  transition: .5s ease;
}
.why-chooseus .inner-box {
     position: relative;
    text-align: center;
  
}
.why-chooseus .icon_box {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    color: #8dc63f;
    font-size: 30px;
    left: 50%;
    margin-left: -15px;
    bottom: 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;
}

/* ik form */

.attachment-form-container {

    padding: 20px;
    border-radius: 2px;
}

.input-row {
    margin-bottom: 20px;
    width: 100%;
}

.attachment-row {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.icon-add-more-attachemnt {
    float: right;
    margin-top: 10px;
    cursor: pointer;
}

.attachment-row .input-field {
    border: #8dc63f 1px solid;
}

.input-field {
    width: 100%;
    border-radius: 2px;
    padding: 10px;
    border: #8dc63f 1px solid;
    box-sizing: border-box;
}

.span-field {

    text-decoration: none;
}

.btn-submit {
    padding: 0px 20px;
    color: #f0f0f0;
    /* font-size: 0.9em; */
    width: 150px;
    border-radius: 20px;
    cursor: pointer;
}

.errorMessage {
    background-color: #ff0000;
    border: #8dc63f 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 20px;
}

.successMessage {
    background-color: #8dc63f;
    border: #8dc63f 1px solid;
    padding: 5px 10px;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    font-size: 0.9em;
}

.info {
    font-size: .8em;
    color: #FF6600;
    letter-spacing: 2px;
    padding-left: 5px;
}

/* ik form son */
.icon-box [class^="icon-"]:before{ margin-left:15px;}