@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


body {

    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #ffffff;
    width: 100%;
}



p {

    padding: 0;
    margin: 0;
}

/*--header--*/
.banner {
    height: 927px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.container-nav {
    width: 100%;
    margin: 0;
    background: transparent;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 18px;
    padding-top: 16px;

}

.nav-link {

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 16px;
    position: relative;
}

.nav-link:hover {


    color: #ffffff;

}

.nav-item {

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 18px;
    position: relative;
}

.nav-item-active {

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 18px;
}

.nav-item:after {

    content: '';
    transition: all 0.2s;
    opacity: 0;
    height: 2px;
    width: 100%;
    background-color: #00adef;
    position: absolute;
    bottom: 0;
    left: 0;
}


.nav-item:hover::after {


    opacity: 1;


}

/*--header--*/



/*--about--*/

.about-top-text {

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 18px;
    text-align: left;
    padding-left: 18px;
    padding-top: 12px;
    text-transform: capitalize;


}

.about-top-butn {


    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 18px;
    text-align: right;
    padding-right: 18px;
    padding-top: 12px;
    text-transform: capitalize;
}

.about-mid-text {

    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    font-size: 53px;
    text-align: left;




}

.about-mid-img {

    width: 601px;
    height: 478px;
    padding: 0;
    margin: 0;
    align-items: right;
    object-fit: cover;
    vertical-align: middle;
    /*background-image: url(../images/about-img.jpg);
    background-size: cover;*/

}

@media (max-width: 364px) {
    .about-mid-img {
        width: 331px;
        height: 376px;
        padding: 0;
        margin: 0;
        align-items: right;
        object-fit: cover;
        vertical-align: middle;
        background-image: url(../images/about-img1.png);
        background-size: cover;


    }
}

@media (max-width:480px) {
    .about-mid-img {
        width: 331px;
        height: 376px;
        padding: 0;
        margin: 0;
        align-items: right;
        object-fit: cover;
        vertical-align: middle;
        background-image: url(../images/about-img1.png);
        background-size: cover;


    }
}

.about-bttm-left {
    width: 100%;
    height: 309px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 21px;
    text-align: left;
    margin-top: 11px;
    padding-top: 67px;
    padding-bottom: 61px;
    padding-left: 9px;
    background-color: #f7f7f7;

}

@media (max-width:480px) {

    .about-bttm-left {
        width: 100%;
        height: auto;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #000000;
        font-size: 21px;
        text-align: left;
        margin-top: 11px;
        padding-top: 67px;
        padding-bottom: 35px;
        padding-left: 9px;
        background-color: #f7f7f7;

    }
}

.about-bttm-right {
    width: 602px;
    height: 309px;
    padding: 0;
    margin-bottom: 50px;
    padding-bottom: 43px;
    background-color: #f7f7f7;

}

@media (max-width:364px) {

    .about-bttm-right {
        width: 602px;
        height: 309px;
        padding: 0;
        margin-top: 30px;
        padding-bottom: 13px;
        background-color: #f7f7f7;

    }
}

@media (max-width:480px) {

    .about-bttm-right {
        width: 602px;
        height: auto;
        padding: 0;
        margin-top: 30px;
        padding-bottom: 13px;
        background-color: #f7f7f7;


    }
}

.main-about-bttm-rightt {

    width: 422px;
    height: auto;
    padding-right: 129px;
    padding-left: 16px;
    padding-top: 28px;
    padding-bottom: 63px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

@media (max-width:364px) {

    .main-about-bttm-rightt {

        width: 100%;
        height: 267px;
        padding-right: 12px;
        padding-left: 16px;
        padding-top: 38px;
        margin-top: 20px;
        text-align: center;
    }
}

@media (max-width:400px) {

    .main-about-bttm-rightt {

        width: 100%;
        height: 267px;
        padding-right: 12px;
        padding-left: 16px;
        padding-top: 38px;
        margin-top: 20px;
        text-align: center;
        padding-bottom: 12px;
    }
}

@media (max-width:480px) {

    .main-about-bttm-rightt {

        width: 100%;
        height: auto;
        padding-right: 12px;
        padding-left: 16px;
        padding-top: 38px;
        margin-top: 20px;
        text-align: center;
        padding-bottom: 12px;
    }
}

.aboutnav {

    width: 422px;
    height: 74px;
    padding-bottom: 53px;
    margin-bottom: 12px;
    text-align: left;
    text-decoration: none;
}

@media (max-width:364px) {

    .aboutnav {

        width: 100%;
        height: auto;
        padding-bottom: 63px;
        margin-bottom: 18px;
        text-align: left;
        text-decoration: none;
    }


}

@media (max-width:480px) {

    .aboutnav {

        width: 100%;
        height: auto;

        text-align: left;
        text-decoration: none;
    }
}

@media (max-width:400px) {

    .aboutnav {

        width: 100%;
        height: auto;
        padding-bottom: 63px;
        margin-bottom: 28px;
        text-align: left;
        text-decoration: none;
    }


}

.aboutnav ul {


    width: 422px;
    height: 74px;

    padding: 0;
    margin: 0;
    text-align: left;
    text-decoration: none;
    list-style-type: none;
    display: block;

}

@media (max-width:364px) {

    .aboutnav ul {


        width: 100%;
        height: auto;

        padding: 0;
        margin: 0;
        text-align: left;
        text-decoration: none;
        list-style-type: none;
        display: block;

    }


}

@media (max-width:480px) {

    .aboutnav ul {


        width: 100%;
        height: auto;

        padding: 0;
        margin: 0;
        text-align: left;
        text-decoration: none;
        list-style-type: none;
        display: block;

    }
}

.aboutnav ul li {



    height: 74px;
    padding-left: 51px;
    margin: 0;
    text-align: left;
    text-decoration: none;
    list-style-type: none;
    display: block;

    background: url(../images/checkmark.jpg);
    background-repeat: no-repeat;

}

@media (max-width:364px) {

    .aboutnav ul li {



        height: auto;
        padding-left: 51px;
        margin: 0;
        text-align: left;
        text-decoration: none;
        list-style-type: none;
        display: block;


        background-repeat: no-repeat;

    }

}

@media (max-width:480px) {

    .aboutnav ul li {



        height: auto;
        padding-left: 51px;
        margin: 0;
        text-align: left;
        text-decoration: none;
        list-style-type: none;
        display: block;
        background-repeat: no-repeat;

    }
}

.aboutnav ul li a {





    padding: 0;
    margin: 0;
    text-align: left;
    text-decoration: none;
    list-style-type: none;
    display: block;

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    width: 422px;
    font-size: 21px;
}

@media (max-width:364px) {

    .aboutnav ul li a {
        padding: 0;
        margin: 0;
        text-align: left;
        text-decoration: none;
        list-style-type: none;
        display: block;

        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #000000;
        width: 100%;
        font-size: 18px;
    }



}

@media (max-width:480px) {

    .aboutnav ul li a {
        padding: 0;
        margin: 0;
        text-align: left;
        text-decoration: none;
        list-style-type: none;
        display: block;

        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #000000;
        width: 100%;
        font-size: 18px;
    }
}

/*--about--*/

/*--product--*/
.product_top {

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    padding-top: 16px;
    background-color: #2196f3;
    height: auto;
}

.product-top-text {

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    padding-left: 18px;
    padding-top: 12px;
    text-transform: capitalize;


}

.product-top-butn {


    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 18px;
    text-align: right;
    padding-right: 18px;
    padding-top: 12px;
    text-transform: capitalize;
}

.product-mid-text {


    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-size: 41px;
    text-align: center;
    padding-top: 12px;

}

@media (max-width:364px) {

    .product-mid-text {


        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #ffffff;
        font-size: 31px;
        text-align: center;
        padding-top: 12px;

    }


}

.product-mid-para {


    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 12px;

}

@media (max-width:364px) {

    .product-mid-para {


        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #ffffff;
        font-size: 17px;
        text-align: center;
        padding-top: 9px;
        padding-bottom: 12px;

    }

}


.product-img {


    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 21px;
    text-align: center;
    padding-top: 29px;
    padding-bottom: 65px;
    width: 100%;
    height: 723px;

}

@media (max-width:364px) {

    .product-img {


        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #ffffff;
        font-size: 21px;
        text-align: center;
        padding-top: 29px;
        padding-bottom: 65px;
        width: 100%;
        height: 723px;

    }

}

.swiper-pagination {



    color: #003479;

}

.bottom-left1 {
    position: absolute;
    font-style: normal;
    color: #ffffff;
    font-weight: 700;
    font-size: 28px;
    bottom: 8px;
    left: 16px;
    padding-bottom: 32px;
}

@media (max-width:360px) {

    .bottom-left1 {
        position: absolute;
        font-style: normal;
        color: #ffffff;
        font-weight: 700;
        font-size: 25px;
        bottom: 8px;
        left: 16px;
        padding-bottom: 32px;
        text-align: left;
    }
}

.bottom-left {
    position: absolute;
    font-style: normal;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    bottom: 12px;
    left: 16px;

}

/*--product--*/

/*--partner--*/
.logo-img img {


    width: 100%;


}

@media (max-width:364px) {

    .logo-img img {


        width: 100%;


    }
}

/*--partner--*/

/*--research--*/

.re-container {

    width: 100%;
    height: auto;
    margin: 0;
    padding-bottom: 12px;
    background-color: #f3f2f2;
}

.re-top-text {

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 18px;
    text-align: left;
    padding-left: 18px;
    padding-top: 12px;
    text-transform: capitalize;


}

.re-head-text {

    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    font-size: 71px;
    text-align: left;
    padding-left: 18px;
    padding-top: 35px;
    text-transform: capitalize;


}

@media (max-width:364px) {

    .re-head-text {

        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #000000;
        font-size: 41px;
        text-align: left;
        padding-left: 18px;
        padding-top: 31px;
        text-transform: capitalize;


    }

}

@media (max-width:400px) {

    .re-head-text {

        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #000000;
        font-size: 41px;
        text-align: left;
        padding-left: 18px;
        padding-top: 31px;
        text-transform: capitalize;


    }

}

@media (max-width:480px) {

    .re-head-text {

        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #000000;
        font-size: 41px;
        text-align: left;
        padding-left: 18px;
        padding-top: 31px;
        text-transform: capitalize;


    }

}

.re-sub-text {

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 21px;
    text-align: left;
    padding-left: 18px;
    padding-top: 12px;



}

@media (max-width:364px) {

    .re-sub-text {

        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #000000;
        font-size: 17px;
        text-align: left;
        padding-left: 18px;
        padding-top: 12px;



    }

}

@media (max-width:400px) {

    .re-sub-text {

        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #000000;
        font-size: 17px;
        text-align: left;
        padding-left: 18px;
        padding-top: 12px;



    }

}

.re-sub-box1 {

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 21px;
    padding-left: 21px;
    padding-top: 12px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 34px;




}

@media (max-width:364px) {

    .re-sub-box1 {

        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #000000;
        font-size: 15px;
        padding-left: 21px;
        padding-top: 12px;
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        padding-bottom: 31px;




    }

}

@media (max-width:400px) {

    .re-sub-box1 {

        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #000000;
        font-size: 15px;
        padding-left: 21px;
        padding-top: 12px;
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        padding-bottom: 31px;




    }

}

.re-sub-box1-text1 {

    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #00adef;
    font-size: 29px;
    text-align: left;
    padding-top: 52px;
    padding-right: 4px;
    width: 480px;

}

@media (max-width:360px) {

    .re-sub-box1-text1 {

        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #00adef;
        font-size: 23px;
        text-align: left;
        padding-top: 32px;
        padding-right: 4px;
        width: 100%;

    }

}

@media (max-width:400px) {

    .re-sub-box1-text1 {

        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #00adef;
        font-size: 23px;
        text-align: left;
        padding-top: 32px;
        padding-right: 4px;
        width: 100%;

    }

}

.re-sub-box1-img {


    text-align: right;

    float: right;
    padding-right: 12px;
    padding-bottom: 12px;



}



.re-sub-box1-text1-para {

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 21px;
    text-align: left;
    padding-top: 12px;

}

@media (max-width:364px) {

    .re-sub-box1-text1-para {

        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #000000;
        font-size: 15px;
        text-align: left;
        padding-top: 12px;

    }

}

@media (max-width:400px) {

    .re-sub-box1-text1-para {

        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #000000;
        font-size: 15px;
        text-align: left;
        padding-top: 12px;

    }

}

.re-sub-box2-text1 {

    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #00adef;
    font-size: 25px;
    text-align: left;
    padding-top: 12px;
    padding-right: 4px;
    width: 480px;

}

@media (max-width:364px) {

    .re-sub-box2-text1 {

        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #00adef;
        font-size: 17px;
        text-align: left;
        padding-top: 12px;
        padding-right: 4px;
        width: 480px;

    }

}

@media (max-width:400px) {

    .re-sub-box2-text1 {

        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #00adef;
        font-size: 17px;
        text-align: left;
        padding-top: 12px;
        padding-right: 4px;
        width: 480px;

    }

}

@media (max-width:480px) {

    .re-sub-box2-text1 {

        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #00adef;
        font-size: 17px;
        text-align: left;
        padding-top: 12px;
        padding-right: 4px;
        width: 480px;

    }

}

/*--research--*/
/*--gallery--*/


/*--gallery--*/

.gallery-text {

    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    font-size: 39px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 16px;

}

@media (max-width:364px) {

    .gallery-text {

        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #000000;
        font-size: 29px;
        text-align: center;
        padding-top: 11px;
        padding-bottom: 6px;

    }

}

.owl-items {
    width: 100%;
}

.gallery-img {
    width: 100%;
}


@media (max-width:364px) {


    .gallery-img {
        width: 100%;
    }


}

@media (max-width:480px) {


    .gallery-img {
        width: 100%;
    }


}

@media (max-width:400px) {


    .owl-items {
        width: 100%;
    }
}



/*--number--*/
.num-container {

    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 24px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 2px solid #e6e6e6;

}

.num-text {

    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    font-size: 45px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 4px;
    width: 100%;

}

@media (max-width:364px) {

    .num-text {

        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #000000;
        font-size: 31px;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 4px;
        width: 100%;

    }

}

.num-text1 {

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 21px;
    text-align: center;
    padding-bottom: 14px;
    width: 100%;

}

@media (max-width:364px) {

    .num-text1 {

        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #000000;
        font-size: 19px;
        text-align: center;
        padding-bottom: 14px;
        width: 100%;

    }

}

/*--number--*/
/*--contact-*/
.contact-container {

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 21px;
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 15px;
    background-image: url(../images/contact-bg.jpg);
    background-repeat: repeat-y;



}

.contact-text-left-text1 {

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    padding-bottom: 14px;

}



.contactInfo {

    width: 100%;

}

.contactInfo .box {


    padding: 20px 0;
    display: flex;
    margin-left: 4rem;
    margin-top: 12px;
}

@media (max-width:364px) {

    .contactInfo .box {


        padding: 20px 0;
        display: flex;
        margin-left: 1.5rem;
        margin-top: 9px;
    }

}

.contactInfo .box .icon {

    width: 40px;
    height: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 21px;
    text-align: center;
    align-items: center;
    width: 39px;
    height: 39px;
    border-radius: 100%;
    border: 2px solid#ffffff;


    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;

}

@media (max-width:364px) {

    .contactInfo .box .icon {

        width: 40px;
        height: 40px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #ffffff;
        font-size: 21px;
        text-align: center;
        align-items: center;
        width: 39px;
        height: 39px;
        border-radius: 100%;
        border: 2px solid#ffffff;
        margin-top: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 12px;
        padding-right: 12px;

    }

}

.contactInfo .box .text {

    display: flex;
    font-size: 18px;
    margin-left: 20px;
    color: #ffffff;
    flex-direction: column;
    font-weight: 400;
    margin-top: 24px;
    text-align: justify;
}

@media (max-width:360px) {

    .contactInfo .box .text {

        display: flex;
        font-size: 16px;
        margin-left: 20px;
        color: #ffffff;
        flex-direction: column;
        font-weight: 400;
        margin-top: 15px;
        text-align: justify;
    }

}

.contactInfo .box .text h3 {


    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-size: 21px;
}








.contact-container-right {

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 21px;
    text-align: center;
    padding-left: 18px;
    height: auto;
    background-color: #f4fcff;
    padding-bottom: 54px;
    padding-top: 12px;
    width: 100%;

    float: right;
    margin-left: 8rem;



}

@media (max-width:364px) {

    .contact-container-right {

        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #000000;
        font-size: 21px;
        text-align: center;
        padding-left: 18px;
        height: auto;
        background-color: #f4fcff;
        padding-bottom: 54px;
        padding-top: 12px;
        width: 100%;
        padding-right: 19px;
        margin-bottom: 2rem;
        margin-top: 2rem;
        float: right;





    }

}

.form-text {
    color: #000000;

    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;

    font-size: 25px;
    text-align: center;
    padding-bottom: 9px;
    padding-top: 1rem;

}

.form-control {

    background-color: transparent;
    border: 1px solid#8d8d8d;
    margin-top: 23px;
}

.btn {

    width: 164px;
    height: 54px;
    background-color: #00adef;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 18px;
    line-height: 14px;
    text-decoration: none;

}

@media (max-width:364px) {

    .btn {

        width: 154px;
        height: 44px;
        background-color: #00adef;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #ffffff;
        font-size: 16px;
        line-height: 14px;
        text-decoration: none;

    }
}

/*--contact-*/

/*--client say--*/

.client_top_text {


    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    font-size: 41px;
    text-align: center;


}

@media (max-width:364px) {

    .client_top_text {


        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #000000;
        font-size: 29px;
        text-align: center;


    }
}

.client_top_text1 {


    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 18px;
    text-align: center;


}

@media (max-width:364px) {

    .client_top_text1 {


        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #000000;
        font-size: 14px;
        text-align: center;
        padding-top: 5px;


    }
}


#demo {
    background-image: url(../images/client-say-bg.jpg);
    max-width: 1240px;
    margin: auto;
    height: 514px;

}

.carousel-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 18px;
    text-align: center;
    padding-bottom: 2rem;
}

