/*
[[[[[[[ web designe pethani nilesh ]]]]]]]]]]

*/

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 2;
}

.container {
    max-width: 1650px;
    width: 100%;
}

button.btn {
    padding: 13px 36px;
    font-size: 18px;
    color: #fff;
    border-radius: 8px;
}

section {
    padding-top: 70px;
    padding-bottom: 70px;
}

a.navbar-brand {
    position: absolute;
    top: 5px;
    max-width: 153px;
}

.navbar {
    border-bottom: 1px solid #fd7004;
    background: #f7f7f7;
    padding: 18px 0;
    z-index: 9999;
}

.navbar::after {
    border-bottom: 1px solid green;
    content: "";
    position: absolute;
    bottom: 3px;
    width: 100%;
    left: 0px;
    z-index: -1;
}

.navbar-nav li .nav-link {
    color: #010134;
    font-weight: 500;
    transition: 0.5s;
    font-size: 14px;
}

.navbar-nav li {
    margin-left: 92px;
    position: relative;
}

.navbar-nav li.active a,
.navbar-nav li:hover a {
    color: #ef7f1a;
    transition: 0.5s;
}

.navbar-nav li.active a:after,
.navbar-nav li:hover a:after {
    content: "";
    transition: 0.5s;
    background: #ef7f1a;
    width: 5px;
    height: 5px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100%;
}

section.hero-images {
    position: relative;
    padding: 80px 0 0;
}

.banner-text {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    z-index: 99;
}

.banner-text h1 {
    font-size: 76px;
    font-weight: 600;
}

.banner-text h6 {
    font-size: 18px;
}

.banner-text h1,
.banner-text h6 {
    color: #fff;
}

.btn-green {
    background: #119b1f;
    color: #fff;
    border-color: #119b1f;
}

.banner-text button {
    margin-top: 50px;
}

.help-marty {
    background: url(../images/helpbg.jpg) no-repeat 0 0;
    padding: 6% 0;
}

.help-text h2 {
    color: #fff;
    font-size: 50px;
    line-break: 2;
    font-weight: 300;
}

.help-text p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

.help-text h6 {
    color: #fff;
}

.img-icon {
    background: #ef7b14;
    padding: 0;
    width: 130px;
    height: 130px;
    line-height: 130px;
    justify-content: center;
    text-align: center;
    border-radius: 16px;
    display: inherit;
    position: relative;
}

.img-icon:hover {
    background: #fff;
}

.help-box {
    align-items: center;
    margin: 0 0 25px;
}

.unactive,
.img-icon:hover .imgactive {
    display: block;
    margin: auto;
}

.imgactive,
.img-icon:hover .unactive {
    display: none;
}

.help-box h5 {
    color: #fff;
    font-size: 20px;
}

.img-icon:after {
    content: "";
    border: 2px solid #ef7f1a;
    height: 107px;
    width: 107px;
    position: absolute;
    left: 11px;
    top: 11px;
    opacity: 0;
    border-radius: 12px;
}

.img-icon:hover:after {
    opacity: 1;
}

.card-horizontal {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
}

h2.section-title {
    text-align: center;
    margin: 0 0 50px;
}

.card-recent {
    border: none;
    background: #fff;
    /* box-shadow: 0 0 3px rgba(0,0,0,0.1); */
    box-shadow: 0px 15px 120px rgba(41, 42, 62, 0.09);
    border-radius: 10px;
    margin-bottom: 30px;
}

.card-recent .card-title {
    margin: 0px;
    font-weight: 500;
    font-size: 22px;
}

.card-recent small {
    font-size: 14px;
}

.card-recent h3 {
    color: #ef7f1a;
    font-weight: 300;
    font-size: 37px;
    margin: 3px 0;
}

.card-recent p.card-text {
    font-size: 18px;
    line-height: 1.4;
    color: #010134;
    opacity: 0.8;
}

.card-recent a {
    color: #ed7e1a;
    font-weight: 500;
    text-decoration: none;
    font-size: 18px;
}

.card-recent h3 span {
    font-size: 21px;
    color: #010134;
    opacity: 0.8;
}

button.btn.btn-primary {
    background: #ee7f1a;
    color: #fff;
    border-color: #ee7f1a;
    margin: 0 auto;
}

button.btn.btn-primary:hover {
    background: #119b1f;
    border-color: #119b1f;
}

button.btn.btn-primary:focus {
    box-shadow: none;
    outline: none;
}

