* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1.6;
    background-color: #fff;
    font-family: 'Lato', sans-serif;
}

p {
    color: #424242;
    font-size: 15px;
    line-height: 25px;
}

.common-space {
    padding: 4rem 0;
}

.topMenu {
    padding: 2rem 0;
}

.mobileSlide {
    display: none;
}

.desktopSlide {
    display: block;
}

.common-heading {
    text-align: left;
    margin-bottom: 2rem;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #006bb6 !important;
}

#mainSlider {
    width: 100%;
    height: auto;

}

#mainSlider .sliderWraper {
    width: 100%;
    height: auto;
}

#mainSlider .sliderWraper .items img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

#mainSlider .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

#mainSlider .owl-nav button.owl-prev {
    left: 0;
}

#mainSlider .owl-nav button.owl-next {
    right: 0;
}

#mainSlider .owl-dots {
    padding-top: 15px;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

#mainSlider .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

#mainSlider .owl-dots button.owl-dot.active {
    background-color: #006bb6;
}

#mainSlider .owl-dots button.owl-dot:focus {
    outline: none;
}

#mainSlider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

#mainSlider span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

#mainSlider .owl-nav button:focus {
    outline: none;
}

.img-wrappessss img {
    max-width: 148px;
    margin-right: 7px;
}

.fres-boxx {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background-color: #fff;
    /* box-shadow: 0 0 21px -12px #000; */
    margin-right: 23px;
    border: solid 1px #ddd;
    width: 135px;
    height: 135px;
}

.global-freshwater {
    background-color: #e6e8fd85;
}

.topss {
    font-weight: 600;
}

.mains-no {
    font-size: 35px;
    font-weight: 800;
    color: #006bb6;
}

#quotes h2 {
    text-align: left;
    margin-bottom: 3rem;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #006bb6;
}

.space {
    padding: 4rem 0 4rem 0;
}

.common-btn {

    text-align: center;
    background-color: #006bb6;
    color: #fff;
    padding: 7px 12px;
    margin-top: 0.6rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: fit-content;
    margin-bottom: 1rem;
}

.common-btn:hover {
    color: #fff;
    text-decoration: none;
}

#vcontent {
    background-color: #f5f5f5;
}


section#vcontent .videoWraper .video {
    position: relative;
    width: 36%;
    float: left;
    margin-right: 1.5rem;
}

section#vcontent .videoWraper .video img {
    width: 100%;
    /* height: 450px; */
    object-fit: cover;
}

/* #vcontent .text h4 {
    font-size: 18px;
    margin: 1.3rem 0;
    font-weight: 600;
    color: #000;
} */
.singImgBox {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 20px;
    margin-bottom: 1rem;
}

.common-list li {
    list-style: none;
}

.common-list li i {
    padding-right: 10px;
    color: #2e4f6e;
}

#vcontent .video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

#vcontent .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 43%;
    top: 39%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ba1f24;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

#vcontent .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 43%;
    top: 39%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 52px;
    height: 52px;
    background: #fa183d;
    border-radius: 50%;
    transition: all 200ms;
}

#vcontent .video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

#vcontent .video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

#vcontent .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 17px solid #fff;
    border-top: 11px solid transparent;
    border-bottom: 13px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#Features {
    background-color: #006bb6;
    padding-bottom: 4rem;
}

#Features h2 {
    text-align: left;
    margin-bottom: 2rem;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

#talents h2 {
    text-align: left;
    margin-bottom: 2rem;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

#talents {
    background-color: #006bb6;
    padding-bottom: 1rem;
}

.prflCard {
    position: relative;
}

.prflContainer {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-gap: 20px;
}

.prflCard .thumbBox {
    background-color: #fff;
    border: 5px solid #f5f5f5;
    overflow: hidden;
}

.prflCard .title {
    text-align: center;
    background-color: #fff;
    padding: 0 0.5rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.prflCard:hover .title {
    bottom: 0;
    height: 100%;
}

.prflCard .title p {
    margin-bottom: 0;
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
    color: #645d5d;
}

.prflCard .title button.vmrBtn {
    background: no-repeat;
    border: none;
    background-color: #006bb6;
    color: #fff;
    padding: 5px 17px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 1rem;
}

.prflCard .title button.vmrBtn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.prflCard .title h5 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #006bb6;
    font-size: 18px;
}

