/* ----- Basic ----- */

:root {
    --one: #e75a48;
    --two: #ffb034;
    --three: #ea9a96;
    --four: #f8dac5;
    --heading: #222222;
    --text: #666666;
    --border: #cccccc;
    --black: #000000;
    --white: #ffffff;
}

body {
    font-family: 'Poppins', sans-serif;
    background: var(--white);
    color: var(--text);
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}


/* ----- Anchor Tag ----- */

a,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a {
    color: var(--heading);
}

a:hover,
a:focus,
a:visited {
    color: var(--one);
    text-decoration: none;
}

.codebg {
    outline: none;
    border: none;
    background: url(../img/enq.png) repeat;
    width: 100%;
    min-width: 100px;
    height: 44px;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 3px;
    text-align: center;
    color: #000000;
    letter-spacing: 2px;
}
/* ----- Heading ----- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--heading);
    margin-bottom: 15px;
    margin-top: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 48px;
    line-height: 62px;
}

h2 {
    font-size: 36px;
    line-height: 48px;
}

h3 {
    font-size: 28px;
    line-height: 40px;
}

h4 {
    font-size: 22px;
    line-height: 34px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

h6 {
    font-size: 16px;
    line-height: 22px;
}


/* ----- Padding ----- */

.p-10 {
    padding: 10px 0;
}

.p-20 {
    padding: 20px 0;
}

.p-30 {
    padding: 30px 0;
}

.p-40 {
    padding: 40px 0;
}

.p-50 {
    padding: 50px 0;
}

.p-60 {
    padding: 60px 0;
}

.p-70 {
    padding: 70px 0;
}

.p-80 {
    padding: 80px 0;
}

.p-90 {
    padding: 90px 0;
}

.p-100 {
    padding: 100px 0;
}

.p-120 {
    padding: 120px 0;
}

.p-150 {
    padding: 150px 0;
}

.p-200 {
    padding: 200px 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-200 {
    padding-top: 200px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-200 {
    padding-bottom: 200px;
}


/* ----- Margin ----- */

.m-10 {
    margin: 10px 0;
}

.m-20 {
    margin: 20px 0;
}

.m-30 {
    margin: 30px 0;
}

.m-40 {
    margin: 40px 0;
}

.m-50 {
    margin: 50px 0;
}

.m-60 {
    margin: 60px 0;
}

.m-70 {
    margin: 70px 0;
}

.m-80 {
    margin: 80px 0;
}

.m-90 {
    margin: 90px 0;
}

.m-100 {
    margin: 100px 0;
}

.m-120 {
    margin: 120px 0;
}

.m-150 {
    margin: 150px 0;
}

.m-200 {
    margin: 200px 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-200 {
    margin-top: 200px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-200 {
    margin-bottom: 200px;
}


/* ----- Button ----- */

.btn-1 {
    background-color: var(--one);
    color: var(--white) !important;
    border: 1px solid var(--one);
    border-radius: 25px;
    padding: 7px 25px;
    display: inline-block;
    text-transform: uppercase;
}

.btn-1:hover {
    background-color: var(--two);
    border: 1px solid var(--two);
    color: var(--white) !important;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

btn-1:focus,
btn-1:visited {
    color: var(--white) !important;
}

.btn-2 {
    background-color: var(--two);
    color: var(--white) !important;
    border: 1px solid var(--two);
    border-radius: 25px;
    padding: 7px 25px;
    display: inline-block;
    text-transform: uppercase;
}

.btn-2:hover {
    background-color: var(--one);
    border: 1px solid var(--one);
    color: var(--white) !important;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

btn-2:focus,
btn-2:visited {
    color: var(--white) !important;
}

.btn-3 {
    background-color: var(--two);
    color: var(--white) !important;
    border: 1px solid var(--two);
    border-radius: 25px;
    padding: 7px 100px;
    display: inline-block;
    text-transform: uppercase;
}

.btn-3:hover {
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--one) !important;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

btn-3:focus,
btn-3:visited {
    color: var(--one) !important;
}

.btn-4 {
    background-color: transparent;
    color: var(--one);
    border: 2px solid var(--one);
    border-radius: 25px;
    padding: 5px 40px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 5px;
    margin-bottom: 15px;
}

.btn-4:hover {
    background-color: var(--one);
    border: 2px solid var(--one);
    color: var(--white) !important;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.btn-5 {
    background-color: transparent;
    color: var(--two);
    border: 2px solid var(--two);
    border-radius: 25px;
    padding: 5px 40px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 5px;
    margin-bottom: 15px;
}

.btn-5:hover {
    background-color: var(--two);
    border: 2px solid var(--two);
    color: var(--white) !important;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}


/* ----- Font ----- */

.chelsea-market {
    /*font-family: 'Chelsea Market', cursive;*/
    font-family: 'Poppins'!important;
    font-weight: 500!important;
}


/* ----- Header ----- */

.header {
    position: relative;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

#mainNav {
    width: 100%;
    position: absolute;
    background-color: transparent;
    z-index: 1030;
}
 .navbar-brand img { width: 300px; }
#mainNav .navbar-nav .nav-link {
    color: var(--white);
    text-transform: uppercase;
    padding: 10px;
    font-size: 13px;
}

#mainNav .navbar-nav .nav-link:focus,
#mainNav .navbar-nav .nav-link:hover {
    color: var(--one);
}

#mainNav .navbar-nav .active>.nav-link,
#mainNav .navbar-nav .nav-link.active,
#mainNav .navbar-nav .nav-link.show,
#mainNav .navbar-nav .show>.nav-link {
    color: var(--one);
}

#mainNav .dropdown-menu {
    background: var(--white);
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .27);
    transition: all .3s ease;
}

#mainNav .dropdown-item {
    font-size: 14px;
    color: var(--sub);
}

#mainNav.dropdown-item:focus,
#mainNav .dropdown-item:hover {
    background: transparent;
    color: var(--one);
}

