@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

:root {
  --green: #00C9A7;
  --brown: #503333;
}


body {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    color: #131313;
}

p {
    text-align: justify;
    
}
p,
li {
    font-weight: 400;
    font-size: 16px;
}

a,
a:hover {
    color: #00C9A7;
    text-decoration: none;
    cursor: pointer;
}

h2 {
    font-size: 40px;
}
.primary-color {
    color: var(--green);

}
.secondary-color {
    color: var(--brown);
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: var(--green);
    border-color: var(--green);
    min-width: 100px;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #fff;
    background-color: var(--brown);
    border-color: var(--brown);
    min-width: 100px;
}

.TopBar {
    background-color: var(--brown);
    color: #fff;
    font-size: 14px;
}

.TopBar .ClickHere {
    display: inline-block;
    border-radius: 30px;
    padding: 2px 10px;
    border: 1px solid #979797;
    color: #fff;
    text-decoration: none;
}

.TopBar .JoinAs {
    display: inline-block;
    border-radius: 30px;
    padding: 2px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.TopBar .RightSec {
    /* background-color: #00C9A7; */
    border-top: 49px solid var(--green);
    border-left: 29px solid transparent;
    border-right: 0px solid transparent;
    height: 0;
}

.TopBar .RightSec .JoinBtn {
    position: absolute;
    top: 5px;
}

.navbar {
    padding: 20px 0;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    color: #161616;
    font-weight: 500;
    text-transform: uppercase;
}

.navbar-light .navbar-brand img {
    height: 50px;
}

.navbar-nav .dropdown-menu {
    border: 0px;
    background-color: #05d0bd;
    border-radius: 0px;
}

.navbar-nav .dropdown-item {
    color: #fff;
}

.navbar-nav .dropdown-item:focus,
.navbar-nav .dropdown-item:hover {
    color: #1e2125;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: var(--green) !important;
}



.carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
    background-color: #626262;
    border-radius: 50%;
    opacity: 1;
}

.carousel-indicators .active {
    background-color: #07D0BD;
}

.carousel-caption {
    position: absolute;
    right: initial;
    bottom: initial;
    left: 0px;
    top: 30%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #282828;
    background: #ffffffc2;
    text-align: left;
    padding: 20px;
    max-width: 600px;
}

.carousel-caption h5 {
    font-size: 26px;
    color: var(--brown);
    font-weight: 500;
}

.carousel-caption h5::before {
    content: "";
    background: var(--green);
    height: 6px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
}

.carousel-caption h3 {
    font-size: 40px;
    color: var(--brown);
    font-weight: 500;
    padding-bottom: 10px;
}

.carousel-caption .CallBtn {
    font-size: 20px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
    }
}

@media (max-width: 500px) {
    .TopBar {
        text-align: center;
    }

    .navbar-light .navbar-brand img {
        height: 30px;
    }

    .TopBar .RightSec {
        background-color: #00C9A7;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        height: initial;
        padding: 5px 0;
    }

    .TopBar .RightSec .JoinBtn {
        position: initial;
        top: 0;
    }
    .carousel-item {
        min-height: 270px;
    }
    .carousel-caption h5{
            font-size: 18px;
    }
    .carousel-caption h3{
            font-size: 23px;
    }
    .carousel-item {
            background-size: cover;
    background-position: center;
    }
    .carousel-item img {
        display: none;
    }

}

@media screen and (max-width: 1140px) and (min-width: 1023px) {

    .navbar-light .navbar-brand img {
        height: 36px;
    }

}
@media screen and (max-width: 800px) and (min-width: 767px) {
.carousel-caption{
        top: 9%;
}

}

.InnerBg {
    background-image: url('../images/innerbg.jpg');
    background-size: cover;
    position: relative;
    color: #fff;
}

.InnerBg h1 {
    font-size: 37px;
    margin: 0;
    padding: 60px 30px;
}

