/* @font-face {
    font-family: 'gillBold';
    src: url('../fonts/HelveticaNeue/gillBold.otf'),

}
@font-face {
    font-family: 'gillmedium';
    src: url('../fonts/HelveticaNeue/gillmedium.otf'),

}
@font-face {
    font-family: 'gillLight';
    src: url('../fonts/HelveticaNeue/gillLight.otf'),

}
@font-face {
    font-family: 'gill';
    src: url('../fonts/gill/gillsansmt.ttf'),

} */

@font-face {
    font-family: 'gillBold';
    src: url('../fonts/gill/Gill\ Sans\ Bold.otf'),

}

@font-face {
    font-family: 'gillLight';
    src: url('../fonts/gill/Gill\ Sans\ Light.otf'),

}

@font-face {
    font-family: 'gillmedium';
    src: url('../fonts/gill/Gill\ Sans\ Medium.otf'),

}

@font-face {
    font-family: 'gill';
    src: url('../fonts/gill/gillsansmt.ttf'),

}

body {
    padding-top: 9vh;
    overscroll-behavior: none;
}

.navbar-expand-xl {
    height: 9.3vh !important;
}

.h1-new,
.h2-new,
.h3-new,
.h4-new,
.h5-new,
.h6-new {
    color: #2A4EA6 !important;
}

/* ======================================================================navbar */
.modalFooter {
    z-index: 1001 !important;
    box-shadow: 0px 3px 6px #00000029;
    background-color: #00000029;
    top: 8vh !important;
    padding-right: 2rem;
}

.linkNav:hover>.modalFooter::before {
    color: #BC8D63;
    width: 100%;
}

.liFooterNav {
    list-style-type: none !important;
    color: #A2A2A2;
    font-family: 'gillmedium';
    font-size: 15px;
    text-decoration: none;
}

.tdNav {
    color: #3781C5;
    font-family: 'gillmedium' !important;

}

.imgNavModal {
    width: 100%;
    height: 11rem;
}

.linkNav {
    font-size: 16px !important;
    font-family: 'gillmedium' !important;
    width: 7rem;
    text-align: center;
    color: #3781C5 !important;
}

.navbar {
    background-color: white !important;
}

.header-image {

    background-image: url('../imgs/headImg.png');
    height: 80vh;
    background-size: cover;
    background-position: center;
    position: relative;

}

.aboutBac {
    background-image: url('../imgs/MaskGroup.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-size: 89% !important;
    background-position-y: bottom;
    background-position-x: right;
}

.aboutBac2 {
    background-image: url('../imgs/MaskGroup.svg') !important;
    background-size: cover;
    background-position-y: -20px;

    /* background-size: 50% !important; */
}

.h-about-sec1 {
    height: 25rem;
}

.cornerL {
    background-image: url('../imgs/cornerL.svg') !important;
    position: relative;
    bottom: 0px !important;
    left: 0px !important;
    background-size: contain;
    background-repeat: no-repeat !important;
    /* background-size: 50% !important; */
}

.cornerR {
    background-image: url('../imgs/cornerR.svg') !important;
    position: relative;
    top: 0px !important;
    right: 0px !important;
}

.sginPattern {
    background-image: url('../imgs/sginPattern.svg') !important;
    background-size: cover;

}

/* .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin: 0;
    list-style: none;
} */
.Slide {
    height: 93vh;
    object-fit: cover;

}

.modalFooter ul {
    margin-bottom: 0.5rem !important;
}

.carousel-indicators button {
    background-color: #2A4EA6;
    /* Color of the inactive indicator */
    border: none;
    border-radius: 50%;
    width: 16px !important;
    height: 16px !important;
    margin: 0 4px;
    opacity: 0.5;
    margin-bottom: 8% !important;
}

.carousel-indicators .active {
    background-color: #fff;
    /* Color of the active indicator */
    opacity: 1;
}

.header-image-flag {

    background-image: url('../imgs/flag.png');
    height: 50vh;
    background-size: cover;
    background-position: center;
    position: relative;

}

:root {
    --link-decoration: none !important;
    /* Remove underline by default */
    --link-hover-decoration: none !important;
    /* Remove underline on hover */
}

.removeUnderLine {
    text-decoration: 'none' !important
}

.Slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
    z-index: 1;
}

.header-content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
}

.header-content-home {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 40rem;
}

.learnMore {
    border-radius: 20px;
    color: white;
    background-color: #0296DA;
    padding: 10px 60px;
    border: none;
    font-size: 13px;
    font-family: 'gillBold';

}

.homeImgTxtH1 {
    font-family: 'gillBold';
    font-size: 2.5rem;
}



.kayMapDots {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50% !important;
    margin: auto !important;
    /* margin: 10px; */
}



.truncated-text {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-height: 14rem !important;
}

@media only screen and (max-width: 991px) {
    .truncated-text {
        max-height: 2.4rem !important;
    }
}

.font-text-overlay-blue {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    /* Number of lines to show */
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-height: 14rem !important;
    /* Adjust based on line-height */
    margin-bottom: 0;
}

.d-flex-new {
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;

}

.img-thumbnail {
    padding: .25rem;
    background-color: transparent !important;
    border: none !important;
    border-radius: 2vw !important;
    max-width: 100%;
    height: auto;
}

.truncated-text2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 8 !important;
    /* Number of lines to show */
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-height: 13.8rem !important;
    /* Adjust based on line-height */
    line-height: 1.7rem;
}

.position-relative {
    position: relative;
    display: inline-block;
}


.homeImgTxtheader {
    font-family: 'gillBold';
    font-size: 3rem;
    text-align: left !important;

}

.homeImgTxtP {
    font-family: 'gillLight';
    font-size: 1.8rem;
    line-height: 1.7rem
}

.titleheaderSlider p {
    font-family: 'gillLight';
    font-size: 2rem;
    line-height: 1.7rem;
    text-align: left !important;

}

.mar-top {
    margin-top: 8% !important
}

.mar-top-omaget {
    margin-top: 8% !important
}

.mar-top2 {
    margin-top: 8% !important
}

.mar-top-Box {
    margin-top: 35px !important;
}

.mar-top-aboutBac {
    margin-top: 5% !important
}

.margin-top-what-we-do {
    margin-top: 100px !important;
}

.margin-top-publi {
    margin-top: 8% !important;
}

.vvImg {
    background: #016593 !important;
    ;
    padding: 10px 10px !important;
    border-radius: 50% !important;
}

.readMoreBtnTringle {
    border-radius: 34px;
    background-color: white;
    color: #006593;
    padding: 7px 20px;
    border: none;
    margin-top: 20px;
    /* font-size: 15px; */
    font-family: 'gillmedium';
    font-size: 12px !important;

}

.py-20 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.AboutINWRDAM {

    font-family: 'gillBold' !important;
    color: #2A4EA6;

}

.height-img-ab {
    height: 400px !important;
    object-fit: cover !important;
}

.align-center {
    align-items: center;
}

#sizeDot {
    width: 15px !important;
    height: 15px !important;
}

#sizeDot1 {
    width: 15px !important;
    height: 15px !important;
}

#sizeDot2 {
    width: 15px !important;
    height: 15px !important;
}

.nutshell {
    font-family: 'gillBold' !important;
    color: #006593;
    margin-left: 10px;


}

.AboutINWRDAM-P {
    font-family: 'gillmedium';
    color: #6C727F;
    font-size: 20px;
}

.foot-P {
    font-family: 'gillmedium';
    color: #6C727F;
    font-size: 25px;
    font-weight: 600;
}

.AboutINWRDAM-P-Long {
    color: #6C727F;
    font-family: 'gillmedium';
    font-size: 16px;

}

.p-color,
.p-color p {
    color: #6C727F !important;
}

.abbser {
    box-shadow: inset 5px 5px 20px #000000D8;
    border-radius: 86px;
    height: 50px;
    width: 30rem;
    background-color: #036694;
    text-align: center;
}

.abbser2 {
    box-shadow: inset 5px 5px 20px #000000D8;
    border-radius: 86px;
    height: 50px;
    width: 25rem;
    background-color: #1A7DAA;
    text-align: center;
}

.abbser3 {
    box-shadow: inset 5px 5px 20px #000000D8;
    border-radius: 86px;
    height: 50px;
    width: 20rem;
    background-color: #2B8EBB;
    text-align: center;
}

.abbser4 {
    box-shadow: inset 5px 5px 20px #000000D8;
    border-radius: 86px;
    height: 50px;
    width: 15rem;
    background-color: #3EA1CE;
    text-align: center;
}

.abbser5 {
    box-shadow: inset 5px 5px 20px #000000D8;
    border-radius: 86px;
    height: 50px;
    width: 10rem;
    background-color: #55B6E3;
    text-align: center;
}

.abbserTxt {
    color: white;
    /* display: flex;
    justify-content: center;
    text-align: center; */
}