.menu-btn-1 {
    background: var(--one);
    color: var(--white) !important;
    padding: 5px 20px !important;
    border-radius: 25px;
    margin: 5px 0 5px 5px;
}

.menu-btn-1:hover {
    background: var(--two);
    color: var(--white) !important;
}

.menu-btn-1:focus,
.menu-btn-1:visited {
    color: var(--white) !important;
}

.menu-btn-2 {
    background: var(--two);
    color: var(--white) !important;
    padding: 5px 20px !important;
    border-radius: 25px;
    margin: 5px 0 5px 5px;
}

.menu-btn-2:hover {
    background: var(--one);
    color: var(--white) !important;
}

.menu-btn-2:focus,
.menu-btn-2:visited {
    color: var(--white) !important;
}

#subNav {
    background: var(--white);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

#subNav .navbar-nav .nav-link {
    color: var(--heading);
    text-transform: uppercase;
    /*padding: 10px;*/
    padding: 8px;
    font-size: 14px;
}

#subNav .navbar-nav .nav-link:focus,
#subNav .navbar-nav .nav-link:hover {
    color: var(--one);
}

#subNav .navbar-nav .active>.nav-link,
#subNav .navbar-nav .nav-link.active,
#subNav .navbar-nav .nav-link.show,
#subNav .navbar-nav .show>.nav-link {
    color: var(--one);
}

#subNav .dropdown-menu {
    background: var(--white);
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .27);
    transition: all .3s ease;
}

#subNav .dropdown-item {
    font-size: 15px;
    color: var(--sub);
}

#subNav.dropdown-item:focus,
#subNav .dropdown-item:hover {
    background: transparent!important;
    color: var(--one);
}


/* ----- Slider ----- */

.slider {}

.slider-text {
    position: absolute;
    top: 35%;
    left: 15%;
    right: 15%;
    text-align: center;
}

