/*
=============================================
	Table of content
=============================================

	1. General Style
	2. Heading Style
	3. Slider Style
	4. Button Style
	5. Nav Style
	6. About Style
	7. Contact Style
	8. Featured Box Style
	9. Accordion Style
	10. Tab Style
	11. Testimonial Style
	12. Campaign Style
	13. Team Style
	14. Pricing Style
	15. Gallery Style
	16. Blog Style
	17. Pagination Style
	18. Video Player Style
	19. CountTo Style
	20. ConutDown Style
	21. Progress Bar Style
	22. Testimonial Style
	23. Call To Action Style
	24. Client Style
	25. Widget Style
	26. Footer Style
	
/*-------------------------------------------
	1.0 General Style
-------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "PT Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.85;
  position: relative;
  color: #707070;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "PT Serif", serif;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  color: #707070;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
  color: inherit;
}

h1,
.h1 {
  font-size: 6.4rem;
}

h2,
.h2 {
  font-size: 4.8rem;
}

h3,
.h3 {
  font-size: 3.6rem;
}

h4,
.h4 {
  font-size: 2.8rem;
}

h5,
.h5 {
  font-size: 2.2rem;
}

h6,
.h6 {
  font-size: 1.8rem;
}

p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

a {
  display: inline-block;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #a1bf43;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  display: inline-block;
}

.primary-color {
  color: #a1bf43;
}

.primary-bg {
  background: #a1bf43;
}

.primary-bg h1,
.primary-bg .h1,
.primary-bg h2,
.primary-bg .h2,
.primary-bg h3,
.primary-bg .h3,
.primary-bg h4,
.primary-bg .h4,
.primary-bg h5,
.primary-bg .h5,
.primary-bg h6,
.primary-bg .h6 {
  color: #ffffff;
}

.white-text {
  color: #ffffff;
}

.white-text h1,
.white-text .h1,
.white-text h2,
.white-text .h2,
.white-text h3,
.white-text .h3,
.white-text h4,
.white-text .h4,
.white-text h5,
.white-text .h5,
.white-text h6,
.white-text .h6 {
  color: #ffffff;
}

.white-bg {
  background: #ffffff;
}

.grey-bg {
  background: #e7e7e7;
}

.litegrey-bg {
  background: #f7f7f7;
}

.fontcolor-bg {
  background: #707070;
  color: #ffffff;
}

.section-padding {
  padding: 120px 0;
}

.cpgn-post-details {
	padding-top: 50px;
}

.subheader-bg + .section-padding {
	padding-top: 120px;

}
.subheader-bgcolor {
	background: #707070;
}
.section-padding-top {
  padding-top: 120px;
}

.section-padding-bottom {
  padding-bottom: 120px;
}

.section-padding-60 {
  padding: 60px 0;
}

.section-padding-90 {
  padding: 90px 0;
}

.section-padding-top-60 {
  padding-top: 60px;
}

.section-padding-bottom-60 {
  padding-bottom: 60px;
}

.margin-balance {
  margin-bottom: -30px;
  zoom: 1;
  position: relative;
  overflow: hidden;
}

.section-wrapper + .section-wrapper {
  margin-top: 55px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-60 {
  padding-top: 60px;
}

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

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

.m-0 {
  margin: 0;
}

.fix {
  clear: both;
}
select:focus {
	border-color: rgba(161, 191, 67, 0.2);
}
.post-details.section-wrapper {
	display: inline-block;
	width: 100%;
}

/*------------------------------------------
	Responsive
-------------------------------------------*/
@media (max-width: 991px) {
  .section-padding {
    padding: 60px 0;
  }
  .section-padding-90 {
    padding: 60px 0;
  }
  .section-padding-top {
    padding-top: 60px;
  }
  .section-padding-bottom {
    padding-bottom: 60px;
  }
  .section-padding-60 {
    padding: 40px 0;
  }
  .section-padding-top-60 {
    padding-top: 40px;
  }
  .section-wrapper + .section-wrapper {
    margin-top: 40px;
  }
  .right-content-sm {
    margin-top: 30px;
  }
  .working-process {
	  margin-top: 30px;
  }
  .greenest-featured-campaign {
	  margin-bottom: 30px;
  }
  .greennest-progressbar {
	  margin-top: 40px;
  }
  .call-to-action-form form {
	  max-width: 100%;
  }
}

@media all and (max-width: 767px) {
  .right-content {
    margin-top: 30px;
  }
  h1,
  .h1 {
    font-size: 4.8rem;
  }
  h2,
  .h2 {
    font-size: 3.6rem;
  }
  h3,
  .h3 {
    font-size: 3.2rem;
  }
  h4,
  .h4 {
    font-size: 2.4rem;
  }
  h5,
  .h5 {
    font-size: 2.2rem;
  }
  h6,
  .h6 {
    font-size: 1.8rem;
  }
  .section-wrapper + .section-wrapper {
    margin-top: 30px;
  }
}

/*-------------------------------------------
	2.0 Heading Style
-------------------------------------------*/
.section-heading {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 22px;
}

.section-heading:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 30px;
  bottom: 0;
  left: 0;
  background: #a1bf43;
}

.section-heading.text-center:before {
  left: 50%;
  margin-left: -15px;
}

.section-heading h2 {
  margin-bottom: 15px;
}

.section-heading p {
  max-width: 700px;
  margin: 0 auto;
}

.subheader-bg {
  
  background-size: cover;
}

.subheader-bg .subheader {
  padding: 140px 0;
  background: rgba(0, 0, 0, 0.3);
}

.subheader-bg .subheader .page-title {
  text-transform: uppercase;
  color: #ffffff;
}

.subheader-bg .subheader .breadcrumb {
  background: transparent;
  padding: 0;
  font-size: 0;
}

.subheader-bg .subheader .breadcrumb li {
  font-size: 1.8rem;
  font-family: "PT Serif", serif;
  font-style: italic;
  color: #a1bf43;
}

.subheader-bg .subheader .breadcrumb li a {
  color: inherit;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.subheader-bg .subheader .breadcrumb li a:hover {
  color: #ffffff;
}

.subheader-bg .subheader .breadcrumb li + li:before {
  content: "-";
  color: #a1bf43;
}

@media all and (max-width: 991px) {
  .subheader-bg .subheader {
    padding: 100px 0;
  }
}

@media all and (max-width: 767px) {
  .section-heading {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}

/*-------------------------------------------
	3.0 Slider Style
-------------------------------------------*/
.banner-carousel .slider-bg-1 {
  background: url(../images/slider/slider-1.jpg) no-repeat center center;
  background-size: cover;
}

.banner-carousel .slider-bg-2 {
  background: url(../images/slider/slider-2.jpg) no-repeat center center;
  background-size: cover;
}

.banner-carousel .slider-bg-3 {
  background: url(../images/slider/slider-3.jpg) no-repeat center center;
  background-size: cover;
}

.banner-carousel .slider-bg {
  background: rgba(0, 0, 0, 0.3);
}

.banner-carousel {
  position: relative;
}

.banner-carousel:hover .owl-buttons .owl-next,
.banner-carousel:hover .owl-buttons .owl-prev {
  opacity: 1;
}

.banner-carousel .owl-buttons .owl-prev,
.banner-carousel .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  color: #ffffff;
  text-align: center;
  background: rgba(161, 191, 67, 0.3);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  height: 70px;
  width: 35px;
  line-height: 70px;
}

.banner-carousel .owl-buttons .owl-prev:hover,
.banner-carousel .owl-buttons .owl-next:hover {
  background: #a1bf43;
}

.banner-carousel .owl-buttons .owl-prev {
  left: 0;
}

.banner-carousel .owl-buttons .owl-next {
  right: 0;
}

.banner-carousel .banner-wrapper {
  height: 800px;
  position: relative;
}

.banner-carousel .banner-wrapper .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 650px;
}

.banner-carousel .banner-wrapper .banner-content h4 {
  font-weight: 400;
  font-style: italic;
  color: #a1bf43;
}

.banner-carousel .banner-wrapper .banner-content h1 {
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
}

.banner-carousel .banner-wrapper .banner-content .carousel-button {
  margin-top: 35px;
}