.abbser-p {
    margin-top: 5px;
    font-family: 'gillLight';
    font-size: 15px;
}

.numTube {
    font-weight: 700;
    font-size: 24px;
}

.numTube2 {
    font-weight: 700;

}

.section2HomeP {
    color: #606060;
    font-family: 'gillLight';
    font-size: 14px;
    margin-left: 0px;
    line-height: 1.2rem !important;

}

.cardSection2 {
    background-color: #F5F5F5;
    padding: 15px;
    border-radius: 8px;

}

.sec2Imgs {
    width: 28%;
    height: 190px;
    object-fit: cover;
}

.sec2ImgsC {
    width: 41%;
    height: 190px;
    object-fit: cover;


}

.circleIconDiv {
    width: 30px !important;
    background-color: #0085d4 !important;
    border-radius: 50% !important;
    height: 30px !important;
    margin: auto 10px !important;
}

.bac-color-blue {
    background-color: #3781C5 !important;
    color: white !important;
}

.bac-gray {
    background-color: #F2FAFF !important;


}

.h4Mission {
    font-family: 'gillmedium';
    font-weight: 600;

}

.wave {
    position: relative;
    top: -1.6rem;
    width: 100%;
}


.container-10 {
    max-width: 100%;
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.align-items-stretch {
    align-items: stretch;
    /* Ensure children stretch to match height */
}

.tubeImg {
    width: 100%;
    height: auto;
    /* Maintain aspect ratio */
    max-width: 100%;
    /* Ensure images don’t exceed container width */
    object-fit: cover;
}

.sequareImg,
.sequareImg2 {
    /* width: 100%; */
    background-color: #F2FAFF;
    /* Default background color */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Center content vertically */
    align-items: center;
    /* Center content horizontally */
    min-height: 90px !important;
    width: 100px;

}


.sequareImg2 {
    height: 240px !important;
}

.color_seq {
    background-color: #3781C5 !important;
    color: white;


}

.sequareText {
    font-weight: 400;
    line-height: 1.1rem;
    font-size: 14px;
    /* margin-top: 0.5rem;  */
}

/* Responsive adjustments */
@media (min-width: 576px) {

    .sequareImg,
    .sequareImg2 {
        width: 48%;
        /* Responsive width for small screens */
    }

    .tubeImg {
        width: 48%;
        /* Adjust image size on small screens */
    }
}

@media (min-width: 768px) {

    .sequareImg,
    .sequareImg2 {
        width: 30%;
        /* Adjust width for larger screens */
    }

    .tubeImg {
        width: 30%;
        /* Adjust image size on medium screens */
    }
}

@media (min-width: 992px) {

    .sequareImg,
    .sequareImg2 {
        width: 15%;
        /* Fixed width on large screens */
    }

    .tubeImg {
        width: 15%;
        /* Fixed image size on large screens */
    }

    .d-flex {
        flex-wrap: nowrap;
        /* Ensure no wrapping on large screens */
    }

    .sequareImg3 {
        width: 30%;
        padding: 5px;

    }

    .Padd {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .margin-des-foot {
        margin-top: 20px;
    }

    .header-content-home {
        position: absolute;
        top: 50%;
        left: 41% !important;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        z-index: 2;
        width: 40rem;
    }
}



@media (max-width: 992px) {

    .cancelPadd {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .margin-des-foot {
        margin-top: -40px;
    }
}

.h-content-modal {

    height: 700px !important;
    width: auto !important;
}

.modal-image-size {
    height: 95% !important;
    width: auto !important;
    object-fit: cover !important;
    margin: auto !important;
}

.centerBodyModel {
    margin: auto !important;
}

.sec4HomeNum {
    background-color: #3781C5;
    padding: 6px 6px;
    width: 60px;
    color: white;
    font-weight: 600;
    font-size: 27;
    text-align: center;
}

.countryNum {
    background-color: #3781C5;
    padding: 7px 10px;
    width: 40px;
    color: white;
    font-weight: 600;
    font-size: 18;
    text-align: center;
}

.AboutINWRDAMCard {
    font-family: 'gillBold';
    color: black;
    margin-left: 10px;
}

.AboutINWRDAM-P-card {
    font-family: 'gillmedium';
    font-size: 15px;
    color: #6C727F;
    /* line-height: 1.3; */
}

.sec3 {
    background-color: #F5F5F5;
}

.card2 {
    background-color: white;
    margin: 12px 15px;
    box-shadow: 0px 0px 10px #00000029;

}

.lineH {
    line-height: 1.2rem !important;
}

.sec4Home {
    padding: 22px 22px;
    height: auto !important;
    border-radius: 20px;
}

.sec4Home:hover {
    background-color: #F2FAFF;
    cursor: pointer;
}

.about-title-height {
    height: 3.3vw;
}

.viewMoreBtn {
    border-radius: 20px;
    color: white;
    background-color: #0296DA;
    padding: 10px 55px;
    border: none;
    font-size: 13px;
    font-family: 'gillBold';
    margin-top: 20px;

}

.margin-top-modal {
    margin-top: 8% !important;
}

.mapBtn {
    border-radius: 20px;
    color: white;
    background-color: #0296DA;
    padding: 10px 55px;
    border: none;
    font-size: 13px;
    font-family: 'gillBold';
    /* display: block; */

    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.btnBacMap {
    background-color: #0296DA;
    width: 100%;

}

p {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.cardKeyMap {
    width: auto;
    width: 200px;
    height: auto;
    background-color: white;
    padding: 20px;
    border-radius: 12px;
    position: relative;
    margin: 30px !important;
    /* top: -150px;*/
    margin-top: auto !important;
}

.cardKeyMap2 {
    width: 200px;
    height: auto;
    background-color: white;
    padding: 20px;
    border-radius: 12px;
    position: relative;
    left: 20px;
    background-color: #F2FAFF;
    /* margin-top: 30rem !important; */
}

html[dir="rtl"] .cardKeyMap {
    margin-right: 20px !important;
}

.keyBoxH6 {
    color: black !important;
    font-size: 10px;
    /* width: 300px; */
    text-align: left;
}

.keyBoxH6-home {
    color: black !important;
    font-size: 10px;
    text-align: left;
}

.text-left-title {
    text-align: left;
    margin-left: 10px;
    font-family: 'gillmedium';

}

.new-main-title {
    font-family: 'gillBold' !important;
    color: #2A4EA6 !important;
    font-size: 2rem !important;
}

.new-sub-title {
    font-family: 'gillmedium' !important;
    color: #6C727F !important;
    font-size: 20px !important;
}

.new-paragraph {
    color: #6C727F !important;
    font-family: 'gillmedium' !important;
    font-size: 16px !important;
}

.new-paragraph3 {
    color: #2A4EA6 !important;
    font-family: 'gillmedium' !important;
    font-size: 16px !important;
}

.new-main-title1 {
    font-family: 'gillBold' !important;
    font-size: 2rem !important;
}

.new-sub-title1 {
    font-family: 'gillmedium' !important;
    font-size: 20px !important;
}

.new-paragraph1 {
    font-family: 'gillmedium' !important;
    font-size: 16px !important;
}


.country-popup {
    display: none; /* Hidden by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px;
    z-index: 1000;
}
.country-popup img {
    max-width: 100px;
}
.mr-outo{
    margin-right:auto ;
}
.popup-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.close-btn {
    margin-top: 10px;
    cursor: pointer;
}

.new-main-btn {
    border-radius: 20px !important;
    color: white !important;
    background-color: #0296DA !important;
    padding: 0;
    border: none;
    font-size: 13px !important;
    font-family: 'gillBold' !important;
    margin-top: 20px;
    width: 12.5vw !important;
    height: 2.7vw !important;
    display: flex !important;
    align-content: center !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
}

.new-main-btn1 {
    border-radius: 20px !important;
    color: #0296DA !important;
    background-color: white !important;
    padding: 0;
    border: none;
    font-size: 13px !important;
    font-family: 'gillBold' !important;
    margin-top: 20px;
    width: 12.5vw !important;
    height: 2.7vw !important;
    display: flex !important;
    align-content: center !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
}

/* ================================================================================================== trangle shape on the img sec4 */

.imgSec3 {
    position: relative;
    /* Ensures that the text is positioned correctly relative to the parent */
}

.div-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 95%;
    margin: auto !important;
    margin-top: 12px !important;
}

#base {
    background: red;
    /* Base rectangle color */
    display: inline-block;
    height: 300px;
    /* Height of the rectangle */
    /* margin-left: 20px; */
    margin-top: -300px;
    position: relative;
    width: 40%;
    /* Width of the rectangle */
}

#base:after {
    border-top: 150px solid transparent;
    border-bottom: 150px solid transparent;
    border-left: 70px solid red;
    content: "";
    height: 0;
    right: -69px;
    position: absolute;
    top: 0;
    width: 0;
}

.triangle-text {
    position: absolute;
    /* Position the text above the triangle */
    /* top: -40px;  */
    left: 40px;
    /* Center the text over the shape */
    color: white;
    /* Text color */
    font-family: 'gillBold';
    font-size: 1.5rem;
    /* Adjust the font size as needed */
}

.triangle-p {
    font-family: 'gillmedium';

}

.p-long-traingle {
    font-family: 'gillLight';
    font-size: 18px
}


.image-container {
    position: relative;
    display: flex;
    align-items: flex-start;
    height: 11rem;
    width: 100%;
}

.image-container-traingle {
    position: relative;
    display: flex;
    align-items: flex-start;
    height: 489px;
    width: 100%;
}

@media (max-width:767px) {
    .image-container-traingle {
        position: relative;
        display: flex;
        align-items: flex-start;
        height: 400px !important;
        width: 100%;
    }

    .serial-imgs {
        justify-content: center !important;
    }

    .top-left-image {
        width: 50% !important;
        height: 100%;
        /* object-fit: cover; */
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        clip-path: none !important;

    }

    .cardKeyMap {
        width: 80%;
        justify-content: center !important;
        min-width: 150px;
        height: auto;
        background-color: white;
        padding: 3px !important;
        border-radius: 12px;
        position: relative;
        /* top: -150px;
        margin-top: 30rem !important; */
    }

    .center {
        justify-content: center !important;
    }

    .header-content-home {
        position: absolute;
        top: 50%;
        left: 48%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        z-index: 2;
    }

    .header-content-home .titleheaderSlider {

        width: 10rem;
    }
}

@media (min-width:767px) {
    .serial-imgs {
        justify-content: end !important;
    }

    .ma-ab {
        margin-top: -20px !important;
    }
}


.navbar {
    position: fixed !important;
    width: 100% !important;
    height: 100px !important;
    top: 0px !important
}

.top-left-image {
    width: 80%;
    height: 100%;
    /* object-fit: cover; */
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 39% 54%);

}

.margin-top-nav {
    margin-top: 200px !important;
}

@media (min-width:867px) {
    .map-mar-left {
        margin-left: -130px !important;
    }

    html[dir="rtl"] .map-mar-left {
        margin-left: 130 !important;
    }
}



.pattern {
    position: absolute;
    right: 0;
    z-index: -10;
    top: 100vh;
    width: 50vw;
    /* 50% of the viewport width */
    height: 100%;
    /* 100% of the viewport height */
    object-fit: cover;
    /* Ensure the image covers the area without distortion */
    pointer-events: none;
    /* Prevents the image from interfering with user interactions */
}

.main-image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .mar-top-mobile-nav {
        margin: 20px;
    }
}

.text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    color: white;
    z-index: 2;
    overflow: hidden;
    display: flex;
    /* margin-top: 20 !important; */
}