@media(max-width:767px) {
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        color: rgba(78, 77, 77, 0.856);
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #000000;
        font-size: 14px;
        text-align: center;

    }
}

.carousel-caption img {
    width: 9rem;
    border-radius: 5rem;
    margin-top: 0.5rem;
    align-items: center;
}

@media(max-width:767px) {
    .carousel-caption img {
        width: 6rem;
        border-radius: 4rem;
        margin-top: 1rem;
    }
}

#image-caption {

    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #00aeef;
    font-size: 31px;
    text-align: center;
    margin-top: 0.5rem;

    padding-bottom: 2rem;
}

@media(max-width:767px) {
    #image-caption {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #00aeef;
        font-size: 29px;
        text-align: center;
        margin-top: 0.5rem;
    }
}

.bi-arrow {
    background-color: #00aeef;
    padding: 1.4rem;
    margin-top: 95px;

}

@media(max-width:767px) {
    .bi-arrow {
        background-color: #00aeef;
        padding: 0.4rem;
        margin-top: 95px;

    }
}

.carousel-control-prev {
    justify-content: flex-start;
}

.carousel-control-next {
    justify-content: flex-end;
}

.carousel-control-prev,
.carousel-control-next {
    transition: none;
    opacity: unset;
}


/*--client say--*/