.banner-carousel .banner-wrapper .banner-content .carousel-button .button.primary-bg:hover {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

@media all and (max-width: 991px) {
  .banner-carousel .banner-wrapper {
    height: 600px;
  }
  .banner-carousel .banner-wrapper .banner-content {
    padding: 0 40px;
  }
}

@media all and (max-width: 579px) {
  .banner-carousel .banner-wrapper {
    height: 600px;
  }
  .banner-carousel .banner-wrapper .banner-content {
    padding: 0;
  }
  .banner-carousel .banner-wrapper .banner-content h1 br {
    display: none;
    visibility: hidden;
  }
}

/*-------------------------------------------
	4.0 Button Style
-------------------------------------------*/
.buttons-collumn .button {
  margin-bottom: 30px;
  margin-right: 20px;
}

.button {
  padding: 8px 35px;
  border: 0;
  border-radius: 30px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.button.primary-bg {
  background: #a1bf43;
  color: #ffffff;
  border: 1px solid #a1bf43;
}

.button.primary-bg:hover {
  background: transparent;
  color: #a1bf43;
}

.button.white-bg {
  background: #ffffff;
  color: #a1bf43;
  border: 1px solid #ffffff;
}

.button.white-bg:hover {
  background: transparent;
  color: #ffffff;
}

.button.primary-border.white-bg:hover {
  background: #a1bf43;
  color: #ffffff;
}

.button.fontcolor-bg:hover {
  border: 1px solid #707070;
  background: transparent;
  color: #707070;
}

.button.fontcolor-border.white-bg:hover {
  background: #707070;
  color: #ffffff;
}

.button.primary-border {
  border: 1px solid #a1bf43;
}

.button.fontcolor-border {
  border: 1px solid #707070;
}

.button.button-sm {
  padding: 3px 30px;
}

.button.button-lg {
  padding: 12px 40px;
  font-size: 1.6rem;
}

.button.white-bg {
  color: #707070;
}

.button.fontcolor-bg {
  background: #707070;
  border: 1px solid #707070;
  color: #ffffff;
}

@media all and (max-width: 579px) {
  .buttons-collumn a {
    display: inline-block;
  }
}

/*-------------------------------------------
	5.0 Nav Style
-------------------------------------------*/
.header-top-contact ul {
  padding: 12px 0;
  margin: 0;
  list-style: none;
}

.header-top-contact ul li {
  display: inline-block;
}

.header-top-contact ul li i.fa {
  color: #a1bf43;
}

.header-top-contact ul li + li {
  margin-left: 40px;
}

.header-top-nav {
  padding: 9px 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}

.header-top-nav li {
  display: inline-block;
}

.header-top-nav li.set-language {
  background: transparent;
}

.header-top-nav li.set-language .btn-default {
  background: transparent;
  font-size: 1.4rem;
  color: #ffffff;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-top-nav li.set-language .btn-default:focus {
  background: transparent;
  border: none;
  color: #ffffff;
}

.header-top-nav li.set-language .dropdown-menu {
  padding: 10px;
  z-index: 9999999999;
}

.header-top-nav li.set-language .dropdown-menu li {
  display: block;
  padding: 0;
}

.header-top-nav li.set-language .dropdown-menu li a {
  padding: 6px 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.header-top-nav li.set-language .dropdown-menu li a:hover {
  background: #a1bf43;
  padding: 6px 0 6px 15px;
  color: #ffffff;
}

.header-top-nav li .button {
  font-size: 1.2rem;
  padding: 3px 20px;
}

.header-top-nav li .button.white-text:focus {
  color: #ffffff;
}

.header-top-nav li .button.white-text:hover {
  color: white;
  background: #a1bf43;
}

.header-top-nav li .button.primary-bg:hover {
  background: #ffffff;
  color: #a1bf43;
  border: 1px solid #ffffff;
}

.header-top-nav > li + li {
  margin-left: 10px;
}

header {
  position: relative;
  border-bottom: 1px solid rgba(161, 191, 67, 0.2);
}

header .nest-nav {
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  background: #ffffff;
  height: auto;
}

header .nest-nav .navbar-header {
  padding: 22px 0;
}

header .nest-nav .navbar-header .search-toggle-mobile {
  display: none;
  visibility: hidden;
}

header .nest-nav .navbar-header .navbar-brand {
  padding: 0;
  margin: 0;
  height: auto;
}

header .nest-nav .navbar-header .navbar-brand img {
  height: 36px;
}

header .nest-nav .collapse .navbar-nav li a {
  padding: 30px 15px;
  font-size: 1.6rem;
}

header .nest-nav .collapse .navbar-nav li a:hover,
header .nest-nav .collapse .navbar-nav li.active a {
  color: #a1bf43;
  background: transparent;
}

header .nest-nav .collapse .navbar-nav li a.button {
  padding: 8px 20px;
  color: #ffffff;
  border: 1px solid #a1bf43;
  margin: 20px 0;
}

header .nest-nav .collapse .navbar-nav li a.button:hover {
  border: 1px solid #a1bf43;
  color: #a1bf43;
}

header .nest-nav .collapse .navbar-nav li.search-toggle a {
  color: #a1bf43;
}

header .nest-nav .collapse .navbar-nav li.dropdown:hover:before {
  color: #a1bf43;
}

header .nest-nav .collapse .navbar-nav li.dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

header .nest-nav .collapse .navbar-nav li.dropdown .dropdown-menu {
  display: block;
  padding: 15px 10px;
  margin: 0;
  min-width: 210px;
  list-style: none;
  border: none;
  border-radius: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

header .nest-nav .collapse .navbar-nav li.dropdown .dropdown-menu li .mega-items {
  padding: 0;
  margin: 0;
  list-style: none;
}

header .nest-nav .collapse .navbar-nav li.dropdown .dropdown-menu > li > a {
  color: #111111;
  padding: 6px 10px;
}

header .nest-nav .collapse .navbar-nav li.dropdown .dropdown-menu > li > a:hover {
  color: #ffffff;
  background: #a1bf43;
}

header .nest-nav .collapse .navbar-nav li.dropdown .dropdown-menu li a {
  color: #111111;
}

header .nest-nav .collapse .navbar-nav li.dropdown .dropdown-menu li.active a {
  color: #ffffff;
  background: #a1bf43;
}

header .nest-nav .collapse .navbar-nav li.dropdown .dropdown-menu .dropdown:before {
  top: 4px;
  color: #a1bf43;
}

header .nest-nav .collapse .navbar-nav li.dropdown .dropdown-menu .dropdown a {
  clear: none;
}

header .nest-nav .collapse .navbar-nav li.dropdown .dropdown-menu .dropdown-menu {
  left: auto;
  right: 100%;
}

header .nest-nav .collapse .navbar-nav li.dropdown .dropdown-menu .dropdown-menu .dropdown-menu {
  left: auto;
  right: 100%;
}

header .nest-nav .collapse .navbar-nav li.dropdown .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
  left: auto;
  right: 100%;
}

header .nest-nav .collapse .navbar-nav li.dropdown .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
  left: 100%;
  right: auto;
}

header .nest-nav .collapse .navbar-nav li.dropdown .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
  left: 100%;
  right: auto;
}


header .nest-nav .collapse .navbar-nav li.dropdown .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
  left: 100%;
  right: auto;
}

header .nest-nav .collapse .navbar-nav li.dropdown .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
  left: auto;
  right: 100%;
}

header .nest-nav .collapse .navbar-nav li.dropdown .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
  left: auto;
  right: 100%;
}

header .nest-nav .collapse .navbar-nav li:first-child .dropdown-menu,
header .nest-nav .collapse .navbar-nav .dropdown-menu {
  right: auto;
  left: 0;
}


header .nest-nav .collapse .navbar-nav li:last-child .dropdown-menu {
  right: 0;
  left: auto;
}

header .nest-nav .collapse .navbar-nav li:first-child .dropdown-menu .dropdown-menu,
header .nest-nav .collapse .navbar-nav li:nth-child(2) .dropdown-menu .dropdown-menu {
  right: auto;
  left: 100%;
}

header .nest-nav .collapse .navbar-nav li:first-child .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu,
header .nest-nav .collapse .navbar-nav li:nth-child(2) .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
  right: 100%;
  left: auto;
}

header .nest-nav .collapse .navbar-nav li:first-child .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu,
header .nest-nav .collapse .navbar-nav li:nth-child(2) .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
  right: 100%;
  left: auto;
}

header .nest-nav .collapse .navbar-nav li:first-child .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu,
header .nest-nav .collapse .navbar-nav li:nth-child(2) .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
  right: auto;
  left: 100%;
}

.navbar-right .dropdown-menu>.active>a{
  background-color:#a1bf43; 
}

header .nest-nav.nest-nav-transparent {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header .nest-nav.nest-nav-transparent .collapse .navbar-nav li a {
  color: #ffffff;
}

header .nest-nav.nest-nav-transparent .collapse .navbar-nav li a.button:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.header-search {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  padding: 120px 0;
  background: #a1bf43;
  z-index: 9999999999;
  display: none;
}

.header-search h3 {
  color: #ffffff;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.header-search form input {
  height: 50px;
  width: 100%;
  padding: 0 30px;
  background: #ffffff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 25px;
  outline: none;
}

@media (max-width: 1199px) and (min-width: 992px) {
  header .nest-nav .collapse .navbar-nav li a {
    padding: 30px 10px;
  }
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
    margin-right: 0;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
    margin-right: 0;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  header .nest-nav .navbar-header {
    padding: 7px 0;
  }
  header .nest-nav .navbar-header .search-toggle-mobile {
    display: inline-block;
    visibility: visible;
    float: right;
    margin-right: 20px;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #a1bf43;
    outline: none;
    margin-top: 4px;
  }
  header .nest-nav .navbar-header .navbar-toggle {
    margin: 0;
    border: 1px solid #a1bf43;
    border-radius: 0;
    background: #a1bf43;
  }
  header .nest-nav .navbar-header .navbar-toggle .icon-bar {
    background: #ffffff;
  }
  header .nest-nav .navbar-header .navbar-toggle.collapsed {
    margin: 0;
    border: 1px solid #a1bf43;
    border-radius: 0;
    background: transparent;
  }
  header .nest-nav .navbar-header .navbar-toggle.collapsed .icon-bar {
    background: #a1bf43;
  }
  header .nest-nav .navbar-collapse {
    padding: 15px;
    position: absolute;
    background: #a1bf43;
    left: 15px;
    right: 15px;
    z-index: 999;
  }
  header .nest-nav .navbar-collapse .navbar-nav li {
    clear: both;
  }
  header .nest-nav .navbar-collapse .navbar-nav li a {
    padding: 8px 0;
    font-size: 1.6rem;
    color: #ffffff;
    display: inline-block;
  }
  header .nest-nav .navbar-collapse .navbar-nav li a.button {
    padding: 8px 20px;
    color: #a1bf43;
    background: #ffffff;
    border: 1px solid #ffffff;
    margin: 20px 0;
  }
  header .nest-nav .navbar-collapse .navbar-nav li a.button:hover {
    border: 1px solid #ffffff;
    color: #a1bf43;
  }
  header .nest-nav .navbar-collapse .navbar-nav li.search-toggle a {
    color: #a1bf43;
  }
  header .nest-nav .navbar-collapse .navbar-nav li.dropdown {
    position: relative;
    clear: both;
  }
  header .nest-nav .navbar-collapse .navbar-nav li.dropdown:hover:before {
    color: #ffffff;
  }
  header .nest-nav .navbar-collapse .navbar-nav li.dropdown:before {
    position: absolute;
    content: '\f067';
    font-family: FontAwesome;
    right: 0;
    top: 6px;
    color: #ffffff;
  }
  header .nest-nav .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
    display: none;
    position: static;
    background: #ffffff;
    clear: both;
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  header .nest-nav .navbar-collapse .navbar-nav li.dropdown .dropdown-menu > li > a {
    color: #a1bf43;
    padding: 6px 10px;
  }
  header .nest-nav .navbar-collapse .navbar-nav li.dropdown .dropdown-menu > li > a:hover {
    color: #ffffff;
    padding-left: 20px;
  }
  header .nest-nav .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a {
    color: #a1bf43;
  }
  header .nest-nav .navbar-collapse .navbar-nav li.dropdown .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
  }
  .header-search {
    top: 50px;
  }
}