@media (min-width: 1780px) {
    .text-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        height: 100%;
        padding: 20px;
        box-sizing: border-box;
        color: white;
        z-index: 2;
        overflow: hidden;
        /* margin-top: 30px !important; */
    }
}

.text-overlay {
    margin: 0;
    /* height: 1rem !important;
    overflow: scroll !important; */
    /* overflow-wrap: break-word; */
}

.The-WEFE-Hub {
    font-family: 'gillBold';
}

@media (min-width: 750px) and (max-width: 1024px) {
    .p-long-traingle {
        font-family: 'gillLight';
        font-size: 14px
    }

    .sequareImg3 {
        width: 100px !important;
        padding: 5px;

    }

    .linkNav {
        font-size: 16px !important;
        font-family: 'gillmedium' !important;
        width: 7rem;
        text-align: start !important;
        color: #3781C5 !important;
    }
}


@media (min-width: 991px) and (max-width: 1204px) {
    .social-group {
        margin: 20px;
    }

    .linkNav {
        font-size: 16px !important;
        font-family: 'gillmedium' !important;
        width: 7rem;
        text-align: start !important;
        color: #3781C5 !important;
    }

}


@media (min-width: 750px) {

    .youTu {
        position: absolute;
        top: 50% !important;
        left: 25% !important;
        transform: translate(-50%, -50%);
        width: 5.5%;
    }

    html[dir="rtl"] .youTu {
        position: absolute;
        top: 50% !important;
        right: 21% !important;
        transform: translate(-50%, -50%);
    }

    .inwar-mar {
        margin: auto !important;
    }

    .w-loc-footer {
        width: 130px;
    }

    .iconArrow {
        width: 2rem;
    }

    .mar-top {
        margin-top: 20px !important
    }

    .login-form {
        width: 27% !important;
    }

    .circleOut {
        width: 1.3rem;
        height: 1.3rem;
        border-radius: 50% !important;
        background-color: #f8fafb;
        border: 1px solid #0296DA;
        padding: 3px !important;
    }

    .cornerL1 {
        background-image: url('../imgs/cornerL.svg') !important;
        position: relative;
        bottom: 0px !important;
        left: 0px !important;
        background-size: contain;
        background-repeat: no-repeat !important;
    }

}


