@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a:focus, input[type="button"]:focus, input[type="submit"]:focus, button[type="submit"]:focus, button[type="button"]:focus {
    outline: none;
}

.homebox img {
    padding-bottom: 25px;

}

/* carousel */
.carousel-item {
    height: 600px;
    min-height: 600px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-caption {
    transform: translateY(-50%);
    bottom: 0;
    top: 50%;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}


/* carousel */

/* dropdown fade effect */
@media screen and (min-width: 768px) {

    .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu {
        display: block;
    }

    .dropdown-menu {
        margin-top: 0;
    }

    .dropdown-toggle {
        margin-bottom: 2px;
    }

    .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle {
        margin-bottom: 0;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-top: -5px;
    }
}

/* dropdown fade effect */

/* login form */


.form-heading {
    color: #fff;
    font-size: 23px;
}

.panel h2 {
    color: #444444;
    font-size: 18px;
    margin: 0 0 8px 0;
}

.panel p {
    color: #777777;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 24px;
}

.login-form .form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}

.main-div {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    margin: 10px auto 30px;
    padding: 10px 70px 20px 71px;
}

.login-form .form-group {
    margin-bottom: 10px;
}

.login-form .form-group {
    text-align: left;
}

.login-form {
    text-align: center;
}

.forgot a {
    color: #777777;
    font-size: 14px;
    text-decoration: underline;
}


.forgot {
    text-align: left;
    margin-bottom: 30px;
}

.botto-text {
    color: #ffffff;
    font-size: 14px;
    margin: auto;
}

.login-form .btn.btn-primary.reset {
    background: #ff9900 none repeat scroll 0 0;
}

.back {
    text-align: left;
    margin-top: 10px;
}

.back a {
    color: #444444;
    font-size: 13px;
    text-decoration: none;
}

/* login form */

/*-- Header Top --*/
.header-social span, .header-top a, .header-top a:hover {
    color: #ffffff;
    text-decoration: none;
}

@media only screen and (max-width: 479px) {
    .header-top {
        display: none;
    }
}

/*-- Header Info --*/
.header-content p {
    font-size: 13px;
    line-height: 25px;
    color: #757575;
    float: left;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-right: 30px;
    margin-bottom: 0;
}

.header-info p span {
    color: #71b100;
}

/*-- Header Social --*/
.header-social a {
    display: inline-block;
    margin-left: 20px;
    color: #757575;
    vertical-align: top;
}

.header-social a:hover {
    color: #71b100;
}

.header-social a i {
    font-size: 14px;
    line-height: 25px;
}

/* header top */

/* Feature-CSS */

.feature-box .icon {
    color: #fff;
    padding: 15px;

    font-size: 50px;


}

.feature-box {
    text-align: center;
    padding: 20px;
    transition: .5s;
    margin-bottom: 30px;
    color: #FFFFFF;
    position: absolute;
    z-index: 2;


}

.features-section {
    margin-top: -100px;
    z-index: 2;
}

.feature-box:hover {

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.feature-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0 15px;
    text-transform: capitalize;
}

.feature-box img {
    width: 100%;
    max-width: 80px;
    height: 80px;
    object-fit: cover;
}

.features-section p {
    min-height: 70px;
}

.features-section a:hover {
    text-decoration: none;
}

/* video */
.videos img {
    width: 100%;
    height: auto;
}

a.video {
    float: left;
    position: relative;
}


/* video */
.product-item {

    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;

    position: relative;
}

.pi-body {
    padding: 20px;
}

.product-item:hover {

}

.product-item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.pi-img-wrapper {
    position: relative;
}

.pi-img-wrapper div {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
}

.product-item:hover > .pi-img-wrapper > div {
    display: block;
}


.product-item h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.product-item h3 a {
    color: #000;
    text-transform: capitalize;
}

.about-section h2 {
    text-transform: capitalize;
}

.pi-price {
    float: left;

}

.product-item .add2cart {
    float: right;

}

.heading {

    display: inline-block;
    padding-bottom: 15px;
    position: relative;
}