.btn-secondary:hover {
    background: #ee7f1a;
    color: #fff;
    border-color: #ee7f1a;
}

section a,
a:hover {
    text-decoration: none !important;
    box-shadow: none;
}


/* ourevent */

.ourevent {
    background: url(../images/oureventbg.jpg) no-repeat;
    background-attachment: fixed;
}

.card-event {
    border-radius: 12px;
}

.card-event .card-img-top {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.card-event h5.card-title {
    margin: 0;
    color: #000;
    font-weight: 500;
}

.date-info {
    color: #ee7f1a;
    font-weight: 500;
    font-size: 16px;
    ;
}

.card-event p.card-text {
    font-size: 18px;
    line-height: 1.4;
    color: #010134;
    opacity: 0.7;
    font-size: 14px;
}

.card-event a {
    color: #ee7f1a;
    font-weight: 500;
    font-size: 18px;
}

.trusct-box {
    background: #ff9933;
}

.trusct-box p,
.trusct-box h2,
.trusct-box a,
.compassion-box h2,
.compassion-box a {
    color: #fff;
}

.trusct-box p,
.compassion-box p {
    color: rgba(255, 255, 255, 0.8);
}

.tree-box {
    padding: 14% 10%;
    border-radius: 12px;
    box-shadow: 0px 15px 120px rgba(41, 42, 62, 0.09);
    height: 100%;
}

.tree-box h2 {
    font-size: 40px;
    margin: 40px 0;
    font-weight: 400;
}

.tree-box p {
    font-size: 18px;
    font-weight: 300;
}

.tree-box a {
    font-size: 20px;
    font-weight: 400;
}

.love-box {
    box-shadow: 0px 15px 120px rgba(41, 42, 62, 0.09);
    background: #fff;
}

.love-box h2,
.love-box a {
    color: #000080;
}

.love-box p {
    color: rgba(0, 0, 128, 0.9);
}

.compassion-box {
    background: #138808;
}


/* savelife */

.savelife {
    background: url(../images/ezgif.com-crop.gif) no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    padding: 6% 0;
    background-size: 100%;
    background-position: 0;
}

.savelife h3 {
    color: #138808;
    font-size: 60px;
    font-weight: 500;
}

.savelife p {
    font-size: 18px;
    color: #fff;
}

.savelife h3 span {
    color: #fff;
}

.savelife:after {
    /* background: rgba(255, 255, 255, 0.8);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    z-index: -1; */
}

.myduty {
    background: #ff9933;
    padding-bottom: 0px;
    padding-top: 30px;
}

.img-charity {
    margin-bottom: -50px;
}

.myduty h4 {
    font-size: 40px;
    color: #fff;
    line-height: 1.5;
}

.myduty p {
    color: #fff;
    font-size: 18px;
}

.team-img {
    width: 180px;
    height: 180px;
    margin: 20px auto;
    position: relative;
    z-index: 21;
}

.team-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.owl-item.active.center .team-img {
    transform: scale(1.1, 1.2);
    transition: 0.5s;
}

.owl-item.active.center .team-img:after {
    opacity: 0;
    transition: 0.5s;
}

.team-img:after {
    background: rgba(255, 255, 255, 0.8);
    content: "";
    position: absolute;
    width: 100%;
    transition: 0.5s;
    height: 100%;
    left: 0;
    top: 0px;
    z-index: 1;
}

.owl-item.active.center .team-info {
    opacity: 1;
    transition: 0.5s;
}

.team-info {
    padding-top: 15px;
    opacity: 0;
    transition: 0.5s;
}

.team-info h5 {
    margin: 0px 0 0px;
    color: #000;
    line-height: 1;
}

.team-info small {
    color: #ff9933;
}

.contact-detail {
    border: 1px solid #ff9933;
    padding: 15px;
    height: 100%;
}

.border-green {
    border: 1px solid #138808;
    padding: 5%;
    height: 100%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.contact-us {
    width: 75%;
    margin: 0 auto;
}

.contact-us h6 {
    color: #190e1a;
    opacity: 0.5;
    font-size: 14px;
    margin-top: 25px;
}

.contact-us a {
    font-size: 14px;
    color: #190e1a;
}

.contact-us h3 {
    font-size: 58px;
    font-weight: 400;
}

.contact-us h3 span {
    color: #ff9933;
}

.footer-content {
    background: #138708;
    padding: 7% 0;
}

.footer-content h4 {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 18px;
    padding-bottom: 10px;
}

ul {
    padding: 0px;
}

.footer-content ul li {
    display: block;
}

.footer-content ul.footer-menu li {
    display: inline-block;
    width: 48%;
}

.footer-content ul li a {
    color: #fff;
}

.footer-copy {
    background: #0e7405;
    padding: 10px 0;
}

.footer-copy p {
    margin: 0px;
    color: #fff;
}

.footer-logo {
    display: block;
    margin-top: -100px;
}

.footer-logo p {
    color: rgba(255, 255, 255, 0.7);
}

.owl-carousel.allcompany-logo img {
    max-width: 100%;
    width: auto;
}

.owl-nav {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
}

.banner.owl-theme .owl-nav {
    margin-top: 10px;
    max-width: 1620px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banner.owl-theme .owl-nav .owl-next span {
    background: url(../images/rightarrow.png) no-repeat 0 0 #ef7f1a;
    width: 56px;
    height: 56px;
    position: absolute;
    right: 0;
    border: 1px solid #fff;
    border-radius: 100%;
    display: block;
    line-height: 60px;
    background-position: center;
    font-size: 0px;
    /* background-size: 100%; */
}

.banner.owl-theme .owl-nav .owl-prev span {
    background: url(../images/leftarrow.png) no-repeat 0 0 #ef7f1a;
    width: 56px;
    height: 56px;
    position: absolute;
    left: 0;
    border: 2px solid #fff;
    border-radius: 100%;
    display: block;
    line-height: 60px;
    background-position: center;
    font-size: 0px;
}

.footer-content .icon-socoal li {
    display: inline-block;
    margin-right: 10px;
}

.footer-content .icon-socoal li a {
    display: block;
    background: #147c0a;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 100%;
}

.footer-content .icon-socoal li a:hover {
    background: #ef7f1a;
    color: #fff;
}

.footer-content ul li a:hover {
    color: #ef7f1a;
    text-decoration: none;
}


/* event page css*/

.even-info {
    padding: 15px;
}

.even-info h3 {
    color: #000;
    font-size: 24px;
    /* font-weight: 500; */
    margin: 0;
}

.even-info p {
    color: #ef7f1a;
    font-size: 20px;
}

.event-card {
    margin-bottom: 30px;
    box-shadow: 0px 15px 120px rgba(41, 42, 62, 0.18);
    border-radius: 12px;
}

h1.inner-page-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 64px;
    font-weight: 600;
}

.event-img img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}


/*about us page*/

.about-info {
    background: #fff9f4;
    text-align: center;
}

.leadership-section {
    background: #ff9933;
}

p.big-text {
    font-size: 18px;
}

.title-tree {
    color: #ff9933;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 600;
}

.title-tree span:nth-child(1) {
    color: #000080;
}

.title-tree span:nth-child(2) {
    color: #138808;
}

.leader-img {
    position: relative;
    border-radius: 8px;
    z-index: 1;
    display: block;
    margin-left: auto;
    text-align: right;
}

.leader-img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -40px;
    right: -40px;
    background: rgba(0, 0, 0, 0.1);
    z-index: -1;
    border-radius: 8px;
}