@media (max-width: 749px) {

    .w-partnersHead {
        width: 350px !important;
    }

    .The-WEFE-Hub .p-long-traingle {
        font-family: 'gillLight' !important;
        font-size: 8px !important
    }

    .p-long-traingle p {
        font-family: 'gillLight';
        font-size: 8px;
        height: 200px !important;
        overflow: scroll !important;

    }

    .triangle-p {
        font-size: 10px
    }

    .The-WEFE-Hub {
        font-size: 14px
    }

    .margin-mobile {
        margin-top: 20px !important;
    }

    .youTu {
        position: absolute;
        top: 27% !important;
        left: 52% !important;
        transform: translate(-50%, -50%);
    }

    html[dir="rtl"] .youTu {
        position: absolute;
        top: 24% !important;
        right: 38% !important;
        transform: translate(-50%, -50%);
    }

    .linkNav {
        font-size: 16px !important;
        font-family: 'gillmedium' !important;
        width: 7rem;
        text-align: start !important;
        color: #3781C5 !important;
    }


    .aboutImgSec2 {
        width: 100% !important;
        margin: auto;

    }

    .mapBac {
        background-image: url('../imgs/mapBac.svg');
        width: 100%;
        margin: 0px !important;
        background-size: cover;

    }

    .diagram {
        width: 100% !important;
    }

    .mt-footer {
        margin-top: 20px !important;
    }

    .copImgSec2 {
        width: 100% !important;
    }

    .logoBoxMar {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .ourPartners-head-p p {
        font-size: 12px !important;
    }

    .homeImgTxtH1 {
        font-family: 'gillBold';
        font-size: 2.1rem;
    }

    .homeImgTxtP {
        font-size: 1.5rem;
    }

    .link-foot-google {
        margin-top: 10px !important;
    }

    .footer {
        padding: 2rem !important;
    }

    .publi-card-h1 {
        font-family: 'gillBold';
        font-size: 13px !important;
    }

    .publi-card-p {
        font-family: 'gillmedium';
        font-size: 11px !important;
        margin: 0px !important;

        display: -webkit-box !important;
        -webkit-line-clamp: 4 !important;
        /* Number of lines to show */
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        max-height: 7rem !important;
        /* Adjust based on line-height */
    }

    .inwar-mar {
        margin: 0px !important;
    }

    .INWRDAMNutshell {
        margin-top: 20px !important;
    }

    .sequareImg,
    .sequareImg2 {
        height: 240px !important;
    }

    .w-square {
        width: 100% !important;
    }

    .font-text-overlay-blue {
        font-size: 10px !important;
    }

    .iconArrow {
        width: 1.6rem;
    }

    .mar-top-mobile {
        margin-top: 30px !important;
    }

    .login-form {
        width: 60% !important;
    }

    .sequareImg3 {
        background-color: #F2FAFF;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* Center content vertically */
        align-items: center;
        /* Center content horizontally */
        min-height: 90px !important;
        width: 80px !important;
        height: 100px;
        padding: 5px;

    }

    .sec2Imgs {
        height: 100px !important;
    }

    .sec2ImgsC {
        height: 100px !important;
    }

    .numTube {
        font-size: 15px !important;
    }

    .numTube2 {
        font-size: 40px !important;
    }

    .sequareText {
        font-size: 9px !important;
        line-height: 0.7rem !important;
    }

    .sequareText2 {
        font-size: 16px !important;

    }

    .readMoreBtnTringle {
        font-size: 10px;
    }

    .circleOut {
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 50% !important;
        background-color: #f8fafb;
        border: 1px solid #0296DA;
        padding: 2px;
    }

    .w-img-sec5 {
        display: block;
        width: 100%;
        height: 80% !important;
    }

    .w-img-sec52 {
        display: block;
        width: 100%;
        height: 38% !important;
        margin-top: 20px !important;
    }

    .cardWork {
        position: relative;
        top: 20px !important;
        /* width: 23rem; */
        top: 20px !important;
        /* margin: auto !important; */
        margin: 30px auto !important;
    }

    .copImgSec2 {
        margin-top: 20px;
    }

    .cop-input {
        width: 60% !important;
    }

    .cardConatct {
        width: 80% !important;
        box-shadow: 0px 0px 10px #00000029;
        border-radius: 29px;
    }
}


/* ========================================================================================================= */

/* tube text */
.box-foot {
    height: 3rem !important;
    justify-content: center;
    display: flex;
    align-items: center;
}

.testemonial-card-img {
    width: 48% !important;
    height: 262px !important;
    object-fit: cover !important;
}

.aboutImgSec2-mar {
    margin-top: 15% !important;
}

.aboutImgSec2-mar2 {
    margin-top: 2% !important;
}

.w-img-sec5 {
    display: block;
    width: 100%;
    height: 75vh;
    object-fit: cover;
    border-radius: 20px;
}

.he {
    height: 170px !important;
}

.tube-container {
    position: relative;
    width: 95%;
    margin: auto !;
}


.w-img-sec52 {
    display: block;
    width: 100%;
    height: 34.3vh;
    object-fit: cover;
    border-radius: 20px;

}

.mt-sec4 {
    margin-top: 6.4vh !important;
}

.tube-text {
    position: absolute;
    height: 4rem;
    bottom: 0px;
    /* Adjust as needed */
    left: 0;
    right: 0;
    color: white;
    /* Text color */
    /* text-align: center; */
    font-family: 'gillBold';
    padding: 10px 0;
    /* Vertical padding */
    font-size: 1.8em;
    /* Adjust font size */
    width: 100%;
    /* Make it full width of the image */
    border-radius: 0px 0px 20px 20px;
    opacity: 1;
    backdrop-filter: blur(22px);
    line-height: 2rem;
    /* -webkit-backdrop-filter: blur(36px); */

}

.tube-text2 {
    position: absolute;
    height: 4rem;
    bottom: 0px;
    left: 0;
    right: 0;
    color: white;
    /* text-align: center; */
    font-family: 'gillmedium';
    padding: 10px 0;
    font-size: 1.2em;
    width: 100%;
    border-radius: 0px 0px 20px 20px;
    opacity: 1;
    backdrop-filter: blur(22px);
    line-height: 1.3rem;

    -webkit-position: absolute;
    /* -webkit-height: 28%; */
    -webkit-bottom: 0px;
    -webkit-left: 0;
    -webkit-right: 0;
    -webkit-color: white;
    /* text-align: center; */
    /* -webkit-font-family: 'gillBold'; */
    -webkit-padding: 10px 0;
    -webkit-font-size: 0.8em;
    -webkit-width: 100%;
    /* -webkit-border-radius: 0px 0px 22px 22px; */
    -webkit-opacity: 1;
    -webkit-backdrop-filter: blur(22px);

}

/* ====================================================================================== */

.w-img-sec6 {
    width: 100%;
    height: 30rem !important;
}

.AboutINWRDAM-P-Long-sec5 {
    font-family: 'gillmedium';

}

.INWRDAMNutshell {
    width: 90%;

}

.section6 {
    background-color: #F5F5F5;
}


/* ====================================================================================== */


.section7H3 {
    font-family: 'gillmedium' !important;
    color: #2A4EA6;
    font-size: 2.5rem;
}

.section7-P {
    color: #6C727F;
    font-size: 17px;
}

.signInCard {
    margin-top: 20px;
    background-color: white;
    padding: 30px;
    box-shadow: 0px 0px 10px #00000029;
    height: auto;
    width: 60%;
}

.signInLabel {
    font-family: 'gillmedium';
    font-size: 13px;
}

.inputSignIn {
    background-color: #F5F5F5 !important;
    border-radius: 20px !important;
    border: none !important;
}

.inputSignIn::placeholder {
    background-color: #F5F5F5 !important;
    font-size: 13px;
}

.signUpH5 {
    font-family: 'gillBold';
    color: #2A4EA6;


}

.btn-signUp {
    margin-top: 20px;
    border-radius: 20px !important;
    padding: 5px 40px !important;
    background-color: #006593 !important;
    color: white !important;
    font-size: 14px !important;
    font-family: 'gillBold' !important;

}

.liFooterNav:hover {
    font-weight: 700 !important;
    color: black;
}

/* ======================================================================================footer */


.iconArrow2 {
    width: 1.3rem;

}

.w-80 {
    width: 80%;
}

.footer {
    background-color: #E5EDF5;
    padding: 3.5rem;

}

.footer-with-copyRight {
    position: absolute;
    /* bottom: 0px; */
    width: 100%;

    /* height: 100%; */
}

/* body{
    height: 100%;
    display: flex;
    flex-direction: column;
} */
.navbar {
    height: 9.3vh !important;
}


@media (min-width: 1200px) {
    .w-90-lg {
        width: 90% !important;
        /* Apply the width only for large screens */
    }

    .mx-auto-lg {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.liFooter {
    list-style-type: none !important;
    color: #6C727F;
    font-family: 'gillmedium';
    font-size: 14px;
    text-decoration: none;
    padding: 3px;
}

.tdFooter {
    font-family: 'gillBold' !important;
    font-size: 16px !important;
    margin: 0px;
    margin-left: 2px;
}

.FooterLi-sm {
    list-style-type: none !important;
    font-size: 11px;
}

.contactTxtsm {
    list-style-type: none !important;
    font-size: 12px;
}

.all-rights-reserved-div {
    background-color: #354052;
    padding: 10px 0px;
}

.all-rights-reserved {
    color: #667388;
    font-family: 'gillBold';
    font-size: 13px;

}

.p-contact {
    font-size: 12px;
    color: #667388;
    font-family: 'gillBold';


}

.contactTitle {
    color: #0296da !important;
}

/* ================================================================================about page */
.header-image-about {
    background-image: url('../imgs/headImg.png');
    /* Replace with your image URL */
    height: 100vh;
    /* Full height */
    background-size: cover;
    /* Cover the entire section */
    background-position: center;
    /* Center the image */
    position: relative;
    /* Position for absolute elements */
    /* opacity: 0.4; */


}

.sh2 {
    position: relative;
    left: -110px;
    top: 20px;
}

.circ {
    position: relative;
    left: 70px;
    top: 30px;
}

.img-container-about {
    position: relative;
    display: inline-block;
}

.overlay-text-about {
    position: absolute;
    top: 20px;
    left: 10px;
    color: rgb(12, 11, 11);
    font-size: 20px;
    padding: 5px;
}

.txt-about-shape {
    font-size: 18px !important;
    margin-left: 70px;
    font-weight: 700 !important;
    color: #005a56;
}

.mapBac {
    background-image: url('../imgs/mapBac.svg');
    width: 90%;
    margin: auto !important;
    background-size: cover;

}

.txt-about-shape-p {
    font-size: 12px !important;
    margin-left: 70px;
    font-weight: 700 !important;


}

.sec3-About {
    background-color: #016593;
    padding: 34px;
}

.about-sec3-P {
    color: white;
    font-family: 'gillLight' !important;
    font-size: 19px;

}

.About-sec3-P2 {
    color: white;
    font-family: 'gillmedium';
    font-size: 22px;


}

.txt-icon-sec3 {
    font-size: 40px;
    font-family: 'gillBold';
    color: white;
    text-align: center;

}

.sec4-About {
    background-color: #F5F5F5;
    padding: 34px;

}

.about-sec4-P {
    color: #606060;
    font-family: 'gillLight' !important;
    font-size: 19px;


}

.About-sec4-P2 {
    color: #6C727F;
    font-family: 'gillmedium';
    font-size: 22px;

}

.txt-icon-sec4 {
    font-size: 40px;
    font-family: 'gillBold';
    color: #016593;
    text-align: center;

}

/* ============================================================================================== */


.header-image-pages {
    height: 40vh;
    /* Full height */
    background-size: cover;
    /* Cover the entire section */
    background-position: center;
    /* Center the image */
    position: relative;
    /* Position for absolute elements */
    /* opacity: 0.4; */
    /* background-color: #0296DA !important; */
    background-image: url('../imgs/bacHead.png') !important;



}

.memberStates {
    color: #6C727F;
    font-size: 20px;
    font-family: 'gillLight' !important;


}

/* ==============================================================================================member States */


.countryCard {
    background-color: #F8F8F8;
    padding: 20px;
    box-shadow: 0px 0px 10px #00000029;
    height: 100%;
}

.flag-card-icon {
    display: block;
    margin: 0 auto 10px;
    width: 57%;
    height: 110px;
    object-fit: cobtain;
}

.team-img {
    width: 250px !important;
}

.flagName {
    color: #0296DA;
    font-family: 'gillBold';
    margin-bottom: 10px;
}

.titleCard {
    font-family: 'gillBold';
    text-align: left;
    font-size: 11px;
    color: #2A4EA6;
}

.locationCard-p {
    font-family: 'gillLight' !important;
    font-size: 13px;
    ;
    text-align: left;


}

.span-title-icon {
    color: #006593;
    font-family: 'gillLight' !important;
    margin: 4px;
    font-size: 13px;
}

.country-num-card {
    font-family: 'gillLight' !important;
    text-decoration: underline;
    margin-top: 4px;
    font-size: 11px !important;

}

.txt-card {
    font-family: 'gillLight' !important;
    font-size: 9px;
    height: 15px;
}


/* ==============================================================================================inwrdam team */

.container-img {
    position: relative;
    display: inline-block;
    margin-top: 70px;
}

/* .container-img img{
    height: 300px;
} */
/* .container img {
    display: block;
} */

.box {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 100px;
    background-color: #0296DA;
    color: white;
    text-align: center;
    line-height: 50px;
}

.b-r-15 {
    border-radius: 15px;
}

.b-rb-15 {
    border-radius: 15px;
}

.horLineWhite {
    border-bottom: 1px solid white;
}

.horLine {
    border-bottom: 1px solid #6C727F;
}

a {
    text-decoration: none !important;
    /* color: #2A4EA6!important; */
}

.linkedin-P {
    text-decoration: underline;
    font-family: 'gillLight';
    color: rgb(253, 252, 252);
    font-size: 11px;
    height: 10px;

}

.txtFirstLast {
    font-size: 13px;
    font-family: 'gillBold';

}

.jobTitle-p {
    height: 15px;
    margin-bottom: 5px;
    margin-top: -8px;
    font-family: 'gillmedium';
    font-size: 13px;

}

.mt-10 {
    margin-top: 80px !important;
}

/* ====================================================================================ourPartners */

.ourPartners-head-p p {
    font-size: 15px;
    font-family: 'gillLight';
    text-align: left;

}

.logoBox {
    /* padding: 40px 60px; */
    width: 200px;
    height: 10rem !important;
    box-shadow: 0px 0px 6px #00000029;
    margin: auto !important;

}

/* ====================================================================================OIC */

.oic-log-p {
    color: #6C727F;
    font-size: 18px;
    line-height: 1.4rem;
    font-family: 'gillLight' !important;
}


/* ====================================================================================COP */
.news-card-P {
    font-family: 'gillmedium';
    color: #6C727F;
    font-size: 13px;
}

.copImgSec2 {
    object-fit: cover;
    height: 400px;
    width: 90%;
}

.sliderCopImg {

    width: 190px;
    height: 140px;

}

.cardCop {
    /* box-shadow: 0px 0px 10px #00000029; */
    display: flex;
    flex-direction: column;
    border-radius: 17px;
    width: 20rem;
    height: 100%;
    margin-top: 10px;
    overflow: hidden;
}

/* .readMoreCop{
    position: relative;
    bottom: 0px;
} */

.card-img-cop {
    width: 20rem;
    height: 300px !important;
    object-fit: cover;
}

.cop-card-h6 {
    font-size: 13px;
    font-family: 'gillBold';
    /* margin-left: 9px; */

}

.cop-card-P {
    font-size: 14px;
    color: #394150 !important;
    font-family: 'gillmedium';


}

.verLine {
    border-bottom: 1px solid #D6D6D6;
}

.readMoreTxt {
    font-size: 13px;
    font-family: 'gillmedium';
    color: #2A4EA6 !important;

}

.copCardTit-P {
    font-family: 'gillmedium';
    color: #6C727F;
    font-size: 24px;
}

.coph2Title {
    font-size: 42px;
    font-family: 'gillBold';
    color: #2A4EA6;

}

/* ========== */

.input-container {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.input-wrapper {
    position: relative;
    flex: 1;
}

.cop-input {
    border-radius: 20px;
    background-color: #F8F8F8;
    padding-right: 40px;
    border: none;
    width: 30%;
}

.cop-input2 {
    border-radius: 20px;
    background-color: #F8F8F8;
    padding-right: 40px;
    border: none;
}

.input-icon-news {
    position: absolute;
    right: 22%;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    pointer-events: none;
}

.input-icon {
    position: absolute;
    right: 72%;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    pointer-events: none;
}

/* html[dir="rtl"] .input-icon {
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-10%);
    width: 15px;
    height: 15px;
    pointer-events: none;} */


.input-icon2 {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    pointer-events: none;
}

.cop-input::placeholder {
    color: #6C727F;
    font-family: 'gillmedium';
    font-size: 13px;
    padding: 4px;
}



.header-image-workshop {
    background-image: url('../imgs/headImg.png');
    height: 80vh;
    background-size: cover;
    background-position: center;
    position: relative;
    /* opacity: 0.4; */



}

.header-image-event {
    background-image: url('../imgs/headImg.png');
    height: 80vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.header-image-event::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.header-image-story {
    /* background-image: url('../imgs/headImg.png'); */
    height: 80vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.header-image-story::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.header-image-workshop::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

/* ====slider */


.slider-wrapper {
    position: relative;
}

.slider-container {
    position: relative;
    width: 90%;
    overflow: hidden;

}

.slider-container2 {
    position: relative;
    /* width: 80%; */
    overflow: hidden;
}

.slider-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider-slide {
    min-width: 25%;
    box-sizing: border-box;
}

.slider-slide img {
    width: 90%;
    height: 170px;
    margin: auto
}

.sliderAbout {
    width: 90%;
    height: 170px !important;
    margin: auto;
    object-fit: cover;

}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: white;
    border: none;
    cursor: pointer;
    padding: 2px;
    font-size: 24px;
    /* z-index: 99; */
    border-radius: 50%;

}

/* .slider-nav.left {
    left: 30px;
  } */

.slider-nav.right {
    right: 0px;
    z-index: 2;

}

.left2 {
    left: 90px;
    z-index: 2;

}

.right2 {
    z-index: 2;

    right: 90px;
}

/* ==================================================================workshop */

.workshopCardLong {
    background-color: #F8F8F8;
    padding: 30px;
}

.workshopNum {
    background-color: #3781C5;
    padding: 7px 10px;
    width: 50px;
    color: white;
    font-weight: 600;
    font-size: 25;
}




.Key-action {
    text-align: center;
    font-size: 20px;
    font-family: 'gillBold';

}

.workshopNum-P {
    color: #3781C5;
    font-size: 14px;
    font-family: 'gillmedium';
    text-align: center;

}

.cardWork {
    position: relative;
    top: 0px;
    /* width: 23rem; */
}



.worshop-h3 {
    font-family: 'gillBold';

}

/* .generalInfo{
    padding: 20px 0px;
} */

.dateWorkshop {
    font-family: 'gillBold';
    font-size: 14px;
}

.general-txt-p {
    color: #6C727F;
    font-size: 14px;
    font-family: 'gillLight';

}

.Introduction-h4 {
    font-family: 'gillBold';

}

.Introduction-p {
    font-family: 'gillLight';
    color: #6C727F;

}

.Participants-h4 {
    font-family: 'gillBold';

}

.institute {
    color: #6C727F;
    font-family: 'gillLight';


}


.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.w-40 {
    width: 40% !important;
}

/* ===================================================================news and events */


.custom-item-tab {
    background-color: #F8F8F8;
    width: 10rem;
    border-radius: 20px;
    text-align: center;
    color: #BABABA;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    font-family: 'gillmedium' !important;

}

.newsImage {
    width: 200px;
    height: 100%;
    object-fit: cover;
}

.custom-nav-link {
    color: #BABABA;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* height: 100%; */
    border-radius: 20px;
    text-decoration: none;
    padding: 5px !important;
    font-family: 'gillmedium' !important;


}

.custom-nav-link.active {
    background-color: #3781C5;
    color: white !important;
    /* font-weight: bold; */
}


.nav-link.active {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;


}

.custom-nav-link:not(.active):hover {
    background-color: #E0E0E0;
    color: white;
}

.input-container-card {
    position: relative;
    width: 100%;
    border: none !important;
}

.input-container-card input {
    width: 100%;
    padding-right: 40px;
    border-radius: 20px;
    background-color: #F8F8F8;
    border: none;
}

.input-container-card .input-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}


/* Styling the select element */
.input-news {
    padding: 7px 14px !important;
    color: #6C727F !important;
    font-family: 'gillmedium' !important;
    font-size: 13px !important;
}

/* Styling the options within the select dropdown */
.input-news option {
    color: #6C727F !important;
    font-family: 'gillmedium' !important;
    font-size: 13px !important;
    padding: 7px !important;
}

/* Customizing the placeholder look */
.input-news option[disabled] {
    color: #6C727F !important;
    /* Match placeholder color */
    font-family: 'gillmedium' !important;
    font-size: 13px !important;
    display: none;
}


.bacTab:active {
    background-color: #3781C5 !important;
    width: 10rem;
    border-radius: 20px;
    text-align: center;
    color: white !important;
    padding: 30px !important;
    /* height: 30px !important; */
}

/* ======================================================================================================Vacancies */

.orange {
    color: #F9BC2D !important
}

.red {
    color: #E45F30 !important;
}

.purple {
    color: #E45F30 !important;
}

.cardVacancies {
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 15px;
    padding: 18px;
    height: 100%;
}

.cardVacancies:hover {
    background-color: #F2FAFF !important;
    cursor: pointer !important;


}

.cardCop:hover {
    background-color: #F2FAFF !important;
    cursor: pointer !important;
    height: 100%;
    /* height: 30rem; */


}

.newsCard:hover {
    background-color: #F2FAFF !important;
    cursor: pointer !important;
    /* height: 100%; */
    /* height: 30rem; */


}

.programOfficer-h5 {
    font-family: 'gillBold';
    margin-left: 10px;
    color: #2A4EA6;
    height: 38px;

}

.h-subProg-img {
    height: 170px !important;
    object-fit: cover;
}

.fullTime-txt {
    font-size: 14px;
    color: #09AD45;
    font-family: 'gillmedium';

}

.vacanciesLocation {
    color: #6C727F;
    font-family: 'gillBold';
    font-size: 13px;

}

.Deadline {
    font-size: 13px;
    color: #6C727F;
}

.dateCardVacancies {
    font-size: 14px;
    color: #3781C5;
    font-family: 'gillmedium';


}

.btn-apply {
    color: white;
    border-radius: 30px;
    padding: 2px 20px;
    background-color: #3781C5 !important;
    font-size: 10px !important;
    border: none;
    height: 32px;
    width: 7rem;
}

.btn-apply2 {
    color: white;
    border-radius: 30px;
    padding: 2px 20px;
    background-color: #3781C5 !important;
    font-size: 10px !important;
    border: none;
    height: 35px;
    width: 10rem;
}

/* ======================================================================================================job details */

.programOfficer-h2 {
    font-family: 'gillBold';
    color: #6C727F;


}


.full-p {
    color: #09AD45;
    font-family: 'gillmedium';

}

.h-slider-img {
    height: 18rem !important;
    border-radius: 15px;
}

.programOfficer-p {
    color: #6C727F;
    font-family: 'gillmedium';

}

.programOfficer-p2 {
    color: #6C727F;
    font-family: 'gillmedium';
    font-size: 20px;
}

.w-98 {
    width: 98% !important;
    margin: auto !important;
}

.summaryCard {
    padding: 20px 30px;
    background-color: #F8F8F8;
}

.summaryTitls {
    font-family: 'gillmedium';
    font-size: 14px;

}

.summaryP {
    color: #6C727F;
    font-size: 14px;
}

.summaryTxt {
    font-family: 'gillBold';
}

.DOWNLOAD-Btn {
    background-color: #3781C5;
    padding: 10px 30px;
    border-radius: 20px;
    color: white;
    border: none;
    width: 100%;
    font-size: 12px;
    font-family: 'gillmedium';

}

/* ============================================================================footPrint */

.header-image-footPrint {
    background-image: url('../imgs/children.png');
    height: 60vh;
    background-size: cover;
    background-position: center;
    position: relative;


}

.project1TextOver {
    position: relative;
    background-color: #172650;
    color: white;
    top: -40px;
    text-align: center;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 11px;
    height: 40px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 1;
}

.programTextOver {
    position: relative;
    background-color: #172650;
    color: white;
    top: -40px;
    text-align: center;
    border-radius: 0 0 15px 15px;
    font-size: 14px;
    height: 50px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 1;
    width: 90%;
    margin-left: 13px !important;
    padding: 10px !important;
    font-size: 10px;

}

.dots-container {
    text-align: center;
    margin-top: 10px;
}

.img-icon-foot {
    height: 35px;
    object-fit: contain;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dot.active {
    background-color: #717171;
}


.width-programTextOver {
    width: 275px;
}

@media (max-width:700px) {
    .width-programTextOver {
        width: 300px;
    }

    .h-slider-img {
        width: 270px !important;
    }

    .custom-slider-container {
        position: relative;
        width: 300px;
        margin: auto;

    }

    .font-our-prog-tab {
        font-size: 8px !important;
    }
}

.img-con-foot {
    width: 220px;
    margin: 10px;
}

.project-Imgs {
    height: 30rem;
    object-fit: cover;

}

.OurFootprint-h2 {
    font-family: 'gillBold';
    color: #2A4EA6;
}


.OurFootprint-p-long {
    color: #6C727F;
    font-size: 19px;
    font-family: 'gillmedium';

}

.h-country-des-img {
    height: 30rem !important;
    object-fit: cover;
}

.contrycard {
    background-color: #F8F8F8;
    width: 18rem;
    padding: 10px 20px;
}

.contrycard2 {
    background-color: #F8F8F8;
    width: 18rem;
    padding: 20px;
}

.contrycard2:hover {
    background-color: #d2d3d3;

}

.contrycard:hover {
    background-color: #d2d3d3;
    /* border: 5px solid #006593; */
    /* border-radius: 32px; */
}

.countryNameCard {
    font-family: 'gillmedium';
    font-size: 15px;


}

.cardRelative {
    position: relative;
    top: -300px;
    z-index: 2;


}

.fixed {
    position: sticky;
    top: 63px;
    z-index: 200;
}

.backgroundCard {
    background-color: #F8F8F8;
    width: 18rem;

}

.h2-countryName {
    font-family: 'gillBold';


}


/* ============================================================================achievement */


.header-image-achievement {
    background-image: url('../imgs/enviro.png');
    height: 60vh;
    background-size: cover;
    background-position: center;
    position: relative;
    /* opacity: 0.4; */


}

.achievementTxt {
    font-family: 'gillBold';

}

.achievement-p {
    color: #6C727F;
    font-family: 'gillmedium';
    font-size: 18px;

}

.sliderAchievement {
    background-color: #F5F5F5;
    padding: 70px;
}

.GalleryTxt {
    text-align: center;
    color: #2A4EA6;
    font-family: 'gillBold';


}

.horLineHub {
    width: 90% !important;
    border-bottom: 1px solid #c7c4c4;
    margin: 24px 0px 24px 0px !important;
}

.horLineHub2 {
    width: 90% !important;
    border-bottom: 1px solid #c7c4c4;
    margin: 15px 0px 15px 0px !important;
}

/* =========================================================================================our Program */

.ourProg {
    background-color: #F5F5F5 !important;
    padding-bottom: 50px !important;
}

.ourProg-h3 {
    color: #2b4ea6;
    font-family: 'gillBold';

}

.h-img-prog {
    height: 20rem !important;
}

.ourProg-p {
    font-family: 'gillmedium';
    color: #6C727F;
    font-size: 14px;
    margin-left: 0px;
    line-height: 1.4rem !important;
}

.out-prog-sec1 {
    height: 25rem !important;
    object-fit: cover;
}

.btn-read-ourProgram {
    color: white;
    border-radius: 30px;
    padding: 2px 20px;
    background-color: #0296DA !important;
    /* font-size: 10px !important; */
    border: none;
    height: 32px;
    width: 9rem;
}


.btn-read-ourProgram2 {
    color: white;
    border-radius: 30px;
    padding: 2px 20px;
    background-color: #0296DA !important;
    /* font-size: 10px !important; */
    border: none;
    height: 32px;
    width: 9rem;
    margin: 10px 0px;
}

/* ===================================================================publication */

.publi-card-h1 {
    font-family: 'gillBold';
    font-size: 18px;
}

.publi-card-p {
    font-family: 'gillmedium';
    font-size: 13px;
    margin: 0px !important;

    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    /* Number of lines to show */
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-height: 7rem !important;
    /* Adjust based on line-height */
}

.img-Publication {
    height: 270px;
    object-fit: cover;
}

.card-publi {
    /* box-shadow: 0px 0px 10px #00000029; */
    padding: 30px 10px;
    height: 20rem;
    text-decoration: none !important;
}

.card-publi:hover {
    box-shadow: 0px 0px 10px #00000029;
    /* padding: 30px 10px;
height: 20rem; */
    text-decoration: none !important;
    background-color: #F2FAFF;

}

.imgCardPubli {
    height: 100% !important;
    width: 80%;
}

.borderLeft {
    border-left: 1px solid #D6D6D6;
    height: 18px;
    margin-top: 3px;

}

.datePupli {
    background-color: #F8F8F8;
    border-radius: 20px;
    font-family: 'gillmedium';
    font-size: 10px;
    /* margin: auto 0px; */
    width: 140px;
    /* padding: 10px; */

}

.date-publi-Txt {
    padding: 5px;
    margin-bottom: 0px;
}


/* ===================================================================publication details */

.published-txt {
    font-family: 'gillBold';

}

.downloadBtnBublication {
    position: relative;
    top: -35px;
    color: white !important;
    background-color: #3781C5 !important;
    font-size: 14px !important;
    width: 200px;
    border-top-left-radius: none !important;
    border-top-right-radius: none !important;
}

.publi-details-date {
    font-family: 'gillmedium';
    color: #6C727F !important;
    font-size: 16px;
    /* color: #6C727F; */
}

.text-details-p {
    font-family: 'gillBold' !important;
    font-size: 13px !important;

}

.small-box {
    background-color: #F8F8F8;
    width: 200px;
    padding: 20px 10px;
}

.info-p-details {
    color: #6C727F;
    font-size: 14px;
}

.title-publi {
    font-family: 'gillBold';

}

.g-info-p {
    color: #6C727F;
    font-family: 'gillmedium';
    font-size: 14px;
}

.g-info-p-bold {
    font-family: 'gillBold';
    font-size: 14px;


}

.g-info-h4 {
    font-family: 'gillBold';

}

.summaryTxt2 {
    font-family: 'gillBold';
    font-size: 20px !important;


}

.summary-p2 {
    color: #6C727F;
    font-family: 'gillmedium';
    font-size: 18px !important;
}

/* ===================================================================our stories */


.row {
    margin-right: 0;
    margin-left: 0;
}

.ourStories-sec {
    padding-right: 0;
    padding-left: 0;
}

.storiesName {
    font-family: 'gillBold';

}

.storiesDate {
    font-size: 14px;
    color: #6C727F;
    font-family: 'gillLight';

}

.stories-p {
    font-family: 'gillmedium';

}

.btn-view-details {
    color: white;
    border-radius: 30px;
    padding: 2px 20px;
    background-color: #3781C5 !important;
    /* font-size: 10px !important; */
    border: none;
    height: 32px;
    width: 8rem;
    font-family: 'gillmedium';

}

.btn-view-SUBMIT {
    color: white;
    border-radius: 30px;
    padding: 10px 20px;
    background-color: #3781C5 !important;
    font-size: 10px !important;
    border: none;
    height: 32px;
    width: 8rem;
    font-family: 'gillmedium';
    text-align: center;

}

.readMore {
    color: white;
    border-radius: 30px;
    padding: 10px 20px;
    background-color: #3781C5 !important;
    font-size: 10px !important;
    border: none;
    height: 32px;
    width: 8rem;
    font-family: 'gillmedium';
}

.readMoreAboutHome {
    color: white;
    border-radius: 30px;
    padding: 10px 20px;
    background-color: #3781C5 !important;
    font-size: 10px !important;
    border: none;
    height: 32px;
    width: 8rem;
    font-family: 'gillmedium';
    margin-top: 10px;
}


.image-media {
    background-image: url('../imgs/bac.jpg');
    background-position: center;
    background-size: cover;
    /* Ensure the image covers the entire div */
    position: relative;
    height: 230px;
    /* width: 260px !important; */
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.Symposium {
    font-family: 'gillBold';

}

/* .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: #006593 !;
} */

.SymposiumNum {
    font-family: 'gillBold';

}


/* ================================================================================================gallery */


/* .gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery .item1 { grid-column: span 1; grid-row: span 1; }
.gallery .item2 { grid-column: span 1; grid-row: span 1; }
.gallery .item3 { grid-column: span 1; grid-row: span 1; }
.gallery .item4 { grid-column: span 1; grid-row: span 2; }

.gallery .item5 { grid-column: span 2; grid-row: span 1; }
.gallery .item6 { grid-column: span 1; grid-row: span 1; }

.gallery .item7 { grid-column: span 1; grid-row: span 2; }
.gallery .item8 { grid-column: span 1; grid-row: span 1; } */


.card-Testimonials {
    color: #6C727F;
    font-family: 'gillmedium';
    font-size: 13px;
    text-align: center;
}

.cardTestimonials {
    border: none !important;
}

.h5-Testimonials {
    font-family: 'gillmedium';
    font-size: 13px;


}

.btn-getstarted {
    background-color: white;
    /* width: 300px !important; */
    padding: 10px 50px;
    color: #0296DA;
    border-radius: 20px;
    font-size: 13px;
    font-family: 'gillBold'
}
.m-b-1rem{
    margin-top: 0rem !important;
    margin-bottom: 1rem !important;
}


.btn-getstarted:hover {
    background-color: #F2FAFF;
    /* width: 300px !important; */
    padding: 10px 50px;
    color: #0296DA;
    border-radius: 20px;
    font-size: 13px;
}

/* ======================================================================================================contact us */

.contact-p {

    color: #6C727F;
    font-family: 'gillmedium';

}

.cardConatct {
    width: 50%;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 29px;
}

.input-place {
    border-radius: 20px !important;
    background-color: #F8F8F8 !important;
    padding: 10px;
}

.m-field {
    margin-bottom: 15px;
    cursor: pointer;
}

.form-label-tit {
    font-family: 'gillLight';
    font-size: 14px
}

.input-place::placeholder {
    color: #B4B4B4 !important;
    font-family: 'gillLight';
    font-size: 13px;

}

.getInTouch {
    font-family: 'gillBold';
    color: #3781C5;
}

.colorH2 {
    color: #3781C5 !important;
}

.box-loc-inTouch {
    width: 60%;
    padding: 20px;
}

.OfficesJordan {
    background-color: #F8F8F8;
    padding: 20px;
    border-radius: 0px 15px 15px 0px;
    width: 49% !important;


}

.p-loc-intouch {
    color: #35221C;
    font-family: 'gillmedium';
    font-size: 13px;


}

.callAndDrop-txt {
    font-family: 'gillBold';
    font-size: 16px;


}

.telNum {
    color: #0296DA;
    font-size: 14px;
}

.telNum2 {
    color: #0296DA;
    font-size: 12px;
}

.jordanOfficestext {
    font-family: 'gillBold';

}


/* ======================================================================================================personal information*/

.personalInfo {
    font-size: 13px;
    color: #6C727F;
    font-family: 'gillmedium';
    text-align: center;
}

.personalInfoTxt {
    /* font-size: 14px; */
    color: #000000;
    font-family: 'gillBold';
    text-align: center;
}

.UploadPic {
    text-decoration: underline;
    text-align: center;
}

.info-form {
    width: 50% !important;
}

.uploadDiv {
    padding: 20px;
    background-color: #F8F8F8;
}

.uploadCV {
    font-family: 'gillBold';
    font-size: 14px;

}

.upload-p {
    color: #767676;
    font-size: 13px;
    font-family: 'gillmedium';

}

.forget {
    color: #6C727F;
    font-family: 'gillBold';
    font-size: 12px;
    text-align: center;

}




.counter-container {
    display: flex;
    /* align-items: center;
    justify-content: center; */
}

.counter-button {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: orange;
    color: white;
    font-size: 24px;
    border: none;
    cursor: pointer;
}

.counter-value {
    width: 30px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* =================================================================================== */
.h6LinkModal {
    color: #3781C5;
    font-size: 17px;
    margin-left: 10px;
}

.p-linkModal {
    color: #667388;
    font-size: 11px;
}

/* .modalFooter{
    width: auto !important;
} */


/* ========================================================================================================================= */

p {
    margin: 12px;
}

#Resorts a {
    font-family: hind, sans-serif;
}

#Resorts a:hover path:first-child {
    fill: #AFD7D6;

}

#Resorts a text {
    visibility: hidden;
    font-size: 36px;
    text-decoration: underline;
}

#Resorts a:hover text {
    visibility: visible;
}

#Resorts .resort {
    fill: #D9D9D9;

}

#Resorts .geo-ind,
#Resorts .title {
    fill: #005a56;

}

#Resorts rect {
    fill: transparent;
    border: 1px solid black !important;

}