.about-section, .our-causes {
    width: 100%;
}

.required {
    color: #FF0000;
}

/* footer */
@keyframes primary-short {
    0% {
        width: 15%;
    }
    50% {
        width: 90%;
    }
    100% {
        width: 10%;
    }
}

@keyframes primary-long {
    0% {
        width: 80%;
    }
    50% {
        width: 0%;
    }
    100% {
        width: 80%;
    }
}

.footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px;
}

.footer .contact-us .contact-info {
    margin-left: 50px;
}

.footer .contact-us.contact-us-last {
    margin-left: -80px;
}

.footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}

.footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-box-info .footer-social-link li {
    display: inline-block;
}

.footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff;
}

.footer-box-info .footer-social-link a:hover {
    text-decoration: none;
}

.footer-box-info .footer-social-link a i.fa-facebook {
    background-color: #3B5998;
}

.footer-box-info .footer-social-link a i.fa-twitter {
    background-color: #55ACEE;
}

.footer-box-info .footer-social-link a i.fa-google-plus {
    background-color: #DD4B39;
}

.footer-box-info .footer-social-link a i.fa-pinterest {
    background-color: #CA2128;
}

.footer-box-info .footer-social-link a i.fa-instagram {
    background-color: #D20169;
}

.footer-awarad {
    margin-top: 285px;
}

.footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;

    padding-top: 15px;
}

.footer-awarad img {
    width: 100%;
    max-width: 300px;
    height: 90px;

}

.footer-info-text {
    margin: 26px 0 32px;
    color: #ccc;
}

.footer-left-widget {
    padding-left: 80px;
}

.footer-widget .section-heading {
    margin-bottom: 35px;
}

.footer-widget h3 {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.footer-widget ul {
    width: 50%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget li {
    margin-bottom: 18px;
}

.footer-widget p {
    margin-bottom: 27px;
    color: #ccc;
}

.footer-widget a {
    color: #ccc;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-widget:after {
    content: "";
    display: block;
    clear: both;
}

.footer-form {
    position: relative;
}

.footer-form input::-webkit-input-placeholder, .footer-form input::-moz-placeholder, .footer-form input:-ms-input-placeholder, .footer-form input::-ms-input-placeholder, .footer-form input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px;
}

.footer-form input::-webkit-input-placeholder, .footer-form input::-moz-placeholder, .footer-form input:-ms-input-placeholder, .footer-form input::-ms-input-placeholder, .footer-form input::placeholder {
    color: #ccc;
    font-size: 14px;
}

.footer-form button:hover {
    cursor: pointer;
}

.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-icon {
    position: absolute;
}


.contact-info {
    margin-left: 75px;
    color: #fff;
}

.contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

.copyright span,
.copyright a {
    color: #ccc;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.copyright-menu ul {
    text-align: right;
    margin: 0;
}

.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}


/* footer */

/* header */
.headerbg {
    padding: 4rem 4rem;
    background-size: cover;
    background-position: center center;
}

.headerbg.overlay {
    position: relative;
}

.headerbg h2, .headerbg p {
    color: #fff;
}

.headerbg .split {
    color: #FFFFFF;
    margin: 0 10px;
}


/* header */

/* subscription */

.best-plan {
    margin: 0 auto 30px auto;
    position: relative;
    z-index: 99;
    line-height: 1.55;
    color: rgba(51, 51, 51, 1);
    font-weight: 300;
}

.best-plan__head {
    text-align: center;
    margin-bottom: 45px;
}

.best-plan__title {
    font-size: 36px;
    margin-bottom: 15px;
    margin-top: 50px;
    font-weight: 800;
    color: #3c2f17;
}

.best-plan__title + p {
    font-size: 18px;
    font-weight: 300;
}

