/* 
    Black Color: #101010;
    Red Color: #f31816;
    Green Color: #b4ca68;
    Gray Color: #f5f5f5;
*/
body{
    margin: 0;
    padding: 0;
    font-family: 'Bitter';
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #101010;
    background-color: #ffffff;
}
body.overflow-hidden{
    overflow: hidden;
}
body.overflow-body {
    overflow: hidden; 
}
h1, .h1{
    font-size: 28px;
    font-family: 'Agbalumo';
    line-height: 1.3;
    margin-bottom: 15px;
}
h2, .h2{
    font-family: 'Bitter';
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
}
h3, .h3{
    font-family: 'Bitter';
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}
h4, .h4{
    font-family: 'Bitter';
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}
h5, .h5{
    font-family: 'Bitter';
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
}
h6, .h6{
    font-family: 'Bitter';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
}
p{
    margin-bottom: 15px;
}
a{
    display: inline-block;
    color: #101010;
    text-decoration: none;
    transition: all 0.4s;
}
a:hover, a:focus{
    color: #f31816;
    text-decoration: none;
}
.stretched-link:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
img{
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.round-img{
    border-radius: 8px;
}
.text-primary{
    color: #f31816 !important;
}
.text-secondary{
    color: #101010 !important;
}
.text-info{
    color: #b4ca68 !important;
}
hr{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-top-color: rgba(0, 0, 0, 0.15);
}
.custom-radio .custom-control-input:checked~.custom-control-label::before, .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #f31816;
}
label{
    font-weight: 500;
}
.font-light{
    font-weight: 300;
}
.form-control {
    height: 50px;
    border-radius: 5px;
    border-color: #cdcdcd;
    background-color: #f9f9f9;
    font-weight: 400;
    color: #101010;
    padding-left: 20px;
    padding-right: 20px;
}
.form-control:focus{
    color: #101010;
    border-color: #101010;
    box-shadow: none;
    background-color: #f5f5f5;
}
textarea.form-control{
    border-radius: 5px;
}
.custom-select {
    height: 50px;
    border-color: #cdcdcd;
    background-color: #f9f9f9;
    box-shadow: none;
}
.custom-select:focus{
    box-shadow: none;
    border-color: #101010;
}
section{
    padding: 35px 0;
}
.btn{
    color: #101010;
    padding: 0;
    font-weight: 600;
}
.btn-hover, .btn:focus{
    color: #f31816;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}
.btn-link{
    color: #101010;
    padding: 0;
}
.btn-link:hover, .btn-link:focus{
    color: #f31816;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}
.btn-dark{
    color:#ffffff;
    border-radius: 5px;
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active, .btn.btn-dark:active:focus, .btn.btn-dark.active, .btn.btn-dark.active:focus{
    background-color: #101010;
    color: #ffffff;
    border-color: #101010;
    box-shadow: none !important;
}
.btn-primary{
    background-color: #f31816;
    color: #ffffff;
    border-color: #f31816;
    padding: 8px 15px;
    border-radius: 5px;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:active:focus, .btn.btn-primary.active, .btn.btn-primary.active:focus{
    background-color: #9c100e;
    color: #ffffff;
    border-color: #9c100e;
    box-shadow: none !important;
}
.btn-info{
    background-color: #b4ca68;
    color: #101010;
    border-color: #b4ca68;
    padding: 8px 15px;
    border-radius: 5px;
}
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active, .btn.btn-info:active:focus, .btn.btn-info.active, .btn.btn-info.active:focus{
    background-color: #829443;
    color: #101010;
    border-color: #829443;
    box-shadow: none !important;
}
.btn-secondary{
    background-color: #101010;
    color: #ffffff;
    border-color: #101010;
    padding: 8px 15px;
    border-radius: 5px;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary:active:focus, .btn.btn-secondary.active, .btn.btn-secondary.active:focus{
    background-color: #464646;
    color: #ffffff;
    border-color: #464646;
    box-shadow: none !important;
}
.btn-outline-primary{
    color: #f31816;
    border-color: #f31816;
    padding: 8px 15px;
    border-radius: 5px;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary:active:focus, .btn.btn-outline-primary.active, .btn.btn-outline-primary.active:focus{
    background-color: #f31816;
    color: #ffffff;
    border-color: #f31816;
    box-shadow: none !important;
}
.btn-outline-secondary{
    color: #101010;
    border-color: #101010;
    padding: 8px 15px;
    border-radius: 5px;
}
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus, .btn.btn-outline-secondary:active, .btn.btn-outline-secondary:active:focus, .btn.btn-outline-secondary.active, .btn.btn-outline-secondary.active:focus{
    background-color: #101010;
    color: #ffffff;
    border-color: #101010;
    box-shadow: none !important;
}
.btn-outline-info{
    color: #b4ca68;
    border-color: #b4ca68;
    padding: 8px 15px;
    border-radius: 5px;
}
.btn.btn-outline-info:hover, .btn.btn-outline-info:focus, .btn.btn-outline-info:active, .btn.btn-outline-info:active:focus, .btn.btn-outline-info.active, .btn.btn-outline-info.active:focus{
    background-color: #b4ca68;
    color: #101010;
    border-color: #b4ca68;
    box-shadow: none !important;
}
.btn-outline-light{
    color: #ffffff;
    border-color: #f5f5f5;
    background-color: transparent;
    padding: 8px 15px;
    border-radius: 5px;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light:active, .btn.btn-outline-light:active:focus, .btn.btn-outline-light.active, .btn.btn-outline-light.active:focus{
    background-color: #f5f5f5;
    color: #101010;
    border-color: #f5f5f5;
    box-shadow: none !important;
}
.btn i{
    margin: 0 3px;
}
.btn.btn-sm{
    padding: 5px 12px;
    font-size: 13px;
}
ul {
    margin: 0;
    padding: 0;
}
ul li{
    list-style-type: none;
    margin-bottom: 10px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.slick-slider{
    position: relative;
}
.slick-slider .slick-arrow{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    margin: auto;
    border-radius: 8px;
    background-color: #101010;
    font-size: 0px;
    border: none;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25%;
    z-index: 1;
}
.slick-slider .slick-arrow.slick-prev{
    left: -5%;
    background-image: url('../images/icon-arrow-pre-white.png');
}
.slick-slider .slick-arrow.slick-next{
    right: -5%;
    background-image: url('../images/icon-arrow-next-white.png');
}
.slick-slider .slick-arrow:hover, .slick-slider .slick-arrow:focus{
    background-color: #f31816;
    box-shadow: none;
    outline: none;
}
.slick-slider .slick-dots{
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    z-index: 1;
}
.slick-slider .slick-dots li button{
    display: none;
}
.slick-slider .slick-dots li{
    width: 12px;
    height: 12px;
    background-color: #f31816;
    border-radius: 100%;
    margin: 0 10px;
    cursor: pointer;
}
.slick-slider .slick-dots li.slick-active{
    background-color: #101010;
}

.video-frame, .ratio-img {
    height: 0;
    padding-bottom: calc(100% * 900/1600);
    position: relative;
    overflow: hidden;
    background-color: #bbbbbb;
}
.video-frame iframe, .video-frame img, .ratio-img img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    object-position: center;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Common FAQ */
.cmn-faq .accordion .card {
    margin-bottom: 15px;
    background: #ffffff;
    border-radius: 5px !important;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}
.cmn-faq .accordion .card:last-child{
    margin-bottom: 0;
}
.cmn-faq .accordion .card .card-header {
    background-color: #3e3e3e;
    padding: 0;
    border: none;
}
.cmn-faq .accordion .card .card-body p:last-child{
    margin-bottom: 0;
}
.cmn-faq .accordion .card .card-header h5 {
    cursor: pointer;
    padding: 15px;
    color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
}
.cmn-faq .accordion .card .card-header h5::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    margin-left: auto;
    padding-left: 10px;
}
.cmn-faq .accordion .card .card-header h5[aria-expanded="true"]::after{
    content: "\f106";
}

/* Common Social Icons */
.cmn-social-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.cmn-social-icon li{
    margin: 0 5px;
}

.modal{
    z-index: 2000;
}
.modal-backdrop{
    z-index: 1999;
}
.img-frame-border {
    transition: 1s;
    transition-delay: 0.2s;
    position: relative;
    width: auto;
    overflow: hidden;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    border-radius: 15px;
    visibility: hidden;
}
.img-frame-border img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: 2s;
    border-radius: 15px;
}
.animating .img-frame-border {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    visibility: visible;
    -webkit-transform: skewY(0);
    transform: skewY(0);
}
.animating .img-frame-border img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 4s;
}
.cmn-search-form .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.progress-bar{
    background-color: #b4ca68;
}
/* Common Hero Banner */
.cmn-hero-banner{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #ffffff;
    min-height: 600px;
    display: flex;
    align-items: center;
}
.cmn-hero-banner::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
.cmn-hero-banner .page-banner-caption{
    padding-left: 24px;
    border-left: 2px solid #ffffff;
}
.cmn-hero-banner h1{
    color: #b4ca68;
}
.cmn-hero-banner h1 span{
    color: #f31816;
}
.cmn-hero-banner .container{
    position: relative;
    z-index: 1;
}
/* Common Categories Tab */
.cmn-categories.nav-tabs{
    justify-content: space-between;
    overflow-x: auto;
    flex-wrap: nowrap;
}
.cmn-categories.nav-tabs::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.cmn-categories.nav-tabs::-webkit-scrollbar
{
	height: 4px;
	background-color: #F5F5F5;
}
.cmn-categories.nav-tabs::-webkit-scrollbar-thumb
{
	background-color: #101010;
	border: 2px solid #555555;
}
.cmn-categories.nav-tabs .nav-item{
    margin-bottom: 0;
    min-width: 80px;
}
.cmn-categories.nav-tabs .nav-item .nav-link{
    font-weight: 600;
    border: none;
    position: relative;
    padding: 10px;
    text-align: center;
}
.cmn-categories.nav-tabs .nav-item .nav-link .svg-img{
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.cmn-categories.nav-tabs .nav-item .nav-link .svg-img:after, .cmn-categories.nav-tabs .nav-item .nav-link .svg-img:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cmn-categories.nav-tabs .nav-item .nav-link .svg-img span{
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin: auto;
    position: relative;
}
.cmn-categories.nav-tabs .nav-item .nav-link::after{
    content: "";
    position: absolute;
    bottom: 0;
    height: 0px;
    background-color: #f31816;
    left: 0;
    right: 0;
    z-index: 0;
    transition: all 0.4s;
}
.cmn-categories.nav-tabs .nav-item .nav-link.active, .cmn-categories.nav-tabs .nav-item .nav-link.show, .cmn-categories.nav-tabs .nav-item .nav-link:hover{
    border: none;
    color: #f31816;
    background: transparent;
}
.cmn-categories.nav-tabs .nav-item .nav-link.active::after, .cmn-categories.nav-tabs .nav-item .nav-link:hover::after{
    height: 2px;
}
.cmn-categories.nav-tabs .nav-item .nav-link.active .svg-img:after, .cmn-categories.nav-tabs .nav-item .nav-link.active .svg-img:before, .cmn-categories.nav-tabs .nav-item .nav-link:hover .svg-img:after, .cmn-categories.nav-tabs .nav-item .nav-link:hover .svg-img:before{
    mix-blend-mode: difference;
    background: red;
}
.contact-us-form .cmn-wrap {
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: rgba(180, 202, 104, 0.20);
    box-shadow: 0 .2rem 0.3rem rgba(0,0,0,.15);
}
.contact-us-form .cmn-wrap .icon-span {
    display: block;
    margin-bottom: 10px;
    color: #f31816;
}
.campaign-form{
    background-color: rgba(180, 202, 104, 0.20);
}
.campaign-form .form-outer-wrap{
    border-radius: 8px;
}
.parsley-errors-list{
    flex:0 0 100%;
    max-width: 100%;
}
.parsley-errors-list li{
    margin: 0;
    font-size: 14px;
}
.parsley-errors-list.filled li{
    color: #f31816;
}
.form-control.parsley-error, .custom-select.parsley-error {
    border-color: #f31816;
}
/* .hp-contact .tnp-subscription form{
    display: flex;
    align-items: flex-end;
}
.hp-contact .tnp-subscription .tnp-field-email{
    flex: 0 0 70%;
    max-width: 70%;
    margin-bottom: 0;
}
.hp-contact .tnp-subscription .tnp-field-button{
    margin-bottom: 0;
    flex: 0 0 30%;
    max-width: 30%;
}
.hp-contact .tnp-subscription .tnp-field-button .tnp-submit{
    cursor: pointer;
    width: 100%;
} */
/* article.status-publish{
    max-width: 800px;
    margin: auto;
    padding: 50px 0;
}
article header {
    box-shadow: none;
    padding: 20px 0;
    background-color: #f5f5f5;
    text-align: center;
    border-radius: 10px;
}
article .entry-content{
    text-align: center;
    background-color: #f5f5f5;
    padding-bottom: 20px;
} */
/* Media Query */
@media screen and (min-width: 767px) {
    .btn-primary, .btn-outline-primary, .btn-secondary, .btn-outline-secondary, .btn-outline-light, .btn-info, .btn-outline-info{
        padding: 12px 20px;
    }
}
@media screen and (min-width: 992px) {
    body {
        font-size: 16px;
    }
    h1, .h1{
        font-size: 42px;
    }
    h2, .h2{
        font-size: 32px;
    }
    h3, .h3{
        font-size: 22px;
    }
    h4, .h4{
        font-size: 20px;
    }
    h5, .h5{
        font-size: 18px;
    }
    section{
        padding: 70px 0;
    }
}
@media screen and (min-width: 1440px) {
    .container{
        max-width: 1300px;
    }
}
@media screen and (max-width: 767.98px) {
    .slick-slider .slick-arrow.slick-prev{
        left: 0;
    }
    .slick-slider .slick-arrow.slick-next{
        right: 0;
    }
    .cmn-categories.nav-tabs .nav-item{
        min-width: 60px;
    }
    .cmn-categories.nav-tabs .nav-item .nav-link{
        font-size: 11px;
    }
    .cmn-categories.nav-tabs .nav-item .nav-link span{
        font-size: 14px;
    }
    .cmn-hero-banner{
        min-height: 400px;
    }
    .cmn-hero-banner .page-banner-caption{
        padding-left:15px;
    }
}



/* Code Added By Hitesh Prajapti  */
 
.my-subscriptions .badge
{
    padding: 5px;
}
.my-subscriptions .text-bg-success
{
    background-color: #013220;
    color: #fff;
}
.my-subscriptions .text-bg-danger
{
    background-color: red;
    color: #fff;
}

#toast-container.toast-top-center .toast
{
    width: 500px !important;
    margin-bottom: 80px;
}


.page-template-monthly-donation-page-template #donate-amount
{
    width: 100%;
}



/* Products Card Css start */
.cmn-faq.mb-3 {
    clear: both;
}
.th-productWrapper {
    margin: 0 -10px;
    padding: 8px 0;
    display: inline-block;
}
.th-productCard {
    float: left;
    display: block;
    margin: 10px;
    padding: 15px 16px;
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    border-radius: 12px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.1);
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 390px) {
    .th-productCard {
        min-height: 137px;
        width: auto !important;
    }
}

@media only screen and (min-width: 768px) {
    .th-productCard {
        min-height: 137px;
    }
}

.th-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.th-big-product-img {
    padding: 8px 0;
    height: 163px;
    text-align: center;
}
.th-big-product-img img {
    height: 100%;
}
.th-product-info-progressBlock {
    padding-bottom: 4px;
}
@media only screen and (min-width: 768px) {
    .th-big-product-wrapper {
        height: 263px;
    }
}
.th-product-info-progressBlock h6 {
    margin: 0;
    font-size: .8rem;
}
.th-big-product-action-block {
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    align-items: center;
    padding-top: 5px;
}
.th-product-price {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
}
.product-description {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    cursor: pointer;
    grid-gap: 4px;
    gap: 4px;
    padding-top: 0;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
}

.th-small-product-wrapper {
    display: -moz-box;
    display: flex;
    grid-gap: 8px;
    gap: 8px;
    align-items: center;
}
.th-small-product-img {
    height: 100px;
}
.th-small-product-img img {
    height: 100%;
    max-width: 100px;
}
.th-small-product-details {
    -moz-box-flex: 1;
    flex: 1 1;
}
.qty-container {
    margin-top: 0;
    position: relative;
    max-width: 80px;
    padding: 0;
}
.qty-container .btn {
    position: absolute;
    top: 7px;
    padding: 0;
    border: none;
}
.qty-container .btn:hover,.qty-container .btn:focus,.qty-container .btn:active{
    background: none;
    color: #101010;
}
.qty-container .qty-btn-minus {
    left: 0;
}
.qty-container .qty-btn-plus {
    right: 0;
}
.qty-container .form-control {
    padding: 5px 25px;
}
.th-product-progressBlock .progress {
    height: .3rem;
    margin: 5px 0;
}
.prod-proj-upd-cta hr {
    clear: both;
    display: block;
    margin-top: 0;
}
@media screen and (max-width:767px){
    .th-productCard{
        width: calc(100% - 20px) !important;
    }
}
/* Products Card Css end */