@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
html {
    min-height: 100%;
    scroll-behavior: smooth;
    position: relative;
}
body,
html {
    overflow-x: hidden;
}
body {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    color: #696767;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    background: #fff;
    line-height: 1.5;
}


/* mcss start */
html.sidebar_active {overflow: hidden;}
.side-bar-inner::-webkit-scrollbar-track{border-radius: 1px;background-color: transparent;}
.side-bar-inner::-webkit-scrollbar{width: 1px;background-color: transparent;}
.side-bar-inner::-webkit-scrollbar-thumb{border-radius: 10px;background-color: transparent;}
.side-bar-inner {overflow-y: scroll;height: 100vh;}
/* #sidebar.active {overflow-x: scroll;} */
.eye-btn {position: absolute;bottom: 7px;right: 10px;color:black;}
.eye-btn:hover{color:#229b65;}
.causes.pages,.stories.pages {min-height: 100vh;display: flex;justify-content: center;align-items: center;}
.jq-toast-wrap.bottom-right {top: 60px;bottom: unset;right: 15px !important;}
#sidebar {height: 100vh;}
.sampleSec.find-an-experience.pages {float: none;padding: 40px 0;display: flex;align-items: center;justify-content: center;height: 100vh;}
.find-an-experience footer.full {position: initial;}
button.eye-btn {cursor: pointer;background: transparent;border: none;}
/* mcss end */
/*--Custom-css---*/
a,
button {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    outline: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
.clear {
    clear: both;
}
h1 {
    clear: both;
    color: #363636;
    font-size: 40px;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
h2 {
    color: #363636;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    padding: 0 0 15px;
    position: relative;
    font-weight: 700;
    text-align: center;
}
h3 {
    color: #363636;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 15px;
    font-weight: 700;
}
h4 {
    color: #363636;
    font-size: 22px;
    padding-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
h5 {
    color: #363636;
    font-size: 20px;
    padding-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
h6 {
    color: #363636;
    font-size: 14px;
    padding-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.accountArea ul li:last-child {
    display: none;
}
.dflex {
    display: flex;
}
.alignItemCenter {
    align-items: center
}
.justifyContentCenter {
    justify-content: center;
}
.dTable {
    display: table;
    width: 100%;
}
.dTcell {
    display: table-cell;
    vertical-align: top;
}
.valm {
    vertical-align: middle;
}
.relative {
    position: relative;
}
.radius2 {
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.radius3 {
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.radius5 {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.radius6 {
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.SideLradius3 {
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.SideRradius3 {
    -moz-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
    -o-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}
.downRradius3 {
    -moz-border-radius: 0px 0 3px 3px;
    -ms-border-radius: 0px 0 3px 3px;
    -o-border-radius: 0px 0 3px 3px;
    -webkit-border-radius: 0px 0 3px 3px;
    border-radius: 0px 0 3px 3px;
}
.SideRradius5 {
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
.radius10 {
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.fullradius {
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.radius3 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
.radius0 {
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.pad_10-20 {
    padding: 10px 20px;
}
.pad-15 {
    padding: 15px;
}
.p-v-20-30 {
    padding: 20px 0 30px 0;
}
.p-t-30 {
    padding: 30px 0 0 0;
}
.p-v-75 {
    padding: 75px 0;
}
.padding_60_20 {
    padding: 0 20px 0 60px
}
.padding_20_60 {
    padding: 0 60px 0 20px
}
.padding_33_30 {
    padding: 0 33px 0 30px;
}
.p-v-10 {
    padding: 10px 0;
}
.pad_30 {
    padding: 30px;
}
.padding_60_30 {
    padding: 0 30px 25px 60px
}
.padding_15_30 {
    padding: 0 30px 25px 15px;
}
.pad_0_31 {
    padding: 0 31px
}
.pad_0_30_0 {
    padding: 0 30px 0 0
}
.pad_15_hor {
    padding: 0 15px;
}
.pad_10_hor {
    padding: 0 10px;
}
.pad_20_hor {
    padding: 0 20px;
}
.pad_30_hor {
    padding: 0 30px;
}
.p-h-30 {
    padding: 0 30px;
}
.p-h-30 {
    padding: 0 20px;
}
.pad_30_ver {
    padding: 30px 0;
}
.pad-v20 {
    padding: 20px 0 !important;
}
.pad-v15 {
    padding: 15px 0;
}
.p-v-30 {
    padding: 30px 0;
}
.p-v-40 {
    padding: 40px 0;
}
.p-v-60 {
    padding: 60px 0;
}
.p-v-60-30 {
    padding: 60px 0 30px;
}
.pad-20-10 {
    padding: 20px 10px;
}
.pad_0_30_0_80 {
    padding: 0 30px 80px 30px;
}
.pad_0_15_0_30 {
    padding: 0 15px 30px 15px;
}
.p-b-10 {
    padding-bottom: 10px !important;
}
.p-h-40 {
    padding: 0 40px;
}
.p-l-10 {
    padding-left: 10px;
}
.p-l-15 {
    padding-left: 15px;
}
.p-l-25 {
    padding-left: 25px;
}
.p-r-10 {
    padding-right: 10px;
}
.p-r-15 {
    padding-right: 15px;
}
.p-b-20 {
    padding-bottom: 20px;
}
.p-b-30 {
    padding-bottom: 30px;
}
.p-b-40 {
    padding-bottom: 40px;
}
.p-v-40-60 {
    padding: 40px 0 60px;
}
.m-t-40 {
    margin-top: 40px !important;
}
.m-t-55 {
    margin-top: 55px;
}
.m-t-60 {
    margin-top: 60px !important;
}
.m-t-80 {
    margin-top: 80px;
}
.p-h-15 {
    padding: 0 15px;
}
.p-h-20 {
    padding: 0 20px;
}
.m-v15-40 {
    margin: 15px 0 40px;
}
.m-v-55-40 {
    margin: 55px 0 40px;
}
.pad_25-0 {
    padding: 25px 0;
}
.pad_20-0 {
    padding: 20px 0;
}
.pad_15-0 {
    padding: 15px 0;
}
.pad_20 {
    padding: 20px;
}
.m-l-15 {
    margin-left: 15px;
}
.m-l-10 {
    margin-left: 10px;
}
.p-l-30 {
    padding-left: 30px;
}
.p-l-40 {
    padding-left: 40px;
}
.m-r-15 {
    margin-right: 15px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-t-10 {
    margin-top: 10px !important;
}
.m-t-15 {
    margin-top: 15px !important;
}
.m-t-5 {
    margin-top: 5px !important;
}
.m-b-5 {
    margin-bottom: 5px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.m-b-15 {
    margin-bottom: 15px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.m-b-30 {
    margin-bottom: 30px !important;
}
.m-b-50 {
    margin-bottom: 50px !important;
}
.dt-sc-margin55 {
    margin: 25px 0 30px;
}
.uc {
    text-transform: uppercase;
}
.text-center {
    text-align: center;
}
section,
.full {
    float: left;
    width: 100%;
}
.autoautoWidL {
    width: auto;
    float: left;
}
.autoWidR {
    width: auto;
    float: right;
}
.wAuto {
    width: auto;
}
.header {
    padding: 10px 0;
    position: static;
    top: -100px;
    left: 0;
    width: 100%;
    z-index: 3;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: #229b65;
    background: -moz-linear-gradient(45deg, #229b65 0%, #79c932 100%);
    background: -webkit-linear-gradient(45deg, #229b65 0%, #79c932 100%);
    background: linear-gradient(45deg, #229b65 0%, #79c932 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#229b65', endColorstr='#79c932', GradientType=1);
}
.header.sticky {
    top: 0;
    position: fixed;
    /* -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0px 10px -5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0px 10px -5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0px 10px -5px; */
}
/*section {
    padding:30px 0 0;
    }*/
.imgContainer {
    float: left;
    width: 100%;
}
.imgContainer img {
    display: block;
    width: 100%;
}
ul {
    list-style: none;
}
.allBtn {
    padding: 8px 50px;
    background: #3867a7;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border: none;
    font-weight: 600;
}
.allBtn:focus {
    color: #fff;
}
.allBtn:hover {
    color: #fff;
    background: #333;
}
.upperCase {
    text-transform: uppercase;
}
.m-v-15 {
    margin: 15px 0;
}
.pv-60-30 {
    padding: 60px 30px;
}
.pv-60 {
    padding: 60px 0;
}
.pad_t_b70_40 {
    padding: 70px 0 40px;
}
.padRight15 {
    padding-right: 15px;
}
.padLeft15 {
    padding-left: 15px;
}
.d_I_Block {
    display: inline-block;
}
.dBlock {
    display: block;
}
.mb10 {
    margin-bottom: 10px;
}
.mb30 {
    margin-bottom: 30px;
}
.nomargin {
    margin: 0 !important;
}
.bgNone {
    background: none !important;
}
.logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 244px;
    flex: 0 0 244px;
    max-width: 100%;
}
.logo a {
    display: block;
}
.accountArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.logo img {
    width: 100%;
}
.menu-responsive {
    display: none;
}
.navigation ul li:not(:last-child) {
    margin-right: 1px;
}
.navigation ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: block;
    line-height: 44px;
    padding: 0 10px;
    font-family: 'Montserrat', sans-serif;
}
.p-r-0 {
    padding-right: 0;
}
.navigation ul li.active a,
.navigation ul li a:hover {
    background: #3867a7;
    color: #fff;
}
.accountArea ul li {
    margin: 0 5px;
    position: relative;
}
.accountArea ul li:last-child {
    margin-right: 0;
}
.accountArea ul li a {
    border-radius: 30px;
    line-height: 40px;
    padding: 0 6px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: block;
}
.accountArea ul li.logBtn a {
    background: #fff;
    color: #000;
    padding: 0 30px;
}
.accountArea ul li.regBtn a {
    background: transparent;
    color: #fff;
    border: #fff 2px solid;
    padding: 0 30px;
    line-height: 36px;
}
.accountArea ul li.regBtn a:hover,
.accountArea ul li.logBtn a:hover {
    background: #3867a7;
    color: #fff;
    border-color: #3867a7;
}
.accountArea ul ul {
    position: absolute;
    top: 100%;
    background: #6ac13b;
    z-index: 5;
    right: 0;
    width: 140px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 6px 10px -5px;
    padding: 5px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.accountArea ul ul li {
    margin: 0;
}
.accountArea ul ul li a {
    line-height: 34px;
    padding: 0 15px;
}
.accountArea ul li:hover ul {
    opacity: 1;
    visibility: visible;
}
.owl-theme .owl-nav+.owl-dots {
    margin-top: 10px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    margin: 0;
}
.slogan {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    max-width: 800px;
    padding: 0 15px;
    width: 100%;
    left: 50%;
    z-index: 1;
}
.sloganInner {
    width: 100%;
    width: 100%;
}
.slogan h2 {
    font-size: 52px;
    font-weight: 400;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    -moz-text-shadow: rgba(0, 0, 0, 0.5) 1px 2px 5px;
    -webkit-text-shadow: rgba(0, 0, 0, 0.5) 1px 2px 5px;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 2px 5px;
}
.slogan h4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    -moz-text-shadow: rgba(0, 0, 0, 0.5) 1px 2px 5px;
    -webkit-text-shadow: rgba(0, 0, 0, 0.5) 1px 2px 5px;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 2px 5px;
}
.slogan .all_btn {
    padding: 0 30px;
    font-size: 20px;
    margin-top: 20px;
    background: #fff;
    color: #269d63;
    font-family: 'Montserrat', sans-serif;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    line-height: 56px;
    font-weight: 600;
}
.slogan .all_btn:hover {
    background: #5987c5;
    color: #fff;
}
.srcInput {
    width: 100%;
    height: 56px;
    background: #fff;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
    padding: 0 90px 0 15px;
}
.srcBtn {
    position: absolute;
    right: 0;
    border: none;
    background: #269d63;
    height: 56px;
    line-height: 56px;
    width: 80px;
    color: #fff;
    font-size: 20px;
}
.searchArea {
    margin-bottom: 20px;
}
.proBox {
    position: relative;
    background-color: #fff;
    box-shadow: 1px 2px 15px 0px rgb(0 0 0 / 7%);
    border: #f2f0f0 1px solid;
}
.proBox>a {
    display: block;
}
.proBoxInner p {
    font-size: 13px;
    color: #696767;
    text-align: left;
    margin: 10px 0 0;
    min-height: 100px;
}
.proBoxInner h4 {
    padding: 0;
    min-height: 50px;
}
.proBoxInner h4 a {
    font-size: 17px;
    color: #363636;
}
.proBoxInner h4 a span {
    display: block;
    font-size: 15px;
    color: #5987c5;
}
.proBoxInner h4 a:hover {
    color: #335686;
}
.proBoxInner {
    text-align: center;
    padding: 10px 10px 10px;
}
/* Circle */
.proBox .imgBox {
    position: relative;
    overflow: hidden;
}
.proBox .imgBox img {
    width: 100%;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    object-fit: cover;
    height: 150px;
}
.proBox:hover .imgBox img {
    opacity: .5;
    transform: rotate(5deg) scale(1.2);
}
.proBox .imgBox::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.proBox:hover .imgBox::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
.survicees-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}
.survicees-carousel .owl-nav button.owl-prev{
    left: -25px;
} 
.survicees-carousel .owl-nav button.owl-next{
    left: auto;
    right: -25px;
} 
.survicees-carousel .owl-nav button span {
    font-size: 50px;
    color: #269d63;
    transition: all .5s ease-in-out;
}
.survicees-carousel .owl-nav button:hover span{
    color: #3867a7;
}
.survicees-carousel .owl-nav.disabled {
    display: block;
}
.mc-1{
    margin: 10px;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
.amount {
    color: #269d63;
    font-weight: 600;
    margin-bottom: 6px;
}
.proBox .progress {
    height: .4rem;
}
.proBox .progress-bar {
    background: #269d63;
}
.survicees [class*="col-"] {
    padding: 0 8px;
    margin: 8px 0;
}
.survicees .row {
    margin: 0 -8px;
}
.proBoxInnerBtm {
    border-top: #ddd 1px solid;
    padding: 10px 0 0;
    margin-top: 10px;
    font-weight: 600;
    color: #333;
    font-size: 12px;
}
.mainBtn {
    background: #f6f6f6;
    color: #313030;
    line-height: 38px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 0 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px -6px;
}
.proBoxInner .mainBtn {
    margin-top: 25px;
}

.seach-sec {
    padding: 1% 0;
    transition: all 300ms ease-in-out;
    background: #229b65;
    background: -moz-linear-gradient(45deg, #229b65 0%, #79c932 100%);
    background: -webkit-linear-gradient( 
45deg, #229b65 0%, #79c932 100%);
    background: linear-gradient( 
45deg, #229b65 0%, #79c932 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#229b65', endColorstr='#79c932', GradientType=1);
}

.seach-sec input {
    padding: 10px;
    width: 50%;
    margin: 0 auto;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    border: none;
}

.seach-sec input:focus{
    border: none;
    box-shadow: none;
    outline: none;
}

.seach-sec button{
    display: block;
    position: relative;
    right: 85%;
    width: 60%;
    padding: 10px;
    border: none;
    border-radius: 100px;
    background: #363636;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    transition: all .5s ease-in-out;
}

.seach-sec button:hover{
    background: #fff;
    color: #363636;
    box-shadow: 0 0 20px 5px rgba(255,255,255,.2);
}

.survicees {
    background: #f8f8f8;
    padding: 30px 0;
}
.section-Title h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 50px;
}
.section-Title h2 span {
    display: block;
}
.section-Title h2 span::after {
    content: "";
    position: absolute;
    max-width: 964px;
    background: #dbf9d9;
    height: 15px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2px;
    z-index: -1;
    width: 100%;
}
.ambitiousInner span {
    display: block;
    width: 80px;
    margin-bottom: 15px;
}
.ambitiousInner span img {
    display: block;
    width: 100%;
}
.ambitious {
    padding: 40px;
}
.counterArea {
    background-attachment: fixed !important;
    padding: 60px 0;
    z-index: 1;
    position: relative;
    text-align: center;
    color: #fff;
}
.counterArea::after {
    content: "";
    background: #a7f13d;
    background: -moz-linear-gradient(45deg, #a7f13d 0%, #238bdd 100%);
    background: -webkit-linear-gradient(45deg, #a7f13d 0%, #238bdd 100%);
    background: linear-gradient(45deg, #a7f13d 0%, #238bdd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a7f13d', endColorstr='#238bdd', GradientType=1);
    opacity: .97;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.about-counter-box span {
    display: block;
    font-size: 50px;
    margin-bottom: 15px;
    line-height: 1;
}
.about-counter-box h2 span {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    margin: 0;
}
.about-counter-box p {
    font-weight: 600;
}
.bothBdr {
    border-right: rgba(255, 255, 255, .4) 1px solid;
    border-left: rgba(255, 255, 255, .4) 1px solid;
}
.testiImg span {
    width: 80px;
    display: inline-block;
    margin: 20px 0;
}
.testiImg span img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0px 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 0px 5px;
}
.testiBox {
    padding: 30px 30px 60px;
    background: #f7f7f7;
}
.testimonialArea {
    padding: 50px 0;
}
.testiImg h6 {
    color: #4ab04e;
    font-weight: 600;
}
.homeBanner .owl-theme .owl-nav [class*="owl-"],
.campaignCollage .owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 0 7px !important;
    position: absolute;
    top: 50%;
    right: 26px;
    color: #000;
    font-size: 31px !important;
    cursor: pointer;
    line-height: 20px !important;
    margin: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 144px;
    width: 42px;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    outline: none;
}
.homeBanner .owl-theme .owl-nav [class*="owl-"] span,
.campaignCollage .owl-theme .owl-nav [class*="owl-"] span {
    display: none;
}
.homeBanner .owl-theme .owl-nav .owl-prev,
.campaignCollage .owl-theme .owl-nav .owl-prev {
    left: 26px;
}
.homeBanner .owl-theme .owl-nav .owl-prev,
.campaignCollage .owl-theme .owl-nav .owl-prev {
    background: url(../images/arrowLeft.png);
}
.homeBanner .owl-theme .owl-nav .owl-next,
.campaignCollage .owl-theme .owl-nav .owl-next {
    background: url(../images/arrowRight.png);
}
.bCover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
}
footer {
    background: #1a1a1a;
    padding: 35px 0 0;
}
.fLinks ul li a {
    color: #cccccc;
    font-size: 16px;
    font-weight: 500;
}
.fLinks ul li:not(:last-child) {
    margin-right: 26px;
    position: relative;
}
.fLinks ul li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 8px;
    background: #828181;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
}
.fLinks ul li:last-child::after {
    display: none;
}
.fSocial ul li {
    margin-left: 8px;
}
.fSocial ul li:first-child {
    margin: 0;
}
.fSocial ul li a {
    height: 32px;
    width: 32px;
    text-align: center;
    border: #acacac 1px solid;
    background: #969696;
    color: #fff;
    line-height: 30px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.fSocial ul li a:hover {
    background: #fff;
    color: #0b0b0b;
}
.footerBtom {
    background: #0c0c0c;
    padding: 15px 0;
    margin-top: 30px;
}
.footerBtom ul li a {
    font-size: 13px;
}
.questions {
    color: #58e5d6;
    font-weight: 600;
    font-size: 13px;
}
.questions span {
    color: #ddf2f0;
    font-weight: normal;
}
.questions a {
    color: #269d63;
    font-weight: normal;
}
.copyRight {
    color: #7b7b7b;
    font-size: 14px;
}
.red{
    color: red;
    margin-left: 4px;
}
.donateLeft {
    /* -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; */
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 400px);
    flex: 0 0 calc(100% - 400px);
    max-width: calc(100% - 400px);
    padding: 0 15px;
}
.donateRight {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px;
    padding: 0 15px;
}
.donateWrap {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 100px;
    background: #fff;
    padding: 20px;
}
.campaignCollage a {
    display: block;
}
.campaignCollage img {
    display: block;
    width: 100%;
}
.campColDesc ul li.ccdThumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
}
.campColDesc ul li.ccdDesc {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
}
.campColDesc ul li.ccdDesc h5 {
    padding-bottom: 3px;
    font-size: 18px;
}
.campColDesc ul li.ccdDesc h5 i {
    color: #50b34a;
    font-size: 21px;
    margin-right: 5px;
}
.campColDesc ul li.ccdThumb img {
    width: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.campColDesc,
.campColDescBtm {
    padding: 20px 0;
}
.funeralsMemorials {
    border-top: #eee 1px solid;
    border-bottom: #eee 1px solid;
    background: #fff;
}
.funeralsMemorials ul li:not(:last-child) {
    border-right: #eee 1px solid;
}
.funeralsMemorials ul li {
    padding: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #333;
}
.funeralsMemorials ul li a {
    color: #333;
    font-weight: 600;
}
.funeralsMemorials ul li a i {
    color: #50b34a;
    margin-right: 5px;
}
.funeralsMemorials ul li a:hover {
    color: #50b34a;
}
.campColDescBtm ul {
    margin-top: 20px;
}
.campColDescBtm ul li:not(:last-child) {
    margin-right: 10px;
}
.campColDescBtm ul li a {
    border: #3867a7 2px solid;
    line-height: 44px;
    padding: 0 50px;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
}
.campColDescBtm ul li a.donateBtn {
    background: #3867a7;
    color: #fff;
}
.campColDescBtm ul li a.shareBtn {
    color: #3867a7;
    border: #3867a7 2px solid;
    /* background: #fff; */
}
.campColDescBtm ul li a:hover {
    background: #50b34a;
    color: #fff;
    border-color: #50b34a;
}
.comentsTab .nav-tabs {
    display: none;
}
@media(min-width:768px) {
    .comentsTab .nav-tabs {
        display: flex;
    }
    .comentsTab .card {
        border: none;
    }
    .comentsTab .card .card-header {
        display: none;
    }
    .comentsTab .card .collapse {
        display: block;
    }
}
@media(max-width:767px) {
    .comentsTab .tab-content>.tab-pane {
        display: block !important;
        opacity: 1;
    }
}
.comentsTabInner ul li.personInfo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
}
.comentsTabInner ul li.personInfo img {
    display: block;
    width: 100%;
    border-radius: 50%;
    /* border: #ddd 1px solid;
    padding: 2px; */
}
.companyDtlsOutPut {
    border-bottom: #f2f2f2 1px solid;
    padding-top: 15px;
    padding-bottom: 15px;
}
/* .companyDtlsOutPut:last-child {
    border: none;
    padding: 0;
} */
.commentsArea ul li.personInfo,
.peopleDonateArea ul li.personInfo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
}
.commentsArea ul li.personInfo img,
.peopleDonateArea ul li.personInfo img {
    display: block;
    width: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: #ddd 1px solid;
    padding: 2px;
}
.comentsTabInner ul li.personDesc,
.commentsArea ul li.personDesc,
.peopleDonateArea ul li.personDesc {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
}
.comentsTabInner ul li.personDesc h5 {
    padding-bottom: 5px;
    font-size: 20px;
    color: #3867a7;
}
.commentsArea ul li.personDesc h5 {
    padding-bottom: 5px;
    font-size: 16px;
    color: #3867a7;
}
.peopleDonateArea ul li.personDesc h5 {
    padding-bottom: 0;
    font-size: 15px;
    color: #000;
}
.comentsTabInner ul li.personDesc h5 span {
    color: #262626;
    font-weight: 400;
    /* border-left: #999898 1px solid; */
    /* padding-left: 10px; */
    /* margin-left: 5px; */
    font-size: 11px;
    display: block;
}
.comentsTabInner ul li p,
.commentsArea ul li,
.commentsArea ul li p {
    font-size: 14px;
}
.personDesc li {
    font-size: 14px;
    color: #2d2d2d;
    margin-bottom: 5px;
}
.personDesc li i {
    color: #4aaa24;
    margin-right: 5px;
}
.commentsArea ul li small {
    margin-top: 15px;
    display: block;
}
.fundraisingTeam:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: #ddd 1px dashed;
}
.comentsTabInner h3 {
    border-bottom: #ddd 3px solid;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 20px;
}

.review-wrapper {
    margin-bottom: 50px;
    margin-top: 20px;
}

.review-box {
    margin-bottom: 30px;
}

.review-box h4 {
    font-size: 16px;
    font-weight: 600;
    color: #363636;
    line-height: 24px;
}

.review-box h4 span{
    font-size: 14px;
    font-weight: 400;
    color: #3a4366;
    line-height: 24px;
    margin-left: 20px;
}

.review-box p{
    font-size: 13px;
    font-weight: 400;
    color: #3a4366;
    line-height: 20px;
}

.main-form-2 label {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #010927;
    margin-bottom: 10px;
}

.main-form-2 .form-group {
    margin-bottom: 25px;
}

.main-form-2 label span {
    color: #ff0000;
}

.main-form-2 input {
    font-size: 15px;
    font-weight: 400;
    color: #3a4366;
    padding: 15px;
    border: 0;
    border-bottom: 2px solid #d4d5d8;
    font-style: italic;
    box-shadow: none;
}

.main-form-2 input::placeholder {
    color: #3a4366;
}

.main-form-2 input:focus {
    box-shadow: none;
    outline: none;
    border-color: #d4d5d8;
}

.personDesc a {
    line-height: 25px;
    padding: 0 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    /* background: #3867a7; */
    color: #3867a7;
    margin-top: 5px;
    border: #3867a7 1px solid;
}
.personDesc a:hover {
    color: #50b34a;
}
.forArroe {
    position: relative;
}
.forArroe:after {
    content: "\f178";
    position: absolute;
    right: 0;
    top: 0;
    font-family: FontAwesome;
    color: #3ca956;
}
.communityPhotos a {
    display: block;
    position: relative;
}
.communityPhotos a img {
    width: 100%;
    display: block;
}
.communityPhotos a::after {
    content: "+";
    width: 20%;
    height: 20%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    display: grid;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 50px;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.communityPhotos a:hover::after {
    opacity: 1;
    visibility: visible;
    width: 90%;
    height: 90%;
}
@media all and (min-width: 800px) {
    .fancybox-thumbs {
        top: auto;
        width: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: 95px;
        padding: 10px 10px 5px 10px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.3);
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 0;
        bottom: 95px;
    }
}
.mc-b-2{
    margin-bottom: 20px;
}
.mc-y-2{
    margin: 20px 0;
}
.seeAllBtn {
    font-weight: 700;
    color: #333;
    border-bottom: #333 2px solid;
    margin-top: 15px;
}
.commentsArea:not(:last-child) {
    border-bottom: #ddd 1px dashed;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.comentsTab {
    /* border-top: #ddd 1px solid; */
    background: #fff;
    /* padding-top: 20px; */
    margin-top: 20px;
    padding: 13px 20px;
}
.comentsTab .nav-tabs li a {
    color: #333;
    font-weight: 700;
    padding: .7em 0;
}
.comentsTab .nav-tabs .nav-item.show .nav-link,
.comentsTab .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #63bd3f;
    border-color: #63bd3f #63bd3f #63bd3f;
}
.reportFundraiser {
    color: #000;
    font-weight: 700;
    border-bottom: #64be3e 2px solid;
    padding: 0 0 5px;
}
.reportFundraiser i {
    margin-right: 5px;
}
.donateWrap .progress {
    height: 0.2rem;
}
.donateWrap .progress-bar {
    background: #269d63;
}
.donateWrapTop h4 span {
    font-weight: 400;
    font-size: 70%;
    color: #666;
}
.donSheFoll {
    margin: 25px 0;
}
.donSheFoll ul li {
    padding: 10px 0;
}
.donSheFoll ul li a {
    display: block;
    font-weight: 700;
    color: #333;
}
.donSheFoll ul li a span {
    display: block;
    font-weight: 400;
    color: #666;
}
.donSheFoll ul li:nth-child(2) {
    /*border-right: #ddd 1px solid;*/
    border-left: #ddd 1px solid;
}
.donShereArea ul li a,
.donate-btn{
    border: #3867a7 2px solid;
    line-height: 38px;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
}
.donShereArea ul li a.donateBtn,
.donate-btn{
    background: #3867a7;
    color: #fff;
    
}
.donShereArea ul li a:hover,
.donate-btn:hover,
.donShereArea ul li a.donateBtn:hover {
    background: #20467a;
    color: #fff;
}

.donate-btn-lg{
    width: 100%;
}
.donShereArea ul li a.shareBtn {
    color: #3867a7;
    border: #3867a7 2px solid;
    background: #fff;
}
.donShereArea ul li:first-child {
    padding-right: 5px;
}
.donShereArea ul li:last-child {
    padding-left: 5px;
}
.peopleDonateAreaInner:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #ddd 1px dashed;
}
.peopleDonateArea {
    padding-top: 20px;
}
.peopleDonateArea ul li.personDesc h6 {
    padding-bottom: 0;
    font-size: 16px;
    color: #2da15e;
}
.peopleDonateAreaInner p {
    font-size: 14px;
}
.peopleDonateAreaInner p span {
    /* font-size: 12px; */
    color: #729b4d;
    position: relative;
    margin-left: 15px;
}
.peopleDonateAreaInner p span::before {
    content: "\f017";
    font-family: FontAwesome;
    margin-right: 5px;
}
.donateContainer,
.howItWorks {
    background: #f8f8f8;
    padding: 30px 0;
}
.workBan h4 {
    font-weight: 400;
}
.howItWorks {
    z-index: 1;
}
.howItWorks::after {
    content: "";
    left: 15%;
    bottom: 0;
    position: absolute;
    background: rgba(205, 253, 217, 0.28);
    height: 82%;
    width: 87%;
    transform: skewY(14deg);
    transform-origin: -88px 120px 86px;
    z-index: -1;
}
.howItWorks {
    z-index: 1;
    overflow: hidden;
}
.workBan h2 {
    color: #3867a7;
    font-family: 'Oswald', sans-serif;
    font-size: 51px;
}
.videoArea {
    margin-bottom: 15px;
}
.videoArea img {
    width: 60px;
    display: block;
}
.howItWorksBoxArea {
    padding: 50px 0;
    /* background: #ecf9ef; */
}
.workStepBox h3 {
    font-size: 22px;
}
.workStepBox ul li {
    position: relative;
    padding-left: 20px;
}
.workStepBox ul li:not(:last-child) {
    margin-bottom: 10px;
}
.workStepBox ul li::before {
    content: "\f1db";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    font-size: 10px;
    top: 4px;
    color: #3ba856;
}
.fundraiserBtn {
    padding: 0 50px;
    font-size: 16px;
    margin-top: 20px;
    color: #269d63;
    font-family: 'Montserrat', sans-serif;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    line-height: 48px;
    font-weight: 600;
    border: #269d63 2px solid;
    background-color: transparent;
}
.fundraiserBtn:hover {
    color: #fff;
    border-color: #269d63;
    background: #269d63;
}
.parallax {
    position: relative;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    height: 100%;
    padding: 50px 0;
}
.paralaxBg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(89, 135, 197, .84);
}
.paralaxInner {
    max-width: 750px;
    width: 100%;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
.paralaxInner h2 {
    color: #f9fcff;
    font-size: 51px;
}
.paralaxInner p {
    color: #fff;
    font-size: 18px;
}
.paralaxBtn {
    background: #e6f0fd;
    color: #273548;
    letter-spacing: 5px;
    line-height: 48px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 50px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin-top: 40px;
    position: relative;
}
.paralaxBtn::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    background: #b4c4d8;
    width: 24px;
    height: 1px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.paralaxBtn:hover {
    background: #354c6a;
    color: #fff;
}
.paralaxBtn:hover::after {
    right: -24px;
}
.leaderOnline {
    padding: 50px 0;
    background: #ecf9ef;
}
.ledOnlLeft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
}
.ledOnlRight {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
}
.ledOnlLeft img {
    width: 100%;
    display: block;
}
.ledOnlRight h3 {
    font-size: 22px;
    padding-bottom: 5px;
}
.leaderOnlineInner {
    margin: 25px 0;
}
.donate-area2 {
    padding: 50px 0;
    background: #f8f8f8;
}
.donate-area2 .donate-content-wrap .donate-item {
    margin-bottom: 53px;
}
.donate-area2 .donate-content-wrap .donate-item .donate__title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
    padding: 0;
}
.form-shared form {
    position: relative;
}
.donate-area2 .donate-content-wrap .donate-item .form-shared form .yellow-form {
    position: relative;
}
.donate-area2 .donate-content-wrap .donate-item .form-shared form .yellow-form .form-control {
    background-color: #3867a7;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 80px;
    color: #fff;
    font-size: 70px;
    font-weight: 600;
}
.donate-area2 .donate-content-wrap .donate-item .form-shared form .yellow-form span {
    position: absolute;
    top: 50%;
    left: 30px;
    color: #fff;
    font-size: 70px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 70px;
}
.donate-area2 .donate-content-wrap .donate-item .form-shared form .yellow-form span.number-symble {
    left: auto;
    right: 76px;
    top: 50%;
}
.form-shared form {
    position: relative;
}
.form-shared form .form-group {
    margin-bottom: 20px;
}
.form-shared form .form-control,
.form-shared form .textarea,
.form-shared form .select-option {
    width: 100%;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: #f0f0f0 1px solid;
    background-color: #fff;
    color: #818181;
    padding: 19px 30px;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    font-weight: 500;
    font-size: 16px;
    outline: none;
}
.donate-area2 .donate-content-wrap .donate-item .form-shared form .form-control {
    font-weight: 400;
}
.form-shared form .select-option {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    padding-top: 18px;
    padding-bottom: 18px;
    cursor: pointer;
}
.form-shared form .select-group::after {
    position: absolute;
    content: "\f0d7";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    font-family: "fontAwesome";
    font-size: 14px;
    color: #818181;
    pointer-events: none;
    display: inline-block;
}
.donate-area2 .donate-content-wrap .donate-item .form-shared form .textarea {
    height: 230px;
}
.theme-btn {
    font-size: 12px;
    text-transform: uppercase;
    background: #68c03c;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 30px 0 35px;
    line-height: 49px;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    text-decoration: none;
    border: none;
}
.theme-btn::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 1px;
    z-index: -1;
    background: #3867a7;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg);
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.theme-btn:hover::after {
    -webkit-transform: skew(-12deg, 3deg);
    -moz-transform: skew(-12deg, 3deg);
    -ms-transform: skew(-12deg, 3deg);
    -o-transform: skew(-12deg, 3deg);
    transform: skew(-12deg, 3deg);
}
.sidebar-shared .side-widget {
    background-color: #f2f0ec;
    margin-bottom: 30px;
}
.select-group {
    position: relative;
}
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-img img {
    width: 100%;
}
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-inner-content {
    padding: 44px 60px 54px 60px;
}
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-inner-content .blog__title {
    font-size: 29px;
    font-weight: 800;
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
    padding: 0;
}
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-inner-content .blog__title a {
    color: #424242;
}
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-inner-content .blog__list li {
    color: #424242;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 13px;
    position: relative;
    padding-left: 30px;
}
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-inner-content .blog__list li {
    color: #424242;
    font-weight: 600;
    font-size: 14px;
}
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-inner-content .blog__list li i {
    font-size: 17px;
    position: absolute;
    top: 2px;
    left: 0;
}
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-inner-content .blog__list li span {
    color: #51b449;
}
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-inner-content .blog__desc {
    margin-top: 27px;
}
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content {
    padding: 0;
}
.sidebar-shared .side-widget {
    background-color: #fff;
    padding: 40px 40px 40px 40px;
    margin-bottom: 30px;
}
.sidebar-shared .side-widget .author-box .author__avatar {
    margin-right: 20px;
    width: 59px;
    height: 59px;
    background-color: #424242;
}
.sidebar-shared .side-widget .author-box .author__detail {
    margin-top: -10px;
}
.sidebar-shared .side-widget .author-box .author__detail .author__meta {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1px;
}
.sidebar-shared .side-widget .author-box .author__detail .author__title {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}
.sidebar-shared .side-widget .author-box .author__detail .author__title a {
    color: #51b449;
}
.sidebar-shared .side-widget .author-box .author__detail .author__list li:last-child {
    margin-bottom: 0;
}
.sidebar-shared .side-widget .author-box .author__detail .author__list li {
    margin-bottom: 4px;
}
.sidebar-shared .side-widget .author-box .author__detail .author__list li i {
    color: #f1ae44;
    font-size: 15px;
    margin-right: 7px;
}
.sidebar-shared {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 100px;
}
/*.about-us {
    padding: 140px 0 50px;
}*/
.img-box {
    position: relative;
}
.img--layout {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
}
.img-box .img--layout {
    display: inline-block;
}
.img-box__img {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.img-box__img::before {
    content: "";
    display: block;
    padding-top: 109.57447%;
}
.img--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    font-family: "object-fit: cover; object-position: top center";
    z-index: -1;
}
.heading__pre-title {
    display: inline-block;
    color: #9e9e9e;
    font-weight: 700;
    margin-bottom: 10px;
}
.heading__title {
    font-size: 50px;
    letter-spacing: -.070em;
    margin-bottom: 20px;
}
.heading__title span:nth-of-type(2) {
    font-weight: 300;
}
.no-padding-top {
    padding-top: 0 !important;
}
.about-us__text-aside {
    font-size: 129px;
    line-height: 124px;
    color: #5dba43;
    text-align: center;
    font-family: 'Fredericka the Great', cursive;
    letter-spacing: -.020em;
}
.about-us-style-2 h4 {
    font-size: 28px;
}
.about-us-style-2 {
    background: #f7fff5;
    padding: 50px 0;
}
.video_box {
    padding: 0 0 47% !important;
    position: relative;
    overflow: hidden;
}
.video_img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.video_img img {
    width: 100%;
}
.video_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}
.video {
    width: 100%;
}
.video_btn_box {
    padding-bottom: 45px;
    position: absolute;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.video_box.pause .video_btn_box {
    bottom: 10px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.video_btn_box span {
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: -45px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.video_btn_box span:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    right: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.video_btn:hover.video_btn span:after {
    content: '';
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.video_btn {
    position: relative;
    padding: 0;
    outline: none;
    background: none;
    border: 2px solid #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font: normal normal normal 30px/96px FontAwesome;
}
.video_btn i {
    line-height: 96px;
}
.video_btn i.fa-play {
    margin-left: 5px;
}
.video_btn:hover {
    background-color: #fff;
    color: #0066cc;
}
.video_box.pause .video_img {
    opacity: 0;
    visibility: hidden;
}
.video_box.pause .video_wrapper {
    opacity: 1;
    visibility: visible;
}
@media only screen and (max-width: 767px) {
    body {
        min-width: 420px;
    }
    .video_btn_box span {
        font-size: 20px;
        line-height: 24px;
        bottom: -34px;
    }
    .video_btn_box {
        padding-bottom: 25px;
    }
    .video_btn {
        width: 50px;
        height: 50px;
        border-width: 1px;
        font-size: 20px;
    }
    .video_btn i {
        line-height: 48px;
    }
}
@media only screen and (max-width: 479px) {
    body {
        min-width: 300px;
    }
}
.videoSection {
    background: url(../images/video_frame-layout.png) bottom center no-repeat;
    padding: 50px 0;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.align-container__item {
    position: relative;
    z-index: 2;
}
.promo-primary__pre-title {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-family: 'Fredericka the Great', cursive;
    margin-bottom: 0;
}
.promo-primary__title::after,
.promo-primary__title::before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    bottom: -20px;
}
.promo-primary__title::after,
.promo-primary__title::before {
    bottom: -60px;
}
.promo-primary__title::before {
    width: 75px;
    left: 0;
    background-color: #efc940;
}
.promo-primary__title::after {
    width: 25px;
    left: 80px;
    background-color: #aca7ba;
}
.promo-primary__title {
    position: relative;
    color: #fff;
    line-height: 60px;
    font-size: 42px;
    font-size: 70px;
}
.promo-primary__title span:nth-of-type(2) {
    font-weight: 300;
}
.promo-primary__description {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1600px;
    text-align: right;
    z-index: 1;
}
.promo-primary__description span {
    font-size: 132px;
    color: #fff;
    line-height: 80px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Fredericka the Great', cursive;
    opacity: .7;
}
.amountBtn ul li {
    padding: 0 15px;
}
.amountBtn ul li .amount-token {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    border: 1px solid #e6e7e8 !important;
    background: #fff;
    border-radius: 55px;
    min-width: 100px;
    font-size: 16px;
    -webkit-text-fill-color: #444;
    line-height: 36px;
    padding: 0 15px;
    outline: none !important;
}
.amountBtn ul li .amount-token.selected {
    background: #3867a7;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
.otherAmountInner {
    position: relative;
}
.otherAmountInner .form-control {
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 35px;
    color: #3d3d3d;
    font-size: 18px;
    border-radius: 30px;
}
.otherAmountInner span {
    position: absolute;
    top: 50%;
    left: 19px;
    color: #404040;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 36px;
}
.otherAmountInner span.number-symble {
    left: auto;
    right: 76px;
    top: 50%;
}
.otherAmountInner {
    position: relative;
    max-width: 200px;
}
.otherAmtLeft {
    font-weight: 600;
    padding-right: 10px;
}
.otherAmount {
    margin-top: 15px;
}
.inpIcon {
    position: absolute;
    top: 7px;
    right: 10px;
    color: #c8c6c6;
}
.form-control.inputDonate {
    border: none;
    border-bottom: #ddd 1px solid;
}
.formFildAreaInner {
    max-width: 500px;
    width: 100%;
    margin-top: 30px;
}
.formFildAreaInner .form-group {
    margin-bottom: 25px;
}
.payBtn {
    background: #3867a7;
    display: block;
    color: #fff;
    font-weight: 700;
    border-radius: 1.5rem;
    line-height: 52px;
    text-transform: uppercase;
    font-size: 18px;
    width: 100%;
    border: none;
}
.customWidth {
    max-width: 600px;
}
.customWidth h4.modal-title {
    text-align: center;
    color: #3867a7;
    width: 100%;
    padding: 0;
    font-size: 30px;
}
.customWidth .modal-header {
    background: #e9f2fd;
}
.cardArea {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.cardAreaInner {
    -moz-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    padding: 30px 40px;
    border-radius: 6px;
}
.cardAreaInner .form-group {
    margin-bottom: 1.8rem;
}
.noteArea {
    width: 100%;
    margin: 20px 0;
    font-weight: 300;
    font-size: 13px;
}
.cardAreaInner .form-control.inputDonate {
    font-size: 13px;
}
.chips {
    padding-left: 20px;
}
.tipArea {
    background-color: #f7f7f7;
    padding: 20px 20px 30px;
    margin-top: 25px;
}
/* .OptionalTipArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
} */
.selectTip {
    position: relative;
    width: 144px;
    margin-left: 15px;
}
.tipDesc {
    /* -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; */
    padding-right: 20px;
}
.OptionalTipArea h5 {
    padding: 0;
}
.tipDesc p {
    font-size: 13px;
}
.selectTip .select-option {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    padding-top: 18px;
    padding-bottom: 18px;
    cursor: pointer;
}
.selectTip .select-option {
    width: 100%;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: #f0f0f0 1px solid;
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    font-weight: 500;
    font-size: 16px;
    outline: none;
    color: #818181;
}
.selectTip .select-group::after {
    position: absolute;
    content: "\f0d7";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    font-family: "fontAwesome";
    font-size: 14px;
    color: #818181;
    pointer-events: none;
    display: inline-block;
}
.OptionalTipArea {
    margin-top: 15px;
}
.mostDonors h6 {
    font-weight: 500;
    color: #666;
}
.mostDonors h6 span {
    font-weight: 600;
    color: #2da15e;
}
.prvStep {
    color: #2da15e;
    font-size: 30px;
    line-height: 1;
}
.totalCharge {
    position: absolute;
    right: 0;
    bottom: -20px;
}
.donateHeader {
    margin-bottom: 30px;
    border-bottom: #ddd 1px solid;
    padding-bottom: 20px;
}
.donateHeader ul li {
    padding: 0 20px 0 20px;
    font-weight: 400;
    font-size: 14px;
    color: #333;
}
.donateHeader ul li:not(:last-child) {
    border-right: #eee 1px solid;
    padding-left: 0;
}
.donateHeader ul li a {
    color: #333;
    font-weight: 600;
}
.donateHeader ul li a i {
    color: #50b34a;
    margin-right: 5px;
}
.donateHeader ul li a:hover {
    color: #50b34a;
}
.donateHeader h2 {
    padding-bottom: 10px;
}
.CommentsInput {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.postBtn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    border: none;
    background: #3867a7;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    /* margin-left: 5px; */
}
.commentsBox {
    padding: 20px;
    background: #f7f7f7;
    margin-bottom: 30px;
}
.CommentsInput {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    height: 60px;
    border: #3867a7 1px solid;
    background: #fff;
    color: #3867a7;
    font-style: italic;
}
.filesBox ul {
    margin-left: -5px;
    margin-right: -5px;
}
.filesBox ul li {
    padding: 5px;
}
.filesBox .fileBoxInner {
    background: #f7f7f7;
    padding: 10px 20px;
    display: block;
}
.m-l-5 {
    margin-left: 5px;
}
.m-r-5 {
    margin-right: 5px;
}
.listArea {
    background: #f2f2f2;
}
.listLeft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
    padding: 0 15px;
    background: #fff;
    border-right: #ddd 1px solid;
}
.listRight {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 15px 15px;
}
.listLeftInner {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 100px;
}
.listLeftInner ul li:not(:last-child) {
    border-bottom: #ddd 1px solid;
}
.listLeftInner ul li a {
    padding: 15px 15px 15px 50px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
    display: block;
    position: relative;
}
.listLeftInner ul li a.active{
    background: #79c932;
    color: #fff;
}
.listLeftInner ul li a span {
    width: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
}
.listLeftInner ul li a span img {
    display: block;
    width: 100%;
}
.inner-box {
    position: relative;
}
.inner-box .image img {
    width: 100%;
    display: block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.inner-box:hover .image img {
    position: relative;
    width: 100%;
    display: block;
    opacity: 0.4;
    transform: scale(1.1, 1.1);
}
.inner-box .image .like-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    opacity: 0;
    font-size: 28px;
    color: #ffffff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.inner-box:hover .image .like-icon {
    opacity: 1;
}
.inner-box .lower-content {
    position: relative;
    padding: 15px;
    background: #fff;
}
.inner-box .lower-content h3 {
    position: relative;
    color: #333333;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
}
.inner-box .lower-content h3 a {
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.inner-box .donShereArea ul li a {
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 13px;
}
.inner-box .lower-content .content {
    position: relative;
}
.inner-box .lower-content .text {
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 1.9em;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.inner-box .lower-content .donate-percentage .donate-bar {
    position: relative;
    width: 100%;
    height: 2px;
}
.inner-box .lower-content .donate-percentage .donate-bar .bar-inner {
    position: relative;
    width: 100%;
    height: 6px;
    background: #e1e1e1;
}
.inner-box .lower-content .donate-percentage .donate-bar .bar-inner .bar {
    position: relative;
}
.inner-box .lower-content .donate-percentage .donate-bar .bar-inner .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 6px;
    width: 0px;
    background-color: #5ab944;
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    transition: all 2000ms ease;
}
.inner-box .lower-content .donate-percentage .donate-bar .bar-inner .bar:before {
    position: absolute;
    content: '';
    right: -1px;
    top: -5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #e1e1e1;
    border: 1px solid #5ab944;
}
.inner-box .lower-content .donate-percentage .donate-bar .bar-inner .bar .count-box {
    position: absolute;
    right: -12px;
    top: -30px;
    color: #333333;
    font-size: 14px;
}
.inner-box .lower-content .donate-percentage .donate-bar-info {
    position: relative;
    margin-bottom: 10px;
    background-color: #cccccc;
}
.inner-box .lower-content .donate-bar-info .donate-percent {
    position: relative;
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.inner-box .lower-content .donate-percentage .amounts {
    position: relative;
    margin-top: 15px;
}
.inner-box .lower-content .donate-percentage .amounts .number {
    position: relative;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
}
.inner-box .lower-content .donate-percentage .amounts .number {
    position: relative;
    color: #333333;
    font-size: 13px;
    font-weight: 700;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.bar-inner .bar {
    background-color: #ff5722;
}
.image {
    overflow: hidden;
}
.image a {
    display: block;
}
.listRight [class*="col-"] {
    padding: 8px;
}
.listRight .row {
    margin: 0 -8px;
}
.howItWorksTab {
    background: #f7f7f7;
    padding: 30px 0;
}
/* form wizard */
.cammainWizar {
    background: #f9f6f1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}
.cammainWizar .wizard {
    width: 100%;
    max-width: 900px;
    position: relative;
}
.cammainWizar .wizard>.steps {
    position: absolute;
    top: 130px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
}
.cammainWizar .wizard>.steps .current-info,
.cammainWizar .wizard>.steps .number {
    display: none;
}
.cammainWizar .wizard>.steps ul {
    display: flex;
    justify-content: center;
}
.cammainWizar .wizard>.steps li a {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e9e0cf;
    margin-right: 78px;
    position: relative;
}
.cammainWizar .wizard>.steps li a:before {
    content: "";
    width: 58px;
    height: 2px;
    background: #e9e0cf;
    position: absolute;
    right: 22px;
    top: 5px;
}
.cammainWizar .wizard>.steps li a:after {
    content: "";
    width: 0;
    height: 2px;
    background: #6d7f52;
    position: absolute;
    left: -68px;
    top: 5px;
    transition: all 0.6s ease;
}
.cammainWizar .wizard>.steps li.first a {
    background: #6d7f52;
}
.cammainWizar .wizard>.steps li.checked a {
    background: #6d7f52;
}
.cammainWizar .wizard>.steps li.checked a:after {
    width: 58px;
}
.cammainWizar .wizard>.steps li:last-child a {
    margin-right: 0;
}
.cammainWizar .wizard>.steps li:first-child a:before {
    display: none;
}
.cammainWizar .wizard>.steps li:first-child a:after {
    display: none;
}
.cammainWizar .wizard>.content {
    position: relative;
}
.cammainWizar .inner {
    display: flex;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 14px 21px -7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 14px 21px -7px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 14px 21px -7px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 14px 21px -7px rgba(0, 0, 0, 0.2);
}
.cammainWizar .image-holder {
    width: 40%;
    height: 521px;
}
.cammainWizar .form-content {
    width: 100%;
    padding-top: 65px;
    padding-left: 51px;
    padding-right: 51px;
    padding-bottom: 50px;
}
.cammainWizar .form-header {
    text-align: center;
}
.cammainWizar h3 {
    font-size: 22px;
    color: #453e79;
    text-transform: uppercase;
    letter-spacing: 7px;
    padding: 5px 15px;
    display: inline-block;
    border: 1px solid #dad8e4;
    margin-bottom: 75px;
}
.cammainWizar p {
    font-size: 20px;
    color: #6d7f52;
    text-align: center;
    margin-bottom: 26px;
}
.cammainWizar .form-row {
    display: flex;
    margin-bottom: 18px;
}
.cammainWizar .form-row .form-holder {
    width: 50%;
    /* margin-right: 30px; */
    /* margin: 0 5px; */
    padding: 0 5px;
}
.cammainWizar .form-row .form-holder:last-child {
    margin-right: 0;
}
.cammainWizar .form-row .form-holder.w-100 {
    width: 100%;
    margin-right: 0;
}
.cammainWizar .form-row .select {
    width: 50%;
}
.cammainWizar .form-row .select .form-holder {
    width: 100%;
    margin-right: 0;
}
.cammainWizar .select {
    position: relative;
}
.cammainWizar .select .select-control {
    height: 37px;
    border-bottom: 2px solid #e6e6e6;
    width: 100%;
    color: #999;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.cammainWizar .select .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 9;
    border: 1px solid #81acee;
}
.cammainWizar .select .dropdown li {
    padding: 5px 10px;
}
.cammainWizar .select .dropdown li:hover {
    background: #81acee;
    color: #fff;
}
.cammainWizar .form-holder {
    position: relative;
}
.cammainWizar .form-holder i {
    position: absolute;
    bottom: 7px;
    right: 8px;
    font-size: 26px;
}
.cammainWizar .form-control {
    height: 37px;
    border: none;
    border-bottom: 2px solid #e6e6e6;
    width: 100%;
    color: #666;
    padding: 0;
    border-radius: 0;
}
.image-holder img {
    width: 100%;
    display: block;
}
.cammainWizar .form-control:focus {
    border-color: #e9e0cf;
}
.cammainWizar .form-control::-webkit-input-placeholder {
    color: #999;
}
.cammainWizar .form-control::-moz-placeholder {
    color: #999;
}
.cammainWizar .form-control:-ms-input-placeholder {
    color: #999;
}
.cammainWizar .form-control:-moz-placeholder {
    color: #999;
}
.cammainWizar select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    color: #999;
}
.cammainWizar select.form-control option[value=""][disabled] {
    display: none;
}
.cammainWizar textarea.form-control {
    padding: 8px 0;
    background: url("../images/textarea-bg.png") no-repeat right bottom 3px;
}
.cammainWizar .actions {
    position: absolute;
    bottom: 13px;
    right: 51px;
}
.cammainWizar .actions ul {
    display: flex;
}
.cammainWizar .actions li a {
    padding: 0;
    border: none;
    display: inline-flex;
    height: 41px;
    width: 135px;
    align-items: center;
    background: #3867a7;
    color: #fff;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
}
.cammainWizar .actions li a:before {
    content: '\f301';
    position: absolute;
    top: 14px;
    right: 28px;
    font-family: Material-Design-Iconic-Font;
}
.cammainWizar .actions li a:hover {
    background: #cfc7b8;
}
.cammainWizar .actions li:first-child a {
    width: 144px;
    padding-left: 48px;
}
.cammainWizar .actions li:first-child a:before {
    content: '\f2ff';
    position: absolute;
    top: 14px;
    left: 26px;
    font-family: Material-Design-Iconic-Font;
}
.cammainWizar .actions li:nth-child(2) a,
.cammainWizar .actions li:last-child a {
    margin-left: 20px;
}
.cammainWizar.actions li:last-child a {
    width: 124px;
    background: #6d7f52;
    color: #fff;
}
.cammainWizar .actions li:last-child a:hover {
    background: #849963;
}
.cammainWizar .actions li:last-child a:before {
    content: '\f26b';
    position: absolute;
    top: 13px;
    right: 28px;
    font-family: Material-Design-Iconic-Font;
}
.cammainWizar .actions li[aria-disabled="true"] a {
    opacity: 0;
    transition: all 1s;
}
.cammainWizar .actions li[aria-disabled="false"]~li a {
    background: #56b746;
    color: #fff;
}
.cammainWizar .actions li[aria-disabled="false"]~li a:hover {
    background: #849963;
}
.cammainWizar .checkbox-tick label {
    cursor: pointer;
    display: inline-block;
    padding-left: 23px;
    position: relative;
}
.cammainWizar .checkbox-tick label.male {
    margin-right: 26px;
}
.cammainWizar .checkbox-tick input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.cammainWizar .checkbox-tick input:checked~.checkmark {
    background: #999;
}
.cammainWizar .checkbox-tick input:checked~.checkmark:after {
    display: block;
}
.cammainWizar .checkbox-tick .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 13px;
    width: 13px;
    border: 1px solid #999;
    border-radius: 50%;
    font-family: Material-Design-Iconic-Font;
    color: #fff;
    font-size: 11px;
}
.cammainWizar .checkbox-tick .checkmark:after {
    top: 0;
    left: 2px;
    position: absolute;
    display: none;
    content: '\f26b';
}
.cammainWizar .checkbox-circle {
    position: relative;
    padding-left: 23px;
    margin-top: 41px;
    width: 63%;
}
.cammainWizar .checkbox-circle.mt-24 {
    margin-top: 24px;
}
.cammainWizar .checkbox-circle label {
    cursor: pointer;
    color: #999;
    font-size: 13px;
    line-height: 1.9;
    transform: translateY(-5px);
}
.cammainWizar .checkbox-circle label a {
    color: #6d7f52;
}
.cammainWizar .checkbox-circle label a:hover {
    color: #89b843;
}
.cammainWizar .checkbox-circle input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.cammainWizar .checkbox-circle input:checked~.checkmark:after {
    display: block;
}
.cammainWizar .checkbox-circle .checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 1px solid #999;
}
.cammainWizar h2.title {
    padding: 0;
}
.cammainWizar .checkbox-circle .checkmark:after {
    content: "";
    top: 2px;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #999;
    position: absolute;
    display: none;
}
@media (max-width: 991px) {
    .cammainWizar .wizard {
        max-width: 768px;
    }
    .cammainWizar .image-holder img {
        height: 521px;
        object-fit: cover;
    }
}
@media (max-width: 767px) {
    .cammainWizar .inner {
        display: block;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
    }
    .cammainWizar .image-holder {
        width: 100%;
    }
    .cammainWizar .image-holder img {
        width: 100%;
    }
    .cammainWizar .form-content {
        width: 100%;
        padding: 50px 20px 30px;
    }
    .cammainWizar .form-row {
        display: block;
    }
    .cammainWizar .form-row .form-holder,
    .cammainWizar .form-row .select {
        width: 100%;
        margin-right: 0;
        margin-bottom: 18px;
    }
    .wrapper {
        height: 1201px;
        background: none;
    }
    .cammainWizar .checkbox-circle {
        width: 100%;
    }
    .cammainWizar .wizard {
        height: 100%;
    }
    .cammainWizar .wizard>.steps {
        right: 50%;
        top: 52%;
        transform: translateX(50%);
    }
    .cammainWizar .actions {
        right: 50%;
        transform: translateX(50%);
        bottom: 3%;
    }
}
/* form wizard */
.custom-control.material-checkbox {
    --color: #26a69a;
}
.custom-control.material-checkbox .material-control-input {
    display: none;
}
.custom-control.material-checkbox .material-control-input:checked~.material-control-indicator {
    border-color: var(--color);
    -webkit-transform: rotateZ(45deg) translate(1px, -5px);
    transform: rotateZ(45deg) translate(1px, -5px);
    width: 10px;
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
}
.custom-control.material-checkbox .material-control-indicator {
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #299588;
    transition: .3s;
}
.custom-controls-stacked .custom-control {
    padding-left: 2rem;
}
.cammainWizar .form-control:focus {
    box-shadow: none;
}
.uploadImage .custom-file-input:lang(en)~.custom-file-label::after {
    content: "Upload Image";
    cursor: pointer;
    background: #4bb14d;
    border-radius: 0;
    color: #fff;
    padding: 5px 20px;
    top: 2px;
}
.uploadImage .custom-file-label {
    border: none;
    border-bottom: 2px solid #e6e6e6;
    border-radius: 0;
}
#upload {
    opacity: 0;
}
#upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}
.image-area {
    border: 2px dashed rgba(255, 255, 255, 0.7);
    padding: 1rem;
    position: relative;
    max-width: 336px;
    margin: 0 auto;
    top: -15px;
}
.image-area::before {
    content: 'Uploaded image result';
    color: #363636;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}
.image-area img {
    z-index: 2;
    position: relative;
}
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.lightGreenBg {
    background-color: #ebeee1 !important;
}
.loginArea {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    width: 100%;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 18px 21px -5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 18px 21px -5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 18px 21px -5px;
}
.loginInner {
    max-width: 20rem;
    margin: 0 auto;
    padding-bottom: 30px;
}
.regInner {
    max-width: 40rem;
    margin: 0 auto;
    padding-bottom: 30px;
}
.loginSection {
    padding: 50px 0;
    background: #f7f7f7;
}
.loginHeader {
    padding: 30px 0;
    background: #3b579d;
    margin-bottom: 30px;
}
.loginHeader h2 {
    padding: 0;
    color: #fff;
}
.fbBtn {
    color: #fff;
    font-size: 1rem;
    background: #3b579d;
    padding: 1rem 1.5rem;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0 .3125rem .875rem .0625rem rgba(0, 0, 0, .1);
    box-shadow: 0 .3125rem .875rem .0625rem rgba(0, 0, 0, .1);
    border-radius: 4px;
}
.logForm .form-group {
    position: relative;
}
.logForm .form-group label {
    position: absolute;
    bottom: 12px;
    left: 15px;
    transition: all .25s;
    pointer-events: none;
    font-weight: normal;
}
.logForm .form-group.trans label {
    bottom: 35px;
    font-size: 12px;
    /* opacity: .5; */
    z-index: 1;
    background: #fff;
}
.input-1 {
    height: 44px;
    border: #ddd 1px solid;
    /* border-radius: 0; */
}
.input-1:focus {
    box-shadow: none;
    border-color: #6ac13b;
}
.logForm .form-group {
    margin-bottom: 20px;
}
.fundMeBtn {
    border: none;
    width: 100%;
    display: block;
    line-height: 50px;
    background: #51b449;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 12px 17px -12px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 12px 17px -12px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 12px 17px -12px;
}
.fundMeBtn:hover {
    background: #3b579d;
}
.orArea {
    text-align: center;
    padding: 20px 0;
    font-weight: 700;
    position: relative;
}
.orArea:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    background: #ccc;
}
.orArea span {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    border-bottom: #ccc 1px solid;
    box-shadow: #fff 0 0px 0px 5px;
}
.frgPassWord {
    color: #333;
    text-decoration: underline;
}
.loginFooter a {
    color: #51b449;
}
.loginFooter a:hover {
    color: #3b579d;
}
.myFundraisers {
    padding: 60px 0;
    background: #f7f7f7;
    min-height: 66vh;
}
.myFundraisersBox a.atartNew,
.covideWindowBox {
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 16px 16px -8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 16px 16px -8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 16px 16px -8px;
    min-height: 200px;
    text-align: center;
    color: #333;
    font-weight: 700;
    border: 2px solid #5fbb41;
    padding: 5px;
    background-clip: content-box;
    font-size: 18px;
    margin-bottom: 30px;
}
.myFundraisersBox {
    margin-bottom: 30px;
}
.myFundraisersBox span {
    width: 150px;
    display: block;
    margin-bottom: 15px;
}
.myFundraisersBox img {
    width: 100%;
    display: block;
}
.myFundraisersBox a:hover {
    background: #5fbb41;
    color: #fff;
}
.covidHeader {
    background: #6bc13a;
    padding: 10px 0;
    color: #fff;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}
.draftArea {
    font-size: 14px;
    font-weight: 300;
    padding: 15px;
    text-align: left;
    min-height: 97px;
}
.editArea a {
    /* text-align: left; */
    display: block;
    padding: 10px 0;
    background: #e8ebf0;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    border-top: #d2d8e3 1px solid;
}
.editArea a:hover {
    background: #3867a7;
    color: #fff;
}
.campainFormWrap {
    max-width: 800px;
    background-color: #fff;
    padding: 50px;
}
.campainForm {
    padding: 60px 0;
    background: #f7f7f7;
}
.campainForm .form-group label {
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.campainForm .form-group input {
    border-color: #e3e3e3;
}
.campingTextArea {
    width: 100%;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: #e3e3e3 1px solid;
    background-color: #fff;
    color: #818181;
    padding: 19px 30px;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    font-weight: 500;
    font-size: 16px;
    outline: none;
}
.cmpFormInner input[type="file"] {
    display: block;
    width: calc(28% - 20px);
    padding: 10px;
    position: absolute;
    height: 130px;
    left: 10px;
    top: 10px;
    opacity: 0;
    cursor: pointer;
}
.cmpFormInner .imageThumb {
    height: 130px;
    border: 1px solid #666;
    padding: 1px;
    cursor: pointer;
    width: 100%;
    object-fit: contain;
    padding: 10px;
}
.cmpFormInner .pip {
    margin: 10px 10px 0 0;
    width: calc(27% - 20px);
    position: relative;
}
.cmpFormInner .remove {
    display: block;
    background: #444;
    /* border: 1px solid #aa8787; */
    color: white;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    font-size: 36px;
    height: 20px;
    line-height: 14px;
    font-weight: 300;
}
.cmpFormInner .remove:hover {
    background: white;
    color: black;
}
.fakeBox {
    width: 28%;
    height: 150px;
    padding: 10px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
}
.fakeBoximgWrap {
    width: 100%;
    background: #f7f7f7;
    height: 100%;
    border: #666 1px solid;
    padding: 29px 0;
}
.fakeBox span {
    display: block;
}
.fakeBox img {
    width: 50px;
    display: inline-block;
    opacity: .5;
}
.row.imgRow {
    margin: 0 -10px;
}
.videoUrl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 20px;
}
.browseBtn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    max-width: 130px;
}
.moreInfo ul li {
    position: relative;
    padding-left: 20px;
}
.moreInfo ul li+li {
    margin-top: 6px;
}
.moreInfo ul {
    margin-bottom: 20px;
}
.moreInfo ul li::after {
    content: "\f111";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 9px;
}
.selectOption {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    cursor: pointer;
}
.selectGroup {
    position: relative;
}
.selectGroup::after {
    position: absolute;
    content: "\f0d7";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    font-family: "fontAwesome";
    font-size: 14px;
    color: #818181;
    pointer-events: none;
    display: inline-block;
}
.anttGivBtn {
    background: #5ab944;
    border: none;
    border-radius: 6px;
    padding: 0 25px;
    line-height: 42px;
    color: #fff;
    font-weight: 600;
}
.trashBtn {
    position: absolute;
    top: 0;
    right: 15px;
    color: #b5b2b2;
}
.endArea {
    border-top: #ddd 1px solid;
    padding-top: 20px;
}
.checkRadio {
    font-size: 16px;
    font-weight: 700;
    color: #363636;
    font-family: 'Montserrat', sans-serif;
}
.checkRadio span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
}
.checkRadio input {
    display: none;
}
.checkRadio label {
    padding-left: 12px;
    line-height: normal;
    cursor: pointer;
}
.radio.checkRadio label::before {
    top: 1px;
}
.radio label::after {
    top: 4px;
}
/* Subrata Profile Info style
---------------------------------*/
.predefinedCls {
    font-size: 13px;
    line-height: 1.3 !important;
    display: block;
    font-weight: 300;
    margin-top: 5px;
}
.profile-cr {
    margin-top: 100px;
    position: relative;
    padding: 120px 0 0 0;
}
.profile-cr .circle {
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    height: 160px;
    width: 160px;
    -webkit-box-shadow: 1px 1px 10px #cccc;
    -moz-box-shadow: 1px 1px 10px #cccc;
    box-shadow: 1px 1px 10px #cccc;
    cursor: pointer;
}
.profile-cr img {
    border-radius: 50%;
    height: 160px;
    width: 160px;
    object-fit: contain;
}
.file-upload {
    display: none;
}
.p-image {
    position: absolute;
    top: 122px;
    right: 12px;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    background-color: #fff;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    padding: 12px;
    -webkit-box-shadow: 1px 1px 10px #cccc;
    -moz-box-shadow: 1px 1px 10px #cccc;
    box-shadow: 1px 1px 10px #cccc;
    font-size: 14px;
    line-height: 22px;
}
.p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.upload-button {
    font-size: 1.2em;
}
.upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
}
.eye-area {
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
    font-size: smaller;
    color: #3b579d;
}
.mb10 {
    margin-bottom: 10px !important;
}
/* ----Subrata---- */
#imagesUpload {
    list-style: none;
}
#imagesUpload .newImage {
    /* border: 1px solid; */
    padding: 0 15px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 15px 0;
}
.fileHolder {
    border: #e3e3e3 1px solid;
    padding: 15px;
}
/*#imagesUpload .newImage::after {
    content: "-";
    height: 30px;
    background: #d0d0d0;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    font-size: 24px;
    text-align: center;
    line-height: 27px;
}*/
.fileHolder label {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #333;
}
#imagesUpload .newImage:last-child::after {
    /*content: "+";
     padding: 5px 5px 6px 5px;
    margin: -3px 0; */
}
/* ..22.. */
/* .owl-carousel.cmpSlider .item-video {
    height: 400px;
}
.cmpSlider .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.inner {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}
.inner a {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    transition: .3s ease border-color
}
.inner a:hover {
    border-color: #fff;
}
.owl-controls {
    position: absolute;
    margin-top: 300px;
}
.cmpSlider.owl-carousel .owl-video-play-icon {
    -webkit-transform: translateZ(0);
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
    border-radius: 80px;
    background: rgba(0, 0, 0, 0.25);
    border: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin: -45px 0 0 -45px;
    z-index: 1;
}
.cmpSlider.owl-carousel .item-video:hover .owl-video-play-icon {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: perspective(1px) scale(1.1);
}
.cmpSlider.owl-carousel .owl-video-play-icon:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    border: solid transparent;
    border-left-color: #fff;
    border-width: 15px 0 15px 20px;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 4px;
} */
/* .22.. */
.cmpSlider iframe {
    width: 100%;
    height: 400px;
}
/* Thank You Info style
---------------------------------*/
.thank-you {
    background-color: transparent;
    text-align: center;
}
.thankyou_img {
    margin-bottom: 16px;
}
.thank-btn {
    width: 330px;
    margin: 0 auto;
    margin-top: 29px;
    font-weight: 600;
    padding: 0 0;
}
.thank-btn:hover {
    color: #fff;
    text-align: center;
}
/* CLICKED
---------------------------------*/
.listRight.clicked {
    width: 100%;
    height: 100%
}
.listRight.clicked:before {
    background: #fff;
    z-index: 999
}
.listRight.clicked:after {
    width: 60px;
    height: 60px;
    margin: -50px 0 0 -50px;
    z-index: 999
}
.loader.clicked {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000
}
.loader.clicked:before {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, .8)
}
.loader.clicked:after {
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    border-color: #fff transparent #fff #fff
}
.noloader.loader.clicked:after {
    display: none
}
.loader.clicked>div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    z-index: 1;
    margin: 40px 0 0;
    padding: 30px;
    width: 100%;
    text-align: center
}
.loader.clicked>div span {
    text-transform: uppercase;
    margin-top: 20px
}
.clicked {
    position: relative;
    pointer-events: none
}
.clicked:after,
.clicked:before {
    position: absolute;
    content: "";
    display: block;
    z-index: 1
}
.clicked:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .8);
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: 1
}
.btn.clicked:before,
[type=submit].clicked:before,
[type=reset].clicked:before,
button.clicked:before {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px
}
.clicked:after {
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    width: 24px;
    height: 24px;
    border: 3px solid #3ca955;
    border-right-color: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation-duration: .75s;
    -moz-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -moz-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear
}
@-webkit-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-moz-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
/*CLICKED END*/
/* Sideber Info style
---------------------------------*/
.sideber-left {
    width: 100%;
    position: relative;
}
#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: #229b65;
    background: -webkit-linear-gradient(45deg, #229b65 0%, #79c932 100%);
    background: -moz-linear-gradient(45deg, #229b65 0%, #79c932 100%);
    background: linear-gradient(45deg, #229b65 0%, #79c932 100%);
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
#sidebar .h6 {
    color: #fff;
}
#sidebar.active {
    margin-left: -300px;
}
#sidebar.active .custom-menu {
    margin-right: -50px;
    right: 10px;
}
#sidebar.active .btn.btn-primary:before {
    content: "\f053";
    font-family: "FontAwesome";
    right: 2px !important;
}
#sidebar.active .btn.btn-primary:after {
    display: none;
}
#sidebar h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
}
#sidebar h1 .logo {
    color: #fff;
    display: block;
    padding: 10px 30px;
    background: #2f89fc;
}
#sidebar ul.components {
    padding: 0;
    height: 400px;
}
#sidebar ul li {
    font-size: 16px;
}
#sidebar ul li>ul {
    margin-left: 0px;
}
#sidebar ul li>ul li {
    font-size: 14px;
}
#sidebar ul li a {
    padding: 15px 30px;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
#sidebar ul li a span.notif {
    position: relative;
}
#sidebar ul li a span.notif small {
    position: absolute;
    top: -3px;
    bottom: 0;
    right: -3px;
    width: 12px;
    height: 12px;
    content: '';
    background: red;
    border-radius: 50%;
    font-family: 'Montserrat', sans-serif;
    font-size: 8px;
}
#sidebar ul li a:hover {
    color: #fff;
    background: #229b65;
    background: -webkit-linear-gradient(45deg, #79c932 0%, #229b65 100%);
    background: -moz-linear-gradient(45deg, #79c932 0%, #229b65 100%);
    background: linear-gradient(45deg, #79c932 0%, #229b65 100%);
}
#sidebar ul li.active>a {
    background: transparent;
    color: #fff;
}
#sidebar ul li.active>a:hover {
    background: #229b65;
    background: -webkit-linear-gradient(45deg, #79c932 0%, #229b65 100%);
    background: -moz-linear-gradient(45deg, #79c932 0%, #229b65 100%);
    background: linear-gradient(45deg, #79c932 0%, #229b65 100%);
}
#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 0;
    right: -5px;
    margin-right: -35px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    box-shadow: none;
}
#sidebar .custom-menu .btn.btn-primary {
    background: #39a757;
    border-color: transparent;
    position: relative;
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border-radius: 0px;
    box-shadow: none;
    outline: 0;
    border: none;
}
#sidebar .custom-menu .btn.btn-primary:hover,
#sidebar .custom-menu .btn.btn-primary:active,
#sidebar .custom-menu .btn.btn-primary:focus {
    background: #3867a7 !important;
    color: #fff;
    box-shadow: none;
    outline: 0;
    border: none;
}
#sidebar .custom-menu .btn.btn-primary:after,
#sidebar .custom-menu .btn.btn-primary:before {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: "FontAwesome";
    color: #fff;
}
#sidebar .custom-menu .btn.btn-primary:after {
    content: "\f054";
    left: 2px;
}
#sidebar .bg-wrap {
    width: 100%;
    position: relative;
    z-index: 0;
}
#sidebar .bg-wrap:after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000;
    opacity: .3;
}
#sidebar .bg-wrap .user-logo .img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}
#sidebar .bg-wrap .user-logo h3 {
    color: #fff;
    font-size: 18px;
}
#sidebar a[data-toggle="collapse"] {
    position: relative;
}
#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#sidebar .btn.btn-primary {
    background: #2f89fc;
    border-color: #2f89fc;
}
#sidebar .btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #2f89fc !important;
    border-color: #2f89fc !important;
}
#sidebar .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
/* Show More info style
---------------------------------*/
.show-more .commentsArea {
    border-bottom: #ddd 1px dashed;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 20px;
    height: 175px;
    display: flex;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px -8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px -8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px -8px;
}
.see-all {
    padding-top: 0px !important;
}
.see-all .peopleDonateAreaInner {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: #ddd 1px dashed;
    display: flex;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px -8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px -8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px -8px;
    background-color: #f8f8f8;
    padding: 16px 10px;
}
.see-modal .modal-footer {
    justify-content: center;
    padding: 20px;
}
.see-modal .modal-footer .btn.btn-default {
    border: none;
    border-radius: 2px;
    display: inline-block;
    color: #424242;
    background-color: #FFF;
    text-align: center;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    letter-spacing: .5px;
    transition: .2s ease-out;
}
.modal-footer .btn.btn-default:hover {
    background-color: #FFF;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.see-modal.modal {
    text-align: left;
}
.see-modal .modal-content {
    border: none;
    border-radius: 2px;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
.see-modal .modal-header {
    border-bottom: 0;
    padding-top: 20px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 20px;
    text-align: center;
    display: block;
}
.see-modal .modal-title {
    font-size: 28px;
    line-height: 32px;
}
.see-modal .modal-body {
    border-bottom: 0;
    padding-top: 5px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 10px;
    font-size: 15px;
}
.see-modal .modal-footer {
    border-top: 0;
    padding-top: 0px;
    padding-right: 26px;
    padding-bottom: 26px;
    padding-left: 26px;
}
.see-modal.modal .modal-dialog {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.see-modal.modal.show .modal-dialog {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
    opacity: 1;
    height: 100vh;
    align-items: center;
    display: flex;
}
.see-modal .customWidth-see {
    max-width: 1170px;
}
.commentsArea .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.commentsArea .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.commentsArea .page-link {
    padding: 12px 24px;
}
.commentsArea .page-item.active .page-link {
    background-color: #3867a7;
    border-color: #3867a7;
}
.commentsArea .page-link {
    color: #3867a7;
}
.commentsArea .page-link:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #3aa857;
    border-color: #3aa857;
}
.cmpFormInner .pip.oldImgPip {
    position: static;
}
.removeOldImg {
    display: block;
    background: #dc0606;
    color: white;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: -8px;
    right: 7px;
    width: 20px;
    font-size: 36px;
    height: 20px;
    line-height: 14px;
    font-weight: 300;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.removeOldImg:hover {
    background: #444;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: rgba(0, 0, 0, 0.7);
}
.filesBox.document {
    margin-bottom: 20px;
}
.filesBox.document .fileBoxInner {
    background: #f7f7f7;
    padding: 10px 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    color: #605ed6;
    font-size: 16px;
}
.filesBox.document .remove {
    display: block;
    background: #dc0606;
    color: white;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    font-size: 36px;
    height: 20px;
    line-height: 14px;
    font-weight: 300;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.filesBox.document .remove:hover {
    background: #444;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: rgba(0, 0, 0, 0.7);
}
.notication-count {
    position: absolute;
    left: 15px;
    top: 1px;
    color: #fff;
    background: #3867a7;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-weight: 600;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 9px;
    padding: 0;
    z-index: 2;
    letter-spacing: 1px;
}
.account-section {
    color: #fff;
    font-size: 16px;
    margin: 0 10px 0 0;
    position: relative;
    cursor: pointer;
}
.account-section ul {
    display: flex;
    flex-wrap: wrap;
}
.account-section ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    padding: 12px 10px;
    margin: 8px 0 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #707070;
    background: #fff !important;
    min-width: 280px !important;
    max-height: 380px !important;
    width: 280px !important;
    text-align: left;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    -webkit-transform: translate(-50%, 0%) perspective(400px) scale(1, 1) rotateX(-15deg) translateZ(0);
    transform: translate(-50%, 0%) perspective(400px) scale(1, 1) rotateX(-15deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.account-section ul li {
    padding: 4px 0px;
}
.account-section ul li {
    height: auto;
    float: none;
    position: relative;
    list-style: none;
    margin-bottom: 6px;
    width: 100%;
    text-align: left;
    padding: 0;
    border-bottom: 1px solid #d0d0d0;
}
.account-section ul li>div {
    margin: 0;
}
.account-section ul li a {
    padding: 2px;
    line-height: 18px;
    height: auto;
    position: relative;
    overflow: hidden;
    font-size: 13px;
    text-transform: capitalize;
    display: block;
    color: #5f5f5f;
    font-weight: 400;
}
.account-section ul li a>span {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-left: 2px;
}
.account-section:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0%) perspective(400px) scale(1, 1) rotateX(0deg) translateZ(0);
    transform: translate(-50%, 0%) perspective(400px) scale(1, 1) rotateX(0deg) translateZ(0);
}
.account-section:hover ul::before {
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin: 0 0 0 -10px;
    opacity: 1;
    -webkit-filter: drop-shadow(0 -6px 2px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 -6px 2px rgba(0, 0, 0, 0.1));
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.account-section ul li a>em {
    font-size: 12px;
    text-align: right;
    float: right;
    font-style: normal;
}
.account-section ul li:last-child {
    border: none;
}
.account-section .font-st {
    font-size: 12px;
    line-height: 16px;
}
.account-section ul li:hover {
    background-color: #f5f5f5;
    color: #55b647;
}
.account-section ul li:first-child:hover,
.account-section ul li:last-child:hover {
    background-color: transparent;
}
.account-section ul li a:hover {
    color: #55b647;
}
.sampleSec {
    padding: 50px 0;
}
.sampleArea:not(:last-child) {
    border-bottom: #eee 1px solid;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.sampleArea ol {
    padding-left: 20px;
}
.sampleArea ul li:not(:last-child),
.sampleArea ol li:not(:last-child) {
    margin-bottom: 10px;
}
.sampleArea ul li::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #269d63;
    left: 3px;
    top: 9px;
}
.sampleArea ul li {
    position: relative;
    padding-left: 20px;
}
.sampleArea h1,
.sampleArea h2,
.sampleArea h3,
.sampleArea h4,
.sampleArea h5 {
    font-size: 20px;
}
.ab-info-main h3.tittle {
    font-size: 2.5em;
    letter-spacing: 2px;
    color: #292a2b;
    text-transform: capitalize;
    margin-bottom: 1em;
}
.contact-right-content input[type="text"],
.contact-right-content input[type="email"],
.contact-right-content input[type="tel"],
.contact-right-content textarea {
    padding: 0.8em 1em;
    color: #495057;
    border: none;
    border-radius: 0em;
    font-size: 1em;
    letter-spacing: 1px;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
    background: #f0f1f3;
}
.contact-right-content textarea {
    min-height: 10em;
}
.contact-right-content input[type="submit"] {
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 15px;
    padding: 12px 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    background: #3867a7;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0em;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.contact-right-content input[type="submit"]:hover {
    background: #289e61;
    color: #fff;
}
.ab-info-main {
    background-color: #f9f9f9;
}
.map-fo iframe {
    min-height: 450px;
    border: none;
    background: #e8eaec;
    padding: 0.4em;
    width: 100%;
}
.promo-primary__title.contact-u::after,
.promo-primary__title.contact-u::before {
    bottom: -24px;
}
.site-addresses {
    padding: 30px 30px;
}
.site-addresses .row {
    justify-content: center;
}
.site-addresses .contact_box {
    text-align: center;
    color: #282828;
    font-size: 18px;
}
.cicon {
    width: 75px;
    height: 75px;
    border-radius: 0%;
    background: #3867a7;
    line-height: 60px;
    text-align: center;
    border: 10px solid #fff;
    box-shadow: 0 0 0 4px #34a45a;
    margin: 4px auto;
    font-size: 22px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-addresses .contact_box .cnt-details {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    margin-top: 20px;
}
.site-addresses .contact_box .cnt-details a {
    color: #442828;
}
.site-addresses .contact_box .cnt-details a:hover {
    color: #269d64;
}
.form-row label {
    line-height: 14px;
    color: #3f4a52;
    margin: 0 0 8px;
    padding: 0;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
}
.form-row label span {
    color: #f00;
}
/* SOCIAL_ICON
---------------------------------*/
.account-section.social-info-box {
    position: relative;
    cursor: pointer;
    display: none;
}
.account-section.social-info-box .hinfo_right.social-info > div {
	visibility: visible;
	opacity: 1;
	position: absolute;
	bottom: calc(100% + 52px);
	left: 50%;
	z-index: 1;
	padding: 8px 8px;
	margin: 0 0 0;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	background: #fff !important;
	width: auto !important;
	text-align: left;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
.account-section.social-info-box .hinfo_right.social-info > div::before {
	content: "";
	display: block;
	border-left: 10px solid rgba(255, 255, 255, 0);
	border-right: 10px solid rgba(255, 255, 255, 0);
	border-bottom: 10px solid rgba(255, 255, 255, 0);
	border-top: 10px solid #fff;
	position: absolute;
	bottom: 0;
	left: calc(50% + 10px);
	top: 100%;
	margin: 0 0 0 -10px;
	opacity: 1;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	transform: translateX(-50%);
}
.social {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    margin: 5px;
}
.social a {
    color: #212020;
    vertical-align: top;
    margin: 0 5px 0 0;
    position: relative;
    font-size: 0 !important;
    border: none !important;
    line-height: normal !important;
}
.social a:last-child {
    margin-right: 0;
}
.social a i {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 0%;
    border-radius: 0%;
    background-color: transparent;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.social a.sk_whatapp i {
    background-color: #55cd6c;
    border-color: #55cd6c;
    color: #fff;
}
.social a.sk_sms i {
    background-color: #173042;
    border-color: #173042;
    color: #fff;
}
.social a.sk_facebook i {
    background-color: #3b5999;
    border-color: #3b5999;
    color: #fff;
}
.social a.sk_twitter i {
    background-color: #00aced;
    border-color: #00aced;
    color: #fff;
}
.social a.sk_instagram i {
    background-color: #A4765C;
    border-color: #A4765C;
    color: #fff;
}
.social a.sk_linkedin i {
    background-color: #006fa6;
    border-color: #006fa6;
    color: #fff;
}
.social a.sk_pinterest i {
    background-color: #bd081c;
    border-color: #bd081c;
    color: #fff;
}
.social a.sk_skype i {
    background-color: #00aff0;
    border-color: #00aff0;
    color: #fff;
}
.social a.sk_tumblr i {
    background-color: #34a55b;
    border-color: #34a55b;
    color: #fff;
}
.social a.sk_whatapp i:hover {
    background-color: #34a55b;
    border-color: #34a55b;
    color: #fff;
}
.social a.sk_sms i:hover {
    background-color: #34a55b;
    border-color: #34a55b;
    color: #fff;
}
.social a.sk_facebook i:hover {
    background-color: #34a55b;
    border-color: #34a55b;
    color: #fff;
}
.social a.sk_twitter i:hover {
    background-color: #34a55b;
    border-color: #34a55b;
    color: #fff;
}
.social a.sk_instagram i:hover {
    background-color: #34a55b;
    border-color: #34a55b;
    color: #fff;
}
.social a.sk_linkedin i:hover {
    background-color: #34a55b;
    border-color: #34a55b;
    color: #fff;
}
.social a.sk_pinterest i:hover {
    background-color: #34a55b;
    border-color: #34a55b;
    color: #fff;
}
.social a.sk_skype i:hover {
    background-color: #34a55b;
    border-color: #34a55b;
    color: #fff;
}
.social a.sk_tumblr i:hover {
    background-color: #34526F;
    border-color: #34526F;
    color: #fff;
}
.atartNew {
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 16px 16px -8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 16px 16px -8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 16px 16px -8px;
    min-height: 100px;
    text-align: center;
    color: #333;
    font-weight: 700;
    border: 2px solid #5fbb41;
    padding: 0px;
    background-clip: content-box;
    font-size: 18px;
    margin-bottom: 30px;
}
/* .find-an-experience footer.full {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
} */
.prvPage {
    color: #6c6c6c;
    font-weight: 600;
    border-bottom: #58b845 1px solid;
    padding: 0 0 5px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1.5px;
}
.prvPage i {
    color: #58b845;
}
.careers.pages h1 {
    margin-top: 30px;
}
.careers.pages h3 {
    color: #5b9bd5;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 30px;
    padding: 0px;
    font-weight: 500;
}
.careers.pages p,
.careers.pages ul li {
    line-height: 2;
}
.careers.pages ul li,
.official-rules.pages ul li {
    list-style: disc;
    margin-left: 22px;
}
.official-rules.pages h2 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 8px;
    margin-top: 20px;
    line-height: 1;
    text-align: left;
}
.official-rules.pages p {
    margin-bottom: 10px;
}
.official-rules.pages p span {
    color: #ff0000;
}
.work-with-us.pages h1 {
    font-size: 30px;
    text-align: center;
    line-height: 1.4;
}
.work-with-us.pages h2 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    line-height: 1.4;
}
.work-with-us.pages p {
    text-align: center;
    color: #363636;
    font-weight: 600;
}
.work-with-us.pages p span {
    color: #86939e;
    text-align: center;
}
.categoryBtn {
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: top right;
    background: #229b65;
    background: -moz-linear-gradient(45deg, #229b65 0%, #79c932 100%);
    background: -webkit-linear-gradient(45deg, #229b65 0%, #79c932 100%);
    background: linear-gradient(45deg, #229b65 0%, #79c932 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#229b65', endColorstr='#79c932', GradientType=1);
    font-weight: 700;
    color: #fff;
    padding: 4px 15px;
    font-size: 18px;
    top: 0;
    right: 0;
    z-index: 2;
    display: none;
}
.categoryBtn span {
    transform: scaleX(-1);
}
span.error {
    position: absolute;
    font-size: 12px;
    left: 0;
    color: red;
    top: 100%;
}
.campainFormWrap .form-group {
    position: relative;
}
.campainForm .error{
    color: red;
}
.form-control.error {
    border-color: red !important;
}
.amount span {
    color: #333;
}
#phone-msg {
    color: red;
}
.alert-orange {
    color: #FFA500;
}

.checkbox-a {
    padding-left: 20px;
}
.checkbox-a label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    line-height: 1;
}
.checkbox-a label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox-a label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    font-size: 11px;
    color: #555555;
}
.checkbox-a input[type="checkbox"],
.checkbox-a input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.checkbox-a input[type="checkbox"]:focus + label::before,
.checkbox-a input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.checkbox-a input[type="checkbox"]:checked + label::after,
.checkbox-a input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
 }
.checkbox-a input[type="checkbox"]:disabled + label,
.checkbox-a input[type="radio"]:disabled + label {
    opacity: 0.65;
 }
.checkbox-a input[type="checkbox"]:disabled + label::before,
.checkbox-a input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.searchSection .searchField{
    height: 44px;
    border: #ddd 1px solid;
    padding: 0 5px;
}
.searchSection .btnCls {
    border: none;
    line-height: 44px;
    background: #51b449;
    font-weight: 700;
    color: #fff;
    padding: 0 10px;
}
.searchSection .btnCls:hover {
    background: #3b579d;
}
.searchSection .colAuto{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.searchSection .colAuto:not(:last-child){
    margin-right: 15px;
}
.searchSection {
    margin-bottom: 8px;
}


.help-error{
    color: red;
}


.payoutbtn-wrap .bankDetailsUpdate {
    border: 1px solid #229b65;
    line-height: 38px;
    padding: 0 10px;
    color: #333;
    display: block;
    margin-bottom: 15px;
}
.payoutbtn-wrap button{
    background: #229b65;
    border-radius: 0px;
    border-color: #229b65;
    margin-right: 10px;
    margin-bottom: 15px;
}
.payoutbtn-wrap2 {
    margin-bottom: 15px;
}
.payoutbtn-wrap2 .connectedStripe{
    border-radius: 0;
    display: block;
}
.payoutbtn-wrap2 button{
    margin: 0 0 0 10px;
}
.payoutbtn-wrap button:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.extraTipDiv{
    display:none;
}
/* .StripeElement {
	background-color: white;
	height: 40px;
	padding: 10px 12px;
	border-radius: 4px;
	border: 1px solid transparent;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
}
.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
	border-color: #fa755a;
}
.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
} */
.payment-accepts img {
	width: 100px;
}
.panel-info {
	border-color: #408de4;
}
.panel-info {
	border-color: #bce8f1;
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	/*border: 1px solid transparent;*/
	border: 1px solid #d9edf7;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-info>.panel-heading {
	color: white;
	background-color: #408de4;
	border-color: #408de4;
}
.panel-info>.panel-heading {
    color: #fff;
    background-color: #68c03d;
    border-color: #68c03d;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel-body {
	padding: 15px;
}
input[type=checkbox], input[type=radio] {
	margin: 4px 6px 0;
	line-height: normal;
}
/* .StripeElement {
	background-color: white;
	height: 40px;
	padding: 10px 12px;
	border-radius: 4px;
	border: 1px solid black;
	box-shadow: 0 1px 3px 0 #8a8a8a;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
	width: 100%;
	color: #000;
}
.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
	border-color: #fa755a;
}
.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
} */
.payment-accepts img {
	width: 100px;
}
.panel.panel-info {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.btn-warning {
    color: #ffffff;
    background-color: #68c03d;
    border-color: #68c03d;
}
.checkout-section .shipping-section {
	margin: 0;
}
@media only screen and (max-width: 767px) {
    .comentsTabInner h3 {font-size: 15px;}
    .comentsTab {padding: 15px 10px;}
    .fundraisingTeam ul.d-flex {flex-direction: column;}
    .comentsTabInner ul li.personInfo {margin-bottom: 15px;}
    .review-wrapper {padding: 10px 20px;}.section-Title h2 {font-size: 30px !important;}
    .donateHeader ul li {padding: 0 10px 0 10px;font-size: 12px;}
    .customWidth h4.modal-title {font-size: 16px;}
    .mostDonors h6 {font-size: 12px;line-height: 20px;}
    .tipArea h5 {font-size: 14px;}
    input.form-control {font-size: 14px;}
    .form-group select {font-size: 13px;}
    .payBtn {line-height: 40px;font-size: 14px;}
}
@media only screen and (max-width: 768px) and (max-width: 1024px) {
    #content {min-height: auto;}
}


div#card-errors {
    color: red !important;
}
.inpIcon {
    position: absolute;
	top: 14px;
	right: 10px;
	cursor: pointer;
	font-size: smaller;
	color: #3b579d;
}
.donationAmount {
	margin: 0 auto;
	max-width: 900px;
	width: 100%;
	background: #fff;
	padding: 40px;
	border-radius: 20px;
	box-shadow: rgba(0,0,0,.3) 0 6px 15px -10px;
}
.donationAmount h3 , .donationAmount p{
    text-align: center;
}
.donationAmount p span{
    color: #64bd3f;
}

.daInnerMidInner {
	margin-bottom: 30px;
}
.daInnerTop  {
    margin: 30px 0;
}
.daInnerMidInner ul li.daInfo {
    padding-right: 15px;
    font-weight: bold;
}
.daInnerMidInner ul li .selectOption  {
    width: 200px;
}
.daInnerTop ul li:not(:last-child) {
    margin-right: 30px;
}
.daInnerTop ul li a {
	padding: 0 50px;
	line-height: 44px;
	background: #fff;
	color: #6b6b6b;
	font-size: 16px;
	font-weight: 600;
	border-radius: 50px;
    -moz-box-shadow: 0px 0px 12.09px 0.91px rgba(183, 183, 183, 0.53);
    -webkit-box-shadow: 0px 0px 12.09px 0.91px rgba(183, 183, 183, 0.53);
	box-shadow: 0px 0px 12.09px 0.91px rgba(183, 183, 183, 0.53);
}
.daInnerTop ul li a.active,
.daInnerTop ul li a:hover {
    background: #64bd3f;
    box-shadow:none;
    color: #fff;
}

.proceedPayMd {
	padding: 0 30px;
	font-size: 20px;
	margin-top: 20px;
	background: #64bd3f;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	line-height: 56px;
	font-weight: 600;
	border: none;
	max-width: 400px;
	width: 100%;
}



.daInnerBtm .selectGroup::after {
    position: absolute;
    content: "\f0d7";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    font-family: "fontAwesome";
    font-size: 16px;
    color: #3b579d;
    pointer-events: none;
    display: inline-block;
}

.daInnerMidInner h6 {
	font-size: 18px;
}
.terms-and-conditions h2 {
    text-align: left;
}
.privacy-policy ol {
	padding-left: 15px;
}
.donPopTopBox ul li.info {
	flex: 0 0 90px;
	font-weight: bold;
	color: #1b3352;
	max-width: 90px;
}
.donPopTopBox ul li.vall {
    flex-grow: 1;
}
.donPopTopBox ul:not(:last-child){
    margin-bottom: 10px;
}
.donPopTopBox {
	background: #f1fdec;
	padding: 20px;
	border: #daf2d0 1px solid;
}
.donPopTopBox h5 {
	font-size: 17px;
	border-bottom: #bbddad 1px solid;
	margin-bottom: 15px;
	color: #1b3352;
}

.billingAddress {
    margin-top: 20px;
}

.billingAddress .form-control,
.billingAddress .textarea,
.billingAddress .select-option {
	width: 100%;
	height: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: #f0f0f0 1px solid;
	background-color: #fff;
	color: #818181;
	padding: 10px 15px;
	-webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
	font-weight: 500;
	font-size: 14px;
	outline: none;
}
.billingAddress .textarea {
	resize: none;
	height: 100px;
}
.strip {
	margin-top: 15px;
}
.billingAddress h4 {
	padding: 0;
	margin-bottom: 15px;
	font-size: 20px;
}

/* CARD */
.ElementsApp, .ElementsApp .InputElement {
	height: 50px !important;
}

.strip .group {
	background: #f2f2f2;
	box-shadow: 0 7px 14px -5px rgba(49, 49, 93, 0.10);
	border-radius: 4px;
	margin-bottom: 20px;
	border: #eceaea 1px solid;
}
  .strip label {
    position: relative;
    color: #8898AA;
    font-weight: 300;
    height: 50px;
    line-height: 50px;
    display: flex;
    flex-direction: row;
  }

  .strip .group label:not(:last-child) {
    border-bottom: 1px solid #F0F5FA;
  }
  
.strip label > span {
	width: 58px;
	text-align: right;
	margin-right: 30px;
	font-weight: bold;
	color: #333;
}
  
  .strip .field {
    background: transparent;
    font-weight: 300;
    border: 0;
    color: #2B2B2B;
    outline: none;
    flex: 1;
    padding-right: 10px;
    padding-left: 10px;
    cursor: text;
  }
  
  .strip .field::-webkit-input-placeholder {
    color: #333;
  }
  
  .strip .field::-moz-placeholder {
    color: #333;
  }
  
  
/* CARD */

.groupMd {
	background: #f2f2f2;
	box-shadow: 0 7px 14px -5px rgba(49, 49, 93, 0.10);
	border-radius: 4px;
	margin: 20px 0;
	border: #eceaea 1px solid;
	padding: 8px 10px;
}
.dmInput {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58px;
	flex: 58px;
	max-width: 58px;
}
.dmInput2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44px;
    flex: 44px;
    max-width: 44px;
  }

.dmInputArea {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 118px;
	flex: 118px;
	max-width: 118px;
	padding-right: 15px;
}
.groupMd .form-control {
	border: none;
	background-color: transparent;
	font-size: 14px;
	padding: .375rem .2rem;
	box-shadow: none !important;
}

.groupMd .form-control.donarCardNumber{
    background-image: url(../images/card.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 35px;
    background-size: 22px;
}



/*Google APi ==========================*/
.pac-container.pac-logo {
    position: inherit;
    display: block ;
    z-index: 9999 !important;
}

/* Home banner */
.home .sloganInner {
    text-align: center;
}
.anonymousCheckbox {
    margin: 10px 0 0 0 !important;
}
.border-red {
    border: solid 5px red !important;
}
.amrBtn {
    font-size: 14px;
    line-height: 28px;
}

.amrBtn .add_graduity{
    margin-left: 5px;
}