/*--footer--*/


.container-footer {

    padding-top: 81px;
    background-color: #00adef;
    width: 100%;
    height: auto;
    background-size: cover;
    position: absolute;
}

/*--Left--*/
.left_footer {
    padding-right: 23px;
    text-align: left;
    margin-top: 1.5rem;
}

.footer_logo {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    text-align: left;
    padding-bottom: 12px;
}

.footer_para {
    width: 420px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    padding-top: 15px;
    padding-right: 25px;
    text-align: left;
    font-size: 18px;
}

@media (max-width:364px) {

    .footer_para {
        width: 364px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #ffffff;
        padding-top: 15px;
        padding-right: 45px;
        text-align: left;
        font-size: 14px;
    }
}

@media (max-width:400px) {

    .footer_para {
        width: 400px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #ffffff;
        padding-top: 15px;
        padding-right: 45px;
        text-align: left;
        font-size: 15px;
    }
}

.ft_icons {
    display: flex;
    align-items: center;
    margin-top: 30px;
    color: #00aeef;
    font-size: 21px;
}

@media (max-width:364px) {

    .ft_icons {
        display: flex;
        align-items: center;
        margin-top: 30px;
        color: #00aeef;
        font-size: 19px;
    }
}

.ft_icons a {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 100%;
    margin-right: 30px;
    display: grid;
    align-items: center;
    text-decoration: none;

}