.prflCard .thumbBox img {
    overflow: hidden;
    transition: all 0.3s linear;
}

.prflCard:hover img {
    transform: scale(1.2);
}

.profilePopContainer .popup-link {
    display: flex;
    flex-wrap: wrap;
}

.profilePopContainer .popup-content h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0162a7;
    margin: 0.3rem 0 !important;
    text-transform: capitalize;
}

.profilePopContainer .popup-content span {
    font-size: 14px;
    color: #343a40;
    font-weight: 600;
    display: block;
}

.profilePopContainer .popup-content a {
    color: #333;
    font-size: 13px;
}

.profilePopContainer .popup-content a:hover {
    text-decoration: none;
    color: #006bb6;
}

.profilePopContainer .popup-link a {
    background: #333;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 17px;
    cursor: pointer;
    margin: 20px;
    text-decoration: none;
}

.profilePopContainer .popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(21 17 17 / 70%);
    display: flex;
    align-items: center;
}

.profilePopContainer .popup-container.active {
    visibility: visible;
    opacity: 1;
}

.profilePopContainer .popup-content {
    background-color: #fff;
    margin: auto;
    padding: 15px 20px;
    border: none;
    width: 30%;
    border-radius: 8px;
    box-shadow: 0px 0px 23px -16px;
}

.profilePopContainer .popup-content p {
    padding: 5px 10px 0 0;
    color: #424242;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
}

.profilePopContainer .popup-content span.close {
    color: #333;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.profilePopContainer .popup-content span.close:hover {
    color: #333;
}

.profilePopContainer .popup-content span:hover,
.popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.profilePopContainer .popup-container:target {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.profilePopContainer .popup-container h3 {
    margin: 10px;
}

/*End popup styles*/

/* Additional styles */
.profilePopContainer .popup-style-2 {
    transform: scale(0.3);

}

.profilePopContainer .popup-style-2:target {
    transform: scale(1);
}

.profilePopContainer .popup-style-3 {
    left: 100%;

}

.profilePopContainer .popup-style-3:target {
    left: 0;
}

.profilePopContainer .popup-style-4 {
    transform: rotate(180deg);
}

.profilePopContainer .popup-style-4:target {
    transform: rotate(0deg);
}

.profilePopContainer .popup-style-5 {
    top: 100%;

}

.profilePopContainer .popup-style-5:target {
    top: 0;
}

.profilePopContainer .popup-style-6 {
    transform: scale(15.3);

}

.profilePopContainer .popup-style-6:target {
    transform: scale(1);
}

.profilePopContainer .popup-style-7 {
    transform: skewY(180deg);
    transition: all 0.7s ease-in-out;
}

.profilePopContainer .popup-style-7:target {
    transform: skewY(0deg);

}

.knowMore {
    padding-bottom: 1rem;
}

.knowMore p {
    margin-bottom: 0;
}

.knowMore a {
    display: block;
}

.knowMore b {
    font-size: 1.2rem;
}

#links {
    padding: 1rem 0;
    background-color: #f5f5f5;
}

.unleashMatho .text {
    width: 70%;
    padding: 0 2rem 0 0;
}

.unleashMatho {
    margin: 2rem 0;
    background-color: #fff;
    padding: 1rem;
    border-radius: 4px;
    /*  background-image: linear-gradient(360deg, #0cc2df, #6397a1); */
    background-image: linear-gradient(360deg, #006bb6, #5f89b7);
}

.unleashMatho h2 {
    color: #fff;
    font-weight: 900;
    padding: 0.5rem 0;
}

.unleashMatho p {
    color: #fff;
    font-size: 20px;
    padding-right: 20rem;
}

.UnleashContainer .unleashBox h5 {
    color: #fff;
    font-weight: 600;
}

.UnleashContainer .unleashBox p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    line-height: 20px;
    text-align: center;
}

.UnleashContainer {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-gap: 30px;
}

.UnleashContainer .unleashBox {
    text-align: center;
}

.UnleashContainer .unleashBox .icons {
    text-align: center;
    margin: auto;
    margin-bottom: 1rem;
}

.UnleashContainer .unleashBox .icons img {
    max-width: 60%;
}

.judgesContainer {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: auto;
    grid-gap: 40px;
}

.judgesContainer .judgesBox {
    background-color: #f5f5f5;
    padding: 0.5rem;
    box-shadow: 0px 0px 5px -6px;
}