#resortMap {
    width: 80%;
    margin: auto;
}

/* .antialiased{
    border: 1px solid black !important;

} */


/* ============================================================================ flag show*/
.country {
    fill: #cccccc;
    stroke: #000000;
    stroke-width: 1px;
    cursor: pointer;
}

.country:hover {
    fill: #999999;
}

.flag-popup {
    display: none;
    position: absolute;
    width: 100px;
    /* Adjust as needed */
    height: 60px;
    /* Adjust as needed */
    background-size: cover;
    border: 1px solid #2A4EA6;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-align: center;
}

.flag-popup img {
    max-width: 100%;
    max-height: 100%;
}

/* ============================================================================ story Details*/

.storyDetailsNum {
    background-color: #000000;
    padding: 7px 10px;
    width: 50px;
    color: white;
    font-weight: 600;
    font-size: 25;
}

.storyDetails {
    position: relative;
    width: 23rem;
}

.storyDetailsImg {
    width: 100%;
}

.h6-storyDetails {
    font-family: 'gillBold';

}

.p-storyDetails {
    color: #6C727F;
    font-size: 14px;
    font-family: 'gillmedium';

}

.p2-storyDetails {
    color: #000000;
    font-size: 15px;
    font-family: 'gillmedium';
    line-height: 1.2rem;

}