@media (max-width:364px) {

    .ft_icons a {
        width: 40px;
        height: 40px;
        background-color: #ffffff;
        border-radius: 100%;
        margin-right: 10px;
        display: grid;
        align-items: center;
        text-decoration: none;

    }
}

.ft_icons i {
    text-align: center;
    color: #00aeef;


}

.ft_icons a:hover {
    background-color: #000000;
}

.ft_icons a:hover i {
    color: #00aeef;
}

/*--Middle--*/
.footer_middle {
    display: grid;
    margin-top: 1.5rem;
}

.middle_fsub1 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    cursor: pointer;
}

@media (max-width:364px) {

    .middle_fsub1 {
        font-size: 16px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #ffffff;
        cursor: pointer;
    }
}

.middle_fsub1:hover,
.middle_fsub:hover {
    color: #000000;
    text-decoration: none;
}

.middle_fsub {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    padding-top: 16px;
    cursor: pointer;
}

@media (max-width:364px) {

    .middle_fsub {
        font-size: 16px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #ffffff;
        padding-top: 16px;
        cursor: pointer;
    }
}

/*--Right--*/

.footertInfo {

    width: 100%;

}

.footertInfo .box {


    padding: 20px 0;
    display: flex;


}

.footertInfo .box .icon {

    width: 40px;
    height: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 21px;
    text-align: center;
    align-items: center;
    width: 39px;
    height: 39px;

    display: flex;
    justify-content: center;
    align-items: center;

}