.slider-text h2 {
    color: var(--white);
    font-size: 70px;
    line-height: 80px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.slider-text h5 {
    color: var(--white);
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}


/* ----- Main ----- */

.main {
    background-image: url(../img/main-bg.png);
    margin-top: -30px;
    z-index: 2;
}

.title-style-1 {
    text-align: center;
    margin-bottom: 60px;
}

.title-style-1 h5 {
    color: var(--one);
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.text-box-1 {
    background: #fafafa;
    text-align: center;
    padding: 50px;
    margin-bottom: 30px;
}

.text-box-1 .tb-img {
    position: relative;
    margin-bottom: 10px;
}

.text-box-1 .tb-img img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bright {
    border-right: 2px solid var(--three);
}

.bleft {
    border-left: 2px solid var(--three);
}

.btop {
    border-top: 2px solid var(--three);
}

.bbottom {
    border-bottom: 2px solid var(--three);
}


/* ----- Footer ----- */

.footer {
    background: #121212;
    color: #a3a3a3;
}

.footer a {
    color: #a3a3a3;
}

.footer a:hover {
    color: #fafafa;
}

.footer h4 {
    color: #727475;
    margin-bottom: 20px;
}

.footer .footer-top {
    padding: 80px 0 40px;
}

.footer .footer-bottom {
    background: #000;
    padding: 20px 0;
}

.footer .footer-widget {
    margin-bottom: 40px;
}

.footer-logo {
    margin-bottom: 30px;
}

.contact-box {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.contact-box li {
    border-bottom: 1px solid rgba(163, 163, 163, 0.3);
    padding: 10px;
}

.quick-links {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.quick-links li {
    border-bottom: 1px solid rgba(163, 163, 163, 0.3);
    padding: 10px;
}

.social-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-links li {
    display: inline-block;
    margin-right: 10px;
}

.social-links li a {
    display: inline-block;
    background: #a3a3a3;
    color: var(--black);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
}

.social-links li a:hover {
    background: var(--one);
    color: var(--white);
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 12px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    background: url(../img/scroll-top-arrow.png) no-repeat left top;
    z-index: 9001;
}


/* ----- Page Title ----- */

.page-title {
    background-image: url(../img/page-title-bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 150px 0;
    text-align: center;
    position: relative;
}

.page-title:before {
    background-color: var(--one);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: .8;
}

.page-title h1 {
    color: var(--white);
}

.page-title-shape {
    background-image: url(../img/page-title-shape.png);
    height: 73px;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    margin-top: -30px;
}


/* ----- About Us ----- */

.aboutus {}

.aboutus img {
    border-radius: 25px;
}

.title-style-2 {
    margin-top: 25px;
}

.aboutus-bottom {
    margin-top: -125px;
}

.text-box-2 p {
    text-align: justify;
}

.ctoa {
    margin-top: 20px;
}

.ffa {
    background-image: url(../img/ffa-bg.png);
    background-size: cover;
    background-position: center right;
}

.text-box-3 {
    background: #fff;
    padding: 30px;
    text-align: center;
    box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 10%);
    border-top: 5px solid var(--one);
    border-bottom: 5px solid var(--one);
    border-radius: 10px;
}

.text-box-3 .tb-img {
    margin-bottom: 10px;
}

.text-box-3 .tb-img img {
    width: 80px;
}

.plr {
    padding-left: 60px;
    padding-right: 60px;
}

.h-420 {
    height: 420px;
}

.title-style-3 {
    color: var(--white);
    text-align: center;
    margin-bottom: 40px;
}

.title-style-3 h2 {
    color: var(--white);
}

.text-box-4 {
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
}

.text-box-4 .tb-img {
    background: var(--one);
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto 10px;
    border-radius: 100%;
}

.text-box-4 .tb-img img {
    width: 70px;
}

.text-box-4 h5 {
    color: var(--white);
}

.counter {
    margin-top: -100px;
    background: var(--white);
    box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 10%);
    border-radius: : 10px;
}

.title-style-4 {
    text-align: center;
    margin-bottom: 40px;
}

.text-box-5 {
    margin-bottom: 30px;
}

.text-box-5 h3 {
    margin-bottom: 30px;
}

.text-box-5 h3 span {
    color: var(--one);
}

.list-style-1 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-style-1 li {
    background-image: url(../img/checked-one.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
    padding-left: 50px;
}

.success .card {
    border-radius: 20px;
}

.success .card .card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.success .card .card-footer {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.success .card .card-footer span {
    color: #e75a48;
    font-weight: 500;
}

.success .card .card-footer span i {
    margin-right: 5px;
    font-weight: bold;
}

.text-box-6 {
    margin-bottom: 30px;
}

.text-box-6 h6 {
    font-weight: 600;
    color: var(--text);
}

.text-box-6 p {
    text-align: justify;
}

.counter-box-2 {
    text-align: center;
    padding: 20px 0;
    margin: 30px 0;
}

.counter-box-2 h4 {
    margin-bottom: 30px;
}

.counter-box-2 h2 {
    font-size: 62px;
    line-height: 72px;
    font-weight: 500;
    color: var(--one);
}

.counter-box-2 h2:after {
    content: " +";
    display: inline-block;
}

.section-bg-1 {
    background-image: url(../img/volunteer-bg-1.jpg);
    background-position: center;
    background-size: cover;
}

.text-box-7 {
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
}

.text-box-7 .tb-img {
    background: var(--two);
    border: 2px solid var(--white);
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto 10px;
    border-radius: 100%;
}

.text-box-7 .tb-img img {
    width: 70px;
}

.text-box-7 h5 {
    color: var(--white);
}

.bg-color-1 {
    background: #fafafa;
}

#volunteer {
    padding-top: 30px;
}

#volunteer .carousel-indicators {
    bottom: -60px;
}

#volunteer .carousel-indicators li {
    background-color: var(--one);
}

.vcauses {
    background: var(--white);
}

.vcauses .content {
    padding: 30px 15px;
}

.section-bg-2 {
    background-image: url(../img/volunteer-bg-2.jpg);
    background-position: center;
    background-size: cover;
}

.text-box-8 {
    margin-bottom: 30px;
}

.text-box-8 h2 {
    color: var(--white);
    margin-bottom: 40px;
}

.list-style-2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-style-2 li {
    background-image: url(../img/checked-one.png);
    background-repeat: no-repeat;
    background-position: left top;
    color: var(--white);
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
    padding-left: 50px;
}

.vform {
    background: var(--one);
    padding: 50px;
    margin-bottom: -100px;
}

.vform h2 {
    text-align: center;
    color: var(--white);
    margin-bottom: 30px;
}

.vform label {
    color: var(--white);
    font-weight: 500;
}

.campaign-box {
    background: var(--white);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 15%);
}

.campaign-box .cb-img {
    margin-bottom: 20px;
    position: relative;
}

.campaign-box .cb-img img {
    border-radius: 10px;
}

.campaign-box .cb-img .tax {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--one);
    color: var(--white);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 2px 15px;
    border-radius: 20px;
    display: none;
}

.campaign-box .cb-img .cat {
    position: absolute;
    bottom: -15px;
    left: 10px;
    background: var(--two);
    color: var(--white);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 2px 15px;
    border-radius: 20px;
}

.campaign-box .cb-content {
    margin-bottom: 20px;
}

.campaign-box .cb-content h4 {
    font-size: 16px;
    line-height: 26px;
    height: 75px;
}

.campaign-box .cb-content h4 a {
    color: var(--heading);
}

.campaign-box .cb-content h4 a:hover {
    color: var(--one);
}

.donation {
    height: 8px;
    margin-top: 42px;
    border-radius: 5px;
    background-color: #eaeaea;
}

.donation-bar {
    background-color: var(--one);
    position: relative;
    height: inherit;
    border-radius: inherit;
}

.donation-label {
    position: absolute;
    bottom: 100%;
    right: 5px;
    margin-bottom: 10px;
    transform: translateX(60%);
    color: var(--heading);
    font-weight: 500;
    line-height: 1;
}