.leader-img img {
    border-radius: 8px;
}

.leader-info h5,
.leader-info small {
    color: #fff;
}

.event-img {
    position: relative;
}

.date-gallery {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.5);
    padding: 2px 15px;
    color: #fff;
}

ul.gallery-tab {
    border: none;
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

ul.gallery-tab li {
    display: inline-block;
    margin: 0 15px;
}

ul.gallery-tab li a.nav-link {
    border: none;
    padding: 8px 25px;
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    border-radius: 6px;
}

ul.gallery-tab .nav-item.show .nav-link,
ul.gallery-tab .nav-link.active,
ul.gallery-tab .nav-link:hover {
    border: none;
    background: #ff9933;
    color: #fff;
}

.card-event p.card-text {
    min-height: 40px;
}

.img-square-wrapper img {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.modal-open .modal {
    z-index: 999999;
}

.modal-backdrop {
    z-index: 9999;
}

iframe {
    width: 100%;
}


/* gallery*/

.demo-gallery>ul {
    margin-bottom: 0;
    padding-left: 15px;
}

.demo-gallery>ul>li {
    margin-bottom: 15px;
    width: 23%;
    display: inline-block;
    margin-right: 15px;
    list-style: outside none none;
}

.demo-gallery>ul>li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.demo-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark>ul>li a {
    border: 3px solid #04070a;
}

.lg-backdrop,
.lg-outer {
    z-index: 9999 !important;
}


/* Responsive*/

@media (max-width: 1399.98px) {
    .event-img iframe {
        width: 100%;
        height: auto;
        min-height: 200px;
    }
    .even-info h3 {
        font-size: 15px;
    }
}

@media (max-width: 1199.98px) {
    .navbar-nav li {
        margin-left: 42px;
    }
    .card-horizontal {
        display: block;
        align-items: center;
        flex: 1;
    }
    .img-square-wrapper img {
        border-top-left-radius: 12px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 12px;
        object-fit: cover;
        width: 100%;
    }
    .tree-box p,
    .myduty p {
        font-size: 16px;
    }
    .myduty h4 br,
    .footer-logo p br,
    .help-text p br {
        display: none;
    }
    .myduty h4 {
        font-size: 30px;
    }
    .footer-content .icon-socoal li {
        margin-right: 7px;
    }
    .contact-us {
        width: 90%;
    }
    .contact-us h3 {
        font-size: 38px;
    }
    .myduty {
        padding-bottom: 30px;
    }
    .savelife h3 {
        font-size: 50px;
    }
    .tree-box h2 {
        font-size: 30px;
        margin: 30px 0;
    }
    .hero-images .owl-carousel .owl-item img {
        object-fit: cover;
    }
    .event-img iframe {
        width: 100%;
        height: auto;
        min-height: 174px;
    }
    .even-info h3 {
        font-size: 15px;
    }
}

@media (max-width: 991.98px) {
    .savelife p br {
        display: none;
    }
    .card-event {
        margin-bottom: 30px;
    }
    .tree-box p,
    .myduty p {
        font-size: 14px;
    }
    .tree-box h2 {
        font-size: 28px;
        margin: 10px 0;
    }
    .tree-box img {
        max-width: 60px;
        max-height: 60px;
        width: 100%;
        height: 100%;
    }
    .tree-box {
        padding: 15px;
    }
    .myduty h4 {
        font-size: 26px;
    }
    .card-recent h3 {
        font-size: 30px;
    }
    .card-recent .card-title {
        font-size: 18px;
    }
    .contact-us a {
        font-size: 13px;
    }
    .contact-detail {
        padding: 7px;
    }
    .img-icon {
        width: 110px;
        height: 110px;
    }
    .footer-content h4 {
        font-size: 16px;
    }
    .footer-content .icon-socoal li a {
        width: 35px;
        height: 35px;
        line-height: 36px;
    }
    .footer-content .icon-socoal li {
        margin-right: 0;
    }
    .footer-content ul li a {
        font-size: 13px;
    }
    button.btn {
        padding: 11px 26px;
        font-size: 16px;
    }
    /**********  Responsive Menu Bootstrap **********/
    .header-menu {
        top: 0px;
        background: #fff;
    }
    .navbar-brand {
        max-width: 106px;
        padding: 0;
    }
    .main-menu {
        background-color: #ee7f1a;
        padding: 60px 0 15px;
        position: fixed;
        top: 0;
        right: 0;
        display: block !important;
        width: 60% !important;
        text-align: center;
        bottom: 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%);
        height: auto !important;
        overflow: auto;
        border-radius: 0;
    }
    .show-menu .main-menu {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
    .main-menu li {
        margin-left: 0;
        display: block;
    }
    .main-menu li a {
        font-size: 16px;
        padding: 17px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
        font-weight: normal;
    }
    .toggle-menu {
        width: 45px;
        height: 45px;
        line-height: 45px;
        padding: 0;
        border-radius: 5px;
        border: none;
        text-align: center;
        position: fixed;
        right: 4px;
        z-index: 110;
        transition: all 0.5s;
        top: 0px;
        cursor: pointer;
    }
    .show-menu .toggle-menu {
        width: 35px;
        height: 35px;
    }
    .toggle-menu span {
        position: relative;
        width: 25px;
        height: 2px;
        background-color: #ee7f1a;
        display: inline-block;
        vertical-align: top;
        top: 50%;
        transform: translateY(-50%);
    }
    .toggle-menu span::before,
    .toggle-menu span::after {
        position: absolute;
        content: "";
        width: 17px;
        height: 2px;
        background-color: #ee7f1a;
        right: 0;
        transition: all 0.5s;
        animation: openCloseByeSpan 300ms linear forwards;
    }
    .toggle-menu span::before {
        top: -7px;
    }
    .toggle-menu span::after {
        top: 7px;
    }
    body.show-menu .toggle-menu span::before,
    body.show-menu .toggle-menu span::after {
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(45deg);
        top: -1px;
        background: #fff;
    }
    body.show-menu .toggle-menu span::after {
        transform: rotate(-45deg);
    }
    body.show-menu .toggle-menu span {
        height: 0;
    }
    body.show-menu {
        overflow-y: hidden;
    }
    .fixed .toggle-menu {
        width: 38px;
        height: 38px;
        top: 14px;
    }
    /**  Menu  **/
    .header-menu ul li {
        margin-left: 0px;
    }
    .bg-change ul li a {
        color: #fff;
    }
    /**********  Responsive Menu  **********/
    section.hero-images {
        padding-top: 40px;
    }
    a.navbar-brand {
        max-width: 123px;
        margin-left: 15px;
    }
    h1.inner-page-title {
        font-size: 34px;
    }
    section.hero-images img {
        min-height: 290px;
        object-fit: cover;
    }
    ul.gallery-tab li a.nav-link {
        border: none;
        padding: 3px 13px;
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .ml-auto.float-right.leader-info {
        margin: 0 auto !important;
        max-width: 190px;
        float: none !important;
    }
    .even-info h3 {
        font-size: 16px;
    }
    .img-charity {
        max-width: 200px;
        margin: 0 auto 15px;
        display: block;
    }
    .footer-copy {
        text-align: center;
    }
    .savelife p {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 15px;
    }
    .tree-box {
        padding: 15px;
        margin: 15px;
        height: auto;
    }
    a.navbar-brand {
        max-width: 93px;
        margin-left: 15px;
    }
    section.hero-images {
        padding: 47px 0 0;
    }
    .navbar-nav li.active a,
    .navbar-nav li:hover a {
        color: #fff;
    }
    .help-text h2 {
        font-size: 33px;
    }
    .img-icon {
        width: 90px;
        height: 90px;
        padding: 22px;
    }
    .card-recent h3 {
        font-size: 25px;
    }
    .card-recent .card-title {
        font-size: 20px;
    }
    .card-recent p.card-text {
        font-size: 16px;
    }
    .card-event a {
        font-size: 16px;
    }
    .navbar-toggler:focus,
    .navbar-toggler:hover {
        text-decoration: none;
        outline: none;
        box-shadow: none;
    }
    section.hero-images {
        padding: 27px 0 0;
    }
    .banner.owl-theme .owl-nav .owl-prev span {
        width: 40px;
        height: 40px;
        left: 11px;
        border-radius: 100%;
    }
    .banner.owl-theme .owl-nav .owl-next span {
        width: 40px;
        height: 40px;
        right: 15px;
    }
    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .hero-images .owl-carousel .owl-item img {
        height: auto !important;
        max-height: initial;
        width: 100%;
        min-width: 890px;
    }
    .title-tree {
        font-size: 32px;
        margin-top: 15px;
    }
    .footer-logo {
        display: block;
        margin-top: 0;
    }
    .leader-img:after {
        display: none;
    }
    .savelife {
        background-size: cover;
    }
    button.btn {
        padding: 11px 18px;
        font-size: 14px;
    }
    .savelife h3 {
        font-size: 30px;
    }
    .banner.owl-theme .owl-nav {
        top: 40%;
    }
}

@media (max-width: 575.98px) {
    .hero-images .owl-carousel .owl-item img {
        height: auto !important;
        max-height: initial;
        width: 100%;
        min-width: 100%;
    }
    .card-event p.card-text {
        min-height: auto;
    }
    h1.inner-page-title {
        font-size: 24px;
    }
    section.hero-images img {
        min-height: 210px;
        object-fit: cover;
    }
    section.hero-images {
        padding: 48px 0 0;
    }
    p.big-text {
        font-size: 14px;
        line-height: 1.8;
    }
    .leader-img:after {
        display: none;
    }
}


/*PreRegistration Form*/

.box-border {
    border: 1px solid #ff9933;
    padding: 3%;
    margin-right: 5%;
}

.border-inner {
    border: 1px solid #138808;
    padding: 5%;
    height: 100%;
}

.contact-banner {
    background: #E0F2FE;
}

.title-contact {
    /*                    background: rgb(70, 80, 107);*/
    background: #19314D;
    padding: 15px;
    font-size: 18px;
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
    padding-right: 5%;
    margin: 15px 0;
}