@media all and (max-width: 767px) {
  .header-top-contact ul li + li {
    margin-left: 20px;
  }
  header .nest-nav .navbar-collapse .navbar-nav {
    margin: 0;
  }
}

@media all and (max-width: 639px) {
  .cpg-navigation-top .col-xs-6 {
    width: 100%;
  }
  .header-top-contact ul {
    text-align: center;
  }
  .header-top-contact ul li {
    margin: 0 10px;
  }
  .header-top-contact ul li + li {
    margin-left: 0;
  }
  .header-top-nav {
    text-align: center;
  }
  .header-top-nav li {
    margin: 0 10px;
  }
  .header-top-nav > li + li {
    margin-left: 0;
  }
}
@media all and (max-width: 1024px) {
	header .nest-nav .collapse .navbar-nav li.dropdown .dropdown-menu{
		min-width: 180px;
	}
}
/*-------------------------------------------
	6.0 About Style
-------------------------------------------*/
.join-us-bg {
  background: url(../images/bg/join-us-bg.jpg) no-repeat center top;
  background-size: cover;
}

.join-us-bg .cpgt-join-us {
  background: rgba(0, 0, 0, 0.5);
}

.join-us-block h6 {
  position: relative;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.join-us-block h6:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  height: 3px;
  width: 30px;
  background: #ffffff;
}

.join-us-block h3 {
  margin-bottom: 30px;
}

.join-us-block .primary-bg:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.about-content h3 {
  text-transform: uppercase;
  margin-bottom: 12px;
}

.about-content p + p {
  margin-top: 10px;
}

.about-content .button {
  margin-top: 15px;
}

.company-details-bg {
  background: url(../images/bg/company-details-bg.jpg) no-repeat center center;
  background-size: cover;
}

.company-details-bg .cpgt-company-details {
  background: rgba(0, 0, 0, 0.5);
}

.who-we-are-block.white-bg h6:before {
  background: #a1bf43;
}

.who-we-are-block h6 {
  position: relative;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.who-we-are-block h6:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 30px;
  background: #a1bf43;
}

.who-we-are-block h3 {
  margin-bottom: 20px;
}

.who-we-are-block .button {
  margin-top: 30px;
}

.who-we-are-block .button.white-bg {
  color: #a1bf43;
}

.who-we-are-block .button.white-bg:hover {
  color: #ffffff;
}

.who-we-are-block .button.primary-bg:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.our-goal .goal {
  position: relative;
  padding-left: 70px;
}

.our-goal .goal span {
  position: absolute;
  top: 5px;
  left: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #a1bf43;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
}

.our-goal .goal h6 {
  margin-bottom: 5px;
}

.our-goal .goal + .goal {
  margin-top: 30px;
}

.goal-grid {
  background: #e7e7e7;
  padding: 60px 40px;
}

.goal-grid h4 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.goal-grid h4:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 30px;
  background: #a1bf43;
}

.how-we-work h3 {
  color: #a1bf43;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.how-we-work .button {
  padding: 8px 30px;
  margin-top: 20px;
  text-transform: uppercase;
}

.working-process .process-wrap {
  width: 170px;
  height: 170px;
  background: #a1bf43;
  border-radius: 50%;
  position: relative;
  float: left;
  margin-right: 15px;
}

.working-process .process-wrap .process {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.working-process .process-wrap .process img {
  margin: 0 auto;
}

.working-process .process-wrap .process h6 {
  color: #ffffff;
  font-weight: 400;
  margin-top: 5px;
}

.what-we-do {
  padding: 40px 20px;
  margin-bottom: 30px;
}

.what-we-do h6 {
  position: relative;
  padding-top: 15px;
  margin-top: 15px;
  font-weight: 400;
}

.what-we-do h6:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 3px;
  width: 30px;
  background: #ffffff;
}

.our-involvement-block {
  position: relative;
}

.our-involvement-block .image-half-thumb {
  margin-right: 15px;
}

.our-involvement-block .our-involbement {
   padding: 60px 30px;
  margin-left: 15px;
}

.our-involvement-block .our-involbement h4 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.our-involvement-block .our-involbement h4:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 30px;
  background: #ffffff;
}

.our-involvement-block .our-involbement ul {
  padding: 15px 0 0;
  margin: 0;
  list-style: none;
}

.our-involvement-block .our-involbement ul li {
  margin: 0 0 0 10px;
}

.our-involvement-block .our-involbement ul li:before {
  content: "\f0da";
  font-family: FontAwesome;
  margin: 0 5px 0 -10px;
}

@media all and (max-width: 1199px) {
  .working-process .process-wrap {
    width: 135px;
    height: 135px;
  }
  .our-involvement-block .our-involbement {
    padding: 20px;
  }
  .greennest-campagin {
	  max-width: 100%;
	  height: 230px;
  }
}

@media all and (max-width: 991px) {
  .goal-grid {
    padding: 30px 20px;
  }
  .our-involvement-block .our-involbement {
    padding: 30px 20px;
  }
  .navbar-default .navbar-nav>.active>a {
	   background: none;
  }
  header .nest-nav .collapse .navbar-nav li a:hover,
  header .nest-nav .collapse .navbar-nav li.active a {
	  color: #fff;
	  background: none;
  }
  header .nest-nav .navbar-header {
    padding: 15px 15px;
  }
  .greennest-campagin {
	  height: auto;
  }
}

@media all and (max-width: 767px) {
  .what-we-do {
    text-align: center;
  }
  .what-we-do img {
    margin: 0 auto;
  }
  .what-we-do h6:before {
    left: 50%;
    margin-left: -15px;
  }
  .working-process .process-wrap {
	width: 100%;
	height: 150px;
	border-radius: 0;
	margin-left: 0;
	margin-right: 0;
  }
  .how-we-work {
	  text-align: center;
  }
  .cpg-navigation-top {
	  padding-top: 20px;
	  padding-bottom: 20px;
  }
}

@media all and (max-width: 539px) {
  .working-process .process-wrap {
    margin: 10px 0;
  }
}

/*-------------------------------------------
	7.0 Contact Style
-------------------------------------------*/
.contact-details-block .contact {
  background: #f7f7f7;
  padding: 30px;
}

.contact-details-block .contact h5 {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.contact-details-block .contact h5:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 30px;
  background: #a1bf43;
}

.contact-details-block .contact p {
  margin-bottom: 0;
}

.contact-details-block .contact + .contact {
  margin-top: 30px;
}

.google-map {
  height: 557px;
}

.contact-form-block {
  text-align: center;
}

.contact-form-block .form-group {
  margin-bottom: 30px;
}

.contact-form-block .form-group .form-control {
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  padding: 0 20px;
}

.contact-form-block .form-group textarea.form-control {
  height: 100px;
  padding: 10px 20px;
}

@media all and (max-width: 991px) {
  .google-map {
    height: 400px;
  }
}

@media all and (max-width: 579px) {
  .contact-form-block .col-xs-6 {
    width: 100%;
  }
}

/*-------------------------------------------
	8.0 Featured Box Style
-------------------------------------------*/
.featured-boxes .featured-box {
  border: 1px solid #e7e7e7;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.featured-boxes .featured-box:hover {
  background: #a1bf43;
  color: #ffffff;
}

.featured-boxes .featured-box:hover span {
  background: #ffffff;
  color: #a1bf43;
}

.featured-boxes .featured-box:hover h6 {
  color: #ffffff;
}

.featured-boxes .featured-box span {
  float: left;
  margin-right: 20px;
  height: 50px;
  width: 50px;
  font-size: 1.8rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: #a1bf43;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
}

.featured-boxes .featured-box .feature-body {
  float: left;
  width: calc(100% - 70px);
}