.b-price-plan {
    border: 1px solid rgba(125, 138, 164, .25);
    max-width: 450px;
    margin: 0 auto 30px auto;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: opacity .35s linear, -webkit-transform .35s linear, -webkit-box-shadow .3s linear;
    transition: opacity .35s linear, -webkit-transform .35s linear, -webkit-box-shadow .3s linear;
    -o-transition: transform .35s linear, opacity .35s linear, box-shadow .3s linear;
    transition: transform .35s linear, opacity .35s linear, box-shadow .3s linear;
    transition: transform .35s linear, opacity .35s linear, box-shadow .3s linear, -webkit-transform .35s linear, -webkit-box-shadow .3s linear;
}

.b-price-plan__item {
    padding: 15px 30px;
}

.b-price-plan__head {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.b-price-plan__head > h3 {
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0;
    letter-spacing: 1px;
}

.price_foot {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.price_foot:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(242, 101, 34, .1);
    -webkit-transition: top .6s linear;
    -o-transition: top .6s linear;
    transition: top .6s linear;
}

.b-price-plan__cost {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    z-index: 99;
    text-align: center;
    background: rgba(242, 101, 34, .1);
}

.cost-title {
    font-size: 55px;
    line-height: 1;
    font-weight: 700;
    color: #000;
}

.cost-price {

    display: inline-block;
    margin-right: 0px;
    font-size: 30px !important;
    position: relative;
    top: -20px !important;
}

.cost-title > span {
    position: relative;
    top: -25px;
    left: 5px;
    font-size: 18px;
}

.cost-time {
    font-size: 13px;
    color: #000;
}


.price-plan_pro {
    position: relative;
    z-index: 99;
    -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.3);
}

.p_plan_list {
    padding: 0;
    margin: 0;
}

