@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

* {
	padding: 0;
	margin: 0;
}

html,
body {
	overflow-x: hidden !important;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slider_box .carousel-caption {
    position: absolute;
    top: 0;
    right: 160px;
    height: 67.5%;
    background: #077EB0;
    backdrop-filter: blur(10.5px);
    color: #fff;
    bottom: 0;
    margin: auto 0 0 auto;
    display: flex;
    flex-direction: column;
    width: 35%;
}
.inner-content{
    padding: 52px 48px 131px 58px;
    height: 100%;
    position: relative;
}
.unicef-logo {
    position: absolute;
    bottom: 10px;
    right: 60px;
}
.carousel-caption h5 {
    color: #FFF;
    font-family: "Anton", sans-serif;
    font-size: 2.083vw;
    font-weight: 400;
    line-height: 2.865vw;
    letter-spacing: 1.6px;
    margin-bottom: 54px;
}

.carousel-caption a {
    color: #FFF;
    font-family: 'Mulish';
    font-size: 1.25vw;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.88px;
    text-decoration: none;
}
.carousel-caption a:hover{
    color: #1CABE2;
}
.slider_box .carousel-item{
    height: 100%;
}
.slider_box .carousel-item > img{
    height: 100%;
    object-fit: cover;
}
.carousel-caption a:hover img{

    filter: invert(62%) sepia(20%) saturate(3114%) hue-rotate(163deg) brightness(134%) contrast(96%);
}
.slider_box .carousel-caption a img {
    margin-left: 8px;
}
.client_logos {
    margin-bottom: 21px;
}
.client_logos > img {
    margin-bottom: 15px;
}
.slider_box .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-right: 50px;
    margin-bottom: 30px;
    margin-left: 0;
    list-style: none;
    top: 0;
    flex-direction: column;
    gap: 12px;
}
.border-left{
    border-left: 1px solid #8BB0BF;
}
.slider_box .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 3px;
}

.slider_box .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #117AA2;
}

.slider_box .carousel-indicators .active {
    opacity: 1;
    background-color: #fff !important;
}

.slider_box .carousel-control-next-icon {
    background-image: url('../images/slider_arrow.svg');
    background-size: cover;
    background-position: top;
    width: 3.5rem;
    height: 3.5rem;

}

.slider_box .carousel-dark .carousel-control-next-icon {
    filter: none;
}

.slider_box .carousel-control-next {
    top: auto;
    left: 0;
    margin: auto;
    opacity: 1;
    bottom: 15px;
    cursor: pointer;
    display: none;
}
.slider_box .carousel-control-next-icon:hover {
    animation: downarrow;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-timing-function: ease;
}

@keyframes downarrow {
    0%{
      transform: translateY(0px)
    }
    50%{
      transform: translateY(10px)
    }
    100%{
      transform: translateY(0px)
    }
}   
.spcp-logo {
    position: absolute;
    top: 21px;
    left: 60px;
}




.container-fluid.custm-padding {
    padding: 48px 160px 201px 155px;
}

section.geg-section {
    background: #FFF1F0;

}

.prosp-section {
    max-height: 925px;
}

.geg_content h1 {
    color: #D11118;
    font-family: Mulish;
    font-size: 3.646vw;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 0;
}

.geg_content h3, .empoweru_content h3{
    color: #D11118;
    font-family: Mulish;
    font-size: 2.604vw;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
}
.empoweru_content h3{
    color: #fff;
}
.project-content{
    font-family: Mulish;
    font-size: 1.146vw;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0.88px;
    margin: 30px 0 50px;
}
.geg_content p {
    color: #333;
    width: 96%;
}