.viewStroy-btn {
    color: #3781C5;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px solid #3781C5;
    border-radius: 30px;
    padding: 5px 30px;
    font-size: 13px;
    font-family: 'gillmedium';

}

.storiesDetailsCards {
    width: 90%;
    margin: auto;
}

.colorH2Stories {
    color: #3781C5;
}

.story-card {
    width: 93%;
    margin: auto;

}

.StoriesDetailsNum-P {
    color: #000000;
    font-size: 14px;
    font-family: 'gillBold';
    text-align: center;

}

.StoriesDetailsNum-P-card {
    font-family: 'gillmedium';
    font-size: 15px;
    color: #6C727F;
    line-height: 1.3;
}

.Key-storiesDetails {
    text-align: center;
    font-size: 28px;
    font-family: 'gillBold';

}


/* ================================================================== */

.diagram {
    text-align: center;
    margin: auto;
    width: 50%;
    margin: auto
}

.image-container-1 {
    position: relative;
    display: inline-block;
    /* Allows the container to wrap around the image */
    margin: auto;
}

.image-container-1 img {
    display: block;
    width: 80%;
    height: auto;
}

.image-container-1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Centers content vertically */

    text-align: left !important;
    /* Centers text */
    padding: 20px 7rem;
    /* Adds some padding inside the overlay */
    padding-left: 8rem;
    box-sizing: border-box;
    /* Ensures padding is included in element's total width and height */
}