.donation-stats {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 14px;
}

.donation-goal,
.donation-raised,
.donation-number {
    display: flex;
    flex-direction: column;
    position: relative;
    line-height: 1.2;
}

.donation-number {
    text-align: center;
    width: 40%;
    position: relative;
}

.donation-stats .donation-number:before {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e5e5e5;
    left: 0;
}

.donation-stats .donation-number:after {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e5e5e5;
    right: 0;
}

.donation-goal .label,
.donation-raised .label,
.donation-number .label {
    color: var(--heading);
    font-weight: 600;
    margin-bottom: 10px;
}

.donation-goal .value {
    text-align: center;
    color: var(--one);
    font-weight: 600;
}

.donation-raised .value {
    text-align: center;
    color: var(--two);
    font-weight: 600;
}

.donation-number .value {
    background: -webkit-linear-gradient(#e75a48, #ffb034);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.cb-footer p {
    margin-bottom: 5px;
}

.cb-footer p i {
    margin-right: 5px;
    color: var(--one);
    font-weight: bold;
}

.single-campaign {}

.single-campaign .sc-img {
    margin-bottom: 20px;
    position: relative;
}

.single-campaign .sc-img img {
    border-radius: 10px;
}

.single-campaign .sc-img .tax {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--one);
    color: var(--white);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 2px 15px;
    border-radius: 20px;
}

.single-campaign .sc-img .cat {
    position: absolute;
    bottom: -15px;
    left: 10px;
    background: var(--two);
    color: var(--white);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 2px 15px;
    border-radius: 20px;
}

.single-campaign .sc-content h1 {
    font-size: 28px;
    line-height: 42px;
}

.sc-user {
    display: flex;
    /*    justify-content: space-between;*/
    margin-top: 20px;
    margin-bottom: 20px;
}

.sc-user .user-img,
.sc-user .user-text {
    /*
    display: flex;
    flex-direction: column;
*/
    position: relative;
}

.sc-user .user-img img {
    width: 60px;
    border: 1px solid var(--border);
    border-radius: 100%;
    padding: 10px;
}

.sc-user .user-img {
    /*
    border: 1px solid var(--border);
    border-radius: 100%;
    padding: 10px;
*/
    margin-right: 20px;
}

.user-text h5 {
    margin-bottom: 5px;
    font-weight: 500;
}

.user-meta {
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-meta li {
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid var(--border);
}

.user-meta li:first-child {
    padding-left: 0px;
}

.user-meta li:last-child {
    border-right: none;
}

.user-meta li i {
    margin-right: 5px;
    color: var(--one);
    font-weight: bold;
}

.user-meta li a {
    color: var(--text);
}

.user-meta li a:hover {
    color: var(--one);
}


/*
.sc-meta {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding-top: 15px;
    padding-bottom: 15px;
}
.sc-meta ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sc-meta ul li {
    display: inline-block;
}*/

.sc-ctoa {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 30px;
    clear: both;
}

.sc-ctoa .ctoa-share {
    position: relative;
    display: inline-block;
}

.sc-ctoa .ctoa-share .alink {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    color: var(--text);
    box-shadow: 11px 10px 38px 0px rgb(0 0 0 / 10%);
    margin-left: 160px;
    z-index: 3;
    transition: all 0.45s;
}

.sc-ctoa .ctoa-share:hover .alink {
    background: var(--white);
    color: var(--two);
    box-shadow: 11px 10px 38px 0px rgb(0 0 0 / 10%);
}


/*.sc-ctoa .ctoa-share .alink:hover {*/


/*    background: var(--white);*/


/*    color: var(--two);*/


/*    box-shadow: 11px 10px 38px 0px rgb(0 0 0 / 10%);*/


/*}*/

.sc-ctoa .ctoa-share .alink {
    background: var(--white);
    color: var(--two);
    box-shadow: 11px 10px 38px 0px rgb(0 0 0 / 10%);
}

.sc-ctoa .social-share {
    background: var(--two);
    border-radius: 25px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    padding-right: 55px;
    padding-left: 10px;
    opacity: 1;
    visibility: visible;
    transition: 0.55s ease-in-out;
}


/*.sc-ctoa .ctoa-share:hover .social-share {*/


/*    opacity: 1;*/


/*    visibility: visible;*/


/*}*/

.sc-ctoa .social-share ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sc-ctoa .social-share ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid var(--white);
    border-radius: 100%;
    margin-left: 3px;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}


/*.sc-ctoa .ctoa-share:hover .social-share ul li {*/


/*    opacity: 1;*/


/*    visibility: visible;*/


/*}*/

.sc-ctoa .social-share ul li:hover {
    background: var(--white);
    color: var(--two);
}

.sc-ctoa .social-share ul li a {
    color: var(--white);
}

.sc-ctoa .social-share ul li:hover a {
    color: var(--two);
}

.sc-ctoa .ctoa-like {
    display: inline-block;
}

.sc-ctoa .ctoa-like .lbtn {
    color: var(--text);
    box-shadow: 11px 10px 38px 0px rgb(0 0 0 / 10%);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    display: block;
    position: relative;
    transition: 0.45s;
}

.sc-ctoa .ctoa-like .lbtn:hover {
    color: var(--two);
}