.explore_btn a {
    /* border: 2px solid rgba(119, 22, 14, 0.47);
    color: #77160E; */
    border-radius: 4px;
    border: 2px solid #D11118;
    color: #D11118;
    font-family: Mulish;
    font-size: 1.875vw;
    line-height: normal;
    padding: 11px 35px 12px 24px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.explore_btn a img {
    margin-left: 14px;
}


.explore_btn a:hover img {
    animation: jumpingarrow;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-timing-function: ease;
  }
  @keyframes jumpingarrow {
    0%{
      transform: translateX(0px)
    }
    50%{
      transform: translateX(10px)
    }
    100%{
      transform: translateX(0px)
    }
  }

.empoweru-section {
    background-image: url('../images/banners/empower-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.empoweru_content h1 {
    color: #FFF;
    font-family: Mulish;
    font-size: 3.646vw;

    font-weight: 700;
    line-height: normal;
}

.empoweru_content p {
    color: #FFF;
    width: 85.5%;
}

.empoweru_content {
    padding-top: 70px;
}

.white_explore a {
    border: 1px solid #fff;
    color: #fff;
}

.prosp_content h1 {
    color: #061849;
    font-family: Mulish;
    font-size: 2.604vw;

    font-weight: 300;
    line-height: normal;
}

.slider_box {
    padding: 0;
}

.prosp_content p {
    color: #333;

    width: 90%;
}

.prosp_content .explore_btn a, .g4du_content .explore_btn a{
    border-radius: 4px;
    border: 2px solid #E3051B;
    color: #E3051B;
}

/* .g4du-section {
    background-image: url('../images/banners/g4du-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
} */

.g4du_content h1 {
    color: #1CABE2;
    font-family: Mulish;
    font-size: 3.646vw;

    font-weight: 900;
    line-height: normal;
    margin-bottom: 0;
}

.g4du_content h3 {
    color: #FFF;
    font-family: Mulish;
    font-size: 2.604vw;

    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}


.side_img {
    width: 90%;
    margin: auto;
}

.g4du_content {
    padding-top: 25px;
}

footer {
    background: #009FE3;
}

footer .container-fluid {
    padding: 18px 60px;
}

.footer-logo {
    padding-right: 38px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.project-list {
    padding: 0 38px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.project-list ul {
    padding: 0;
    margin-bottom: 0;
    margin-top: 13px;
}

.project-list ul li a {
    color: #FFF;
    font-family: Mulish;
    font-size: 0.833vw;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    margin-bottom: 5px;
    display: inline-block;
    transition: 0.3s ease-in-out;
    position: relative;
    padding-bottom: 6px;
}
.project-list ul li a:after{
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    transition: 0.3s ease-in-out;
    right: 0;
    margin: auto;
}
.project-list ul li a:hover:after{
    width: 100%;
}
.left-side .project-list:last-child {
    border: none;
}
.social_menu {
    display: flex;
    align-items: end;
}

.social_menu ul {
    display: flex;
    margin: 0;
    gap: 15px;
}

.bottom-footer .container-fluid {
    padding: 8px 60px;
    background: #077EB0;
}

.bottom-footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-footer-content p {
    color: #FFF;
    font-size: 0.625vw;
    margin-bottom: 0;
    font-weight: 400;
    line-height: normal;

}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}
::-webkit-scrollbar {
    width: 5px;
    color: #635f5f;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    background-color: #505050;
    outline: 1px solid slategrey;
    border-radius: 10px;
}
.empoweru_content .explore_btn a:hover{
    background-color: #1CABE2;
    border-color: #1CABE2;
    color: #fff;
}
.prosp_content .explore_btn a:hover, .geg_content .explore_btn a:hover, .g4du_content .explore_btn a:hover{
    background-color: #E3051B;
    border-color: #E3051B;
    color: #fff;
}
.prosp_content .explore_btn a:hover img, .geg_content .explore_btn a:hover img, .g4du_content .explore_btn a:hover img{
    filter: invert(100%) sepia(71%) saturate(0%) hue-rotate(230deg) brightness(156%) contrast(101%);
}
.social_menu ul li a img {
    transition: 0.3s ease-in-out;
}
.social_menu ul li a img:hover {
    transform: translateY(-5px);
}
.prosp_content h3 {
    color: #061849;
    font-family: Mulish;
    font-size: 50px;
    font-weight: 300;
    line-height: normal;
}
.about_head {
    position: absolute;
    bottom: 0;
    height: 27%;
    width: 84%;
    left: 0;
    right: 0;
    margin: auto;
}
.about_head h3 {
    color: #FFF;
    font-family: Anton;
    font-size: 3.125vw;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
section.partner-area {
    padding: 75px 0px;
}

.partner-area h1 {
    color: #D11118;
    font-family: Mulish;
    font-size: 2.604vw;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 55px;
    text-align: center;
}
.partner-button button {
    border-radius: 20px;
    background: linear-gradient(180deg, #4CC1EB 0%, #227AB4 100%);
    border: none;
    color: #FFF;
    text-align: center;
    font-family: Mulish;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 26px 15px;
    min-height: 112px;
    min-width: 376px;
    transition: 0.3s ease-in-out;
}
.partner-button button:hover {
    transform: scale(1.1);
}
.partner-button {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
}
.footer_links h4 {
    color: #FFF;
    font-family: Mulish;
    font-size: 0.833vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    min-height: 40px;
    margin-bottom: 17px;
}


header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9;
}

.nav_links > ul {
    display: flex;
    align-items: baseline;
    justify-content: end;
    gap: 40px;
    margin: 0;
    padding: 53px 49px;
}
.nav_links > ul > li > a {
    color: #FFF;
    font-family: Mulish;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    position: relative;
    padding-bottom: 12px;
}
.nav_links > ul > li > .btn-group button{
    color: #FFF;
    font-family: Mulish;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    background-color: transparent;
    border: none;
    position: relative;
    border: none;
    padding-bottom: 12px;
}
.nav_links > ul > li > .btn-group > .btn:active{
    background-color: transparent !important;
}
.nav_links > ul > li > a:after, .nav_links > ul > li > .btn-group button:after{
    content: '';
    position: absolute;
    width: 0%;
    height: 3px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    transition: 0.3s ease-in-out;
    right: 0;
    margin: auto;
    border: none;
    border-radius: 13px 17px 0px 0px;
}
.nav_links > ul > li:hover > a:after, .nav_links > ul > li:hover > .btn-group button:after{
    width: 100%;
}
.nav_links > ul > li.show > a:after, .nav_links > ul > li.show > .btn-group button:after{
    width: 100%;
}
.nav_links > ul > li > .btn-group > ul.dropdown-menu {
    border-radius: 0;
    border: none;
    max-width: 319px;
    min-width: 319px;
    transform: translate(-140px, 53px) !important;
    padding: 0;
}

.nav_links > ul > li > .btn-group > ul.dropdown-menu > li > a.dropdown-item {
    color: #333;
    text-align: right;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 16px 16px;
    min-height: 65px;
    max-height: 73px;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav_links > ul > li > .btn-group > ul.dropdown-menu > li{
    position: relative;
}
.nav_links > ul > li > .btn-group > ul.dropdown-menu > li > a.dropdown-item.active, .nav_links > ul > li > .btn-group > ul.dropdown-menu > li > a.dropdown-item:hover{
    background-color: #EDEDED;
}
.nav_links > ul > li > .btn-group > ul.dropdown-menu > li > a.dropdown-item > img {
    filter: invert(1);
    transition: 0.3s ease-in-out;
}
.nav_links > ul > li > .btn-group > ul.dropdown-menu > li > a.dropdown-item.active img {
    transform: rotate(90deg);
}
ul.child_nav {
    position: absolute;
    left: -282px;
    background: #fff;
    top: 0;
    min-width: 278px;
    max-width: 278px;
    padding-left: 0;
    display: none;
}
ul.child_nav li {
    min-height: 65px;
    max-height: 73px;
    display: flex;
    align-items: center;
    justify-content: end;
}
ul.child_nav li:hover {
    background: #EDEDED;
}
ul.child_nav > li > a {
    color: #333;
    text-align: right;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    padding: 5px 16px;
}
.child_nav.active { display: block; }
ul.child_nav.second-child li {
    max-height: 69px;
    min-height: 69px;
}

section#slider_area {
    height: calc(100vh - 40px);
}
.main_head h1 {
    text-align: center;
    color: #061849;
    font-family: Mulish;
    font-size: 2.604vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-top: 46px;
}
.empoweru-section .main_head h1 {
    color: #fff;
}

.prosp-section .container-fluid.custm-padding {
    padding: 48px 160px 61px 152px;
}
@media screen and (max-width:1600px){
    .partner-button button {
        font-size: 1.15vw;
        min-height: 92px;
        min-width: 306px;
    }
    .client_logos > img {
        width: 75%;
    }
    .unicef-logo {
        right: 0px;
    }
    .unicef-logo img {
        width: 70%;
    }
    
    .side_img {
        width: 100%;
        margin: auto;
    }
    .empoweru_content p {
        width: 100%;
    }
    .slider_box .carousel-caption {
        right: 130px;
    }
    .inner-content{
        padding: 25px 18px 52px 45px;
    }
    .spcp-logo {
        position: absolute;
        top: 32px;
        left: 48px;
    }
    
    .spcp-logo img {
        width: 74%;
    }
    .g4du_content, .empoweru_content{
        width: 90%;
        margin-left: auto;
    }
    .slider_box .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;

    }
    .slider_box .carousel-indicators {
        margin-right: 40px;
        margin-bottom: 20px;
        gap: 10px;
    }
    .nav_links > ul {
        padding: 43px 30px;
    }
    .bottom-footer .container-fluid {
        padding: 2px 60px;
    }
    section#slider_area {
        height: calc(100vh - 28px);
    }
}

@media screen and (max-width:1366px){
    .slider_box .carousel-caption {
        right: 117px;

    }
    .inner-content{
        padding: 45px 38px 45px 48px;
    }

    .slider_box .carousel-indicators{
        margin-right: 32px;
    }
    .spcp-logo {
        position: absolute;
        top: 28px;
        left: 41px;
    }
    .spcp-logo img {
        width: 72%;
    }
    .container-fluid.custm-padding {
        padding: 90px 110px 150px 110px;
    }
    .project-content {
        margin: 15px 0 40px;
        line-height: 29px;
    }
    .explore_btn a {
        font-size: 1.675vw;
        padding: 10px 15px 10px 15px;
    }
    .prosp_logo img{
        width: 50%;
    }
    .prosp_content h1 {
        font-size: 2.304vw;
    }
 
    .g4du_content h3 {
        font-size: 2.204vw;
    }
    .g4du_content h1, .empoweru_content h1{
        font-size: 3.246vw;
    }
}