.featured-boxes .featured-box .feature-body h6 {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media all and (max-width: 379px) {
  .featured-boxes .featured-box span {
    float: none;
    display: block;
    margin-bottom: 20px;
  }
  .featured-boxes .featured-box .feature-body {
    float: none;
    width: 100%;
  }
  .featured-boxes .featured-box .feature-body h6 {
    margin-bottom: 10px;
  }
}

/*-------------------------------------------
	9.0 Accordion Style
-------------------------------------------*/
.accordion-default .panel-group .panel {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 1px solid #e7e7e7;
}

.accordion-default .panel-group .panel .panel-heading {
  padding: 0;
  border-radius: 0;
  background: transparent;
  position: relative;
  border: 0;
}

.accordion-default .panel-group .panel .panel-heading .panel-title {
  position: relative;
}

.accordion-default .panel-group .panel .panel-heading .panel-title a {
  line-height: 42px;
  display: block;
  padding: 18px 30px;
  border-radius: 0;
  position: relative;
}

.accordion-default .panel-group .panel .panel-heading .panel-title a:after {
  position: absolute;
  font-family: FontAwesome;
  right: 30px;
  top: 20px;
}

.accordion-default .panel-group .panel .panel-heading .panel-title a[aria-expanded=true]:after {
  content: '\f068';
}

.accordion-default .panel-group .panel .panel-heading .panel-title a[aria-expanded=false]:after {
  content: '\f067';
}

.accordion-default .panel-group .panel .panel-body {
  padding: 0 30px 20px;
  border-top: 0;
}

.accordion-default .panel-group .panel .panel-body img {
  width: 160px;
  float: left;
  margin-right: 15px;
}

.accordion-default .panel-group .panel .panel-body img + p {
  float: left;
  width: calc(100% - 175px);
}

.accordion-default .panel-group .panel + .panel {
  margin-top: 30px;
}

.accordion-default.accordion-background .panel-group .panel {
  background: #a1bf43;
  border: 1px solid #e7e7e7;
}

.accordion-default.accordion-background .panel-group .panel .panel-heading .panel-title a {
  color: #ffffff;
}

.accordion-default.accordion-background .panel-group .panel .panel-heading .panel-title a:after {
  color: #ffffff;
}

.accordion-default.accordion-background .panel-group .panel .panel-heading .panel-title a.collapsed {
  background: #e7e7e7;
  color: #707070;
}

.accordion-default.accordion-background .panel-group .panel .panel-heading .panel-title a.collapsed:after {
  color: #707070;
}

.accordion-default.accordion-background .panel-group .panel .panel-body {
  color: #ffffff;
}

.accordion-default.accordion-border .panel-group .panel {
  background: #ffffff;
  border: 0;
}

.accordion-default.accordion-border .panel-group .panel .panel-heading .panel-title a {
  color: #a1bf43;
  border: 1px solid #a1bf43;
  border-bottom: 0;
}

.accordion-default.accordion-border .panel-group .panel .panel-heading .panel-title a:after {
  color: #a1bf43;
}

.accordion-default.accordion-border .panel-group .panel .panel-heading .panel-title a.collapsed {
  color: #707070;
  border: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.accordion-default.accordion-border .panel-group .panel .panel-collapse {
  border: 1px solid #a1bf43;
  border-top: 0;
}

@media all and (max-width: 991px) {
  .accordion-default .panel-group .panel .panel-heading .panel-title a {
    padding: 15px 30px 15px 20px;
    line-height: 1.6;
  }
  .accordion-default .panel-group .panel .panel-heading .panel-title a:after {
    right: 20px;
    top: 16px;
  }
  .accordion-default .panel-group .panel .panel-body {
    padding: 0 20px 20px;
  }
}

/*-------------------------------------------
	10.0 Tab Style
-------------------------------------------*/
.tab-default .nav-tabs {
  border-bottom: 0;
}

.tab-default .nav-tabs li {
  margin-bottom: 0;
}

.tab-default .nav-tabs li.active:focus, .tab-default .nav-tabs li.active:hover {
  border: 0;
  padding: 0;
}

.tab-default .nav-tabs li.active:focus a, .tab-default .nav-tabs li.active:hover a {
  border: 0;
}

.tab-default .nav-tabs li.active a {
  color: #ffffff;
  background: #a1bf43;
  border: 0;
}

.tab-default .nav-tabs li a {
  border: 0;
  background: #e7e7e7;
  color: #707070;
  margin-right: 10px;
  border-radius: 0;
  padding: 10px 30px;
}

.tab-default .nav-tabs li a:hover {
  border: 0;
}

.tab-default .nav-tabs li a i.fa {
  font-size: 1.4rem;
}

.tab-default .tab-content {
  padding: 20px 0;
}

.tab-default .tab-content .tab-box .thumb {
  margin-bottom: 20px;
}

.tab-default .tab-content .tab-box .video-modal {
  background-size: cover;
  text-align: center;
  padding: 50px 0;
}

.tab-default .tab-content .tab-box .video-modal .tab-play-button {
  background: transparent;
  padding: 0;
  line-height: 1;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #ffffff;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  outline: none;
}

.tab-default .tab-content .tab-box .video-modal .tab-play-button i.fa {
  font-size: 1.4rem;
  color: #a1bf43;
  line-height: 80px;
}

.tab-default .tab-content .tab-box p + .download {
  margin-top: 20px;
}

@media all and (max-width: 439px) {
  .tab-default .nav-tabs li a {
    padding: 10px 15px;
    margin-right: 5px;
  }
}

/*-------------------------------------------
	12.0 Campaign Style
-------------------------------------------*/
.campaign-big-bg-block {
  
  background-size: cover;
  padding: 60px 45px;
}

.campaign-big-bg-block h6 {
  font-weight: 400;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}

.campaign-big-bg-block h6:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 30px;
  background: #ffffff;
}

.campaign-big-bg-block .content {
  margin-top: 20px;
}

.campaign-big-bg-block .target {
  padding: 0;
  margin: 20px 0 30px;
  list-style: none;
}

.campaigns .campaign {
  border: 1px solid #e7e7e7;
}

.campaigns .campaign:hover .campaign-body h6 a {
  color: #a1bf43;
}

.campaigns .campaign .thumb {
  float: left;
  width: 209px;
  margin-right: 20px;
}

.campaigns .campaign .campaign-body {
  float: left;
  width: calc(100% - 230px);
  padding: 20px 20px 0;
}

.campaigns .campaign .campaign-body h6 {
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 10px;
}

.campaigns .campaign .campaign-body h6:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 30px;
  background: #a1bf43;
}

.campaigns .campaign .campaign-body h6 a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.campaigns .campaign .campaign-body .target {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.campaigns .campaign .campaign-body .target li {
  color: #a1bf43;
}

.campaigns .campaign .campaign-body .target li b {
  color: #707070;
}

.campaigns .campaign .campaign-body .button {
  padding: 3px 30px;
}

.campaigns .campaign + .campaign {
  margin-top: 30px;
}

.campaign-grid-item {
  margin-bottom: 30px;
  border: 1px solid #e7e7e7;
  min-height:407px;
}

.campaign-grid-item.large-campaign:hover .body h3 a {
  color: #a1bf43;
}

.campaign-grid-item.large-campaign .body h3 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.campaign-grid-item.large-campaign .body h3:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 30px;
  background: #a1bf43;
  content: "";
}

.campaign-grid-item.large-campaign .body .button {
  padding: 8px 30px;
}

.campaign-grid-item:hover .body h6 a {
  color: #a1bf43;
}

.campaign-grid-item .thumb a {
  display: block;
}

.campaign-grid-item .body {
  padding: 30px 40px;
}

.campaign-grid-item .body h6 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.campaign-grid-item .body h6:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 30px;
  background: #a1bf43;
  content: "";
}

.campaign-grid-item .body h6 a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.campaign-grid-item .body .target {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.campaign-grid-item .body .target li {
  color: #a1bf43;
}

.campaign-grid-item .body .target li b {
  color: #707070;
}

.campaign-grid-item .body .button {
  padding: 3px 30px;
}

.featured-campaign {
  position: relative;
  overflow: hidden;
  min-height:407px;
}

.featured-campaign:hover .content h6 a {
  color: #a1bf43;
}
.featured-campaign .thumb {
  float: left;
  width: 52%;
  height: 100%;
}


.featured-campaign .content {
  float: right;
  width: 48%;
  padding: 45px 40px;
  background: #f7f7f7;
  border: 1px solid #e7e7e7;
  display: table-cell;
  height: 100%;
  min-height: 407px;
}

.featured-campaign .content h6 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}

.featured-campaign .content h6:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 30px;
  bottom: 0;
  left: 0;
  background: #a1bf43;
}

.featured-campaign .content .target {
  padding: 0;
  margin: 20px 0;
  list-style: none;
  color: #a1bf43;
}

.featured-campaign .content .target b {
  color: #707070;
}

.featured-campaign .content .button {
  padding: 3px 30px;
}

.campaign-content p {
  margin-bottom: 0;
  font-family: "PT Serif", serif;
}

.campaign-content p + p {
  margin-top: 20px;
}

.donation-block .title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.donation-block .title:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 30px;
  left: 0;
  bottom: 0;
  background: #a1bf43;
}

.donation-block .donation-form .form-group {
  margin-bottom: 30px;
}

.donation-block .donation-form .amount-of-donation .amount {
  float: left;
  border: 1px solid #e7e7e7;
  height: 40px;
  margin-right: 20px;
  padding: 8px 29px;
  border-radius: 30px;
}

.donation-block .donation-form .amount-of-donation .amount input[type="radio"]:checked,
.donation-block .donation-form .amount-of-donation .amount input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.donation-block .donation-form .amount-of-donation .amount input[type="radio"]:checked + label,
.donation-block .donation-form .amount-of-donation .amount input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #707070;
}

.donation-block .donation-form .amount-of-donation .amount input[type="radio"]:checked + label:before,
.donation-block .donation-form .amount-of-donation .amount input[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #e7e7e7;
  border-radius: 100%;
  background: #ffffff;
}

.donation-block .donation-form .amount-of-donation .amount input[type="radio"]:checked + label:after,
.donation-block .donation-form .amount-of-donation .amount input[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #a1bf43;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.donation-block .donation-form .amount-of-donation .amount input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.donation-block .donation-form .amount-of-donation .amount input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.donation-block .donation-form .amount-of-donation .amount label {
  margin-bottom: 0;
  font-weight: 400;
}

.donation-block .donation-form .amount-of-donation .other-amount {
  border: 0;
  padding: 0;
  margin-right: 0;
}

.donation-block .donation-form .amount-of-donation .other-amount input[type="text"] {
  width: 70px;
  height: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 30px;
  outline: none;
  padding: 0 15px;
}

.donation-block .donation-form .form-control {
  height: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 0 20px;
}

.donation-block .donation-form textarea.form-control {
  height: 120px;
  padding: 10px 20px;
}

.related-campaign .title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.related-campaign .title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 30px;
  background: #a1bf43;
}

.comment-area .title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.comment-area .title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 30px;
  background: #a1bf43;
}

.comment-area .comments {
  padding: 0;
  margin: 0;
  list-style: none;
}

.comment-area .comments .comment .comment-wrap {
  margin-bottom: 30px;
}

.comment-area .comments .comment .comment-wrap .comment-thumb {
  height: 80px;
  width: 80px;
  float: left;
  margin-right: 20px;
}

.comment-area .comments .comment .comment-wrap .comment-body {
  float: left;
  width: calc(100% - 100px);
}

.comment-area .comments .comment .comment-wrap .comment-body p {
  margin-bottom: 0;
  font-size: 1.4rem;
}

.comment-area .comments .comment .comment-wrap .comment-body .comment-title {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 1.4rem;
}

.comment-area .comments .comment .comment-wrap .comment-body .comment-reply-link {
  margin-top: 5px;
  color: #a1bf43;
}

.comment-area .comments .comment .child-comment {
  margin-left: 80px;
}

.write-comment .title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.write-comment .title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 30px;
  background: #a1bf43;
}

.write-comment .comment-form .form-group {
  margin-bottom: 30px;
}

.write-comment .comment-form .form-group .form-control,
.comment-respond .form-group .form-control {
  height: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 0 20px;
}

.write-comment .comment-form .form-group textarea.form-control,
.comment-respond .form-group textarea.form-control {
  height: 120px;
  padding: 10px 20px;
}
.comments .comment-respond {
	margin-bottom: 40px;
}
.blog-details-comment-block {
	margin-top: 80px;
}
.featured-progress-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.featured-progress-bg .cpgn-featured-progress {
  background: rgba(0, 0, 0, 0.5);
}

