body {
    width: 100%;
    min-height: 500px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
    background: url(../images/header-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 100px;
    position: relative;

}
.footer-bg {
  background: url(../images/footer-bg.png);
  background-size: cover;
  width: 100%;
  height: 350px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}




.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    transition: .8s linear;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

::-webkit-scrollbar {
  width: 12px;
  border: 2px solid #fff !important;
}

::-webkit-scrollbar-track {
  border: 2px solid #fff !important;
}

::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px 2px #c8c7c7 !important; 
}

::-webkit-scrollbar-thumb:hover {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px 2px #c8c7c7 !important;
}


/*--------------------------- For Mozila Browser------------------------------------------*/

@-moz-document url-prefix() {}


/*--------------------------- For IE Browser------------------------------------------*/

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {}

/*ReusableProperties*/
a {
    text-decoration: none !important;
    transition: 0.5s;
    color: inherit;
}

a:focus {
    outline: none !important;
}

ul {
    list-style: none;
}



/*scroll top*/

#scroll {
    position: fixed;
    right: 30px;
    bottom: 100px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    /* text-indent: -9999px; */
    display: none;
    z-index: 99999;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-30px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}



.zoom-in-zoom-out {

    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

/* header */

.bg-orange {
  background: #FF6B00;
}
header ul.list-inline {
  margin: 0;
}
a.primary-btn {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #000;
  border-radius: 30px;
  padding: 5px 15px;
}
a.primary-btn:hover {
  background: #19b100;
  color: #fff;
  border: 1px solid #fff;
}
/* mid section */

.left-content h1 {
  color: #018455;
  font-size: 80px;
  font-weight: 700;
}
.left-content h1 span {
  font-size: 21px;
  margin: 0 10px;
}
.left-content h1 span.dot{
color: #FF0000;
font-size: 45px;
margin: 0;
}
.left-content h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 57px;
  letter-spacing: 2px;
  color: #FF7A00;
}
.left-content h5 {
  font-weight: 500;
  font-size: 21px;
  line-height: 34px;
  color: #636363;
}
a.secondary-btn{
  background: #3742FA;
box-shadow: 0px 2px 4px rgba(136, 144, 194, 0.2), 0px 5px 15px rgba(37, 44, 97, 0.15);
border-radius: 4px;
padding: 16px 32px;
gap: 10px;
font-weight: 700;
font-size: 14px;
line-height: 100%;
color: #fff;
margin-top: 20px;
    display: inline-block;
}
a.secondary-btn:hover {
  background: #19b100;
  color: #fff;
}

/* our pledgemakers */
section.our-pledgemakers.text-center {
  position: relative;
  z-index: 1024;
}
.line {
  border-bottom: 3px solid #F0F0F0;
  position: absolute;
  top: 27px;
  width: 100%;
}
h3.secTitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 57px;
  letter-spacing: 2px;
  color: #FFB200;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 0 20px;
    background: #fff;
    z-index: 1024;
    position: relative;
}
.pledgemakers-lists ul li {
  width: 19%;
  margin-bottom: 60px;
}
.pledgemakers-lists h4 {
  font-weight: 600;
  font-size: 21px;
  line-height: 110.5%;
  text-align: center;
  color: #444444;
  margin-top: 10px;
}
.pledgemakers-box h5{
  font-weight: 600;
font-size: 18px;
line-height: 110.5%;
color: #000000;
margin: 10px 0 0;
}
.pledgemakers-box h6{
  font-weight: 400;
  font-size: 14px;
  line-height: 110.5%; 
  color: #000000;
}
.morepledges-btn{
font-weight: 400;
font-size: 30px;
line-height: 110.5%;
color: #000000;
}
.morepledges-btn img{
  margin-left: 10px;
}
a.morepledges-btn:hover {
  color: #000;
}
.right-content {
  margin-top: -90px;
}
.right-content h2 {
  font-size: 30px;
  margin-top: 10px;
}
.right-content img {
  width: 90% !important;
}

@media(max-width:420px){
  header .float-start,  header .float-end {
    float: none!important;
    text-align: center;
    margin: 10px 0;
}
a.primary-btn{
  display: inline-block;
}
.bg-orange.float-start.w-100.py-4 {
  padding: 5px 0 !important;
}
.left-content h1 span {
  font-size: 17px;
}
.left-content h1 {
  font-size: 60px;
}
.left-content h3 {
  font-size: 23px;
}
.left-content h5{
  font-size: 17px;
}
.left-content h5 br{
  display: none;
}
.right-content {
  margin-top: 30px;
}
h3.secTitle{
  font-size: 26px;
}
.pledgemakers-lists h4{
  font-size: 16px;
}
.pledgemakers-box h5{
  font-size: 14px;
}
.pledgemakers-box h6{
  font-size: 13px;
}
.pledgemakers-lists ul li {
  width: 47%;
}
.morepledges-btn{
  font-size: 22px;
}
.morepledges-btn img{
  width: 40px;
}
.footer-bg,body{
  background-size: initial;
  background-repeat: no-repeat;
}
.right-content h2 {
  font-size: 24px;
  margin-top: 10px;
}
.right-content img {
  width: 100% !important;
}

}