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

 ::-webkit-scrollbar-track {
    background-color: #f9ab39;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

 ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #008b68;
}

 ::selection {
    background: #f9ab39;
    color: #000;
}

  /* slider dot css start */

ul.slick-dots {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0px;
    list-style: none;
    right: 0;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 31px;
    margin: 0;
    padding: 13px 2px;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 5px;
    height: 5px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

li.slick-active button {
    border: 3px solid #ffffff;
    border-radius: 50%;
}

.slick-dots li button:before {
    content: "•";
    font-size: 40px;
    line-height: 42px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 21px;
    height: 21px;
    text-align: center;
    opacity: 1.25;
    color: #f9ab39;
}

.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    background-color: transparent;
    border-radius: 60px;
    border: 2px solid #fff;
    cursor: pointer;
    outline: none;
    z-index: 2;
    transition: background-color 0.3s ease;
}

.slick-arrow.slick-prev {
    left: 20px;
}

.slick-arrow.slick-next {
    right: 20px;
}

.slick-arrow:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.slick-arrow:hover {
    background-color: #0F4A33;
}

.slick-arrow.slick-prev:before {
    transform: rotate(-45deg) translate(2px, 2px);
}

.slick-arrow.slick-next:before {
    transform: rotate(135deg) translate(2px, 2px);
}

.slider-progress span.active {
    width: 100%;
}

@keyframes fadeindown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    50% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

/* slider dot css end */

.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: uppercase;
    text-align: center;
    background: #008b68;
    color: #329b91;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 19px 30px;
    min-width: 170px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.th-btn:before,.th-btn:after {
    content: "";
    position: absolute;
    background-color: #329b91;
    z-index: -1;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 0
}

.th-btn:before {
    left: -20px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.th-btn:after {
    right: -20px;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    -ms-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg)
}

.th-btn .icon {
    overflow: hidden;
    display: inline-block
}

.th-btn i {
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    position: relative;
    right: 2px
}

.th-btn:hover,.th-btn.active {
    color: white;
    box-shadow: none
}

.th-btn:hover:before,.th-btn.active:before {
    -webkit-animation: criss-cross-left 0.9s both;
    animation: criss-cross-left 0.9s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.th-btn:hover:after,.th-btn.active:after {
    -webkit-animation: criss-cross-right 0.9s both;
    animation: criss-cross-right 0.9s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.th-btn:hover i,.th-btn.active i {
    -webkit-animation: btn-icon-anim 0.9s both;
    animation: btn-icon-anim 0.9s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}
@-webkit-keyframes criss-cross-left {
    0% {
        left: -20px
    }

    50% {
        left: 50%;
        height: 20px;
        width: 20px
    }

    100% {
        left: 50%;
        height: calc(300px*1.5);
        width: calc(300px*1.5)
    }
}

@keyframes criss-cross-left {
    0% {
        left: -20px
    }

    50% {
        left: 50%;
        height: 20px;
        width: 20px
    }

    100% {
        left: 50%;
        height: calc(300px*1.5);
        width: calc(300px*1.5)
    }
}

@-webkit-keyframes criss-cross-right {
    0% {
        right: -20px
    }

    50% {
        right: 50%;
        height: 20px;
        width: 20px
    }

    100% {
        right: 50%;
        height: calc(300px*1.5);
        width: calc(300px*1.5)
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px
    }

    50% {
        right: 50%;
        height: 20px;
        width: 20px
    }

    100% {
        right: 50%;
        height: calc(300px*1.5);
        width: calc(300px*1.5)
    }
}

@-webkit-keyframes btn-icon-anim {
    0% {
        top: 0;
        right: 2px
    }

    25% {
        top: -10px;
        right: -10px
    }

    50% {
        top: 10px;
        opacity: 0;
        right: 17px
    }

    100% {
        top: 0;
        right: 2px;
        opacity: 1
    }
}

@keyframes btn-icon-anim {
    0% {
        top: 0;
        right: 2px
    }

    25% {
        top: -10px;
        right: -10px
    }

    50% {
        top: 10px;
        opacity: 0;
        right: 17px
    }

    100% {
        top: 0;
        right: 2px;
        opacity: 1
    }
}
#whatsapp a{
    animation-name: pulse2;
      animation-duration: 1.5s;
      animation-timing-function: ease-out;
      animation-iteration-count: infinite;
  }

  @keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 rgb(50 155 145 / 55%);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
  }


  #oc-products .owl-nav {
    display: flex;
    justify-content: space-between;
    left: 0;
    position: absolute;
    right: 0;
    top: 35%;
    width: 100%;
}
#oc-products .owl-nav button.owl-prev {
    position: relative;
    left: 2% !important;
    opacity: 0 !important;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid white;
    background-color: transparent !important;
}
#oc-products:hover .owl-nav button.owl-prev {
    opacity: 10 !important;
    transition: all ease-in-out;
}
#oc-products .owl-nav button.owl-prev span{
    font-size: 35px;
    color: white;
    line-height: 25px;
    font-weight: 300;
}