.judgesContainer .judgesBox .text h5 {
    color: #006bb6;
    margin: 1rem 0.5rem 0;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 1.2rem;
}

.judgesContainer .judgesBox .text p {
    font-size: 15px;
    margin: 0.5rem;
    font-weight: 600;
    color: #000;
}

.judgesContainer .judgesBox .imgBox {
    overflow: hidden;
}

.judgesContainer .judgesBox .imgBox img {
    transition: all 0.3s linear;
    transform: scale(1);
}

.judgesContainer .judgesBox .imgBox:hover img {
    transform: scale(1.2);
}

.keyNotesContainer {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: auto;
    grid-gap: 40px;
}

.keyNotesContainer .judgesBox {
    background-color: #f5f5f5;
    padding: 0.5rem;
    box-shadow: 0px 0px 5px -6px;
}

.keyNotesContainer .judgesBox .text h5 {
    color: #006bb6;
    margin: 1rem 0.5rem 0;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 1.2rem;
}

.keyNotesContainer .judgesBox .text p {
    font-size: 15px;
    margin: 0.5rem;
    font-weight: 600;
    color: #000;
}

.keyNotesContainer .judgesBox .imgBox {
    overflow: hidden;
}

.keyNotesContainer .judgesBox .imgBox img {
    transition: all 0.3s linear;
    transform: scale(1);
}

.keyNotesContainer .judgesBox .imgBox:hover img {
    transform: scale(1.2);
}

#Blogs {
    padding: 4rem 0;
    background-color: #fff;
}

#Blogs h2 {
    text-align: left;
    margin-bottom: 2rem;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;

}

#Blogs .blogBox {
    background-color: #006bb6;
    padding: 1rem;
    border-radius: 4px;
    box-shadow: 0px 0px 9px -8px;
    min-height: 143px;
    display: flex;
}

#Blogs .blogBox .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#Blogs .blogBox .text h4 {
    font-size: 1.3rem;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
}

#Blogs .blogBox .text .dtinfo a {
    background-color: #fff;
    width: max-content;
    padding: 5px 10px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0px 0px 7px -5px;
    border-radius: 30px;
    transition: all 0.3s linear;
    text-decoration: none;
    border: 1px solid #fff;
}

#Blogs .blogBox .text .dtinfo a:hover {
    box-shadow: none;
    background-color: #006bb6;
    border: 1px solid #fff;
    color: #fff;
}

#Blogs .dtinfo {
    margin-top: 1rem;
}

#Blogs .tinfo p {
    color: #fff;
}

.fLinks ul li a {
    padding: 5px 42px 5px 0;
    color: #424242;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
}

.fLinks ul li {
    list-style: none;
    margin: 0 10px;
}

.fLinks ul {
    padding-left: 0;
    display: flex;
    align-items: center;
}

.flogo {
    text-align: right;
}

footer {
    padding: 2rem 3rem;
    border-top: 3px solid #006bb6;
    margin-top: 0px !important;
}