.featurd-donation-block {
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  padding: 40px 35px;
}

.featurd-donation-block .featured-campaign-progress {
  margin: 0 auto 30px;
}

.featurd-donation-block .target {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.featurd-donation-block .button.primary-bg:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}

@media all and (max-width: 1199px) {
  .campaign-big-bg-block {
    padding: 48px 30px;
  }
  .featured-campaign .content {
    padding: 34px 40px;
  }
  .donation-block .donation-form .amount-of-donation .amount {
    padding: 8px 15px;
    margin-right: 15px;
  }
  .donation-block .donation-form .amount-of-donation .other-amount {
    margin-right: 0;
    padding: 0;
  }
  .donation-block .donation-form .amount-of-donation .other-amount input[type="text"] {
    width: 60px;
  }
}

@media all and (max-width: 991px) {
  .featured-campaign {
    margin-bottom: 30px;
  }
  .cpgn-featured-progress .who-we-are-block {
    margin-left: 30px;
  }
  .cpgn-featured-progress .who-we-are-block.m-0 {
    margin-left: 0;
  }
  .cpgn-featured-progress .featurd-donation-block {
    margin-right: 30px;
  }
  .cpgn-featured-progress .featurd-donation-block.m-0 {
    margin-right: 0;
  }
  .campaigns .campaign .campaign-body {
	  padding-bottom: 20px !important;
  }
  .wpb_video_widget {
	  margin-top: 40px;
  }
}