@media (max-width:364px) {

    .footertInfo .box .icon {

        width: 40px;
        height: 40px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #ffffff;
        font-size: 19px;
        text-align: center;
        align-items: center;
        width: 39px;
        height: 39px;

        display: flex;
        justify-content: center;
        align-items: center;

    }
}

.footertInfo .box .text {

    display: flex;
    font-size: 18px;
    margin-left: 20px;
    color: #ffffff;
    flex-direction: column;
    font-weight: 400;

    text-align: justify;
}

@media (max-width:364px) {

    .footertInfo .box .text {

        display: flex;
        font-size: 16px;
        margin-left: 20px;
        color: #ffffff;
        flex-direction: column;
        font-weight: 400;

        text-align: justify;
    }

}

.copyright_stroke {

    width: 100%;
    height: 2px;
    background-color: #d2d2d2;
    margin-top: 9rem;
}

@media (max-width:364px) {

    .copyright_stroke {

        width: 100%;
        height: 2px;
        background-color: #d2d2d2;
        margin-top: 5rem;
    }
}

.copyrigh_text {


    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;


}

@media (max-width:364px) {

    .copyrigh_text {


        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #ffffff;
        font-size: 14px;
        text-align: center;
        margin-top: 2rem;
        margin-bottom: 2rem;


    }
}

