body{
    font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
}
a {
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}
p{
    font-size: 16px;
    color: #312b2b;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.navbar-brand{
    padding: 0px 0px;
    margin-right: 0px;
}
.nav-link {
    color: #424141 !important;
    font-weight: 600;
    font-size: 17px;
    padding-top: 1.9rem !important;
    padding-bottom: 1.9rem !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    letter-spacing: 0.6px;
}
.navbar-toggler{
    box-shadow: none !important;
}
.navbar .dropdown-menu a {
    font-size: 16px !important;
    font-weight: 100;
    line-height: 120%;
    padding: 11px 12px;
    color: #111;
    border-bottom: 1px solid #b8bbd4a6;
    overflow: inherit !important;
    min-width: 250px;
}


.team-box {
    padding: 10px;
}
.team-box-body {
    padding: 10px 0px;
    border-bottom: 1px solid #ed1c24;
    text-align: center;
}
.team-box-body .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 2px;
}
.team-box-body .designation {
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 4px;
}



@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	/* .navbar .nav-item:hover .nav-link{   } */
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

.bg-facebook{
    background-color: #4968af;
}
.bg-twitter{
    background-color: #29b1e0;
}
.bg-instagram{
    background-color: #bf3675;
}
.bg-linkedin{
    background-color: #1377b6;
}


.carousel-caption {
    top: 33%;
    text-align: left !important;
    /* left: 10% !important; */
}
.banner-text {
    padding: 10px 20px;
    background: #11111152;
}
.banner-text h5 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.section{
    padding-top: 64px;
    padding-bottom: 64px;
}
.top-heading{
    color: #94c13d!important;
    font-weight: 600;
    font-size: 20px;
}
.main-heading{
    font-size: 34px;
    font-weight: 700;
}
.btn-red{
    color: #fff !important;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    margin-top: 6px;
    display: inline-block;
    background-color: #ed1c24;
}
.img-shadow{
    box-shadow: 19px 18px 3px 0px #e2d7d7;
    border: 1px solid #ddd;
}
.bg-lightgray{
    background-color: #f2f2f2;
}
.underline{
    height: 4px;
    width: 60px;
    background-color: #94c13d;
    margin-top: 10px;
    margin-bottom: 16px;
}

.box-1{
    position: relative;
    margin-top: 40px;
    background: #fff;
    padding: 31px 10px;
    /* max-width: 253px; */
    z-index: 1;
    border-bottom: 5px solid #94c13d;
    transition: 0.5s ease;
    box-shadow: 0 0 19px 0 rgb(0 0 0 / 20%);
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.box-1:hover {
    transform: translateY(-20px);
}
.box-1:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #94c13d;
    transition: .6s;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 6px 6px 0px 0px;
}
.box-1:hover::before {
    height: 100%;
}
.img-holder{
    margin-bottom: 16px;
}
.box-1 .img-holder img {
    width: 64px;
    background: #fff;
    border-radius: 54px;
    padding: 13px;
}
.box-1 h2{
    font-size: 18px;
    margin: 06px 0px;
    color: #000;
}
.box-1:hover h2{
    color: #fff;
}
.box-1:hover p{
    color: #fff;
}
.box-1 p{
    font-size: 14px;
    color: #555555;
    font-weight: 300;
}

.box-2{
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    margin-top: 18px;
}
.box-2-content{
    padding: 17px;
    text-align: center;
}
.box-2-content h1{
    font-size: 20px;
    font-weight: 800;
    color: #ed1c24;
    
}
.box-2-content p{
    font-size: 14px;
}