.p_plan_list > li {
    position: relative;
    padding: 15px 30px 15px 54px;
    margin: 0;
    list-style: none;
    background-color: #fff;
    border-top: 1px solid rgba(125, 138, 164, .1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.p_plan_list > li:hover {
    border-color: rgba(125, 138, 164, .1);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px rgba(125, 138, 164, .06);
    box-shadow: 0 2px 4px rgba(125, 138, 164, .06);
    position: relative;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 99;
}

.p_plan_list > li .fa {
    color: rgba(125, 138, 164, 1);
    margin-right: 8px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -8px;
}

.p_plan_list > li .fa.text-success {
    color: rgba(160, 206, 78, 1) !important;
}

.p_plan_list > li .fa.text-danger {
    color: rgba(253, 99, 71, 1) !important;
}

.p_plan_list > li:first-of-type {
    border-top: none;
}

/* price_btn style */
.price_btn:after {
    top: auto;
    bottom: 0;
    -webkit-transition: width .4s ease-in;
    -o-transition: width .4s ease-in;
    transition: width .4s ease-in;
}

.price_btn:hover:before,
.price_btn:hover:after {
    width: 100%;
}

.price_btn > span {
    position: relative;
    z-index: 99;
}

.price_btn .fa {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 99;
    width: 30px;
    opacity: 0;
    -webkit-transition: left .55s linear, opacity .55s linear;
    -o-transition: left .55s linear, opacity .55s linear;
    transition: left .55s linear, opacity .55s linear;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.price_btn:hover .fa {
    left: 80%;
    opacity: 1;
}

.b-price-plan:hover {
    -webkit-box-shadow: 0 10px 20px rgba(125, 138, 164, .25) !important;
    box-shadow: 0 10px 20px rgba(125, 138, 164, .25) !important;
}

.b-price-plan:hover .price_foot:before {
    top: 0;
}

.b_plan_body:hover .b-price-plan {
    opacity: .25;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}

.b_plan_body:hover .b-price-plan:hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.ftr {
    text-align: center;
}

/* subscription */

/* my profile */

.image-container {
    position: relative;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.image-container:hover .image {
    opacity: 0.3;
}

.image-container:hover .middle {
    opacity: 1;
}


/* my profile */

/* volunteer */

.team {
    padding: 100px 0 40px;
    position: relative;
}

.our-team .team-row {
    margin-left: -40px;
    margin-right: -40px;
}

.our-team .team-wrap {
    padding: 0 40px;
}

.our-team .container-fluid {
    padding: 0 50px;
}

.team-img img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
    width: 100%;
}

.team-member,
.team-img {
    position: relative;
    overflow: hidden;
}

.team-title {
    margin: 30px 0 7px;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

.team-member span {
    font-size: 16px;
    color: #444444;
    font-weight: 400;
    text-transform: capitalize;
}

.overlay-team {
    background-color: rgba(20, 20, 20, .7);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.team-details {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 5%;
    overflow: hidden;
    width: 100%;
    z-index: 2;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.team-img:hover .team-details {
    opacity: 1;
    margin-top: -80px;
}

.team-img:hover .overlay-team {
    opacity: 1;
}

.team-member:hover h6 {
    color: #002147;
    font-weight: bold;
}

.socials a {
    display: inline-block;
    margin-top: 40px;
    margin-right: 5px;
}

.socials a i {
    color: #fff;
    font-size: 18px;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    line-height: 44px;
    text-align: center;
    transition: all .3s ease 0s;
    background: rgba(255, 255, 255, 0.5);
}

.team-details .socials i {
    color: #fff;
}


.socials a:hover {
    text-decoration: none;
}

.team-member img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.team-title a {
    color: #000000;
    text-transform: capitalize;
}


/* volunteer */

/* events */


.blog-img {
    position: relative;
}

.blog-img img {
    width: 100%;
}

.post-category a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.single-blog:hover img {
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"
}

.post-category {
    position: absolute;
    left: 0;
    bottom: 0;
}

.blog-content {
    padding: 30px 20px;
}

.single-blog {
    border: 1px solid #eee;
}

.blog-title h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.blog-title h4 a {
    color: #000;
    text-transform: capitalize;
}


.meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.meta {
    margin-bottom: 20px;
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}


a.box_btn {
    overflow: hidden;
    z-index: 2;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    text-decoration: none;
}

a.box_btn:hover::before {
    left: 0;
    z-index: -1;
}

.event-bg {
    z-index: 1;
    position: relative;
}

.countdown-timer {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;

}

.countdown-timer ul li span {
    font-size: 30px;
    font-weight: bold;
    line-height: 20px;
    opacity: 1;
}

.countdown-timer ul li div {
    font-size: 12px;
    opacity: 1;
}

/* events */

/* categories */
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    margin: 0;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}


figure.effect-ravi {
    background: #000;
    margin: 0;
}

.grid [class^="col"] {
    padding: 2px;
}

figure.effect-ravi h2 {
    font-size: 24px;
}

figure.effect-ravi h2,
figure.effect-ravi p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

figure.effect-ravi figcaption::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    border: 2px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

figure.effect-ravi p {
    width: 100px;
    text-transform: none;
    font-size: 121%;
    line-height: 2;
}

figure.effect-ravi p a {
    color: #fff;
}

figure.effect-ravi p a:hover,
figure.effect-ravi p a:focus {
    opacity: 0.6;
}

figure.effect-ravi p a i {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-ravi p a:first-child i {
    -webkit-transform: translate3d(-60px, -60px, 0);
    transform: translate3d(-60px, -60px, 0);
}

figure.effect-ravi p a:nth-child(2) i {
    -webkit-transform: translate3d(60px, -60px, 0);
    transform: translate3d(60px, -60px, 0);
}

figure.effect-ravi p a:nth-child(3) i {
    -webkit-transform: translate3d(-60px, 60px, 0);
    transform: translate3d(-60px, 60px, 0);
}

figure.effect-ravi p a:nth-child(4) i {
    -webkit-transform: translate3d(60px, 60px, 0);
    transform: translate3d(60px, 60px, 0);
}

figure.effect-ravi:hover figcaption::before {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}

figure.effect-ravi:hover h2 {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
}

figure.effect-ravi:hover p i:empty {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* just because it's stronger than nth-child */
    opacity: 1;
}

.category-causes {
    width: 100%;
    height: 290px;
    min-width: 377px;
    object-fit: cover;
}


/* categories */


/* gallery */

.gal-item {


}

.gal-item .box {
    height: 350px;

}

.box img {

    width: 100%;
    height: 350px;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.box:hover img {

    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    opacity: 0.8;

}


.modal-open .gal-container .modal {
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-open .gal-item .modal-body {
    padding: 0px;
}

.modal-open .gal-item button.close {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}

.modal-open .gal-item button.close:focus {
    outline: none;
}

.modal-open .gal-item button.close span {
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow: none;
}

.gal-container {
    width: 80%;
}


@media (min-width: 768px) {
    .gal-container .modal-dialog {
        width: 55%;
        margin: 50 auto;
    }
}

@media (max-width: 768px) {
    .gal-container .modal-content {
        height: 250px;
    }
}


/* Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}


.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

#Gallery-Modal .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #ffffff !important;
    font-size: 30px;
    font-weight: bold;
    transition: 0.3s;

}

#Gallery-Modal .close:hover,
#Gallery-Modal .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

/* gallery */


.red {
    color: #dc3545;
    font-size: 80%;
}

.green {
    color: #00CC83;
    font-weight: bold;
}

.error_message, .print-error-msg {
    color: #dc3545;
    font-weight: bold;
}

.bvalidator-red-tooltip {
    z-index: 1;
}

#profileInfo label {
    font-weight: bold;
}

.subscribe-details label {
    font-weight: bold;
}

#card-errors {
    color: #FF0000;
}

.causes-img {
    width: 100%;
    max-width: 70px;
    height: 70px;
    object-fit: cover;
}

.product-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.counterbg {
    background-size: cover;
    color: #ffffff;
    background-position: center center;
}

.counter i {
    font-size: 2em;
}

.volunteer {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.single-volunteer .box-desc {
    background: #F8F9FA;
    text-align: center;
    padding: 5px;
}

.single-socials a {
    display: inline-block;
    margin-right: 5px;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #000;
    text-align: center;
    cursor: pointer;
}

.single-socials a:hover {
    text-decoration: none;
}

.single-blog img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.media-list {
    padding: 10px;
}

.recent-img {
    width: 100%;
    max-width: 80px;
    height: 80px;
    object-fit: cover;
}

.captial {
    text-transform: capitalize;
}

.modal-box {
    position: relative;
    overflow: hidden;
}

.social_icons a:hover {
    text-decoration: none;
}


#backTop {
    font-size: 0px;
}

.bvalidator-red-tooltip {
    left: 0px !important;
}

#subscribe_form .error {
    color: #FF0000;
}

.causes_form .card {
    border: none;
}

.navbar-brand .logo {
    max-width: 188px;
}

.force-block {
    display: block;
}

.force-none {
    display: none;
}

.tooltiper {
    position: relative;
    display: inline-block;
}

.tooltiper .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltiper .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltiper:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.modal-backdrop.show {
    opacity: 0 !important;
}

.modal-backdrop {
    position: relative !important;
}

.donor-thank label {
    font-weight: bold !important;
}

.map-view {
    /*text-align:center;*/
}

.map-view img {
    width: 100%;
    max-width: 300px;
    object-fit: cover;
    margin-bottom: 10px;
}

.map-view h3 {
    text-transform: capitalize !important;
    font-size: 20px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 25px;
}

.map-view h3, .map-view p, .map-view a {
    text-align: left !important;
}

.map-view .map_view_btn {
    text-align: left !important;
}

.input-group-append button {
    color: #FFFFFF;
    font-size: 25px;
    border: 0px;
}

.input-group-append button:focus, .input-group-append button:hover {
    outline: 0 !important;
    border: 0px !important;
}

.phone_field {
    display: inline-block;
}

.phone_field select {
    width: 30%;
}

.phone_field input[type="text"] {
    width: 68%;
}

.phone_field .form-control {
    display: inline-block !important;
}

.print-error-msg ul li {
    list-style: none;
}

.tab-card-header {
    display: none;
}

.fade:not(.show) {
    display: none;
}

.blue-border {
    color: #0000FF;
    font-size: 14px;
    border: 1px solid #0000FF;
    padding: 4px;
    border-radius: 4px;
    text-decoration: none;
}

.blue-border:hover {
    text-decoration: none;
    color: #0000FF;
}
