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

.logo{
    width: 200px;
    height: auto;
}

.banner_bg{
    background-color: #E5FDFF;
}

.bg-light {
    background-color: #fff!important;
}

.btn-primary {
    color: #fff;
    background-color: #317D8B;
    border-color: #317D8B;
    border-radius: 9px;
}

.card_img{
    width: 101px;
    padding: 40px 13px 13px 13px;
}

.get_invollved{
    background-color: #E4FDFF;
    border-radius: 20px;
    margin: 32px 0 74px;
}

.footer_bg{
    background-color: #317D8B;
    padding: 0 0 9px 0;
}

.banner_photo{
    width: 100%;
    height: auto;
}

.banner_heading{
    font-family: "Roboto", sans-serif;
    padding-top:120px;
    font-weight: 400;
}

.banner_heading span{
    color: #317D8B;
}

.banner_bg p {
    font-family: "Roboto", sans-serif;
    color: #494949;
    font-weight: 400;
}

.banner_bg p span{
    color: #317D8B;
    font-family: "Roboto", sans-serif;
}


.ourprimary{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding:50px 0 10px 0;
    color: #494949;
    font-size: 21px;
}

.card-title{
    color: #317D8B;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 5px;
    font-size: 22px;
}

.card-text{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 17px;
}

.involved_btn{
    border-radius: 29px;
    padding: 8px 34px;
    color: #fff;
    background-color: #317D8B;
    border-color: #317D8B;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 24px;
    margin: 26px 0 22px;
}

.involved_btn:hover{
    color: #fff;
    text-decoration: none;
}

.get_invollved p{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #474747;
    padding: 0 43px;
}

.get_invollved img{
    padding: 20px 0 26px;
    width: 75px;
    height: auto;
}

.footer_contact {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding: 25px 0 10px 0;
    color: #ffffff;
    font-size: 21px;
}

.footer_bg p{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
}

.footer_bg p a{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    text-decoration: underline;
}

.text-muted{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #474747 !important;
    padding: 20px 0 0 0;
    text-align: center;
}

.text-muted span{
    color: #317D8B;
}

.Get_in_touch {
    border-radius: 11px;
    padding: 8px 34px;
    color: #fff;
    background-color: #317D8B;
    border-color: #317D8B;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 15px;
    margin: 26px 0 22px;
}


.Get_in_touch:hover {
    color: #fff;
    text-decoration: none;
}

.india_icon{
    width: 20px;
    height: auto;
}


@media (max-width: 575.98px) { 
    .banner_photo{
        width: 100%;
        height: auto;
    }

    .banner_img_align{
        align-self: flex-end;
    }

    .banner_heading {
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 22px;
        padding: 22px 0 0px 0;
    }

    .banner_bg p {
        font-family: "Roboto", sans-serif;
        color: #494949;
        font-weight: 400;
        font-size: 12px;
    }

    .card-text {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 14px;
    }

    .card-title {
        color: #317D8B;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        padding-bottom: 0px;
        margin-bottom: 5px;
        font-size: 19px;
    }

    .card_img {
        width: 100%;
        height: auto;
        padding: 40px 1px 13px 8px;
    }

    .involved_btn {
        border-radius: 29px;
        padding: 8px 34px;
        color: #fff;
        background-color: #317D8B;
        border-color: #317D8B;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 16px;
        margin: 26px 0 22px;
    }

    .get_invollved p {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 15px;
        color: #474747;
        padding: 0 20px;
    }

    .ourprimary {
        padding: 22px 0 10px 0;
    }

    .get_invollved {
        background-color: #E4FDFF;
        border-radius: 20px;
        margin: 15px 0 53px;
    }

    .Get_in_touch {
        border-radius: 11px;
        padding: 8px 26px;
        color: #fff;
        background-color: #317D8B;
        border-color: #317D8B;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 13px;
        margin: 26px 0 22px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
    .custom-style {
        background-color: lightgreen;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
    .banner_heading {
        font-family: "Roboto", sans-serif;
        padding-top: 32px;
        font-weight: 400;
    }

    .card_img {
        width: 79px;
        padding: 36px 13px 13px 13px;
    }

    .card-text {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 12px;
    }

    .card-title {
        color: #317D8B;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        padding-bottom: 0px;
        margin-bottom: 5px;
        font-size: 18px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .custom-style {
        background-color: lightblue;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .custom-style {
        background-color: lightpink;
    }
}