/*--footer--*/

@media (max-width:364px) {

    .about-mid-text {

        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #000000;
        font-size: 33px;
        text-align: left;
        padding-bottom: 17px;




    }


}

@media (max-width:364px) {

    .about-bttm-left {
        width: 100%;
        height: auto;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #000000;
        font-size: 17px;
        text-align: left;
        margin-top: 11px;
        padding-top: 31px;
        padding-bottom: 31px;
        padding-left: 9px;
        padding-left: 15px;
        background-color: #f7f7f7;

    }


}

@media (max-width:364px) {

    .about-bttm-right {
        width: 100%;
        height: auto;
        padding: 0;
        margin-bottom: 50px;
        padding-bottom: 58px;
        background-color: #f7f7f7;
        background-size: cover;


    }


}

@media (max-width: 360px) {

    video {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}

@media (max-width: 575.98px) {

    .about-top-butn {


        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #000000;
        font-size: 18px;
        text-align: start;
        padding-top: 8px;
        padding-left: 18px;
        text-transform: capitalize;
    }

}

@media (max-width: 575.98px) {

    .about-top-text {

        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #000000;
        font-size: 18px;
        text-align: start;
        padding-top: 12px;
        text-transform: capitalize;


    }


}

@media (max-width:364px) {

    .re-sub-box1-img {


        text-align: left;

        float: left;
        padding-right: 12px;
        padding-bottom: 12px;



    }


}

@media (max-width:400px) {

    .re-sub-box1-img {


        text-align: left;

        float: left;
        padding-right: 12px;
        padding-bottom: 12px;
        align-self: start;



    }


}

@media (max-width:480px) {

    .re-sub-box1-img {


        text-align: left;

        float: left;
        padding-right: 12px;
        padding-bottom: 12px;
        align-self: start;



    }


}

@media (max-width: 575.98px) {
    .product-top-butn {


        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #ffffff;
        font-size: 18px;
        text-align: left;
        padding-right: 18px;
        padding-left: 18px;
        padding-top: 12px;
        text-transform: capitalize;
    }
}

@media (max-width: 360px) {
    .product-top-text {

        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #ffffff;
        font-size: 18px;
        text-align: left;
        padding-left: 18px;
        padding-top: 12px;
        text-transform: capitalize;


    }
}



/*CSS Animation*/


.about-mid-img figure img {
    width: 601px;
    height: auto;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.about-mid-img figure:hover img {
    width: 331px;
}


/* New open tab CSS*/

.hero-section {
    min-height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 40px 20px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

.hero-content h1 {
    font-weight: 700;
    font-size: 2.2rem;
}

.hero-content p {
    font-size: 1.3rem;
    margin-top: 10px;
}

.info-section {
    padding: 60px 20px;
}

.info-section h2 {
    font-weight: 700;
    color: #0c1445;
}

.info-section p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #444;
}

.details-section {
    padding: 40px 20px;
}

.details-section h2 {
    font-weight: 700;
    color: #0c1445;
    margin-bottom: 20px;
}

.causes-list {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.8;
    margin-left: 20px;
}

/* SCROLL TO TOP BUTTON */

#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    background-color: #0c1445;
    color: white;
    border: none;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s ease;
}

#scrollTopBtn:hover {
    background-color: #1a276d;
}

