.campaign-section {
  padding-top: 40px; }
  .campaign-section .section-wrapper {
    background: #fff; }
    @media (min-width: 1200px) {
      .campaign-section .section-wrapper {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px); } }
    .campaign-section .section-wrapper .post-item .post-inner .post-thumb {
      width: calc(100% / 1);
      -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
      transform: translateY(150px); }
      @media (min-width: 992px) {
        .campaign-section .section-wrapper .post-item .post-inner .post-thumb {
          width: calc(100% / 2); } }
      .campaign-section .section-wrapper .post-item .post-inner .post-thumb img {
        width: 100%; }
    .campaign-section .section-wrapper .post-item .post-inner .post-content {
      width: calc(100% / 1);
      -webkit-transform: translateY(-150px);
      -ms-transform: translateY(-150px);
      transform: translateY(-150px); }
      @media (min-width: 992px) {
        .campaign-section .section-wrapper .post-item .post-inner .post-content {
          width: calc(100% / 2); } }
      .campaign-section .section-wrapper .post-item .post-inner .post-content .content-inner {
        padding: 20px; }
        @media (min-width: 768px) {
          .campaign-section .section-wrapper .post-item .post-inner .post-content .content-inner {
            padding: 40px 30px; } }
      .campaign-section .section-wrapper .post-item .post-inner .post-content h4 {
        margin-bottom: 15px;
        line-height: 30px; }
      .campaign-section .section-wrapper .post-item .post-inner .post-content p {
        margin-bottom: 35px; }
    .campaign-section .section-wrapper .post-item .post-inner .post-thumb, .campaign-section .section-wrapper .post-item .post-inner .post-content {
      -webkit-transition: all ease 1.5s;
      -moz-transition: all ease 1.5s;
      transition: all ease 1.5s; }
    .campaign-section .section-wrapper .swiper-slide.swiper-slide-active .post-content,
    .campaign-section .section-wrapper .swiper-slide.swiper-slide-active .post-thumb {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
    .campaign-section .section-wrapper .pagination-container {
      width: 100%;
      border-top: 1px solid #ecf0f3;
      background: #fff;
      z-index: 99; }
      @media (min-width: 1200px) {
        .campaign-section .section-wrapper .pagination-container {
          width: 48%;
          margin-top: -70px; } }
      .campaign-section .section-wrapper .pagination-container .pagination-slider .post-item {
        min-height: 70px;
        align-items: center;
        text-align: center; }
        .campaign-section .section-wrapper .pagination-container .pagination-slider .post-item p {
          margin: 0;
          width: 100%;
          color: #2f0b6c; }
        .campaign-section .section-wrapper .pagination-container .pagination-slider .post-item:before {
          top: 0;
          left: 0;
          height: 1px;
          width: 100%;
          background: transparent; }
      .campaign-section .section-wrapper .pagination-container .pagination-slider .swiper-slide-thumb-active .post-item::before {
        background: #84e18a; }
      .campaign-section .section-wrapper .pagination-container .pagination-slider .swiper-slide-thumb-active .post-item p {
        color: #84e18a; }
  @media (min-width: 768px) {
    .campaign-section.style-two:after {
      top: 0;
      right: 0;
      height: 100%;
      width: 437px;
      background: url(../../assets/images/campaign/shape/01.jpg) no-repeat; } }
@media (max-width: 1399px) and (min-width: 1200px) {
  .campaign-section.style-two:after {
    right: -165px; } }

  .campaign-section.style-two .section-wrapper {
    z-index: 1;
    box-shadow: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    background: transparent; }
    .campaign-section.style-two .section-wrapper .campaign-slider-two {
      margin: -15px; }
    .campaign-section.style-two .section-wrapper .post-item .post-inner {
      margin: 15px;
      background: #fff;
      -webkit-box-shadow: 0 0 10px 0 rgba(136, 136, 136, 0.1);
    box-shadow: 0 0 10px 0 rgba(136, 136, 136, 0.1);
    display: flex;
    flex-wrap: wrap; }
      .campaign-section.style-two .section-wrapper .post-item .post-inner:hover .post-thumb img {
        transform: scale(1.03); }
      .campaign-section.style-two .section-wrapper .post-item .post-inner:hover .post-content h4 a {
        color: #f5181e; }
      .campaign-section.style-two .section-wrapper .post-item .post-inner .post-thumb, .campaign-section.style-two .section-wrapper .post-item .post-inner .post-content {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        width: 100%; }
        .campaign-section.style-two .section-wrapper .post-item .post-inner .post-thumb{
    overflow: hidden;
    position: relative;
        }
      .campaign-section.style-two .section-wrapper .post-item .post-inner .post-thumb a {
        display: block; }
        .campaign-section.style-two .section-wrapper .post-item .post-inner .post-thumb a img {
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      .campaign-section.style-two .section-wrapper .post-item .post-inner .post-content {
        padding: 28px;
        padding-bottom: 40px; }
        .campaign-section.style-two .section-wrapper .post-item .post-inner .post-content p {
          margin-bottom: 28px; }
        .campaign-section.style-two .section-wrapper .post-item .post-inner .post-content h4 {
			margin-bottom: 14px;
			font-size: 18px;
			text-align: center;
			line-height: 24px; }
        .campaign-section.style-two .section-wrapper .post-item .post-inner .post-content h4 a:hover{
			color: #f5181e;
			}
  .campaign-section.style-three:after {
    display: none !important; }
  .campaign-section.style-three .section-wrapper {    
    justify-content: center;
    margin: -15px;
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    .campaign-section.style-three .section-wrapper .post-item {
      width: calc(100% / 1); }
      @media (min-width: 768px) {
        .campaign-section.style-three .section-wrapper .post-item {
          width: calc(100% / 2); } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .campaign-section.style-three .section-wrapper .post-item {
      width: calc(100% / 4); } }

  .campaign-section.style-four .section-wrapper .post-item .post-inner:hover .post-thumb::after {
    transform: scale(1); }
  .campaign-section.style-four .section-wrapper .post-item .post-inner:hover .post-thumb p {
    transform: scale(1) translateY(-50%); }
  .campaign-section.style-four .section-wrapper .post-item .post-inner:hover .post-content h5 a {
    color: #f5181e; }
  .campaign-section.style-four .section-wrapper .post-item .post-inner .post-thumb::after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #a4ea58c9, #81e18fcf);
    transform: scale(0);}
    .campaign-section.style-four .section-wrapper .post-item .post-inner .post-thumb::after{
    position: absolute;
    content: ''; 
    } 
    .campaign-section.style-four .section-wrapper .post-item .post-inner .post-thumb p{ 
    position: absolute;
    content: '';
    }
  .campaign-section.style-four .section-wrapper .post-item .post-inner .post-thumb p {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 11;
    margin-bottom: 0;
    transform: scale(0) translateY(-50%); }
    .campaign-section.style-four .section-wrapper .post-item .post-inner .post-thumb p a {
      width: 60px;
      height: 60px;
      line-height: 55px;
      border-radius: 100%;
      text-align: center;
      font-size: 18px;
      display: inline-block;
      background: #fff;
      border: 5px solid #cbeec1; }
  .campaign-section.style-four .section-wrapper .post-item .post-inner .post-content {
    padding: 24px 15px;
    text-align: center; }
    .campaign-section.style-four .section-wrapper .post-item .post-inner .post-content h5 {
      margin-bottom: 0; }
      .campaign-section.style-four .section-wrapper .post-item .post-inner .post-content h5 a:hover {
        color: #f5181e; }
    .campaign-section.style-four .section-wrapper .post-item .post-inner .post-content span {
      color: #2f0b6c;
      font-weight: 400; }
      .campaign-section.style-four .section-wrapper .post-item .post-inner .post-content span i {
        margin-right: 5px; }
  @media (min-width: 1200px) {
    .campaign-section.style-five .section-wrapper .post-item {
      width: calc(100% / 2); } }

.campaign-single .section-wrapper {
  margin: 0 -15px;
  justify-content: center; }
  .campaign-single .section-wrapper .post-thumb.style-2 img {
    width: 100%; }
  @media (max-width: 575px) {
    .campaign-single .section-wrapper .post-thumb.style-2 .post-thumb-content {
      position: relative; } }
  .campaign-single .section-wrapper .post-thumb.style-2 .post-thumb-content ul li {
    font-weight: 700;
    font-family: "Roboto", sans-serif; }
  .campaign-single .section-wrapper .post-thumb.style-2 .post-thumb-content .skill-item .skillbar {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .campaign-single .section-wrapper .post-thumb.style-2 .post-thumb-content .skill-item .skillbar .skillbar-bar {
      left: 1px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .campaign-single .section-wrapper .donate-amount {
    padding: 30px 10px;
    margin-bottom: 10px; }
    @media (min-width: 576px) {
      .campaign-single .section-wrapper .donate-amount {
        padding: 35px 30px; } }
    .campaign-single .section-wrapper .donate-amount h3 {
      line-height: 30px;
      font-weight: 700;
      margin-bottom: 25px; }
    .campaign-single .section-wrapper .donate-amount ul {
      margin-bottom: 25px !important; }
      .campaign-single .section-wrapper .donate-amount ul li {
        font-weight: 400;
        border: 1px solid #f6f6f6;
        padding: 2px 15px 2px 25px;
        margin: 5px;
        color: #2f0b6c;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
        border-radius: 19px; }
        .campaign-single .section-wrapper .donate-amount ul li:first-child {
          margin-left: 0; }
        .campaign-single .section-wrapper .donate-amount ul li:last-child {
          margin-right: 0; }
        .campaign-single .section-wrapper .donate-amount ul li:after, .campaign-single .section-wrapper .donate-amount ul li:before {
          top: 50%;
          left: 15px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .campaign-single .section-wrapper .donate-amount ul li:after {
          width: 6px;
          height: 6px;
          background-color: #2f0b6c; }
        .campaign-single .section-wrapper .donate-amount ul li:before {
          width: 12px;
          height: 12px;
          border: 1px solid #2f0b6c; }
        .campaign-single .section-wrapper .donate-amount ul li:hover {
          color: #16e18a;
          border-color: #16e18a; }
          .campaign-single .section-wrapper .donate-amount ul li:hover:after {
            background: #16e18a; }
          .campaign-single .section-wrapper .donate-amount ul li:hover:before {
            border-color: #16e18a; }
        .campaign-single .section-wrapper .donate-amount ul li.active {
          color: #fff;
          background: #16e18a;
          border-color: #16e18a; }
          .campaign-single .section-wrapper .donate-amount ul li.active:after {
            background: #fff; }
          .campaign-single .section-wrapper .donate-amount ul li.active:before {
            border-color: #fff; }
    .campaign-single .section-wrapper .donate-amount .custom-donate span {
      display: inline-block;
      top: 0;
      left: 0;
      width: 60px;
      height: 46px;
      background: #84e18a;
      color: #fff;
      text-align: center;
      line-height: 46px;
      font-size: 20px;
      -webkit-border-radius: 23px 0 0 23px;
      -moz-border-radius: 23px 0 0 23px;
      border-radius: 23px 0 0 23px; }
      .campaign-single .section-wrapper .donate-amount .custom-donate span span {
        border: 1px solid #fff;
        border-radius: 100%;
        width: 25px;
        height: 25px;
        line-height: 25px; }
    .campaign-single .section-wrapper .donate-amount .custom-donate input {
      width: 200px;
      height: 46px;
      margin: 0;
      margin-right: 30px;
      border-color: #f6f6f6;
      -webkit-border-radius: 23px;
      -moz-border-radius: 23px;
      border-radius: 23px; }
      .campaign-single .section-wrapper .donate-amount .custom-donate input:focus, .campaign-single .section-wrapper .donate-amount .custom-donate input::placeholder {
        text-align: center;
        color: #84e18a;
        font-weight: 700; }
      @media (max-width: 575px) {
        .campaign-single .section-wrapper .donate-amount .custom-donate input {
          margin-bottom: 20px; } }
  .campaign-single .section-wrapper .tab-section .tab-menu {
    padding: 15px 0; }
    @media (max-width: 575px) {
      .campaign-single .section-wrapper .tab-section .tab-menu {
        justify-content: center; } }
    .campaign-single .section-wrapper .tab-section .tab-menu li {
      font-weight: 700;
      margin: 0 10px;
      padding: 10px 0;
      text-transform: uppercase;
      color: #2f0b6c; }
      @media (min-width: 576px) {
        .campaign-single .section-wrapper .tab-section .tab-menu li {
          margin: 0 20px; } }
      @media (min-width: 576px) {
        .campaign-single .section-wrapper .tab-section .tab-menu li:first-child {
          margin-left: 0; } }
      .campaign-single .section-wrapper .tab-section .tab-menu li:after {
        bottom: 1px;
        left: 0;
        width: 100%;
        height: 2px;
        opacity: 0;
        background-color: #16e18a;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .campaign-single .section-wrapper .tab-section .tab-menu li.active {
        color: #16e18a; }
        .campaign-single .section-wrapper .tab-section .tab-menu li.active:after {
          opacity: 1; }
  .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description h5 {
    margin-bottom: 12px; }
  .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description blockquote {
    padding: 30px;
    background: #16e18a;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-family: "Frank Ruhl Libre", serif;
    font-weight: 700;
    font-style: normal;
    margin: 30px 0; }
    @media (min-width: 576px) {
      .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description blockquote {
        padding-left: 90px;
        font-size: 18px; } }
    .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description blockquote:before {
      display: none; }
      @media (min-width: 576px) {
        .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description blockquote:before {
          display: inherit;
          content: "";
          width: 40px;
          height: 40px;
          left: 35px;
          top: 35px;
          background: url(images/blockquote1.png);
          background-size: contain;
          background-repeat: no-repeat; } }
    .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description blockquote:after {
      display: none; }
    .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description blockquote h6 {
      margin: 0;
      margin-top: 15px;
      text-align: right;
      color: #2f0b6c; }
  .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description .post-item {
    align-items: center;
    flex-direction: row-reverse; }
    .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description .post-item .post-thumb, .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description .post-item .post-content {
      width: 100%;
      margin-bottom: 20px; }
    @media (min-width: 576px) {
      .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description .post-item {
        margin: 10px -10px; }
        .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description .post-item .post-content, .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description .post-item .post-thumb {
          width: 50%;
          padding: 10px;
          margin: 0; } }
    .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description .post-item .post-content h5 {
      margin-bottom: 20px; }
    @media (min-width: 576px) {
      .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description .post-item:nth-child(even) {
        flex-direction: row; } }
  .campaign-single .section-wrapper .tab-section .tab-content .tab-item.description .post-content p {
    text-align: justify; }
  .campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors {
    margin: 0 -15px;
    margin-top: 10px;
    justify-content: center; }
    .campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors .post-item {
      padding: 15px;
      width: 100%; }
      @media (min-width: 576px) {
        .campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors .post-item {
          width: 50%; } }
      .campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors .post-item .post-inner {
        align-items: center;
        padding: 20px; }
        .campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors .post-item .post-inner .post-thumb {
          width: 80px;
          height: 80px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
        .campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors .post-item .post-inner .post-content {
          width: calc(100% - 80px);
          padding-left: 20px; }
          .campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors .post-item .post-inner .post-content span, .campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors .post-item .post-inner .post-content a {
            display: block;
            font-weight: 500; }
          .campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors .post-item .post-inner .post-content span {
            color: #16e18a; }
          .campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors .post-item .post-inner .post-content a {
            color: #2f0b6c;
            font-family: "Frank Ruhl Libre", serif;
            font-size: 20px; }
          .campaign-single .section-wrapper .tab-section .tab-content .tab-item.donors .post-item .post-inner .post-content p {
            margin: 0; }
  .campaign-single .section-wrapper .tab-section .tab-content .tab-item.videos .post-video:hover .btn-group {
    opacity: 1;
    visibility: visible; }
  .campaign-single .section-wrapper .tab-section .tab-content .tab-item.gallery .section-wrapper {
    justify-content: center;
    margin: 10px -5px -5px; }
    .campaign-single .section-wrapper .tab-section .tab-content .tab-item.gallery .section-wrapper .post-item {
      width: 33.33%;
      padding: 5px; }
      .campaign-single .section-wrapper .tab-section .tab-content .tab-item.gallery .section-wrapper .post-item .post-thumb {
        background: #2f0b6c; }
        .campaign-single .section-wrapper .tab-section .tab-content .tab-item.gallery .section-wrapper .post-item .post-thumb::after {
          top: 50%;
          left: 50%;
          width: calc(100% - 10px);
          height: calc(100% - 10px);
          background: rgba(164, 234, 88, 0.4);
          -webkit-transform: translate(-50%, -50%) scale(0);
          -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .campaign-single .section-wrapper .tab-section .tab-content .tab-item.gallery .section-wrapper .post-item .post-thumb:hover img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        .campaign-single .section-wrapper .tab-section .tab-content .tab-item.gallery .section-wrapper .post-item .post-thumb:hover a.expand-icon {
          -webkit-transform: translate(-50%, -50%) scale(1);
          -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1); }
        .campaign-single .section-wrapper .tab-section .tab-content .tab-item.gallery .section-wrapper .post-item .post-thumb:hover::after {
          -webkit-transform: translate(-50%, -50%) scale(1);
          -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1); }
        .campaign-single .section-wrapper .tab-section .tab-content .tab-item.gallery .section-wrapper .post-item .post-thumb img {
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .campaign-single .section-wrapper .tab-section .tab-content .tab-item.gallery .section-wrapper .post-item .post-thumb a.expand-icon {
          top: 50%;
          left: 50%;
          width: 50px;
          height: 50px;
          line-height: 50px;
          text-align: center;
          color: #fff;
          z-index: 1;
          background: rgba(164, 234, 88, 0.9);
          -webkit-transform: translate(-50%, -50%) scale(0);
          -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease; }

.product-2 .grid-block-thumb-3:hover .content h6 a{
    color: #fb2024;
}