.ImgStyle1 {
        border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-right: 12px solid #00c9a7;
}
.SecBg {
    background-color: #f5f5f5;
}
.OurTeam .OT-Member {
    background-color: #eef9f9;
    padding: 20px;
    border-radius: 8px;
    height: calc(100% - 20px);
    margin-bottom: 30px;
}
.OurTeam .OT-Member.ColorBG {
        background-color: #00c9a7;
    color: #fff;
}

.OurTeam .OT-Member img{
    border-radius: 50%;
        width: 100px;
    height: 100px;
}   
.OurTeam .OT-Member .Name {
        font-size: 17px;
    font-weight: 500;
    padding-top: 15px;
}

.DonateBtn {
    display: ;
}

.WelcomSec {
   padding: 30px 0;
}
.WelcomSec h2::before {
    content: "";
    background: var(--green);
    height: 6px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
}
.WelcomSec .ViewMore {
    color: var(--green);
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}



.ServiceSec {
    padding: 50px 0;
    background: #F4F8FF;
}

.ServiceSec .ServiceBox {
    background: #FFFFFF;
    border-radius: 11px;
    padding: 30px;
    color: #131313;
    position: relative;
    min-height: calc(100% - 30px);
    margin-bottom: 30px;
}

.ServiceSec .ServiceBox2 {
    background-color: var(--green);
    color: #fff;
}

.ServiceSec .ServiceBox h4 {
    font-size: 20px;
}

.ServiceSec .ServiceBox p {
    font-size: 15px;
    color: #565656;
}
.ServiceSec .ServiceBox2 p {
    color: #fff;
}

.ClassificationSec {
    background: url('../images/Classification-bg.jpg');
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
    color: #fff;
}
.ClassificationSec .CSName {
    font-size: 20px;
    font-weight: 500;
}


.CallUsSec {
    background-color: var(--green);
    padding: 35px 0;
    color: #fff;
}
.CallUsSec .CallBtn {
    background-color: #fff;
    border-color: #fff;
    color: var(--brown);
    font-size: 28px;
}







.Contactus h3 {
    font-size: 26px;

}

.Contactus .Addressbox {
    background-color: #F0FAFD;
    border-radius: 5px;
    padding: 15px 15px;
    position: relative;
    display: flex;
    margin-bottom: 15px;
}

.Contactus .Addressbox .BoxIcon1 {
    width: 40px;
    height: 40px;
    background-color: #07cdbd;
    color: #fff;
    border-radius: 50%;
    padding: 12px;
    font-size: 20px;
    margin-right: 10px;
}

.Contactus .Addressbox .Title {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 5px;
}

.Contactus .Addressbox .Address {
    font-size: 14px;
    font-weight: 400;
}

.ContactForm {
    background-color: #f0fafd;
    border-radius: 8px;
    padding: 15px;
    height: 100%;
}





footer {
    background: #F4FFFD;
}

footer p {
    font-size: 13px;
}

footer .SubRow1 {
    padding: 80px 0 20px 0;
}

footer .SubRow2 {
    background-color: #3E3E3E;
    padding: 14px 0;
    color: #C0C0C0;
    font-size: 13px;
}
footer .SubRow2 a {
    color: #C0C0C0;
}

footer .logo {
    height: 40px;
}

footer .Social {
    position: relative;
}

footer .Social a {
    background: #07D0BD;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-top: 4px;
}

footer h4 {
    font-size: 18px;
    color: #010101;
    padding-bottom: 10px;
}

footer h4::before {
    content: "";
    background: #07D0BD;
    height: 4px;
    width: 20px;
    display: block;
}

footer .Links a {
    display: block;
    font-size: 13px;
    color: #101010;
    text-decoration: none;
    margin-bottom: 8px;

}

footer .Links a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    h2 {
    font-size: 26px;
}
.InnerBg h1 {
    font-size: 24px;
}
    
}

.error {
    color:red;
}