.image-container-1 h3 {
    font-size: 16px;
    color: #03779c;
    font-weight: 700;

}

.image-container-1 p {
    font-size: 10px;
    font-weight: 700;
    width: 50%;

}

/* ======================================================== */

.image-container-2 {
    position: relative;
    display: inline-block;
    /* Allows the container to wrap around the image */
    margin: auto;
}

.image-container-2 img {
    display: block;
    /* width:45px; */
    height: auto;
    margin: auto;
}

.image-container-2 .overlay {
    position: absolute;
    top: 0;
    left: 10px;
    /* width: 80%; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

    text-align: left !important;
    padding: 20px 7rem;
    box-sizing: border-box;
}

.image-container-2 h3 {
    font-size: 16px;
    color: #0085d4;
    font-weight: 700;

}

.image-container-2 p {
    font-size: 10px;
    font-weight: 700;
    width: 100%;

}

/* ====================================================================== */


.image-container-r {
    position: relative;
    display: inline-block;
    /* Allows the container to wrap around the image */
    margin: auto;
}

.image-container-r img {
    display: block;
    width: 35%;
    height: auto;
    margin: auto;
}

.image-container-r .overlay {
    position: absolute;
    top: -20;
    left: 25px;
    /* width: 80%; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

    /*text-align: left !important;*/
    padding: 20px 7rem;
    box-sizing: border-box;
}

.image-container-r h3 {
    font-size: 16px;
    color: #0085d4;
    font-weight: 700;

}

.image-container-r p {
    font-size: 10px;
    font-weight: 700;
    width: 100%;
    font-family: 'gillmedium';

}

/* ====================================================================== */

.image-container-3 {
    position: relative;
    display: inline-block;
    /* Allows the container to wrap around the image */
    margin: auto;
}

.image-container-3 img {
    display: block;
    width: 80%;
    height: auto;
}

.image-container-3 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Centers content vertically */

    text-align: left !important;
    /* Centers text */
    padding: 20px 7rem;
    /* Adds some padding inside the overlay */
    box-sizing: border-box;
    /* Ensures padding is included in element's total width and height */
}