.bg-banner-1{
    background-image: url(../images/banner-one.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}



.galler-box{
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    margin: 6px;
}
.event-img {
    position: relative;
}
.galler-box h1 {
    position: absolute;
    top: 35%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 100%;
    z-index: 1;
    padding-right: 10px;
    padding-left: 10px;
}
.event-img:after {
    content: "";
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.event-img:hover {
    transform: scale(1.1);
    transition: 0.8s;
}

/* Our Gallery */
.our-gallery-box{
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    margin: 6px;
    border-radius: 10px;
}
.our-gallery-img {
    position: relative;
}
.our-gallery-img:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.our-gallery-img:hover {
    transform: scale(1.1);
    transition: 0.8s;
}
/* //Our Gallery */

.bg-support-banner{
    background-image: url(../images/banner-one.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 38px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.bg-support-banner h5{
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
}
.bg-support-banner p{
    margin-bottom: 20px;
    font-size: 15px;
    color: #fff;
}

.footer-section{
    background-color: #262626;
    padding-top: 60px;
    padding-bottom: 40px;
}
.footer-heading{
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #94c13d;
    padding-bottom: 7px;
}
.f-underline{
    height: 4px;
    width: 60px;
    background-color: #94c13d;
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer-link{
    padding: 8px 0px;
    border-bottom: 1px solid #999999;
}
.footer-link a{
    color: #999999;
    font-size: 15px;
    display: block;
}
.footer-link a:hover{
    color: #fff;
}
.footer-sub-heading{
    color: #94c13d;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.footer-social-media a i{
    font-size: 20px;
    padding: 10px;
    background-color: #ed1c24;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 10px;
}
.footer-para{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.banner-section{
    padding: 40px 0px;
    background-image: url(../images/banner-one.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-heading{
    font-size: 40px;
    color: #fff;
}
.banner-link{
    font-size: 16px;
    color: #ddd;
}

.vmv-box {
    background: #fff;
    padding: 31px 10px;
    max-width: 340px;
    border-top: 7px solid #94c13d;
    transition: 0.4s ease;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}
.vmv-box:hover {
    transform: translateY(-20px);
    box-shadow: 0 0 19px 0 rgb(0 0 0 / 20%);
}
.vmv-box i {
    font-size: 36px;
    background: #94c13d;
    border-radius: 50px;
    padding: 12px;
    height: 60px;
    width: 60px;
    color: #fff;
    text-align: center;
}
.vmv-box h2 {
    font-size: 24px;
    color: #ed1c24;
    margin: 16px 0px;
    font-weight: 800;
}
.vmv-box p {
    font-size: 15px;
}

.image-border{
    border: 4px solid #ddd;
    border-radius: 14px;
}
.contact-icon{
    color: #ed1c24;
    font-size: 23px;
}
.small-heading{
    color: #ed1c24;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 20px;
}
.f-14{
    font-size: 14px;
}
.contact-para{
    font-size: 16px;
    margin-top: 06px;
}
.contact-para a{
    color: #111;
}

.contact-form-section .form-control{
    border: 1px solid #262626;
    border-radius: 0px;
    font-size: 14px;
    padding: 11px 15px;
}
.contact-btn{
    color: #fff !important;
    font-weight: 400;
    font-size: 16px;
    padding: 11px 46px;
    border: 1px solid #ccc;
    margin-top: 6px;
    display: inline-block;
    background-color: #ed1c24;
}
.contact-btn:hover{
    background-color: #f05a49;
}


.carousel-indicators [data-bs-target] {
    width: 24px;
    height: 24px;
    border: 2px solid #262626;
    border-radius: 100px;
}
.carousel-indicators .active {
    background-color: #000 !important;
}

@media only screen and (max-width: 680px){

    .nav-link {
        padding-top: 06px !important;
        padding-bottom: 06px !important;
        font-size: 14px;
    }
    .hide-mobile {
        display: none;
    }
    .main-heading {
        font-size: 24px;
    }
    .banner-heading{
        font-size: 26px;
    }

    .footer-heading{
        margin-top: 44px;
    }

    /* Slider */
    .carousel-caption {
        top: 4%;
        left: 14% !important;
    }
    .banner-text {
        padding: 02px;
        text-align: center;
    }
    .banner-text h5 {
        font-size: 14px;
    }
    /* Slider */

    .galler-box h1{
        top: 16%;
    }

}