/* RESPONSIVE */

@media (max-width: 992px) {
    .hero-content h1 {
        font-size: 1.9rem;
    }

    .hero-content p {
        font-size: 1.15rem;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 60vh;
        padding: 30px 15px;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-content h1 {
        font-size: 1.6rem;
        line-height: 1.3;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .info-section p,
    .details-section p,
    .causes-list {
        font-size: 1rem;
        line-height: 1.6;
    }

    .skills-section h2,
    .details-section h2,
    .info-section h2 {
        font-size: 1.4rem;
    }

    #scrollTopBtn {
        bottom: 20px;
        right: 20px;
        font-size: 18px;
        padding: 8px 12px;
    }

    .back-btn {
        font-size: 16px;
        padding: 10px 20px;
        border-radius: 8px;
    }

    @media (max-width: 480px) {
        .hero-content h1 {
            font-size: 1.3rem;
        }

        .hero-content p {
            font-size: 0.9rem;
        }

        .info-section,
        .details-section {
            padding: 30px 10px;
        }

        .back-btn {
            font-size: 14px;
            padding: 8px 16px;
            border-radius: 6px;
        }
    }


    .back-btn {
        display: inline-block;
        padding: 12px 24px;
        background: #0d6efd;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        border-radius: 10px;
        text-decoration: none;
        transition: 0.3s ease;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .back-btn:hover {
        background: #084298;
        transform: translateY(-3px);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.20);
    }

}

/* New open tab CSS*/