@media all and (max-width: 767px) {
  .campaign-grid-item {
    float: left;
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
  .campaign-grid-item .body {
    padding: 20px;
  }
  .featured-campaign {
    margin: 0 15px 30px;
  }
  .featured-campaign .content {
    padding: 20px 20px;
  }
  .cpgn-featured-progress .who-we-are-block {
    margin: 0 30px;
  }
  .cpgn-featured-progress .who-we-are-block.m-0 {
    margin: 0;
  }
  .cpgn-featured-progress .featurd-donation-block {
    margin: 0 30px;
  }
  .cpgn-featured-progress .featurd-donation-block.m-0 {
    margin: 0;
  }
}

@media all and (max-width: 639px) {
  .donation-block .donation-form .amount-of-donation .amount {
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .donation-block .donation-form .form-group {
    margin-bottom: 15px;
  }
  .write-comment .comment-form .form-group {
    margin-bottom: 15px;
  }
  .comment-area .comments .comment .child-comment {
    margin-left: 50px;
  }
  .campaign-grid-item {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}

@media all and (max-width: 539px) {
  .campaign-big-bg-block {
    padding: 30px 20px;
  }
  .campaigns .campaign .thumb {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .campaigns .campaign .campaign-body {
    float: none;
    width: 100%;
    padding: 30px 20px;
  }
  .featured-campaign {
    margin: 0 auto 30px;
    max-width: 400px;
  }
  .featured-campaign .thumb {
    position: relative;
    width: 100%;
    display: block;
    float: none;
  }
  .featured-campaign .content {
    width: 100%;
    float: none;
    display: block;
    padding: 20px;
  }
  .donation-block .donation-form .col-xs-6 {
    width: 100%;
  }
  .write-comment .comment-form .col-xs-6 {
    width: 100%;
  }
}

@media all and (max-width: 439px) {
  .comment-area .comments .comment .comment-wrap .comment-thumb {
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 15px;
  }
  .comment-area .comments .comment .comment-wrap .comment-body {
    float: left;
    width: calc(100% - 65px);
  }
  .comment-area .comments .comment .child-comment {
    margin-left: 30px;
  }
}

/*-------------------------------------------
	13.0 Team Style
-------------------------------------------*/
.team-member {
  margin-bottom: 30px;
}

.team-member:hover .member-thumb .overlay {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.team-member:hover .member-thumb .member-social-link {
  bottom: 40px;
  opacity: 1;
}

.team-member:hover .member-info h5 a {
  color: #a1bf43;
}

.team-member .member-thumb {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.team-member .member-thumb a {
  display: block;
}

.team-member .member-thumb .overlay {
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.team-member .member-thumb .member-social-link {
  position: absolute;
  bottom: -40px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  left: 0;
  right: 0;
  opacity: 0;
}

.team-member .member-thumb .member-social-link ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.team-member .member-thumb .member-social-link ul li {
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 5px;
}

.team-member .member-thumb .member-social-link ul li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: #a1bf43;
  color: #ffffff;
  font-size: 1.4rem;
  border-radius: 50%;
}

.team-member .member-info {
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.team-member .member-info:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  background: #a1bf43;
  height: 3px;
  width: 30px;
  margin-left: -15px;
}

.team-member .member-info h5 {
  margin-top: 23px;
  margin-bottom: 5px;
}

.team-member .member-info h5 a {
  color: #707070;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media all and (max-width: 767px) {
  .team-member {
    float: left;
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}

@media all and (max-width: 479px) {
  .team-member {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}

/*-------------------------------------------
	14.0 Pricing Style
-------------------------------------------*/
.pricing-package {
  padding: 50px 30px;
  position: relative;
  margin-bottom: 30px;
}

.pricing-package .popular {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #a1bf43;
  color: #ffffff;
  line-height: 1.5;
  padding: 0 8px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 1.0rem;
}

.pricing-package .heading h5 {
  position: relative;
  padding-bottom: 10px;
}

.pricing-package .heading h5:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  height: 3px;
  width: 30px;
  margin-left: -15px;
  background: #a1bf43;
}

.pricing-package .cost {
  padding: 20px 0;
}

.pricing-package .cost h6 {
  font-weight: 400;
}

.pricing-package .package-feature {
  padding: 20px 0;
}

.pricing-package .package-feature ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pricing-package .package-feature ul li + li {
  margin-top: 5px;
}

.pricing-package .buy-now .button {
  color: #a1bf43;
}

.pricing-package .buy-now .button:hover {
  background: #a1bf43;
  color: #ffffff;
}

.pricing-package .buy-now .button.primary-bg {
  color: #ffffff;
}

@media all and (max-width: 767px) {
  .pricing-package {
    float: left;
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}

@media all and (max-width: 579px) {
  .pricing-package {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}

/*-------------------------------------------
	15.0 Gallery Style
-------------------------------------------*/
.nest-gallery .nest-gallery-item {
  margin-bottom: 30px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.nest-gallery .nest-gallery-item:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nest-gallery .nest-gallery-item:hover .links a {
  opacity: 1;
}

.nest-gallery .nest-gallery-item .thumb a {
  display: block;
  outline: none;
}

.nest-gallery .nest-gallery-item .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: transparent;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.nest-gallery .nest-gallery-item .links {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.nest-gallery .nest-gallery-item .links a {
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  margin: 0 10px;
  outline: none;
}

.nest-masonary-gallery .nest-masonary-gallery-item {
  margin-bottom: 30px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.nest-masonary-gallery .nest-masonary-gallery-item:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nest-masonary-gallery .nest-masonary-gallery-item:hover .links a {
  opacity: 1;
}

.nest-masonary-gallery .nest-masonary-gallery-item .thumb a {
  display: block;
  outline: none;
}

.nest-masonary-gallery .nest-masonary-gallery-item .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: transparent;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.nest-masonary-gallery .nest-masonary-gallery-item .links {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.nest-masonary-gallery .nest-masonary-gallery-item .links a {
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  margin: 0 10px;
  outline: none;
}

.nest-gallery-slider .gallery-slide-item {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 15px;
}

.nest-gallery-slider .gallery-slide-item:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nest-gallery-slider .gallery-slide-item:hover .links a {
  opacity: 1;
}

.nest-gallery-slider .gallery-slide-item .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: transparent;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.nest-gallery-slider .gallery-slide-item .links {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.nest-gallery-slider .gallery-slide-item .links a {
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  margin: 0 10px;
  outline: none;
}

.nest-gallery-slider .owl-controls {
  margin-top: 20px;
}

.nest-gallery-slider .owl-controls .owl-pagination {
  text-align: center;
}

.nest-gallery-slider .owl-controls .owl-pagination .owl-page {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #a1bf43;
  display: inline-block;
  margin: 0 3px;
}

.nest-gallery-slider .owl-controls .owl-pagination .owl-page.active {
  background: #a1bf43;
}

@media all and (max-width: 539px) {
  .nest-masonary-gallery .col-xs-6,
  .nest-gallery .col-xs-6 {
    width: 100%;
  }
}

/*-------------------------------------------
	16.0 Blog Style
-------------------------------------------*/
.post-grid {
  margin-bottom: 30px;
}

.post-grid.post-large {
  margin-bottom: 0;
}

.post-grid.post-large .post-body {
  padding: 50px 60px;
}

.post-grid.post-large .post-body h4 {
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
}

.post-grid.post-large .post-author-thumb {
  position: relative;
}

.post-grid.post-large .post-author-thumb a {
  display: block;
}

.post-grid.post-large .post-author-thumb img {
  position: absolute;
  left: 60px;
  top: -50px;
  width: 100px;
  border-radius: 50%;
  border: 10px solid #ffffff;
}

.post-grid.post-large .post-author-thumb + .post-body {
  padding: 60px;
}
.post-grid.post-large-2 .post-body .meta p span {
  margin-right: 50px;
}

.post-grid.post-large .post-body h4:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 30px;
  background: #a1bf43;
  bottom: 0;
  left: 0;
}

.post-grid.post-large .post-body h4 a {
  color: #707070;
}

.post-grid.post-large .post-body .meta {
  margin-bottom: 15px;
}

.post-grid.post-large .post-body .meta p span a ,
.post-grid.post-large .post-body .meta p span.comment-count {
  color: #a1bf43;
}

.post-grid.post-large .post-body .button {
  margin-top: 15px;
}

.post-grid:hover .post-thumb .overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.post-grid:hover .post-thumb .post-link {
  opacity: 1;
}

.post-grid:hover .post-body h4 a,
.post-grid:hover .post-body h6 a {
  color: #a1bf43;
}

.post-grid .post-thumb {
  position: relative;
}

.post-grid .post-thumb a {
  display: block;
}

.post-grid .post-thumb .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
}

.post-grid .post-thumb .post-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.post-grid .post-thumb .post-link a {
  color: #ffffff;
  font-size: 2.2rem;
}

.post-grid .post-body {
  border: 1px solid rgba(161, 191, 67, 0.2);
  padding: 20px 30px;
}

.post-grid .post-body h6 {
  margin-bottom: 20px;
}

.post-grid .post-body h6 a {
  color: #707070;
}

.post-grid .post-body p.author {
  position: relative;
  padding-top: 5px;
}

.post-grid .post-body p.author:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 3px;
  width: 30px;
  background: #a1bf43;
}

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

.post-default:hover .post-thumb .overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.post-default:hover .post-thumb .post-link {
  opacity: 1;
}

.post-default:hover .post-body h4 a,
.post-default:hover .post-body h6 a {
  color: #a1bf43;
}

.post-default .post-thumb a {
  display: block;
}

.post-default .post-body {
  border: 1px solid rgba(161, 191, 67, 0.2);
  padding: 30px;
}

.post-default .post-body h6 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.post-default .post-body h6:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 30px;
  background: #a1bf43;
}

.post-default .post-body h6 a {
  color: #707070;
}

.post-default .post-body p span a {
  color: #a1bf43;
}

.post-default .post-body .read-more {
  margin-top: 20px;
}

.post-default .post-body .read-more .button {
  padding: 3px 30px;
}

.post-grid.post-large + .post-grid.post-large {
  margin-top: 30px;
}

.post-details .post-details-thumb .blog-slider {
  position: relative;
}

.post-details .post-details-thumb .blog-slider:hover .owl-controls .owl-buttons .owl-prev,
.post-details .post-details-thumb .blog-slider:hover .owl-controls .owl-buttons .owl-next {
  opacity: 1;
}

.post-details .post-details-thumb .blog-slider .blog-slider-bg-1 {
  background: url(../images/bg/blog-slider-bg-1.jpg) no-repeat center center;
  background-size: cover;
}

.post-details .post-details-thumb .blog-slider .blog-slider-bg-2 {
  background: url(../images/bg/blog-slider-bg-2.jpg) no-repeat center center;
  background-size: cover;
}

.post-details .post-details-thumb .blog-slider .blog-slider-bg-3 {
  background: url(../images/bg/blog-slider-bg-3.jpg) no-repeat center center;
  background-size: cover;
}

.post-details .post-details-thumb .blog-slider .blog-slider-wrapper {
  height: 500px;
  position: relative;
}

.post-details .post-details-thumb .blog-slider .blog-slider-wrapper .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 30px;
}

.post-details .post-details-thumb .blog-slider .blog-slider-wrapper .content p {
  font-family: "PT Serif", serif;
  font-style: italic;
  color: #ffffff;
}

.post-details .post-details-thumb .blog-slider .owl-controls .owl-buttons .owl-prev,
.post-details .post-details-thumb .blog-slider .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin-top: -35px;
  width: 35px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: rgba(255, 255, 255, 0.5);
  color: #a1bf43;
}

.post-details .post-details-thumb .blog-slider .owl-controls .owl-buttons .owl-prev:hover,
.post-details .post-details-thumb .blog-slider .owl-controls .owl-buttons .owl-next:hover {
  background: white;
}

.post-details .post-details-thumb .blog-slider .owl-controls .owl-buttons .owl-prev {
  left: 0;
}

.post-details .post-details-thumb .blog-slider .owl-controls .owl-buttons .owl-next {
  right: 0;
}

.post-details .post-details-thumb + .post-meta {
  margin-top: 25px;
}

.post-details .post-meta p span {
  margin-right: 30px;
}

.post-details .post-meta p span a{
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: 700;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.post-details .post-meta p span a:hover {
  color: #a1bf43;
}

.post-details .post-details-thumb + .post-content,
.post-details .post-meta + .post-content {
  margin-top: 25px;
}

.post-details .post-content p + p {
  margin-top: 20px;
}

.post-details .post-content p + blockquote,
.post-details .post-content blockquote + p,
.post-details .post-content p + .video-area,
.post-details .post-content .video-area + p {
  margin-top: 45px;
}

.post-details .post-content blockquote {
  border-left: 5px solid #a1bf43;
  font-style: italic;
  font-weight: 700;
}

.post-details .post-content p + .post-details-list {
  margin-top: 20px;
}

.post-details .post-content .post-details-list + p {
  margin-top: 20px;
}

.post-details .post-content .post-details-list {
  padding: 0;
  margin: 0 0 0 50px;
  list-style: none;
}

.post-details .post-content .post-details-list li {
  position: relative;
  padding: 5px 0;
}

.post-details .post-content .post-details-list li:before {
  position: absolute;
  top: 13px;
  left: -19px;
  height: 8px;
  width: 8px;
  background: #a1bf43;
  content: "";
  border-radius: 50%;
}

.post-share {
  padding: 40px 50px;
}

.post-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}

.post-share ul li {
  display: inline;
  color: #ffffff;
  font-size: 2.2rem;
  font-family: "PT Serif", serif;
  font-weight: 700;
  margin-right: 10px;
}

.post-share ul li a {
  font-size: 1.4rem;
  font-family: "PT Sans", sans-serif;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.post-share ul li a:hover {
  background: #ffffff;
  border: 1px solid white;
  color: #a1bf43;
}

.avater-block {
  border: 1px solid #e7e7e7;
}

.avater-block .avater-thumb {
  width: 120px;
  float: left;
  margin-right: 30px;
}

.avater-block .avater-body {
  float: left;
  width: calc(100% - 150px);
  padding: 20px 20px 0 0;
}

.blog-details-related-post .title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.blog-details-related-post .title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 30px;
  background: #a1bf43;
}

@media all and (max-width: 1199px) {
  .post-share {
    padding: 30px 35px;
  }
}

@media all and (max-width: 767px) {
  .post-grid {
    float: left;
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
  .post-grid.post-large {
    float: none;
    width: 100%;
    margin: 0;
  }
  .post-grid.post-large .post-author-thumb a img {
    width: 70px;
    top: -35px;
    left: 20px;
  }
  .post-grid.post-large .post-author-thumb + .post-body {
    padding: 40px 20px;
  }
  .post-grid.post-large-2 .post-body .meta p span {
    margin-right: 20px;
  }
  .post-grid.post-large .post-body {
    padding: 20px;
  }
  .post-grid .post-body {
    padding: 15px 20px;
  }
  .post-default {
    float: left;
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
  .post-default .post-body {
    padding: 15px 20px;
  }
  .post-details .post-details-thumb .blog-slider .blog-slider-wrapper {
    height: 400px;
  }
  .post-details .post-details-thumb .blog-slider .blog-slider-wrapper {
    height: 400px;
  }
  .post-details .post-details-thumb + .post-meta {
    margin-top: 25px;
  }
  .post-details .post-content p + p {
    margin-top: 15px;
  }
  .post-details .post-content p + blockquote,
  .post-details .post-content blockquote + p,
  .post-details .post-content p + .video-area,
  .post-details .post-content .video-area + p {
    margin-top: 25px;
  }
  .post-details .post-content p + .post-details-list,
  .post-details .post-content .post-details-list + p {
    margin-top: 15px;
  }
  .post-details .post-content .post-details-list {
    margin: 0 0 0 30px;
  }
}

@media all and (max-width: 639px) {
  .avater-block .avater-body {
    padding-top: 10px;
  }
}

@media all and (max-width: 579px) {
  .post-grid {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
  .post-grid .post-body {
    padding: 15px 20px;
  }
  .post-default {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}

@media all and (max-width: 539px) {
  .avater-block .avater-thumb {
    width: 100%;
    float: none;
  }
  .avater-block .avater-body {
    padding: 30px 20px;
    width: 100%;
  }
}

/*------------------------------------------
	17.0 Pagination Style
-------------------------------------------*/
.pagination-list .pagination {
  margin: 0;
}

.pagination-list .pagination li,
.pagination-list .pagination .nav-links {
  padding: 0 5px;
}

.pagination-list .pagination li a,
.pagination-list .pagination .page-numbers,
.pagination-list .pagination .nav-links .page-numbers,
.pagination-list .pagination .nav-links span.page-numbers.current {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: transparent;
  line-height: 40px;
  text-align: center;
  padding: 0;
  display: inline-block;
  color: #000000;
  border: 1px solid #e7e7e7;
  float: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.pagination-list .pagination .nav-links span.page-numbers.current,
.pagination-list .pagination .nav-links span.page-numbers.current:hover {
  background: #a1bf43;
  color: #ffffff;
  border: 1px solid #a1bf43;
}

.pagination-list .pagination li a:hover,
.pagination-list .pagination .nav-links .page-numbers:hover {
  background: #a1bf43;
  border: 1px solid #a1bf43;
  color: #ffffff;
}

.pagination-list .pagination .nav-links span.page-numbers {
  border: 0;
  height: auto;
  width: auto;
  padding: 0 10px;
}

.pagination-list .pagination .nav-links span.page-numbers:hover {
  background: transparent;
  border: 0;
  color: inherit;
}

.pagination-list .pagination li.active a,
.pagination-list .pagination .nav-links.active .page-numbers {
  background: #a1bf43;
  color: #ffffff;
  border: 1px solid #a1bf43;
}

@media (max-width: 425px) {
  .pagination-list .pagination {
    margin: 0;
  }
  .pagination-list .pagination li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
}

@media (max-width: 375px) {
  .pagination-list .pagination li {
    padding: 0 2px;
  }
}

/*-------------------------------------------
	18.0 Video Player Style
-------------------------------------------*/
.video-block .plyr__play-large,
.post-details-thumb .plyr__play-large {
  padding: 30px;
  border: 0;
  background: #a1bf43;
}

.video-block .plyr__progress--played,
.video-block .plyr__volume--display,
.post-details-thumb .plyr__progress--played,
.post-details-thumb .plyr__volume--display {
  color: #a1bf43;
}

.video-block .plyr--video .plyr__controls button.tab-focus:focus,
.video-block .plyr--video .plyr__controls button:hover,
.post-details-thumb .plyr--video .plyr__controls button.tab-focus:focus,
.post-details-thumb .plyr--video .plyr__controls button:hover {
  background: #a1bf43;
}

/*-------------------------------------------
	19.0 CountTo Style
-------------------------------------------*/
.fun-fact {
  text-align: center;
  color: #ffffff;
}

.fun-fact.white-bg {
  color: #707070;
}

.fun-fact.white-bg .fact p:before {
  background: #a1bf43;
}



.fun-fact .fact .fact-number {
  font-size: 4.8rem;
  font-family: "PT Serif", serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

.fun-fact .fact .fact-number:before {
  height: 0;
  width: 0;
}

.fun-fact .fact p {
  position: relative;
  padding-bottom: 10px;
}

.fun-fact .fact p:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 30px;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  background: #ffffff;
}

@media all and (max-width: 767px) {
  .fun-fact .fact {
    width: 33.33%;
    float: left;
  }
}

@media all and (max-width: 579px) {
  .fun-fact .fact {
    width: 100%;
    float: none;
  }
}

/*-------------------------------------------
	20.0 ConutDown Style
-------------------------------------------*/
.countdown .countdown-time {
  display: inline-block;
}

.countdown .countdown-time .section_count {
  width: 120px;
  height: 90px;
  display: inline-block;
  position: relative;
}

.countdown .countdown-time .section_count:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 30px;
  background: #a1bf43;
}

.countdown .countdown-time .section_count .tcount {
  display: block;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 700;
  color: #primaryColor;
  font-family: "PT Serif", serif;
  position: absolute;
  top: 0;
  left: 0;
}

.countdown .countdown-time .section_count .text {
  font-size: 1.8rem;
  position: absolute;
  bottom: 10px;
  left: 0;
}

.countdown .countdown-time .section_count + .section_count {
  margin-left: 40px;
}

.countdown-round .countdown-time {
  display: inline-block;
}

.countdown-round .countdown-time .section_count {
  width: 170px;
  height: 170px;
  background: #a1bf43;
  color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
}

.countdown-round .countdown-time .section_count:after {
  height: 0;
  width: 0;
}

.countdown-round .countdown-time .section_count .tcount {
  display: block;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 700;
  font-family: "PT Serif", serif;
  position: absolute;
  top: 38%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.countdown-round .countdown-time .section_count .text {
  font-size: 1.8rem;
  line-height: 1;
  padding-bottom: 10px;
  position: absolute;
  top: 62%;
  left: 50%;
  font-family: "PT Serif", serif;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.countdown-round .countdown-time .section_count .text:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  height: 3px;
  width: 30px;
  margin-left: -15px;
  background: #ffffff;
}

.countdown-round .countdown-time .section_count + .section_count {
  margin-left: 40px;
}

@media all and (max-width: 991px) {
  .countdown-round .countdown-time .section_count {
    height: 150px;
    width: 150px;
  }
  .countdown-round .countdown-time .section_count + .section_count {
    margin-left: 20px;
  }
}

@media all and (max-width: 767px) {
  .countdown .countdown-time {
    display: inline-block;
  }
  .countdown .countdown-time .section_count {
    width: 100px;
  }
  .countdown .countdown-time .section_count + .section_count {
    margin-left: 20px;
  }
  .countdown-round .countdown-time .section_count {
    height: 150px;
    width: 150px;
    margin: 0 20px;
  }
}

@media all and (max-width: 479px) {
  .countdown .countdown-time .section_count {
    width: 65px;
    height: 70px;
  }
  .countdown .countdown-time .section_count .tcount {
    font-size: 2.8rem;
  }
  .countdown .countdown-time .section_count + .section_count {
    margin-left: 10px;
  }
}

/*-------------------------------------------
	21.0 Progress Bar Style
-------------------------------------------*/
.progress-body {
  position: relative;
}

.progress-body .progress {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 10px;
}

.progress-body .progress .progress-bar {
  background-color: #a1bf43;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-body .progress-to {
  float: none;
  position: absolute;
  top: -25px;
  right: 0;
}

.progress-bg {
  background: url(../images/bg/progress-bg.jpg) no-repeat center center;
  background-size: cover;
}

.progress-bg .progress-group {
  background: rgba(0, 0, 0, 0.5);
  padding: 40px;
}

.progress-bg .progress-group .progress-head .progress-on {
  color: #ffffff;
}

.progress-bg .progress-group .progress-body .progress {
  background: rgba(255, 255, 255, 0.1);
}

.progress-bg .progress-group .progress-body .progress-to {
  color: #ffffff;
}

.rounded-progress {
  border: 6px solid #e7e7e7;
  border-radius: 50%;
  width: 206px;
  height: 206px;
  margin: 0 auto;
  position: relative;
}
.featured-campaign-progress .pregress-center p.text {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1;
}

.rounded-progress .pregress-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.rounded-progress .pregress-center .total-progress {
  font-size: 4.8rem;
  color: #707070;
  font-family: "PT Serif", serif;
  font-weight: 700;
  line-height: 1;
}

.rounded-progress svg {
  position: relative;
  width: 206px;
  height: 206px;
  top: -6px;
  left: -6px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.rounded-progress svg circle {
  stroke-dasharray: 628.3185 628.3185;
  stroke-dashoffset: 628.3185;
  stroke-linecap: round;
  stroke: #a1bf43;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.featured-campaign-progress {
  border: 6px solid #e7e7e7;
  border-radius: 50%;
  width: 116px;
  height: 116px;
  position: relative;
}

.featured-campaign-progress.donate {
	  border: 6px solid #4b5c12;
}

.featured-campaign-progress .pregress-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.featured-campaign-progress .pregress-center span {
  font-size: 2.8rem;
  color: #707070;
  font-family: "PT Serif", serif;
  font-weight: 700;
}

.featured-campaign-progress svg {
  position: relative;
  width: 116px;
  height: 116px;
  top: -6px;
  left: -6px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.featured-campaign-progress svg circle {
  stroke-dasharray: 345.575191 345.575191;
  stroke-dashoffset: 345.575191;
  stroke-linecap: round;
  stroke: #a1bf43;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.featured-campaign-progress.pie-large {
  width: 186px;
  height: 186px;
}

.featured-campaign-progress.pie-large .pregress-center span {
  font-size: 2.8rem;
  color: #ffffff;
}

.featured-campaign-progress.pie-large svg {
  width: 186px;
  height: 186px;
}

.featured-campaign-progress.pie-large svg circle {
  stroke-dasharray: 565.486677 565.486677;
  stroke-dashoffset: 565.486677;
  stroke-linecap: round;
  stroke: #a1bf43;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media (max-width: 991px) {
  .company-progress {
    margin-top: 30px;
  }
  .company-progress .progress-group {
    margin-top: 10px;
  }
  .progress-wrapper {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .progress-wrapper {
    float: left;
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
  .greenenst-textbox + .greennest-button {
	  text-align: center;
	  margin-bottom: 30px;
  }
}

@media (max-width: 539px) {
  .progress-wrapper {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
  .progress-bg .progress-group {
    padding: 20px;
  }
}

/*-------------------------------------------
	22.0 Testimonial Style
-------------------------------------------*/
.testimonial-single {
  max-width: 700px;
  margin: 0 auto;
}

.testimonial-single .testimonial-item {
  text-align: center;
}

.testimonial-single .testimonial-item .thumb {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 30px;
}

.testimonial-single .testimonial-item h6 {
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
}

.testimonial-single .testimonial-item h5 {
  margin-top: 30px;
  position: relative;
  font-style: italic;
  padding-top: 10px;
  font-weight: 400;
}

.testimonial-single .testimonial-item h5:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 30px;
  top: 0;
  left: 50%;
  margin-left: -15px;
  background: #a1bf43;
}

.testimonial-single .slider-nav {
  max-width: 360px;
  margin: 30px auto 0;
  outline: none;
}

.testimonial-single .slider-nav .nav-thumb {
  height: 70px;
  width: 70px;
  margin: 0 10px;
  border-radius: 50%;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}

.testimonial-single .slider-nav .slick-active {
  opacity: .5;
}

.testimonial-single .slider-nav .slick-current {
  opacity: 1;
}

@media all and (max-width: 429px) {
  .testimonial-single .slider-nav {
    max-width: 290px;
  }
  .testimonial-single .slider-nav .nav-thumb {
    height: 63px;
    margin: 0 5px;
  }
}

/*-------------------------------------------
	23.0 Call To Action Style
-------------------------------------------*/
.call-to-action {
  position: relative;
}

.call-to-action:before {
  position: absolute;
  content: url(../images/cta-thumb.png);
  bottom: -68px;
  left: -130px;
}

.call-to-action h6 {
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.call-to-action h6:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 30px;
  background: #ffffff;
}

.call-to-action-form form {
  position: relative;
  margin-top: 20px;
  max-width: 400px;
}

.call-to-action-form form input {
  height: 40px;
  border-radius: 30px;
  background: transparent;
  padding: 0 50px 0 20px;
  border: 1px solid #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  width: calc(100% - 90px);
  color: #ffffff;
}

.call-to-action-form form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.call-to-action-form form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.call-to-action-form form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.call-to-action-form form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.call-to-action-form form .button {
  background: #ffffff;
  color: #a1bf43;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  width: 130px;
  position: absolute;
  top: 0;
  right: 0;
}

@media all and (max-width: 1199px) {
  .call-to-action:before {
    left: -100px;
  }
}

@media all and (max-width: 991px) {
  .call-to-action:before {
    content: "";
  }
  .call-to-action-form form {
	  max-width: 100%;
  }
  .footer-widget-wrapper div[class^="col-lg-"] {
	  clear: left;
  }
}

/*-------------------------------------------
	24.0 Client Style
-------------------------------------------*/
.clients {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}

.clients li {
  display: inline-block;
  width: 16.66%;
  
}

.clients li img {
  margin: 0 auto;
  opacity: .5;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.clients li img:hover {
  opacity: 1;
}

@media all and (max-width: 767px) {
  .clients li {
    width: 33.33%;
	padding: 15px 0;
  }
  .comment-area .comments ul.children {
	  padding-left: 10px;
	}
}

@media all and (max-width: 439px) {
  .clients li {
    width: 50%;
  }
}

/*-------------------------------------------
	25.0 Widget Style
-------------------------------------------*/
.footer-widget-wrapper {
	background-color: #f3f5f4;
}
.footer-widget-wrapper .widget-content .widget-logo {
  margin-bottom: 20px;
}

.footer-widget-wrapper .widget-content .widget-logo img {
  height: 36px;
}

.footer-widget-wrapper .widget-content .widget-body .social-link,
.widget_greenest_aboutus .widget-body .social-link {
  margin-top: 20px;
}

.footer-widget-wrapper .widget-content .widget-body .social-link ul,
.widget_greenest_aboutus .widget-body .social-link ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}

.footer-widget-wrapper .widget-content .widget-body .social-link ul li,
.widget_greenest_aboutus .widget-body .social-link ul li {
  display: inline;
}

.footer-widget-wrapper .widget-content .widget-body .social-link ul li a,
.widget_greenest_aboutus .widget-body .social-link ul li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 1.4rem;
  border-radius: 15px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: #a1bf43;
  text-align: center;
  color: #ffffff;
  margin-right: 6px;
}

.footer-widget-wrapper .widget-content .widget-body .social-link ul li a:hover,
.widget_greenest_aboutus .widget-body .social-link ul li a:hover{
  background: #a1bf43;
  color: #ffffff;
}
.footer-widget-wrapper .widget-content .widget-body {
    max-width: 370px;
}

.footer-widget-wrapper .widget-content .widget-body .social-link ul li + li,
.widget_greenest_aboutus .widget-body .social-link  ul li + li{
  margin-left: 5px;
}

.footer-widget-wrapper .widget .widget-title {
  margin-bottom: 7px;
  background: transparent;
  padding: 0;
}
.widget-category .categories {
  padding: 0 0 0 15px;
  margin: 0;
  list-style: none;
}

.widget-category .categories li {
  position: relative;
}

.widget-category .categories li:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #a1bf43;
  left: -15px;
  top: 10px;
}

.widget-category .categories li a {
  display: block;
  color: #707070;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.widget-category .categories li a:hover {
  color: #a1bf43;
}

.footer-widget-wrapper .widget .widget-title h6 {
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.footer-widget-wrapper .widget .widget-title h6:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 30px;
  background: #a1bf43;
}

.footer-widget-wrapper .widget .widget-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-widget-wrapper .widget .widget-body ul li a {
  color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}



.footer-widget-wrapper .widget .widget-body .footer-flickr-gallery a {
  display: inline-block;
  width: calc(33% - 10px);
  margin-right: 5px;
}

.widget + .widget {
  margin-top: 30px;
}

.sidebar .widget {
  border: 1px solid rgba(161, 191, 67, 0.2);
  padding: 32px 40px;
  clear: both;
}

.sidebar .widget .widget-title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.sidebar .widget .widget-title:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 30px;
  background: #a1bf43;
  bottom: 0;
  left: 0;
}

.widget_search .widget-search-form {
  position: relative;
}

.widget_search .widget-search-form input {
  height: 40px;
  width: 100%;
  background: #e7e7e7;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 30px;
  padding: 0 40px 0 20px;
  outline: none;
}

.widget_search .widget-search-form button {
  height: 40px;
  position: absolute;
  right: 10px;
  top: 0;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.widget-recent .recent-entries .recent-entry:hover h6 a {
  color: #a1bf43;
}

.widget-recent .recent-entries .recent-entry h6 {
  margin-bottom: 5px;
}

.widget-recent .recent-entries .recent-entry p a {
  color: #a1bf43;
}

.widget-recent .recent-entries .recent-entry + .recent-entry {
  margin-top: 15px;
}

.widget-tags .tagcloud a {
  color: #a1bf43;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  padding: 1px 10px;
  margin-bottom: 5px;
}

.widget-tags .tagcloud a:hover {
  background: #a1bf43;
  border: 1px solid #a1bf43;
  color: #ffffff;
}

.widget-social-link .social-link {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}

.widget-social-link .social-link li {
  display: inline;
  margin-right: 10px;
}

.widget-social-link .social-link li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 1.4rem;
  border: 1px solid #a1bf43;
  color: #707070;
  border-radius: 50%;
}

.widget-social-link .social-link li a:hover {
  background: #a1bf43;
  color: #ffffff;
}

.widget-donation-progress .pie-progress .featured-campaign-progress {
  margin: 0 auto 30px;
}

.widget-donation-progress .target {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.widget-donation-progress .target li {
  color: #a1bf43;
}

.widget-donation-progress .target li b {
  color: #707070;
}

.widget-support .donners .donner {
  border-left: 3px solid #a1bf43;
  background: #a1bf43;
}

.widget-support .donners .donner .info {
  width: 65%;
  float: left;
  padding: 10px 15px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background: #ffffff;
}

.widget-support .donners .donner .info p {
  margin-bottom: 0;
}

.widget-support .donners .donner .amount {
  width: 35%;
  float: left;
  padding: 23px 0;
  text-align: center;
}

.widget-support .donners .donner .amount h6 {
  color: #ffffff;
}

.widget-support .donners .donner + .donner {
  margin-top: 20px;
}

.widget-quick-contact .cpgn-wqc-persons .cpgn-wqc-person .contact {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget-quick-contact .cpgn-wqc-persons .cpgn-wqc-person .contact li i.fa {
  color: #a1bf43;
}

.widget-quick-contact .cpgn-wqc-persons .cpgn-wqc-person + .cpgn-wqc-person {
  margin-top: 30px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .sidebar .widget {
    padding: 32px 30px;
  }
  .widget-support .donners .donner .amount {
    padding: 35px 0;
  }
}

@media all and (max-width: 991px) {
  .widget-2n1 {
    margin-top: 30px;
  }
  .sidebar {
    margin-top: 30px;
  }
  #map-area {
	  margin-top: 40px;
  }
}

@media all and (max-width: 539px) {
  .footer-widget-wrapper .col-xs-6 {
    width: 100%;
  }
  .footer-widget-wrapper .widget-2n {
    margin-top: 30px;
  }
}

@media all and (max-width: 379px) {
  .sidebar .widget {
    padding: 20px;
  }
  .widget-support .donners .donner .info {
    padding: 10px 12px;
  }
}

/*-----------------------------------------------
	26.0 Footer Style
------------------------------------------------*/
.footer-copyright {
  padding: 25px 0;
  background: #707070;
  color: #ffffff;
}

.footer-copyright a {
  color: #ffffff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.footer-copyright a:hover {
  color: #a1bf43;
}

.footer-copyright ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
.footer-copyright ul li {
  display: inline;
  margin-left: 30px;
  font-size: 1.4rem;
}
.copyright-nav li ul {
	right: auto;
	left: 100%;
	top: auto;
	bottom: 100%;
}
.copyright-nav li ul ul {
	right: 100%;
	left: auto;
}
.copyright-nav li ul li {
	position: static;
}
.copyright-nav li ul ul ul ul ul ul ul {
	right: auto;
	left: 100%;
}
.copyright-nav li:hover > ul {
	opacity: 1;
	display: block;
}
.copyright-nav .dropdown-menu {
   
    margin: 0;
    min-width: 160px;
	height: auto;
    list-style: none;
    border: none;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.copyright-nav .dropdown-menu a {
	padding: 10px 15px;
}
.copyright-nav .dropdown-menu li {
	padding: 0;
	margin: 0;
}

.privacy ul .dropdown {
  position: relative;
}

.privacy ul .dropdown .dropdown-menu {
  position: absolute;
  bottom: 100%;
  top: auto;
  right: 0;
  min-width: 200px;
  left: auto;
  display: none;
  padding: 10px 0;
}

.privacy ul .dropdown .dropdown-menu li {
  padding: 0 10px;
  margin: 0;
  display: block;
}

.privacy ul .dropdown .dropdown-menu li a {
  display: block;
  padding: 6px 10px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.privacy ul .dropdown .dropdown-menu li a:hover {
  background: #a1bf43;
  color: #ffffff;
}

.privacy ul .dropdown .dropdown-menu .dropdown-menu {
  position: absolute;
  right: 100%;
  left: auto;
  display: none;
  bottom: 0;
}

.privacy ul .dropdown .dropdown-menu:hover > .dropdown-menu {
  display: block;
}

.privacy ul .dropdown:hover > .dropdown-menu {
  display: block;
}

.privacy ul .dropdown:hover .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
  left: 100%;
  right: auto;
}

.privacy ul .dropdown:hover .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
  left: auto;
  right: 100%;
}

.privacy ul .dropdown:hover .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
  left: 100%;
  right: auto;
}

.privacy ul li:first-child:hover .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
  left: 100%;
  right: auto;
}

.privacy ul li:first-child:hover .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
  left: auto;
  right: 100%;
}

.privacy ul li:first-child:hover .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
  left: 100%;
  right: auto;
}

.privacy ul li.dropdown .dorpdown-menu .dropdown-menu .dorpdown-menu {
  right: auto;
  left: 100%;
  bottom: 0;
}

@media all and (max-width: 991px) {
  .privacy ul .dropdown {
    position: static;
  }
  .privacy ul .dropdown:hover > .dropdown-menu {
    display: none;
  }
  .privacy ul .dropdown > .dropdown-menu {
    display: none;
  }
  .privacy ul .dropdown.dropdown-open > .dropdown-menu {
    position: absolute;
    width: 100%;
    clear: both;
    display: block;
  }
  .privacy ul .dropdown.dropdown-open > .dropdown-menu li a {
    display: inline-block;
  }
  .privacy ul .dropdown.dropdown-open .dropdown-menu .dropdown-menu {
    position: static;
    width: 100%;
    clear: both;
  }
}
@media (max-width: 767px) {
  .footer-copyright {
    text-align: center;
  }
  .privacy {
    text-align: center;
  }
  .privacy ul li {
    margin: 0 8px;
  }
  .admin-bar .mobile {
	  position: fixed !important;
  }
  .copyright {
    margin-top: 10px;
  }
}
#loading {
  background-color: #a1bf43;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.object {
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}

#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

#object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes animate {
  50% {
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
@keyframes animate {
  50% {
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}