#oc-products .owl-nav button.owl-next {
    position: relative;
    right: 2% !important;
    opacity: 0 !important;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid white;
    background-color: transparent !important;
}
#oc-products:hover .owl-nav button.owl-next {
    opacity: 10 !important;
    transition: all ease-in-out;
}
#oc-products .owl-nav button.owl-next span{
    font-size: 35px;
    color: white;
    line-height: 25px;
    font-weight: 300;
}
.fadeindown {
    animation: fadeindown 2s infinite;
}
@keyframes fadeindown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    50% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}
.figure * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.figure:before,
.figure:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.35s ease;
    background-color: #0F4A33;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    content: '';
    opacity: 0.9;
    z-index: 1;
}

.figure:before {
    transform: skew(45deg) translateX(-180%);
}

.figure:after {
    transform: skew(45deg) translateX(180%);
}

.figure:hover>img {
    opacity: 0.5;
}

.figure:hover:before,
.figure.hover:before {
    transform: skew(45deg) translateX(-80%);
}

.figure:hover:after,
.figure.hover:after {
    transform: skew(45deg) translateX(80%);
}

.figure:hover .link,
.figure.hover .link {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.browse-jobs-card {
    padding: 30px 30px 30px 30px;
}

.browse-jobs-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 5px;
    background-color: #0F4A33;
    opacity: 0;
    transition: 0.3s;

}

.browse-jobs-card:hover::before {
    width: 100%;
    opacity: 1;
}


.browse-jobs-card:hover h3 a,
.browse-jobs-card:hover p,
.browse-jobs-card:hover i,
.browse-jobs-card:hover .more-btn {
    color: white;
    z-index: 999;
    position: relative;
}

.contactcard {
    border: 4px solid transparent;
    -o-border-image: linear-gradient(180deg, #fbac29 0, #1f9288);
    border-image: linear-gradient(180deg, #fbac29 0, #1f9288);
    border-image-slice: 1;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, .15);
    padding: 20px 0;

}

/* .donate-section .owl-theme .owl-dots .owl-dot span {
    margin: 5px 15px;
}

.donate-section .owl-theme .owl-dots .owl-dot.active span{
    background: #fbac29;
}

.donate-section .owl-carousel .owl-nav button.owl-next, .donate-section .owl-carousel .owl-nav button.owl-prev {
    color: inherit;
    padding: 0 !important;
    color: #008b68;
    border: 3px solid lightgray;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center !important;
    line-height: 0px !important;
}

.donate-section .owl-carousel .owl-nav button.owl-prev span, .donate-section .owl-carousel .owl-nav button.owl-next span {
    font-size: 60px !important;
    vertical-align: middle;
    display: inline-block !important;
} */

 .owl-nav button.owl-prev,
 .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: orange !important;
}

 .owl-nav button.owl-prev span,
 .owl-nav button.owl-next span {
    font-size: 36px;
    color: white;
    line-height: 25px;
    font-weight: 300;
}


.donate-section .owl-carousel .owl-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;

}

.donate-section .owl-carousel .owl-nav .owl-dots {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}

.donate-section .owl-theme .owl-dots .owl-dot {
    margin: 0 10px;
}

.donate-section .owl-theme .owl-dots .owl-dot.active span {
    background: #fbac29;
}

.donate-section .owl-carousel .owl-nav button.owl-next,
.donate-section .owl-carousel .owl-nav button.owl-prev {
    color: inherit;
    padding: 0 !important;
    border: 4px solid lightgray;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    text-align: center !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none !important;
}

.donate-section .owl-theme .owl-dots .owl-dot span{
    margin: -50px 5px !important;
}

.donate-section .owl-carousel .owl-nav button.owl-prev span,
.donate-section .owl-carousel .owl-nav button.owl-next span {
    font-size: 45px !important;
    vertical-align: middle;
    text-align: center;
    display: inline-block !important;
    color: #008b68;
    line-height: 20px !important;
    padding-bottom: 5px;
}

  /* .donate-flip-card {
    position:relative;
    width : 100%;
    height : 100%;
    transform-style: preserve-3d;
    perspective: 2000px;

  } */

  .donate-front-card {
     position: relative;
     backface-visibility: hidden;
     transition: transform 1s;

  }

  .donate-back-card {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    transition: transform 1s;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 15px;

}

.donate-flip-card:hover .donate-front-card {
      transform: rotateY(-180deg);
}

.donate-flip-card:hover .donate-back-card {

    transform:rotateX(0deg);

}

.donate-section .invert-filter {
    filter: invert(100%) sepia(95%) saturate(0%) hue-rotate(93deg) brightness(150%) contrast(103%);
}

.donate-section #step-2 {
    display: none;
    opacity: 0;
    transform: translateX(10%);
    transition: transform 0.55s ease, opacity 0.55s ease;
}

.donate-section #step-2.show {
    display: block;
    opacity: 1;
    transform: translateX(0);
}

@media only screen and (max-width: 576px) {

    .donate-section .owl-theme .owl-dots .owl-dot {
      margin: 0 3px !important;
    }

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

}

@media only screen and (max-width: 768px) {

    ::-webkit-scrollbar {
        width: 2px;
    }
}
@media (min-width: 1900px) {
    #closePopup {
        top: 15% !important;
        right: 35% !important;
    }
}