.sc-ctoa .ctoa-like .count {
    background: var(--two);
    position: absolute;
    min-width: 20px;
    padding: 0px 4px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    border-radius: 50px;
    right: -4px;
    top: 0;
    font-size: 12px;
}

.sc-tab .nav-tabs .nav-link {
    font-size: 16px;
    line-height: 26px;
    /*    margin-bottom: 0;*/
    border: none;
    border-radius: 0;
}

.sc-tab .nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--one);
}

.sc-tab .tab-content p {
    text-align: justify;
}

.donor {}

.donor .single-donor {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.donor .single-donor .donor-img {
    background: #f7f8f9;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%
}

.donor .single-donor .donor-img span {
    font-family: 'Chelsea Market', cursive;
    font-size: 22px;
}

.donor .single-donor .donor-text {
    margin-left: 25px;
}

.donor .single-donor .donor-text .price {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--one);
}

.donor .single-donor .donor-text h5 {
    font-weight: 500;
    margin-bottom: 0;
}

.donor .single-donor .donor-text h5 span {
    font-size: 12px;
    color: var(--two);
}

.donor .single-donor .donor-text p {
    font-size: 14px;
}

.sc-widget {
    background: var(--white);
    padding: 40px 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 5%);
}

.sc-widget h4 {
    margin-bottom: 30px;
}

.recent-donation {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin-bottom: 30px
}

.recent-donation:last-child {
    border: none;
    margin-bottom: 0;
}

.recent-donation .img {
    background: #f7f8f9;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    text-align: center;
}

.recent-donation .img span {
    font-family: 'Chelsea Market', cursive;
    font-size: 18px;
}

.recent-donation .text {
    margin-left: 20px;
}

.recent-donation .price {
    color: var(--one);
    font-weight: 500;
}

.recent-donation .text h6 {
    font-weight: 500;
}

.recent-donation .text h6 span {
    font-size: 12px;
    color: var(--two);
}

.corporate {
    background: #fafafa;
}

.text-box-9 {
    margin-bottom: 30px;
}

.text-box-9 img {
    /*    margin-bottom: 30px;*/
}

.text-box-9 p {
    text-align: justify;
}

.text-box-10 {
    text-align: center;
}

.text-box-10 h3 {
    margin-bottom: 30px;
}

.text-box-10 h5 {
    margin-bottom: 20px;
}

.donate-now {
    padding: 50px;
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%)
}

.donate-now .sc-user {
    justify-content: center;
}

.donate-now hr {
    margin-bottom: 50px;
}

.donate-form label {
    font-weight: bold;
}

.donate-form span {
    color: #ff0000;
}

.donate-btn {
    background-color: var(--one);
    color: var(--white) !important;
    border: 1px solid var(--one);
    border-radius: 25px;
    padding: 7px 60px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 30px;
}

.donate-btn:hover {
    background-color: var(--two);
    border: 1px solid var(--two);
    color: var(--white) !important;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.dlink {
    text-align: center;
    font-weight: bold;
}

.dlink i {
    margin-right: 5px;
}

.dropdown-toggle::after {
    display: inline-block!important;
    margin-left: .255em!important;
    vertical-align: .255em!important;
    content: ""!important;
    border-top: .3em solid!important;
    border-right: .3em solid transparent!important;
    border-bottom: 0!important;
    border-left: .3em solid transparent!important;
}

body {
    position: relative;
}

.bottomright {
    position: fixed;
    bottom: 10px;
    right: 70px;
    text-align: right;
    font-size: 40px;
    background: rgb(231, 90, 72);
    color: #fff;
    border-radius: 100px;
    padding: 10px;
    z-index: 9999;
    cursor: pointer;
}

.right {
    position: fixed;
    bottom: 72px;
    right: 70px;
    display: none;
    z-index: 9999;
}

.close1 {
    font-size: 16px;
    color: #000!important;
}

@media(max-width: 1366px) and (min-width: 1023px) {
    .bottomright {
        bottom: 80px;
    }
    .right {
        bottom: 140px;
    }
}

@media(max-width: 768px) and (min-width: 500px) {
    .bottomright {
        bottom: 340px;
    }
    .right {
        bottom: 400px;
    }
}

@media(max-width: 498px) {
    .right {
        right: 0px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.subscribe {
    border-radius: 20px!important;
    padding-left: 20px!important;
}

.subscribe::placeholder {
    color: #000!important;
    font-size: 14px!important;
}

.newsletter {
    padding: 60px 0 40px!important;
    border-bottom: 2px solid rgba(163, 163, 163, 0.3)!important;
}

.newsletter h3 {
    color: #fafafa!important;
}

.footer-bottom img {
    border-radius: 5px;
}


/* 22-06-2021 */


/* Single Cause */

.widget {
    background: var(--white);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 5%);
    position: relative;
}

.verify-label {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid var(--one);
    border-radius: 18px;
    padding: 2px 15px;
}

.verify-label i {
    font-size: 14px;
    color: var(--one);
    margin-left: 5px;
}

.share-btn-1 {
    background-color: #4c69ba;
    color: var(--white) !important;
    border: 1px solid var#4c69ba;
    border-radius: 25px;
    padding: 7px 25px;
    display: block;
    text-transform: uppercase;
    text-align: center;
}

.share-btn-1:hover {
    background-color: #4c69ba;
    color: var(--white) !important;
    border: 1px solid var#4c69ba;
    border-radius: 25px;
    padding: 7px 25px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.share-btn-1 i {
    margin-left: 5px;
}

#askanupdate .modal-dialog {
    max-width: 350px;
}

#askanupdate .modal-body {
    padding: 20px;
}

.update-form .form-control {
    border-radius: 25px;
    padding: 5px 20px;
}

.update-btn {
    background-color: var(--one);
    color: var(--white) !important;
    border: 1px solid var(--one);
    border-radius: 25px;
    padding: 7px 25px;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
}

.update-btn:hover {
    background-color: var(--two);
    border: 1px solid var(--two);
    color: var(--white) !important;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}


/* Sticky Footer */

.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000000;
    background: #ffffff;
    box-shadow: 0 -2px 5px rgb(0 0 0 / 20%);
    text-align: center;
    display: none;
}