.slinkBtns {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sLinks {
    padding-left: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.ctBtn a {
    background: #006bb6;
    color: #fff;
    text-align: right;
    margin: 0 auto;
    display: block;
    padding: 7px 45px;
    margin-right: 30px;
    text-decoration: none;
}

.sLinks li {
    list-style: none;
    margin: 0 10px;
}

.sLinks li:nth-child(1) i {
    color: #3b5998;
}

.sLinks li:nth-child(2) i {
    color: #00acee;
}

.sLinks li:nth-child(3) i {
    color: #0e76a8;
}

.sLinks li:nth-child(4) i {
    color: red;
}

.sLinks li:nth-child(5) i {
    background: linear-gradient(29.61deg, #f38334 0, #da2e7d 50.39%, #6b54c6 100%);
    color: #fff;
}

.sLinks li:nth-child(6) {
    margin-left: 85%;
    float: right;
}

.copyright {
    text-align: right;
}

.copyright p {
    color: #424242;
    font-weight: 700;
}

.inner-sliii h4 {
    color: #006bb6;
    font-weight: 800;
}

.img-wrapps {
    display: flex;
}

.img-wrapps img {
    width: auto !important;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 17px;
    max-height: 117px;
    border: solid 5px #006bb61c;
}

.inner-sliii {
    background-color: #f2f3fe;
    padding: 20px;
    height: 100%;
    text-align: center;
}

.inner-sliii .view-btns a {
    background-color: #006bb6;
    color: #fff;
    padding: 7px 12px;

}

.inner-sliii .view-btns a:hover {
    text-decoration: none;
}

.inner-sliii h6 {
    font-weight: 700;
    color: #3f3f3f;
}

.inner-sliii .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
}

.earth-imggg {
    text-align: center;

}

.earth-imggg img {
    max-width: 550px;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #006bb6;
}

.sdgboxx-wrapper {
    /* display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 11px; */
}

.sdgboxx {
    display: inline;
    max-width: 148px;
    margin-right: 7px;
}

@media(max-width:1024px) {
    .profilePopContainer .popup-content {
        width: 55%;
    }

    .unleashMatho {
        flex-direction: column;
        padding: 1rem;

    }

    .unleashMatho .text {
        width: 100%;
    }

    .fLinks ul li a {
        padding: 5px 10px 5px 0;
    }

    .sLinks li:nth-child(6) {
        margin-left: 48%;
    }
}

@media(max-width:768px) {
    .profilePopContainer .popup-content {
        width: 55%;
    }

    .judgesContainer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .keyNotesContainer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    section#vcontent .videoWraper .video {
        width: 100%;
        margin-bottom: 1rem;
    }

    .fLinks ul {
        flex-wrap: wrap;
    }

    .unleashMatho p {
        padding-right: 5rem;
    }

    .UnleashContainer {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #Blogs .blogBox {
        min-height: 165px;
    }

    .global-freshwater iframe {
        margin-top: 2rem;
    }

    .Waste-chalge img {
        margin-bottom: 15px;
    }
}

@media (max-width:576px) {
    #Blogs .blogBox {
        margin: 0.5rem 0;
        min-height: auto;
    }

    .mobileSlide {
        display: block;
    }

    .desktopSlide {
        display: none;
    }

    section#vcontent .videoWraper .video {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
    }

    #vcontent .text h4 {
        margin: 1rem 0;
    }

    p {
        text-align: justify;
    }

    .profilePopContainer .popup-content {
        width: 75%;
    }

    .prflContainer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .judgesContainer {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .keyNotesContainer {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .judgesContainer .judgesBox .text p {
        text-align: left;
    }

    .keyNotesContainer .judgesBox .text p {
        text-align: left;
    }

    .unleashMatho .text {
        width: 100%;
        padding: 0;
    }

    section#vcontent .videoWraper .video img {
        height: auto;
    }

    footer {
        padding: 2rem 1rem;
    }

    .fLinks ul {
        justify-content: center;
    }

    .flogo {
        text-align: center;
    }

    .sLinks {
        flex-wrap: wrap;
        justify-content: center;
    }

    .slinkBtns {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sLinks li:nth-child(6) {
        margin-left: 0;
        margin-top: 1rem;
    }

    .ctBtn {
        margin-bottom: 1rem;
    }

    .copyright {
        text-align: center;
        margin-top: 1rem;
    }

    .copyright p {
        text-align: center;
    }

    .UnleashContainer {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .unleashMatho p {
        padding-right: 0;
        font-size: 16px;
        text-align: center;
    }

    .unleashMatho h2 {
        font-size: 22px;
        text-align: center;
    }

    .innovation_wrpaer h2 {
        text-align: center;
        font-size: 22px;
    }

    .innovation_wrpaer .innovation_container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .innovation_wrpaer .innovation_container .innovationBox p {
        text-align: center;
    }

    .sdgboxx-wrapper {

        grid-template-columns: repeat(2, 1fr);

    }

}



@media (max-width:425px) {

    /* .sdgboxx-wrapper {
     
    grid-template-columns: repeat(1,1fr);
 
} */
}

.Waste-chalge .solution-btn {
    background-color: #006bb6;
    width: fit-content;
    padding: 10px 15px;
    margin: 2rem 0 3rem 0;
}

.Waste-chalge .solution-btn a {
    color: #fff;
}

.Waste-chalge .solution-btn a:hover {
    text-decoration: none;

}

.Waste-chalge h5 {
    font-weight: 700;
    font-size: 22px;
    color: #006bb6;
    margin: 2rem 0 1rem 0;

}

.Waste-chalge h6 {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin: 2rem 0 1rem 0;

}