.image-container-3 h3 {
    font-size: 16px;
    color: #03779c;
    font-weight: 700;

}

.image-container-3 p {
    font-size: 10px;
    font-weight: 700;
    width: 50%;

}

/* ============================================================== */
.image-container-4 {
    position: relative;
    display: inline-block;
    /* Allows the container to wrap around the image */
    margin: auto;
}

/* .image-container-4 img {
    display: block;
    width:80%;
    height: auto;
} */
.iconDiagram {
    position: relative;
    width: 43px;
    height: 43px;
    left: -113px;
    top: 55px;
}

.diTop {
    top: 60px !important;
}

.diTopfirst {
    top: 24px !important;

}

.iconDiagram3 {
    position: relative;
    width: 43px;
    height: 43px;
    left: -116px;
    top: 53px;
}

.iconDiagram2 {
    position: relative;
    width: 43px;
    height: 43px;
    right: -115px;
}

.di2Top {
    top: 65px;

}

.iconDiagramlogoa {
    position: relative;
    width: 43px;
    height: 43px;
    right: -111px;
    top: 22px;
}

.overlay h3 {
    margin-bottom: 0px !important;

}

.image-container-4 .overlay {
    position: absolute;
    top: -18px;
    left: -10px;
    width: 100%;
    height: 147px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left !important;
    padding: 20px 7rem;
    box-sizing: border-box;
    -webkit-position: absolute;
    -webkit-top: -20;
    -webkit-left: 0;
    -webkit-width: 100%;
    -webkit-height: 100%;
    -webkit-display: flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-text-align: left !important;
    -webkit-padding: 20px 7rem;
    -webkit-box-sizing: border-box;
    align-content: center;
    align-items: center;
}
.image-container-4 .overlay2 {
    position: absolute;
    top: -16px;
    left: -9px;
    width: 100%;
    height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left !important;
    padding: 20px 7rem;
    box-sizing: border-box;
    -webkit-position: absolute;
    -webkit-top: -20;
    -webkit-left: 0;
    -webkit-width: 100%;
    -webkit-height: 100%;
    -webkit-display: flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-text-align: left !important;
    -webkit-padding: 20px 7rem;
    -webkit-box-sizing: border-box;
    align-content: center;
    align-items: center;
}
.iconDiagram-new {
    position: relative;
    width: 43px;
    height: 43px;
    left: -115px;
    top: 41px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
    display: none !important;
}


.image-container-4 h3 {
    font-size: 16px;
    font-weight: 700;
    font-family: 'gillBold';

}

.div-flex1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 46%;
    margin: auto !important;
    margin-top: 12px !important;
}

.col-lg-20 {
    flex: 0 0 auto;
    width: 20% !important;
}

.vbox-container img {
    max-width: 100%;
    max-height: 93vh !important;
}

.iconDiagram3 h3 {
    margin: 0px !important;
    font-size: 16px !important;
    font-weight: 700;
}

.image-container-4 p {
    font-size: 10px;
    font-weight: 700;
    width: 100%;
    font-family: 'gillmedium';

}

.imageDiagram {
    width: 22rem !important;
}

.overlay1 {
    position: absolute;
    top: -12px;
    text-align: center;
    left: 12;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left !important;
    padding: 20px 7rem;
    box-sizing: border-box;
    -webkit-position: absolute;
    -webkit-top: -20;
    -webkit-left: 10;
    -webkit-width: 100%;
    -webkit-height: 100%;
    -webkit-display: flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-text-align: left !important;
    -webkit-padding: 20px 7rem;
    -webkit-box-sizing: border-box;
    align-content: center;
    align-items: center;

}

.secondTxtDiagram {
    margin-top: -40px !important;
    text-align: center;
}

.ccc {
    color: #0085d4 !important;
}

.overlay1 h3 {
    margin-bottom: 0px !important;
}

.overlay img {
    width: 45px;
    height: 45px;
}

/* ==============================================================================verify code */

.verify-p-sm {
    color: #6C727F;
    font-size: 13px;
    font-family: 'gillmedium';

}

.verify-h2 {
    font-family: 'gillBold';
    color: black;
    font-size: 25px
}

.welcome-text {
    font-family: 'gillBold';
    color: #3E5FAD
}

.ver-btn {
    color: white;
    border-radius: 30px;
    padding: 10px 20px;
    background-color: #3781C5 !important;
    font-size: 13px !important;
    border: none;
    height: 32px;
    width: 8rem;
    font-family: 'gillmedium';
    text-align: center;

}

@media (max-width: 700px) {
    .MainLogo {
        width: 120px;
    }

    .navbar {
        height: 5.3vh !important;
    }

    .modalFooter {
        z-index: 1001 !important;
        box-shadow: 0px 3px 6px #00000029;
        background-color: #00000029;
        top: auto !important;
        padding-right: 2rem;
        left: 29vw !important;
    }

    .Slide {
        height: 34vh;
        object-fit: cover;
    }

    .about-title-height {
        height: 10.3vw;
    }

    .truncated-text {
        max-height: 15.4rem !important;
    }

    .text-overlay {
        width: 50%;
    }

    .p-long-traingle p {
        font-family: 'gillLight';
        font-size: 13px;
        height: 200px !important;
        overflow: scroll !important;
    }

    .font-text-overlay-blue {
        font-size: 14px !important;
    }
}

.font-family-gillBold {
    font-family: 'gillBold' !important;
}

.font-family-gillmedium {
    font-family: 'gillmedium' !important;
}