.show,
.sticky-footer:hover {
    display: block;
}

.ftop {
    padding: 15px 0;
    border-bottom: 1px solid var(--border);
}

.ftop span {
    background: var(--one);
    color: var(--white);
    padding: 5px 25px;
    margin-right: 15px;
    border-radius: 25px;
    text-transform: uppercase;
}

.fbottom {
    padding: 20px 0;
}

.fbottom span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: var(--heading);
    margin-right: 15px;
}


/* ----- Act For Education ----- */

.page-slider-1 {
    background-image: url(../img/bg-1.jpg);
    background-position: center;
    background-size: cover;
    padding: 200px 0 250px;
    position: relative;
    height: 750px;
}


/*
.page-slider-1:before {
    background-color: var(--two);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: .8;
}
*/

.page-slider-1 .content h1 {
    color: var(--heading);
    font-weight: 500;
    margin-bottom: 20px;
}

.page-slider-1 .content h3 {
    font-family: 'Caveat', cursive;
    font-weight: 700;
    color: var(--one);
    margin-bottom: 5px;
}

.page-slider-1 .content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.pl-50 {
    padding-left: 50px;
}

.act-for-education p {
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.call-to-action {
    background-image: url(../img/bg-2.jpg);
    background-position: center;
    background-size: cover;
    padding: 100px 0 100px;
    position: relative;
    text-align: center;
}

.call-to-action:before {
    background-color: var(--two);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: .8;
}

.call-to-action .content h2 {
    color: var(--white);
    font-weight: 500;
    margin-bottom: 20px;
}

.call-to-action .content h3 {
    font-family: 'Caveat', cursive;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 5px;
}

.call-to-action .content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}


/* ----- Act For Education ----- */


/* Crowdfunding */

.crowdfunding-box {
    background: var(--white);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 15%);
}

.crowdfunding-box .img-box {
    margin-bottom: 20px;
    position: relative;
}

.crowdfunding-box .img-box img {
    border-radius: 10px;
}

.crowdfunding-box .content-box {
    margin-bottom: 20px;
    text-align: center;
    height: 100px;
}

.crowdfunding-box .content-box h5 a {
    color: var(--heading);
    font-weight: 500;
}


/* ----- New Home Page ----- */

.plr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.main-1 {
    background: #EFF5F4;
}

.bg-color-1 {
    background-color: #fafafa;
}

#mainNav .dropdown-menu {
    margin: 0;
    padding: 0;
}

#subNav .dropdown-menu {
    margin: 0;
    padding: 0;
}

.img-box-1 {
    background-image: url(../img/how-it-works-1.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 60px 30px;
    position: relative;
}

.img-box-overlay-1 {
    background-color: rgba(231, 90, 72, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.img-box-1 .ib-content {
    position: relative;
}

.img-box-1 .ib-content h3 {
    color: var(--white);
    margin-bottom: 70px;
}

.img-box-2 {
    background-image: url(../img/how-it-works-2.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 60px 30px;
    position: relative;
}

.img-box-overlay-2 {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.img-box-2 .ib-content {
    position: relative;
}

.img-box-2 .ib-content h3 {
    color: var(--white);
    margin-bottom: 70px;
}

.img-box-3 {
    background-image: url(../img/how-it-works-3.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 60px 30px;
    position: relative;
}

.img-box-overlay-3 {
    background-color: rgba(255, 176, 52, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.img-box-3 .ib-content {
    position: relative;
}

.img-box-3 .ib-content h3 {
    color: var(--white);
    margin-bottom: 70px;
}

.btn-6 {
    background-color: var(--two);
    color: var(--white) !important;
    border: 1px solid var(--two);
    border-radius: 25px;
    padding: 7px 40px;
    display: inline-block;
    text-transform: uppercase;
}

.btn-6:hover {
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--two) !important;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.btn-7 {
    background-color: var(--one);
    color: var(--white) !important;
    border: 1px solid var(--one);
    border-radius: 25px;
    padding: 7px 40px;
    display: inline-block;
    text-transform: uppercase;
}

.btn-7:hover {
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--one) !important;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.btn-8 {
    background-color: var(--white);
    color: var(--black) !important;
    border: 1px solid var(--white);
    border-radius: 25px;
    padding: 7px 40px;
    display: inline-block;
    text-transform: uppercase;
}

.btn-8:hover {
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--one) !important;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.page-slider-2 {
    background-image: url(../img/jeljevan-bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 250px 0 200px;
    text-align: center;
    position: relative;
}

.page-slider-2:before {
    background-color: var(--one);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: .8;
}

.page-slider-content-2 img {
    margin-bottom: 30px;
}

.page-slider-content-2 h1 {
    color: var(--white);
}


/* ----- New Home Page ----- */

.campaign-box {
    background: var(--white);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    /*    box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 15%);*/
    margin: 10px;
}

.campaign-box .cb-img {
    margin-bottom: 20px;
    position: relative;
}

.campaign-box .cb-img img {
    border-radius: 10px;
}

.campaign-box .cb-img .tax {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--one);
    color: var(--white);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 2px 15px;
    border-radius: 20px;
}

.campaign-box .cb-img .cat {
    position: absolute;
    bottom: -15px;
    left: 10px;
    background: var(--two);
    color: var(--white);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 2px 15px;
    border-radius: 20px;
}

.campaign-box .cb-content {
    margin-bottom: 20px;
}

.campaign-box .cb-content h4 a {
    color: var(--heading);
}

.campaign-box .cb-content h4 a:hover {
    color: var(--one);
}

#story a {
    color: #3b5998;
    font-weight: 500;
    text-decoration: underline;
}

#story a:hover {
    color: #e75a48;
}


/* ----- Rebuilding Maharashtra ----- */

.page-slider {
    background-image: url(../img/page-slider-bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 250px 0 200px;
    text-align: center;
    position: relative;
}

.page-slider:before {
    background-color: var(--two);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: .8;
}

.page-slider-content img {
    margin-bottom: 30px;
}

.page-slider-content h1 {
    color: var(--white);
}

.rm-page {
    margin-top: -90px
}

.rm-content {
    background: var(--white);
    padding: 50px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
}


/* ----- Rebuilding Maharashtra ----- */


/* ----- Act For Education ----- */

.page-slider-1 {
    background-image: url(../img/bg-1.jpg);
    background-position: center;
    background-size: cover;
    padding: 200px 0 250px;
    position: relative;
    height: 750px;
}


/*
.page-slider-1:before {
    background-color: var(--two);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: .8;
}
*/

.page-slider-1 .content h1 {
    color: var(--heading);
    font-weight: 500;
    margin-bottom: 20px;
}

.page-slider-1 .content h3 {
    font-family: 'Caveat', cursive;
    font-weight: 700;
    color: var(--one);
    margin-bottom: 5px;
}

.page-slider-1 .content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.pl-50 {
    padding-left: 50px;
}

.act-for-education p {
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.call-to-action {
    background-image: url(../img/bg-2.jpg);
    background-position: center;
    background-size: cover;
    padding: 100px 0 100px;
    position: relative;
    text-align: center;
}

.call-to-action:before {
    background-color: var(--two);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: .8;
}

.call-to-action .content h2 {
    color: var(--white);
    font-weight: 500;
    margin-bottom: 20px;
}

.call-to-action .content h3 {
    font-family: 'Caveat', cursive;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 5px;
}

.call-to-action .content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}


/* ----- Act For Education ----- */


/* -----  Crowdfunding ----- */

.crowdfunding-box {
    background: var(--white);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 15%);
}

.crowdfunding-box .img-box {
    margin-bottom: 20px;
    position: relative;
}

.crowdfunding-box .img-box img {
    border-radius: 10px;
}

.crowdfunding-box .content-box {
    margin-bottom: 20px;
    text-align: center;
    height: 100px;
}

.crowdfunding-box .content-box h5 a {
    color: var(--heading);
    font-weight: 500;
}


/* -----  Crowdfunding ----- */


/* ----- New Home Page ----- */

.plr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.main-1 {
    background: #EFF5F4;
}

.bg-color-1 {
    background-color: #fafafa;
}

#mainNav .dropdown-menu {
    margin: 0;
    padding: 0;
}

#subNav .dropdown-menu {
    margin: 0;
    padding: 0;
}

.img-box-1 {
    background-image: url(../img-new/how-it-works-1.html);
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 60px 30px;
    position: relative;
}

.img-box-overlay-1 {
    background-color: rgba(231, 90, 72, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.img-box-1 .ib-content {
    position: relative;
}

.img-box-1 .ib-content h3 {
    color: var(--white);
    margin-bottom: 70px;
}

.img-box-2 {
    background-image: url(../img-new/how-it-works-2.html);
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 60px 30px;
    position: relative;
}

.img-box-overlay-2 {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.img-box-2 .ib-content {
    position: relative;
}

.img-box-2 .ib-content h3 {
    color: var(--white);
    margin-bottom: 70px;
}

.img-box-3 {
    background-image: url(../img-new/how-it-works-3.html);
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 60px 30px;
    position: relative;
}

.img-box-overlay-3 {
    background-color: rgba(255, 176, 52, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.img-box-3 .ib-content {
    position: relative;
}

.img-box-3 .ib-content h3 {
    color: var(--white);
    margin-bottom: 70px;
}

.btn-6 {
    background-color: var(--two);
    color: var(--white) !important;
    border: 1px solid var(--two);
    border-radius: 25px;
    padding: 7px 40px;
    display: inline-block;
    text-transform: uppercase;
}

.btn-6:hover {
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--two) !important;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.btn-7 {
    background-color: var(--one);
    color: var(--white) !important;
    border: 1px solid var(--one);
    border-radius: 25px;
    padding: 7px 40px;
    display: inline-block;
    text-transform: uppercase;
}

.btn-7:hover {
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--one) !important;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.btn-8 {
    background-color: var(--white);
    color: var(--black) !important;
    border: 1px solid var(--white);
    border-radius: 25px;
    padding: 7px 40px;
    display: inline-block;
    text-transform: uppercase;
}

.btn-8:hover {
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--one) !important;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.page-slider-2 {
    background-image: url(../img/page-slider-bg.jpg);
    background-position: top center;
    background-size: cover;
    padding: 200px 0 150px;
    text-align: center;
    position: relative;
}

.page-slider-2:before {
    background-color: var(--one);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: .8;
}

.page-slider-content-2 img {
    margin-bottom: 30px;
}

.page-slider-content-2 h1 {
    color: var(--white);
}


/* ----- New Home Page ----- */


/* ----- Completed Campaign----- */

.completed-box {
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    /*    box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 15%);*/
    margin: 10px;
}

.completed-box .cb-img {
    margin-bottom: 20px;
    position: relative;
}

.completed-box .cb-img img {
    border-radius: 10px;
}

.completed-box .cb-img .tax {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--one);
    color: var(--white);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 2px 15px;
    border-radius: 20px;
}

.completed-box .cb-img .cat {
    position: absolute;
    bottom: -15px;
    left: 10px;
    background: var(--two);
    color: var(--white);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 2px 15px;
    border-radius: 20px;
}

.completed-box .cb-content {
    margin-bottom: 20px;
}

.completed-box .cb-content h4 {
    font-size: 16px;
    line-height: 26px;
    height: 75px;
}

.completed-box .cb-content h4 a {
    color: var(--heading);
}

.completed-box .cb-content h4 a:hover {
    color: var(--one);
}

.completed-box .cb-footer p {
    margin-bottom: 5px;
    font-size: 13px;
}

.completed-box .cb-footer p i {
    margin-right: 5px;
    color: var(--one);
    font-weight: bold;
}

.rbm {
    background-image: url(../../img/rebuild-tamilnadu-bg.jpg);
    background-size: cover;
    background-position: center right;
}

.text-box-11 {
    text-align: center;
    margin-top: 40px;
    position: relative;
}

.text-box-11 .tb-content {
    background: var(--two);
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: -25px;
    padding: 10px;
    border-radius: 20px;
}

.text-box-11 .tb-content h5 {
    margin-bottom: 0;
    color: #fff;
}

.text-box-11 .tb-content h5 a {
    color: #fff;
}

.text-box-11 .tb-content h5 a:hover {
    color: #fff;
}

.text-box-11 .tb-img img {
    border: 5px solid var(--two);
    border-radius: 5px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.text-box-11 .tb-img img:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}


/* ----- Completed Campaign----- */


/* ----- Single Campaign Slider ----- */

#sCampaign .tax {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--one);
    color: var(--white);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 2px 15px;
    border-radius: 20px;
    z-index: 1;
}

#sCampaign .cat {
    position: absolute;
    bottom: -15px;
    left: 10px;
    background: var(--two);
    color: var(--white);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 2px 15px;
    border-radius: 20px;
    z-index: 1;
}


/* ----- Single Campaign Slider ----- */


/* ----- Completed Campaign----- */

.completed-box {
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    /*    box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 15%);*/
    margin: 10px;
}

.completed-box .cb-img {
    margin-bottom: 20px;
    position: relative;
}

.completed-box .cb-img img {
    border-radius: 10px;
}

.completed-box .cb-img .tax {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--one);
    color: var(--white);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 2px 15px;
    border-radius: 20px;
}

.completed-box .cb-img .cat {
    position: absolute;
    bottom: -15px;
    left: 10px;
    background: var(--two);
    color: var(--white);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 2px 15px;
    border-radius: 20px;
}

.completed-box .cb-content {
    margin-bottom: 20px;
}

.completed-box .cb-content h4 {
    font-size: 16px;
    line-height: 26px;
    height: 75px;
}

.completed-box .cb-content h4 a {
    color: var(--heading);
}

.completed-box .cb-content h4 a:hover {
    color: var(--one);
}

.completed-box .cb-footer p {
    margin-bottom: 5px;
    font-size: 13px;
}

.completed-box .cb-footer p i {
    margin-right: 5px;
    color: var(--one);
    font-weight: bold;
}

.rbm {
    background-image: url(../../img/rebuild-tamilnadu-bg.jpg);
    background-size: cover;
    background-position: center right;
}

.text-box-11 {
    text-align: center;
    margin-top: 40px;
    position: relative;
}

.text-box-11 .tb-content {
    background: var(--two);
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: -25px;
    padding: 10px;
    border-radius: 20px;
}

.text-box-11 .tb-content h5 {
    margin-bottom: 0;
    color: #fff;
}

.text-box-11 .tb-content h5 a {
    color: #fff;
}

.text-box-11 .tb-content h5 a:hover {
    color: #fff;
}

.text-box-11 .tb-img img {
    border: 5px solid var(--two);
    border-radius: 5px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.text-box-11 .tb-img img:hover {
   -webkit-transform: scale(1.08);
   transform: scale(1.08);
}

/* ----- Completed Campaign----- */