@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Poppins:ital,wght@1,500&display=swap');

:root {
    --tittle-font: "Poppins-Bold";
    --heading-font: "Poppins-SemiBold";
    --body-font: "Montserrat-Regular";
    --logo: url('../image/gea_new_logo.png');
}
.tooltip-opacity {
    opacity: 0.4;
}
.award-name h2 {
    font-size: 1.8rem;
    width: 176px;
    margin: 0 auto;
    text-align: center;
    /* display: flex; */
}
article .entry-content ul li a {
    color: #213a7e;
    text-decoration: underline;
}
article .entry-content ul li span
{
    font-size: 18px!important;
    font-family: 'Montserrat'!important;
    font-weight: 500!important;
}
.wp-caption.alignnone, article .entry-content ul li
{
    margin-bottom: 15px!important;
    font-size: 18px;
}
.forum-padding {
    padding: 50px;
}
.single-news b {
    color: #213a7a;
}
.line-short-1
{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line-short-2
{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.submit-padding
{
    padding: 3rem 0 0 0!important;
}

div#reach-container {
    height: calc(100vh - 210px);
}
.quatation span
{
    font-size: 16px;
    color: #6b6a6a;
    font-family: 'Montserrat';
    display: block;
    text-align: center;
}
.filter img
{
    cursor: pointer;
}
.filter:after {
    content: '';
    position: absolute;
    height: 75%;
    width: 2px;
    background: #213a7a;
    left: 40px;
}
.filter-box {
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 2px 6px 2px rgb(60 64 67 / 15%);
    padding: 5px 10px;
    position: absolute;
    background: #fff;
    text-transform: none;
    font-weight: 100;
    left: 5px;
    z-index: 1;
    top: 50px;
    width: 170px;
}

.page-count{
    display: flex !important;
    justify-content: end;
}

h2.category
{
    font-size: 20px;
    color: #CA0442;
    font-family: 'Poppins';
    font-weight: 700;
    padding: 14px 22px;
    background: #FAFAFA;
    margin: 0;
    border-bottom: 3px solid #CA0442;
}
.resource-new li.nav-item {
    border-bottom: 1px solid #bfbfbf;
    /* display: block; */
    width: 100%;
    position: relative;
}
/* .child-drop li {
    padding-left: 30px;
} */
.resource-new li.nav-item a.active {
    background-color: transparent!important;
    color: #CA0442!important;
}
.resource-new li.nav-item a
{
    border-radius: .25rem;
    padding: 10px 8px;
    font-weight: 500;
    font-family: 'Poppins';
    text-transform: capitalize;
}
ul#myTab
{
    /* padding: 0 15px; */
}
/* li.nav-item.for-drop-resource {
    background: #f7e7ec;
    cursor: pointer;
} */
.for-drop-resource
{
    background: #CA0442;
}
li.nav-item.for-drop-resource a {
    color: #fff;
}
/* .child-drop li:after {
    content: '';
    background: #212529;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 12px;
    border-radius: 50px;
    height: 6px;
    width: 7px;
} */
/* .child-drop li a {
    font-size: 13px;
} */
/* .child-drop
{
    background: rgb(202 4 66 / 8%)!important;
    padding: 0 15px 0 0!important;
} */
.resource-new li.nav-item.for-drop-resource a.active
{
    color:#fff!important;
}
.cover-image-resorce {
    height: 300px;
    width: 260px;
    border: 5px solid #e4e4e4;
    margin-bottom: 40px;
}


.cover-image-resorce img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.resource-para p
{
    font-size: 20px;
    color: #213a7a;
    margin-top: 5px;
    /* text-transform: capitalize; */
}
span.date
{
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
    display: block;
}

h2.category-detail {
    font-size: 20px;
    color: #CA0442;
    font-family: 'Poppins';
    font-weight: 700;
    padding: 14px 5PX;
    DISPLAY: INLINE-BLOCK;
    /* background: #FAFAFA; */
    margin: 0;
    border-bottom: 3px solid #CA0442;
}
.the-serach-bar input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid #d9d6d6;
    background: #fff;
}

.the-serach-bar input[type=text]:focus{
    outline: none;
}

.the-serach-bar button {
    float: left;
    width: 5%;
    padding: 10px;
    background: #fff;
    color: #000;
    font-size: 17px;
    border: 1px solid #d9d6d6;
    border-left: none;
    cursor: pointer;
}
.the-serach-bar button:focus {
    outline: none;
}

.the-serach-bar button:hover {

    background: #ca1145;
    border: 1px solid #ca1145;
}
.the-serach-bar button:hover  i.fa.fa-search
{
    color:#fff;
}
i.fa.fa-search
{
    color:#ca1145;
}
/* form.the-serach-bar::after {
content: "";
clear: both;
display: table;
} */

.page-item.active .page-link{
    border:none;
    background-color: #ca1145;
}
.page-item{
    margin: 0 8px;
    width: 36px;
    height: 20px;
    text-align: center;
}
.page-link{
    color: #000;
    background-color: #e5e3e3;
}

.link-sdg
{
    width: 100%;
    height: 155px;
    margin-top: -30px;
}
.link-sdg img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}






















.resource-less
{
    display: none;
    cursor: pointer;
}
.language-resource
{
    cursor: pointer;
    font-weight: 600;
}
.language-resource a
{
    color: #CA0442!important;
}
.language-resource a:hover
{
    font-weight: 700;
}
span.description
{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
span.description.active
{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: unset;
    overflow: hidden;
    text-overflow: ellipsis;
}
.resource-more
{
    cursor: pointer;
}
.blinking {
    color:#CA0343;
    font-weight: 600;
}
/* .carousel-inner .carousel-item {
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
  } */

.our-map
{
    justify-content: space-between;
    padding: 0 45px;
}
.map-dropdown.language-dropdown-parent.position-relative span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.map-dropdown.language-dropdown-parent
{
    cursor: pointer;
}
/* ----------------map-dropdown---------------------- */
.map-dropdown .witharrow
{
    background: #FAFAFA;
    padding: 10px 20px;
    height: 54px;
    width: 260px;
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #213a7a!important;
    font-family: 'Poppins', sans-serif;
    border-bottom: 3px solid #213a7a;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.11);
}
.map-dropdown.language-dropdown-parent:hover ul {
    transform: translate3d(0, 0%, 0);
}
.map-dropdown.language-dropdown-parent ul {
    transform: translate3d(0px, 20%, 0);
    width: 100%;
    z-index: 9;
}
.map-table
{
    position: absolute;
    top: 100px;
    right: 30px;
    width: 100%;
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.15);
    background: white;
    z-index: 9;
    width: 23%;
}

.map-table th {
    position: sticky;
    top: 0;
    background: #f6f6f6;
}
.map-table .table-responsive
{
    max-height: 250px;
}
.map-dropdown.language-dropdown-parent ul
{
    opacity: 0!important;
}


.map-dropdown.language-dropdown-parent ul.on {
    opacity: 1!important;
    transform: translate3d(0, 0%, 0);
    pointer-events: unset;
}
/* .resource-para p:hover
{
    color: #f07e26;
} */
.tag
{
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin:10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    font-size: 13px;
}
.tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}
.tag::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.tag:hover
{
    background: #ddd;
}

.tag:hover::after {
    border-left: 10px solid #ddd;
}




.rem-for-div2
{
    display: none;

}
a {
    color: inherit;
}
span.for-caret img {
    display: none;
    right: 35px;
    width: 20px;
    top: 20px;
    position: absolute;

}
#forget-form
{
    display: none;
}
.text-area-heading
{
    font-family: 'Montserrat';
    font-weight: 500;
    opacity: 1;
    font-size: 16px;
    padding:0px 12px;
    display: block;
}

/* .show-form
{
    display: block!important;
} */
ul.sub-menu li span img
{
    display: none!important;
}
.close-div
{
    display: none;
}
.error.notice p
{
    color: #721c24;
    background-color: #f8d7da;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
}


a:hover {
    text-decoration: none;
    color: inherit;
}

/* .entry-header2
{
    height: 300px;
    position: relative;
    background: #1d3979;
} */
.test.modal.fade.show {
    opacity: 1;
}
.close-test
{
    background: #213a7a;
    position: fixed;
    height: 40px;
    width: 40px;
    padding: 5px ;
    text-align:center;
    /* border-radius: 50%; */
    right:8px;
    top: 0;
    cursor: pointer;
    z-index: 9;
}

#test-on
{
    display: none;
}
.active-test {
    display: block!important;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 999;
    top: 0;
    /* padding:10px; */
    overflow-x: hidden;
}
.reach-h-map
{
    position: relative;
}
.reach-map-text
{
    color: #213A7A;
    font-family: 'Poppins';
    font-weight: 700;
    margin-bottom: 30px;
}
.reach-img
{
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}
.reach-img  img
{
    width: 100%;
    height: auto;
}
.position_unset
{
    position: unset!important;
}
.award-name.text-center.w-100 {
    font-family: 'Poppins';
}
.award-name.reach h2
{
    /* display: flex; */
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}
.award-image-w
{
    width:160px;
    margin: 0 auto;
}
.award-name.reach h2 strong {
    font-weight: bolder;
    font-size: 65px;
}
.award-image-w img
{
    width: 100%;
    height: 100%;
}
.news-parent .resource-image {
    overflow: hidden;
    height: 290px!important;
}
.news-parent figure
{
    margin:0;
    height: 100%;
    width: 100%;
}
.news-parent article .entry-title {
    line-height: 30px!important;
    height: 90px;
}
.news-parent .resource-content {
    padding: 25px 38px;
}
.resource.row.news {
    margin: 0 auto;
    width: 85%;
}
.news-parent article .entry-title
{
    margin: 0;
    overflow: hidden;
    width: 100%;
    font-size: 23px;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    background: #213a7a;
}
.entry-content video {
    width: 100%;
    height: 500px;
    margin-top: 50px;
}
.news-parent article header.entry-header {
    height: auto;
}
.news-parent header h2 a {
    font-size: 23px;
    font-family: 'Poppins';
    font-weight: 600!important;
    color: #fff;
    /* line-height: 1px!important; */
    text-decoration: none!important;
}
body{
    overflow-x: hidden;
}
.current_page_parent a, .current_page_item a {
    color: #CA0343!important;
}
#site-navigation
{
    padding: 0;
    align-items: center;
    display: flex;
    justify-content: center;
}
.banner {
    width: 100vw;
    height:calc(100vh);

}
.join-now button
{
    background: transparent;
    border: 1px solid #EB5C30;
    outline: 0;
    padding: 17px 60px;
    font-size: 17px;
    color: #fff!important;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    transition: all .8s;
    position: relative;font-weight:500;
    overflow: hidden;
    z-index: 1;
}
.join-now button:after {
    /* background: red; */
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #EB5C30;
    transition: all .8s;
    border-radius: 0;
    z-index: -1;
}
.join-now button:hover:after {
    width: 100%;
}


.our-seal button
{
    background: transparent;
    border: 1px solid #EB5C30;
    outline: 0;
    padding: 17px 40px;
    font-size: 17px;
    color: #213a7a!important;
    font-family: 'Poppins';
    transition: all .8s;
    position: relative;font-weight:500;
    overflow: hidden;
    z-index: 1;
    /* letter-spacing: 1px; */
}
.cross-section-text {
    height: calc(85vh - 60px);
    overflow: auto;
}
.our-seal button:hover , .whereare-b button:hover
{
    color:#fff!important;
}
.our-seal button:after , .whereare-b button:after{
    /* background: red; */
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #EB5C30;
    transition: all .8s;
    border-radius: 0;
    z-index: -1;
}
.our-seal button:hover:after , .whereare-b button:hover:after {
    width: 100%;
}
.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}
header#masthead {
    height: 120px;
}
.site-logo a img
{
    width: auto;
    height: 120px;
    /* margin-top: 5px; */
}
/* a.custom-logo-link {
    margin-left: 20px;
} */
.site-title
{
    display: none;
}
.main-menu-more .main-menu
{
    list-style-type: none;

}
.main-menu-more .main-menu li
{
    margin-right: 40px;

}
ul.sub-menu.hidden-links {
    list-style-type: none;
    display: flex;
}
button.submenu-expand.main-menu-more-toggle {
    display: none;
}
ul.sub-menu.hidden-links:last-child
{
    display: none;
}
#menu-main-1, #menu-main-1-es, #menu-main-1-pt, #menu-main-1-fr, #menu-main-1-ar
{
    list-style-type: none;
    display: flex;
    padding: 0;
}
#menu-main-1,  #menu-main-1-es, #menu-main-1-pt, #menu-main-1-fr, #menu-main-1-ar
{
    list-style-type: none;
    display: flex;
    margin: 0;
    position: relative;
}
#menu-main-1 li,  #menu-main-1-es li, #menu-main-1-pt li, #menu-main-1-fr li, #menu-main-1-ar li
{
    margin-right:28px;
    display: inline-block;
    padding: 5px 0 15px 0;
    position: relative;
    z-index: 99;
}
#menu-main-1 li a,  #menu-main-1-es li a, #menu-main-1-pt li a, #menu-main-1-fr li a, #menu-main-1-ar li a
{

    text-decoration: none;
    font-weight: 700;
    color: #1d3979;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    /* text-transform: uppercase; */
    padding: 0 5px;

}

.get-in-touch button
{
    background: transparent;
    border: 1px solid #213a7a;
    color: #cc1c4d;
    font-weight: 600;
    font-size: 15px;
    padding: 6px 10px;
    font-family: 'Poppins', sans-serif;
    outline:0;
    transition: all .8s;
    position: relative;font-weight:500;
    overflow: hidden;
    z-index: 1;
}
.get-in-touch button:hover
{   border: 1px solid #EB5C30;
    color:#fff!important;
}
.get-in-touch button:after {
    /* background: red; */
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #EB5C30;
    transition: all .8s;
    border-radius: 0;
    z-index: -1;
    /* border: 1px solid #EF7E20 ; */
}

.get-in-touch button:hover:after {
    width: 100%;
}
.site-branding.row {
    display: flex;
    align-items: center;
}
.login-user
{
    width: auto;
    height: 20px;
    margin-right: 35px;
    cursor: pointer;

}
.main-menu-more
{
    display: none;
}
span.language.mr-3 {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-weight: 700;
    color: #1d3979;
    font-size: 18px;
    padding-bottom: 20px;
}
span.language:after {
    content: '';
    position: absolute;
    background: #1d3979;
    width: 3px;
    height: 16px;
    left: -18px;
    top: 4px;
}
.entry-title
{
    display: none;
}

.banner-text
{
    position: absolute;
    top: 30%;
    left: 8%;
}
/* .banner-text h2
{
    color: #fff;
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
} */
.para-banner
{
    color: #fff;
    font-size: 18px;
    width: 89%;
    font-family:  'Montserrat', sans-serif;
}
.lady-gaga
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.seal-plus
{
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    top: calc(40vh);
    z-index: 9;

}
.seal-plus.g
{
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 9;
    top: calc(40vh - 45px);
    left: calc(50% + 98px);
}
.seal-plus img
{
    height: 350px;
    width: 350px;
    object-fit: cover;
}

.seal-image p
{
    font-family: 'Montserrat';
    font-weight: 500;
}
.quatation p
{
    font-family: 'Poppins';
    font-weight: 500;
    font-style: italic;
    font-size: 32px;
    color: #213a7a;
    text-align: center;
}
.quatation
{
    padding: 120px 1rem;

}
.quote-image
{
    text-align: center;
    display: block;
}
.quote-image img
{
    width: 100px;
}

.quatation p.for-underline:after {

    content: '';
    background: #969696;
    height: 2px;
    width: 380px;
    position: absolute;
    bottom: -35px;
    transform: translateX(-50%);
    left: 50%;
}
.name:after {
    content: '';
    display: none;
}
.name
{
    color: #CA0343!important;
    /* font-weight: 100!important; */
    font-family: 'Montserrat';
    font-size: 24px!important;
    font-style: normal!important;
    /* text-transform: uppercase; */
}
#menu-main-1 li:hover a, #menu-main-1-es li:hover a, #menu-main-1-pt li:hover a, #menu-main-1-ar li:hover a, #menu-main-1-fr li:hover a{color: #CA0343!important;}
.journey img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.journey-plus
{
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    left: 41%;
    top: 50%;
    z-index: 9;
}
.journey-plus p
{
    font-family: 'Montserrat';
    font-weight: 500;
    width: 45%;
    font-size:16px
}
.our-journey button
{
    border: 0px solid #213a7a;
    outline: 0;
    padding: 17px 20px;
    font-size: 17px;
    /* background-color: #213a7a!important; */
    font-family: 'Poppins', sans-serif;
    /* letter-spacing: 1px; */
    color: #fff;
    transition: all .8s;
    position: relative;font-weight:500;
    overflow: hidden;
    z-index: 1;
}


.our-journey button:hover
{
    color: #ffffff!important;
    background: #EB5C30;
    /* border: 1px solid #EB5C30; */
}
.our-journey button:after {
    /* background: red; */
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #213a7a;
    transition: all .8s;
    border-radius: 0;
    z-index: -1;
}
.our-journey button:hover:after {
    width: 0%;
}





.guidance
{
    padding: 100px;
}
.guidance h2
{
    font-family: 'Poppins';
    font-weight: bold;
    font-style: normal;
    font-size: 32px;
    color: #CA0343;
    text-align: center;
    text-transform: uppercase;
    padding: 0 230px;
}
.resource-image
{
    overflow: hidden;
}
.resource-image img
{
    width: 100%;
    height: 100%;
    transition: transform 1s ease-in-out;
    object-fit: cover;
}
h2.screen-reader-text.fusion-responsive-typography-calculated {
    display: none;
}
span.page-numbers.current , a.page-numbers{
    font-size: 20px;
    border: none;
    padding: 10px;
    text-decoration: none;
    font-family: 'Montserrat';
    color:#fff;
    background-color: #1d3979;
}
span.page-numbers.current
{
    color:#fff;
    background-color: #CA0343;
}
nav.navigation.pagination {
    display: block;
    width: 100%;
    text-align: center;
    margin: 100px 0;
}
.resource-card:hover .resource-image img {
    transform: scale(1.3) rotate(5deg);
}
.resource-content {
    background: #213a7a;
    color: #fff;
    padding: 38px;
    min-height: 450px;
}
.resource-content h4 {
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #8ec4f7;
}
.resource-content h3
{
    font-size: 23px;
    font-family: 'Poppins';
    font-weight: 600!important;
    margin-top: 15px;
    line-height: 30px;
}
.resource-content p
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}
.partner h4
{
    font-family: 'Poppins';
    font-weight: 700!important;
    color: #213a7a;
}
.africa
{
    width: auto;
    height: 70px;
}
.canada
{
    width: auto;
    height: 50px;
}

.footer-image {
    height: 140px;
    width: 140px;
}
.footer-image img{
    height: 100%;
    width: 100%;
}
.footer-p
{
    padding: 45px;
}
.footer-para.text-right p {
    margin: 5px 0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.footer-undp
{
    width: auto;
    height: 110px;
}
.footer-sdg
{
    width: auto;
    height: 80px;
}
.menu-footer ul
{
    list-style-type: none;
    padding: 10px 20px;
    font-family: 'Poppins';
    font-weight: 700!important;
    color: #fff;
    text-transform: uppercase;
}
.menu-footer ul li
{
    padding-right: 20px;
    font-size: 14px;
    cursor: pointer;
}
.menu-footer
{
    list-style-type: none;
    padding: 15px 45px 10px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.whereare{
    position: absolute;
    left: 102px;
    bottom: -308px;
    z-index: 9;
}
.whereare p
{
    font-family: 'Montserrat';
    font-weight: 500;
    width: 372px;
    color: #fff;
}
.whereare-b button
{
    background: transparent;
    border: 1px solid #EB5C30;
    outline: 0;
    padding: 17px 40px;
    font-size: 17px;
    color: #5e9cd6!important;
    font-family: 'Poppins', sans-serif;
    transition: all .8s;
    position: relative;font-weight:500;
    overflow: hidden;
    z-index: 1;
}
.map
{
    width: 800px;
    position: absolute;
    top: 0px;
    right: 0;
    height: calc(100vh - 100px);
}

.map img
{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.animate2 {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}
div#login-modal .modal-dialog {
    position: absolute;
    width: 30%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px!important;
    font-family: 'SF Pro Text';
    margin-bottom: 0 !important;
    background-color: #fff;
}
#login-modal .modal-content {
    border: 0px !important;
    box-sizing: none !important;
    background: transparent !important;
    box-shadow: none !important;
}
#login-modal .form {
    padding:35px;
}
.header-logo {
    justify-content: center;
    display: flex;
}
.gender-logo.header-logo img {
    width: 45px;
}
.sign-in-login {
    margin: 15px 0;
    text-align: center;
    color: #000a60;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Poppins';
}
.user-im img
{
    height: 18px;
    /* width: 20px; */
    position: absolute;
    filter: grayscale(1);
    z-index: 9999;
    left: 10px;
    filter: brightness(0.5);
    top: 12px;
}
.fusion-button {
    background: #213a7a !important;
    font-size: 18px!important;
    padding: 8px 14px !important;
    line-height: normal!important;
    cursor: pointer !important;
    font-weight: 600!important;
    box-shadow: none;
    text-shadow: none;
    width: 90% !important;
    font-weight: 700;
    margin: 0 auto!important;
    margin: 0;
    -webkit-appearance: none;
    color: #fff;
    font-family: 'Poppins'!important;
}
#login-modal label {
    font-size: 12px;
    padding-left: 4px;
    line-height: 28px;
    color: #202020;
    font-family:'Montserrat', sans-serif !important;
    position: relative;
    top: -4px;
}
.forgot-pass a {
    font-size: 12px;
    padding-left: 4px;
    line-height: 28px;
    color: #202020;
    font-family:'Montserrat', sans-serif !important;

}
.forgot-pass {
    position: absolute;
    right: 70px;
    bottom: 47px;
}
#login-modal  .form-check {
    width: 90%;
    margin: 0 auto;
}
.form-check-input {
    margin-top: 7px!important;
}
input.form-control.input_user {
    padding: 18px 22px 18px 50px !important
}
.position-relative.login-f {
    width: 90%;
    margin: 0 auto;
}
input.form-control.input_user::placeholder {
    color: #a3a2a291;
}

input.form-control.input_user {
    color: #333;
    font-size: 18px;
    letter-spacing: 0;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #1d3979;
    padding: 22px 8px;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 500;
}
.modal-overlay {
    /* bottom: 45px; */
    background: #070c6b4f;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}
.carousel-indicators li {
    background-color: #ef7e20!important;
}
/* .slide.active {
    opacity: 1;
      animation: grow 19s linear forwards;

  }
   .content-slide.active {
        opacity: 1;
        animation-name: fadeInUp;
      -webkit-animation-name: fadeInUp;
  }

  @keyframes fadeInUp {
      0% {
        transform: translateY(500px);
      }

      100% {
          transform: translateY(0px);
      }
  }
  @keyframes grow {
    0%, 20% {
        transform: scale(1.15);
    }

    75%, 100% {
        transform: scale(1);
    }
}









.slider-container {
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
position: relative;
height:100vh;
width: 100%;
}
.home_undp_logo {
position: absolute;
right: 25px;
z-index: 2;
width: auto;
bottom: 20px;
height: 110px;
}
.slide {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: absolute;
top: 0;
left: 0;
opacity: 0;
height: calc(100vh + 100px);
width: 100%;
transform: scale(1);
transition: opacity 10s ease;
}
.controls-container {
position: absolute;
top: 50%;
right: 10px;
display: flex;
flex-direction: column;
transform: translateY(-50%);
z-index: 2;
}
.control {
background-color: #fff;
cursor: pointer;
opacity: 0.5;
margin: 6px;
height: 40px;
width: 5px;
transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
}
.control.active, .control:hover {
background-color: #0A97D9;
opacity: 1;
transform: scale(1.2);
}
.animated {
animation-duration: 1s;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
-webkit-animation-fill-mode: both;
}
.content-slide {
opacity: 0;
}
.p-animate {
position: absolute;
top: 28%;
left: 5%;
/* transform: translateX(-50%) translateY(-50%);
width: 40%;
}
.content-slide.active {
opacity: 1;
animation-name: fadeInUp;
-webkit-animation-name: fadeInUp;
} */




/* -------------------------------menus page----------------------------------- */

.child-banner
{
    width:100%;
    height: 525px;
}
.child-banner img
{
    width:100%;
    height: 525px;
    object-fit: cover;
    object-position: top;
}
.step-menu-content
{
    width: 100%;
}
.us-join button
{
    color: #1d3979!important;
}
.us-join button:hover
{
    color: #fff!important;
}
.step-menu-content ul li
{
    margin-bottom: 25px;
}

.step-menu-content h5 {
    line-height: 30px;
}

.step-menu-content p {
    /* line-height: 30px; */
    font-size:20px;
    font-family: 'Montserrat';
    font-weight: 500;
}
.menu-overlay {
    background: #314a8563;
    position: absolute;
    width: 100%;
    height: 100%;
}

.child-banner h2
{
    position: absolute;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Poppins';
    bottom: 70px;
    left: 5%;
    text-transform: uppercase;
}
.for-pc
{
    display: block;
}
.for-mobile
{
    display: none;
}
.desktop-view
{
    display: block;
}
.mobile-view
{
    display: none;
}
.map-svg
{
    width: calc(45% - 120px);
    display: inline-block;
    margin-left: 100px;
}
.map-svg svg
{
    transform: translate(0%, -329px);
}
.map-text p
{
    font-family: 'Montserrat';
    font-weight: 500;
    color: #fff;
}
.map-img
{
    display: inline-block;
    width: 55%;
    position: absolute;
    right: 0;
    height: 100%;
}
.map-img img
{
    width: 100%;
    height: auto;
}
.map-text
{
    width: calc(45% - 120px);
    margin-left: 100px;
    margin-top: -310px;
    padding-bottom: 100px;
}
.map-div
{
    position: relative;
}
.map-div:before {
    position: absolute;
    content: '';
    height: 40%;
    width: 100%;
    background: white;
    top: 0;
    z-index: -1;
}
.map-div:after {
    position: absolute;
    content: '';
    height: 60%;
    width: 100%;
    background: #213a7a;
    bottom: 0;
    z-index: -1;
}
.buger-div
{
    display: none!important;
}
.map-value
{
    color:#fff;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 700;
}
.more-value .digit
{
    font-size: 80px;
}
.more-value span
{
    display: inline-block;
}
/* -------------------------------menus page----------------------------------- */


/* ---------------------------------sub-menu-------------------------------------------------------- */
/*
    button.submenu-expand {
        display: none;
    }
    .mobile-parent-nav-menu-item {
        display: none!important;
    }
    ul.sub-menu {
        background: red;
        position: absolute;
        padding: 0;
        z-index: 9;
    }
    ul.sub-menu  li:nth-child(1)
    {
            display: none!important;
    }
    ul.sub-menu li
    {
            display: block!important;
            padding: 10px!important;
    }
    ul.sub-menu li a
    {
        font-weight: 600!important;
        color: #1d3979;
        font-size: 16px!important;
    } */


/* ---------------------------------sub-menu-------------------------------------------------------- */


/* ---------------------------------menu-pages-------------------------------------------------------- */

.step-menu-content h1
{
    color:#213A7A;
    font-family: 'Poppins';
    font-weight: 700;
    margin-bottom: 30px;
}
.working-five-areas h1
{
    color:#213A7A;
    font-family: 'Poppins';
    font-weight: 700;
    margin-bottom: 20px;
}

.banner-down .join-now button {
    padding: 20px 60px;
    font-size: 18px;
    font-family: 700;
}
.working-five-areas:before
{
    background: #CA0343;
    /* height: calc(100vh - 350px); */
    width:100%;
    position: absolute;
    content: '';
    left: 0;
    top:0;
    z-index: -1;
    min-height:400px
}
.working-five-areas
{
    color:#fff;
    /* height: calc(100vh - 350px); */
    /* position: absolute;
    left: 0;
    top: 0; */
}
.center-text
{
    position: relative;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 38%;
    padding: 0 115px 30px;
}
.working-five-areas p
{
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 400;
    padding: 0 85px;

}
.stroke-no
{
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #5e9cd6;
    text-stroke-width: 2px;
    text-stroke-color: #5e9cd6;
    font-size: 40px;
    color: transparent;
    font-weight: bold;
}
.blue-box
{
    background: #213a7a;
    width: 18%;
    height: 245px;
    color: #fff;
    padding: 35px 25px;
    margin-right: 2%;
}
.five-area-boxes {
    /* position: absolute; */
    /* bottom: 110px; */
    /* left: 0; */
    width:94%;
    display: flex;
    margin: 0 3%;
    justify-content: center;
}
.blue-box:last-child
{
    margin: 0;
}
.cross-section-text h1 , .own-word
{
    font-family: 'Poppins';
    font-weight: 700;
}
.cross-section-text p
{
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
}
.cross-section-text
{
    padding:0 100px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: relative;
    align-items: center;
    display: flex;
}
.cross-section-image
{
    height:85vh;
}
.cross-section-image img
{
    height:100%;
    width:100%;
    object-fit: cover;
}
.award-seal
{
    background:#f4f4f4;
}
.award-image
{
    width:175px;
}
.award-name
{
    width:25%;
}
.award-number
{
    width:55%;
}
.award-image img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.award-number p
{
    font-family: 'Montserrat';
    font-size: 22px;

}
.award-percentage {
    position: relative;
    top: -150px;
}
.recognise
{

    margin: 100px 38px 0;
}
.recognise h3 , .article-heading
{
    font-family: 'Poppins';
    font-weight: 700;
}
.recognise p , .article-para , article .entry-content p
{
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
}
.resource-padding
{
    padding: 0 120px !important;
}
.award-margin
{
    margin: 50px 120px !important;
    padding:100px;
}
.resource-awarded
{
    color: #172769!important;
    font-size: 28px!important;
    text-transform: unset!important;
    font-family: 'Poppins'!important;
    font-weight: 700!important;

}
.resource-awarded-bottom
{
    color: #fff!important;
    font-size: 28px!important;
    text-transform: capitalize!important;
    font-family: 'Poppins';
    font-weight: 700;
}
.bottom-width
{
    width:calc(100% - 175px);
}
span.comment-count {
    display: none;
}
span.byline {
    display: none;
}
span.edit-link {
    display: none;
}
time.entry-date.published {
    display: none;
}
svg.svg-icon {
    display: none;
}
article .entry-title

{
    display: block!important;
    color:#fff;
    margin: 20px 0;
    /* text-transform: capitalize; */
}
article header.entry-header {
    background: #213A7A;
    height:calc(100vh - 30vh)
}
.news-banner
{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 80%;
}
time.updated {
    font-family: 'Montserrat';
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}
.wp-caption.alignnone , article .entry-content p{
    width: 1200px!important;
    height: auto;
    margin: 40px auto;
    max-width:1200px;
}
.wp-caption.alignnone img
{
    width: 100%;
    height: 100%;
}
figcaption.wp-caption-text {
    background: #f7f7f7;
    padding: 10px;
    text-transform: capitalize;
}
ul.social-ul-icon {
    list-style-type: none;
    display: flex;
    justify-content: center;
}
ul.social-ul-icon li{
    margin: 20px 40px;
    cursor: pointer;
}
ul.social-ul-icon li img
{

    width: 50px;
}
ul.social-ul-icon li:hover {
    filter: opacity(0.5);
}

div#comments {
    display: none;
}
nav.navigation.post-navigation {
    display: none;
}
blockquote {
    background: #f4f4f4;
    padding: 50px;
    position: relative;
}
blockquote p{
    font-family: 'Poppins'!important;
    font-weight: 500!important;
    font-style: italic;
    font-size: 32px!important;
    color: #213a7a!important;
    text-align: center;
    margin: 120px auto 40px!important;
}
blockquote p:after
{
    content: '';
    background: #969696;
    height: 2px;
    width: 380px;
    position: absolute;
    bottom: 70px;
    transform: translateX(-50%);
    left: 50%;
}
blockquote:before {
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    background: url('../../assets/image/quote.png');
    height: 75px;
    width: 100px;
    left: 50%;
    top: 105px;
    background-size: cover;
}
section.banner-down.d-flex.align-items-center {
    width:100vw;
}
.for-block
{
    display: block;
}

.award-number.w-80
{
    width:80%;
    margin-left: 50px;
}
.award-seal.about
{
    height: 350px;
}

.award-wheel
{
    position: absolute;
    width: 900px;
    height: 900px;
    top: -45px;
    right: -400px;
}
.award-wheel img
{
    width: 100%;
    height: 100%;
}
.team-image {
    width: 100%;
    height: 320px;
}
.team-image img
{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.our-team
{
    padding: 0px;
}
.team-intro
{
    background-color:#fff;
    padding:20px 15px;
    text-align: left;
    height: 240px;
}
.team-award
{
    color: #172769!important;
    font-size: 20px!important;
    text-transform: unset!important;
    font-family: 'Poppins'!important;
    font-weight: 600!important;
}
.team-intro p
{
    /* line-height: 30px; */
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 500;

}
.team-intro span
{
    background: #CA0343;
    padding: 5px 10px;
    color: #fff;
    font-family: 'Poppins';
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 13px;
}
.heading-stick
{
    padding-left: 35px;
}
.get-in-touch-form {
    background: white;
    /* height: calc(100vh - 20vh); */
    width: 100%;
    position: relative;
    top: -180px;
    box-shadow: 0px 4px 87px rgba(0, 0, 0, 0.15);
    padding: 50px 100px;
}
.get-in-touch-form .form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.get-in-touch-form .form-control-placeholder  {
    position: absolute;
    top: 0;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
    font-family: 'Montserrat';
    font-weight: 500;
    opacity: 1;
    font-size: 16px;
}
textarea::placeholder {
    position: absolute;
    top: 0;
    padding: 0!important;
    transition: all 200ms;
    opacity: 0.5;
    font-family: 'Montserrat';
    font-weight: 500;
    opacity: 1!important;
    font-size: 16px;
    color:#212529!important;
}
.get-in-touch-form .form-control:focus + .form-control-placeholder,
.get-in-touch-form .form-control:valid + .form-control-placeholder
{
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}
input:placeholder-shown + .wor-label.form-control-placeholder{
    margin-top: 0%!important;
    transform: unset!important;
    font-size: 16px!important;
}

input + .wor-label.form-control-placeholder ,
.wor.form-control:focus + .wor-label.form-control-placeholder{
    position: absolute!important;
    transition: all 200ms!important;
    /* margin-left:-25%; */
    margin-top:-7%!important;
    transform: unset!important;
    font-size: 12px!important;
}


.get-in-touch-form .form-control
{
    display: block;
    /* margin: 10px; */
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    opacity: 1;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #D7D8D2;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-weight: 700;
    font-family: 'Poppins';
    text-transform: unset;
    color: #213a7a!important;
    font-size: 16px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}
.get-in-touch-form  textarea
{
    width: 100%;
    min-height: 100px;
    transition: all 200ms;
    opacity: 0.5;
    font-family: 'Montserrat';
    font-weight: 500;
    border-bottom: 1px solid #D7D8D2;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
    padding: .375rem .75rem;
}
.get-in-touch-form  textarea:focus
{
    outline: 0;
}
/* ---------------------------------menu-pages-------------------------------------------------------- */
.test-page p
{
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    color: #213a7a;
}
.language-dropdown-parent:hover ul
{
    opacity: 1;
    transform: translate3d(-40px, 5%, 0);
    pointer-events: unset;
}
.language-dropdown-parent ul
{
    position: absolute;
    list-style: none;
    padding: 0px;
    background: #fff;
    box-shadow:0px 0px 3px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transform: translate3d(-40px, 20%, 0);
    transition: all 0.5s ease-out;
    pointer-events: none;
}
.language-dropdown-parent ul li
{
    padding: 15px;
    border-bottom: 1px solid #f3f3f3;
    cursor: pointer;
    font-weight: 600;
}
/* .language-dropdown-parent ul.open{
    opacity: 1;
    transform: translate3d(-40px, 5%, 0);
} */

.language-dropdown-parent ul li:hover
{
    background: #c60142;
    color: #fff;
}
.button-test
{
    display: flex;
    /* justify-content: space-around; */
}
.button-test button
{
    width: 200px;
    color: #ca0343!important
}
span.number
{
    background: #CA0343;
    height: 50px;
    margin-right: 20px;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    min-width: 50px!important;
    color: #fff;
    font-family: 'Poppins';
}

.info {
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    height: 240px;
    left: 50%;
    display: block;
    background: #D7D8D2;
    width: 300px;
    font-size: 16px;
    color: #212529;
    text-align: justify;
    font-size: 14px;
    min-width: 600px;
    max-width: 400px;
    z-index: 99;
    cursor: text;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-out;
}
.close-div.opn3
{
    min-width: 600px;
    max-width: 400px;
    /* height: 50px; */
    position: fixed;
    display: block;
    top: 50%;
    left: 50%;
    cursor: pointer;
    TRANSFORM: translate(-50% , -50%);
    z-index: 99;
}
.close-testt.opn2
{
    background: #213a7a;
    position: fixed;
    height: 40px;
    width: 40px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    top: -12px;
    right: -12px;
    z-index: 99;
}
.rational-toolip .info.visible-t{
    visibility: visible;
    opacity: 1;
    /* transform: translate3d(0px, 20%, 0); */
}
.rational-overlay.opn {
    background: #213a7a08;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.test-page span.rational-toolip {
    margin-right: 20px;
    background: #CA0343;
    padding: 5px 10px;
    /* display: inline; */
    height: 50px;
    font-size: 25px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #fff;
    /* position: relative; */
    cursor: pointer;
    z-index: 9;
    border-bottom:2px solid #CA0343;
}
/* .info:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    left: 54%;
    top: -5px;
    margin-left: -5px;
    background: #D7D8D2;
} */
.info .text{
    padding: 50px!important;
    display: block;
}
.info span.pronounce {
    display: block;
    background: #ca0343;
    padding: 10px 20px;
    color: white;
}
.send-msg
{
    color: #CA0343;
    /* color: #172769!important; */
    font-size: 24px!important;
    text-transform: unset!important;
    font-family: 'Poppins'!important;
    font-weight: 600!important;
}


.contact-us
{
    height: 300px;
    position: relative;
    background: #1d3979;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* ------------------------------------radio as a button on test----------------------------------- */
/* The up/down direction logic */
.test-button label
{
    background: transparent;
    border: 1px solid #EB5C30;
    outline: 0;
    padding: 17px 30px;
    font-size: 17px;
    color: #213a7a!important;
    height: 60px;
    font-family: 'Poppins';
    transition: all .8s;
    position: relative;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
    width: 200px;
    text-align: center;
    cursor: pointer;
}
.test-button label input
{
    position: absolute;
}

.test-button label:after {
    /* background: red; */
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #EB5C30;
    transition: all .8s;
    border-radius: 0;
    z-index: -1;
}
.test-button label:hover:after {
    width: 100%;
}

.test-button span
{
    color: #ca0343;
}
.test-button label:hover .test-button span
{
    color: #fff!important;
}
/* .test-button label input[type=checkbox], input[type=radio]
{
    background-color: red;
} */
.test-button span {
    /* color: #ffffff; */
    /* z-index: 999999999999; */
    /* display: block; */
    /* position: absolute;
    text-align: center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; */
}
.test-button label input:checked + span {
    background-color: #ca0343;
    border:1px solid #ca0343;
    content: '';
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* padding: 10px 0 0 0; */
    /* z-index: 0; */
    line-height: 57px;
}
/* ------------------------------------radio as a button on test----------------------------------- */
.smile-image
{
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
}
.smile-image img
{
    width: 100%;
    height: 100%;
}
.well-done
{
    font-size: 35px;
    font-weight: 700;
    font-family: 'Poppins';
    color: #213a7a;
}

/* --------------------------------------dropdown-menu---------------------------------------------------------------- */
ul.sub-menu {
    padding: 0;
    position: absolute;
    min-width: 200px;
    transform: translate3d(-4% , 20%, 0);
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease-out;
    opacity: 0;
    pointer-events: none;
}
ul.sub-menu li#menu-item--1 {
    display: none;
}
ul.sub-menu li {
    padding: 12px!important;
    border-bottom: 1px solid #f3f3f3;
    cursor: pointer;
    width: 100%;
    text-align: left;
}
ul.sub-menu li a {
    font-size: 15px!important;
    font-weight: 500!important;
}
ul.sub-menu li:hover {
    background: #c60142;
    color: #fff;
}
ul.sub-menu li:hover a span{
    color: #fff!important;
}
ul.sub-menu li a span{
    color: #212529!important;
}
/* ul.sub-menu.open2 {
    opacity: 1;
    transform:translate3d(-4%, 5% , 0);
} */
#menu-main-1 li:last-child:hover ul.sub-menu, #menu-main-1-es li:last-child:hover ul.sub-menu, #menu-main-1-ar li:last-child:hover ul.sub-menu, #menu-main-1-pt li:last-child:hover ul.sub-menu, #menu-main-1-fr li:last-child:hover ul.sub-menu
{  opacity: 1;
    transform:translate3d(-4%, 5% , 0);
    pointer-events: unset;
}
.no-mail , .phone
{
    font-size: 13px!important;
}
.progress-br.position-fixed .second-title {
    display: block;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 22px;
    width: 50%;
    color: #CA0343;
    text-align: left!important;
}
.second-title
{
    display: none;
}
.active-strip span
{
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 12px;
    text-align: right;
    padding: 0px 4px;
}
.active-strip span:after {
    content: '';
    position: absolute;
    height: 2.2rem;
    width: 2.2rem;
    top: -17px;
    right: 0;
    z-index: -1;
}
.yes-strip:after
{
    background-color: #199FD7;
}
.no-strip:after
{
    background-color: #EB5C30;
}
.dont-no-strip:after
{
    background-color: #CA0343;
}
.no-respond-strip:after
{
    background-color: #6B6A6A;
}
.progress-br.position-fixed {
    z-index: 9;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    padding:0 80px;
}
.progress-br.position-fixed .back-strip
{
    width: 50%;
}
.progress-br {
    background: #ffffff;
    height: 80px;
    display: flex;
    width: 99.5%;
    left: 0;
    top: 0;
    z-index: 0;
    align-items: center;
}
.back-strip
{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.active-strip{
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #199FD7;
    transition: width .6s ease;
}
.award-image-w2 {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.award-image-w2 img {
    width: 100%;
    height: 100%;
}
/* --------------------------------------dropdown-menu---------------------------------------------------------------- */

@media screen and (min-width: 200px) and (max-width: 767px)
{
    .site-logo.col-md-2.col-lg-2 {
        padding-left: 30px!important;
    }
    .team-area.d-flex
    {
        display: block!important;
    }
    .mobile-padd
    {
        padding:0px 20px
    }
    form.the-serach-bar input[type=text] {
        width: 88%;
    }
    form.the-serach-bar button {
        width: 10%;

    }
    .award-seal.col-md-3.gold.align-items-center.p-4  {

        flex: 0 0 100%;
        max-width: 100%;
    }
    .map-table {
        position: absolute;
        top: 100px;
        left: 5%;
        width: 100%;
        box-shadow: 0px 0px 26px rgb(0 0 0 / 15%);
        background: white;
        z-index: 9;
        width: 90%!important;
    }
    /* .seal-tooltip {
        display: block!important;
    } */
    .map-dropdown .witharrow {
        background: #FAFAFA;
        padding: 10px 20px;
        height: 45px;
        width: 150px;
    }
    #menu-main-1 li:last-child:hover ul.sub-menu, #menu-main-1-es li:last-child:hover ul.sub-menu, #menu-main-1-pt li:last-child:hover ul.sub-menu, #menu-main-1-fr li:last-child:hover ul.sub-menu, #menu-main-1-ar li:last-child:hover ul.sub-menu
    {
        position: relative!important;
    }
    ul#menu-main-1 li:last-child span img, ul#menu-main-1-es li:last-child span img, ul#menu-main-1-pt li:last-child span img, ul#menu-main-1-fr li:last-child span img, ul#menu-main-1-ar li:last-child span img {
        display: block;
    }
    #login-modal .form {
        padding: 35px 15px;
    }
    .forgot-pass {
        right: 30px;
    }
    .progress-br.position-fixed {
        padding: 0 10px;
    }
    .svg-container {
        height: 310px;
    }
    .progress-br.position-fixed .back-strip {
        width: 100%;
    }
    .progress-br.position-fixed .second-title
    {
        display: none;
    }
    .active-strip span:after {
        content: '';
        position: absolute;
        height: 1.5rem;
        width: 1.5rem;
        top: -12px;
        right: 0;
        z-index: -1;
    }
    .progress-br , .test-page.my-5.w-100 {
        padding: 10px;
    }
    .test-page-home
    {
        height: auto!important;
    }
    .active-strip span {
        font-size: 10px;
        padding: 0px 2px;
    }
    .back-strip {
        height: .8rem;
    }
    .test-page p , .test-page span.rational-toolip {
        font-size: 14px!important;
        z-index: unset;
        position: unset;
    }
    .reach-img
    {
        top: 57%;
    }
    .buger-div
    {
        display: flex!important;
    }
    .reach-map-text {
        font-size: 20px;
        padding: 10px;
    }
    /* .rational-toolip:hover .info {
        transform:translate3d(-50%, 4rem , 0)
    } */
    .info {
        top: 20%;
        left: 50%;
        font-size: 14px;
        min-width: 325px;
        z-index: 9;
        transform: translate3d(-50%, 0%, 0px);
    }
    /* .info:after {
       display: none;
    } */
    .test-button label input:checked + span {
        line-height: 45px;
    }
    .test-button label {
        font-size: 14px;
        height: 45px;
        width: 104px;
        padding: 6px;
        line-height: 35px;
    }
    .button-test .our-seal.mt-4:nth-child(2) {
        margin: 1.5rem 10px!important;
    }
    .button-test {
        /* display: block;
        justify-content: space-around; */
        text-align: center;
        margin: 0!important;
    }
    .banner-down .join-now button     {
        padding: 15px 50px;
        font-size: 15px;
    }
    .award-wheel {
        display: none;
    }

    .award-seal.about {
        display: block!important;
        padding: 20px!important;
        height: auto;
        margin: 0 20px;
    }
    .award-seal.about .award-number.w-80 {
        width: 100%;
        margin-left: 0;
    }
    /* .award-seal.about  .award-image {
        height: auto;
    } */
    .award-seal.about .award-number p {
        width: 100%;
    }
    .h-about-section
    {
        height: auto!important;
    }
    .award-seal.about .award-name, .award-seal.about .award-number {
        left: 0;
    }
    .team-intro p {
        font-size: 12px!important;
    }
    .team-award {
        color: #172769!important;
        font-size: 20px!important;
    }
    .team-intro span {
        top: -20px;
        font-size: 12px;
    }
    .get-in-touch-form {
        top: 0;
    }
    .get-in-touch-form {
        height: auto;
        padding: 50px 20px;
    }
    .sendus
    {
        height:auto!important;
    }
    .send-msg {
        font-size: 20px!important;
    }
    .sendus .row.my-5 {
        margin: 0!important;
    }
    .sendus .row.mb-4 {
        margin: 0!important;
    }
    .reach-img {
        width: 100%!important;
        position: absolute!important;
    }
    .h-section
    {
        height: calc(100vh - 40vh)!important;
    }
    .child-banner h2 {
        font-size: 30px;
    }
    .whereare-b.mt-5 {
        margin-top: 1.5rem!important;
    }
    .map-div.position-relative {
        height:auto!important;
    }
    .more-value .digit {
        font-size: 50px;
    }
    .map-value {
        font-size: 14px;
        display: flex;
        justify-content: center;
    }
    div#login-modal .modal-dialog {
        width: 90%;
        margin-left: 0;
    }
    .buger-div
    {
        display: block;
    }
    .footer-image {
        margin: 0 auto;
    }
    .footer-para.text-right {
        text-align: center!important;
        margin: 40px 0;

    }
    .footer-p {
        padding: 30px 20px;
    }
    .menu-footer ul {
        display: block!important;
        text-align: center;
    }
    .menu-footer ul.social {
        display: flex!important;
        text-align: center;
        justify-content: center;
    }
    .menu-footer {
        display: block;
    }
    .menu-footer ul li {
        margin: 10px 0;
    }
    .menu-footer ul:nth-child(2)
    {
        display: flex!important;
        justify-content: center;
    }
    .guidance {
        padding: 20px;
    }
    .guidance h2 {
        font-size: 16px;
        padding: 30px 0px 0;
    }

    .quatation {
        padding: 80px 10px;
        height:auto!important;
    }
    .quatation p:after {
        content: '';
        background: #d4d4d4;
        height: 2px;
        width: 230px;
        position: absolute;
        bottom: -35px;
        transform: translateX(-50%);
        left: 50%;
    }
    .name {
        font-weight: 100!important;
    }
    .quatation p {
        font-size: 15px;
    }
    .quote-image img {
        width: 50px;
    }


    .mob-icon
    {
        display: block!important;
        text-align: center;
    }
    .africa {
        width: auto;
        height: 60px;
        margin: 20px 0!important;
    }
    .canada {
        width: auto;
        height: 40px;
        margin: 30px 0 0!important;
    }
    .z-parallel
    {
        text-align: center;
        display: block!important;
    }
    .for-pc
    {
        display: none;
    }
    .for-mobile
    {
        display: block;
        width: 100%!important;
        height: auto!important;
    }
    .journey-plus {
        position: relative;
        padding-bottom: 20px;
        top: 0;
        transform: unset;
        left: unset;
        top: unset;
        z-index: 9;
        background: #f5f5f5;
    }
    .you-can-start svg
    {
        height: 100px;
        width: 360px;
    }
    .you-can-start svg > * {
        transform-box: view-box;
        transform: translate(10%, 0%);
    }
    .journey-plus p {
        font-family: 'Montserrat';
        font-weight: 500;
        width: auto;
        font-size: 12px;
        padding: 0 35px;
    }
    .our-journey button  {

        padding: 12px;
        font-size: 12px;
        margin-left: 35px;
    }
    .whereare-b button {

        padding: 12px;
        font-size: 12px;
    }
    .our-journey.mt-5{
        margin-bottom: 1.5rem!important;
        margin-top: .25rem!important;
    }
    .journey.jour.w-100.position-relative {
        height: auto!important;
    }
    .whereare {
        bottom: unset;
        left: unset;
        position: relative;
    }
    .whereare svg
    {
        height: 100px;
        width: 360px;
    }
    .whereare svg path
    {
        transform-box: view-box;
        transform: translate(5%, 0%);
    }
    .mob-h-25
    {
        height:140px!important;
    }
    .mob-h-75
    {
        height:80%!important;
    }
    .whereare p {
        width: auto;
    }
    .desktop-view
    {
        display: none;
    }
    .banner-text {
        position: relative;
        top: unset;
        left: unset;
    }
    .text-b path {
        transform-box: view-box;
        transform: translate(-3%, 0%);
    }
    .text-b {
        height: 180px;
        width: 360px;
    }
    .para-banner {
        font-size: 14px;
        padding: 10px 35px 0;
    }
    .join-now {
        margin-bottom: 35px!important;
    }
    .join-now button {
        padding: 12px 30px;
        font-size: 12px;
        margin-left: 35px;
    }
    .banner {
        width: 100vw;
        height: auto;
    }
    .seal-plus-mob img
    {
        height: 220px;
        width: 220px;
        object-fit: cover;
    }
    .seal-plus-m path {
        transform-box: view-box;
        transform: translate(-13%, 7%);
    }
    .seal-plus-m svg
    {
        height: 195px!important;
        width: 360px!important;
        overflow: hidden;
        left: 15px;
        position: relative;
    }
    .seal-plus-m
    {
        position: absolute;
        top: 0;
    }
    .our-seal button
    {
        padding: 15px;
        font-size: 12px;
    }
    .mobile-view
    {
        display: block;

    }
    .get-in-touch2.ml-2.mobile-view.ipad-view
    {
        border-bottom: 2px solid #d0d0d0;
    }
    .map-svg svg {
        transform: translate(10%, 0%);
        height: 170px;
        width: 330px;
    }

    .map-svg {
        width: unset;
        display: block;
        margin-left: unset;
    }
    .map-div:before {
        content: '';
        height: 20%;
    }
    .map-div:after {
        content: '';
        height: 91%;
    }
    .map-img {
        width: unset;
        display: block;
        position: unset;
        height: unset;
    }
    .map-text {
        width: unset;
        padding:30px 35px;
        margin-top: unset;
        padding-bottom: 80px;
        margin-left: unset;
    }
    .map-text p{
        font-size: 14px;
    }
    .wp-caption.alignnone, article .entry-content p {
        width: auto!important;
    }
    article .entry-content p {
        font-size: 14px;
    }
    /*
     -------------------------------burgur-menu--------------------------------- */
    #menu-main-1 , #menu-main-1 li, #menu-main-1-es , #menu-main-1-es li, #menu-main-1-pt , #menu-main-1-pt li, #menu-main-1-fr , #menu-main-1-fr li, #menu-main-1-ar , #menu-main-1-ar li{
        display: block;
    }
    #site-navigation {
        background: #fff;
        text-align: left;
        width: 100%;
        z-index: 1;
        transform: scaleY(0);
        transform-origin: top;
        transition: transform 0.2s ease;
        display: block!important;
    }

    .menu-main-1-container {
        width: 100%;
        padding-left: 15px;
        overflow: hidden;
    }
    #menu-main-1 li , #menu-main-1-es li , #menu-main-1-pt li , #menu-main-1-fr li , #menu-main-1-ar li {
        padding: 20px 25px!important;
        border-bottom: 2px solid #d0d0d0;
        margin:0;
    }
    .get-in-touch {
        background-color: #ffff;
        padding: 20px 25px!important;
    }
    .last-menu-header {
        display: block!important;
        margin: 0!important;
    }
    .site-branding .col-md-3
    {
        z-index: 9;
    }

    .get-in-touch button {
        border: 0;
    }
    .mob-none
    {
        display: none;
    }
    .site-logo
    {
        display: flex;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
        z-index: 9;
    }
    .buger-div {
        position: absolute;
        right: 30px;
        top: 40px;
    }
    span.language:after {
        content: '';
        position: absolute;
        background: #1d3979;
        width: 3px;
        height: 22px;
        left: -18px;
        top: 5px;
    }
    span.language.mr-3 {
        font-size: 20px;
    }
    .menu-shw
    {
        transform: scaleY(1)!important;
    }
    .site-branding-container
    {
        overflow:hidden;
    }
    .get-in-touch2 button {
        background: transparent;
        border: 0;
        color: #1d3996;
        font-weight: 600;
        font-size: 15px;
        padding: 20px 35px!important;
        font-family: 'Poppins', sans-serif;
        outline: 0;
        transition: all .8s;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    /* -------------------------------------------inner-page------------------------------------------------------------------------- */
    section
    {
        background-position: center!important;

    }
    .child-banner {
        width: 100%;
        height: 350px;
    }
    section.banner-down.d-flex.align-items-center {
        width:auto;
    }
    .step-menu-content h1
    {
        font-size:25px;
    }
    content p {
        font-size: 17px!important;
        font-weight: 500;
        padding: 0 20px;
    }
    .five-area-boxes
    {
        display: block;
    }
    .cross-section-text h1, .own-word , .working-five-areas h1 {
        font-size: 24px;
    }
    .cross-section-text h1, .own-word {
        font-size: 26px;
    }
    .cross-section-text p , .working-five-areas p , .step-menu-content p{
        font-size: 14px;
    }
    .cross-section-text {
        padding: 50px 20px;
        align-items: unset;
    }
    .working-five-areas p {
        padding: 0 0;
    }
    .center-text {
        padding: 0 0 0;
    }
    .for-block
    {
        display: flex;
        margin: 0 5px;
    }
    .stroke-no {
        font-size: 24px;
        margin-right: 12px;
    }
    .blue-box h4:last-child
    {
        font-size: 13px!important;
        display: flex;
    }
    .blue-box {
        background: #213a7a;
        width: 100%;
        height: 13%;
        color: #fff;
        display: flex;
        padding: 20px 15px;
        margin-bottom: 1%;
    }
    /* .working-five-areas:before {
        min-height: 670px;
    } */
    section.banner-down.d-flex.align-items-center.position-relative {
        min-height: 760px!important;
    }
    .five-area-boxes {
        /* bottom: 50px */
    }
    .step-menu-content {
        padding: 0 20px;
    }
    .c-width {
        width: auto!important;
    }
    .img-width
    {
        width: 65px!important;
    }
    .resource-padding {
        padding: 0 20px !important;
    }
    .resource-image {
        height: 250px!important;
    }
    .resource-image img{
        object-fit: cover;
    }
    .resource-content {
        padding: 30px;
        min-height: unset;
    }

    element.style {
        color: #172769;
    }
    .resource-content h4 {
        text-transform: uppercase;
        font-size: 17px;
        font-family: 'Poppins';
        font-weight: 600;
        color: #8ec4f7;
    }
    .resource-awarded {
        font-size: 22px!important;
    }
    .step-menu-content h1.text-capitalise.text-center.my-5 {
        font-size: 30px;
    }
    .award-seal.gold.d-flex.align-items-center.p-4 {
        display: -webkit-box!important;
        overflow: hidden;
        margin: 15px!important;
        padding: 20px 10px 5px 10px!important;
    }
    .award-image {
        width: 100px;
        height: 100px;
        margin: 20px auto!important;
    }
    .recognise {
        margin: 50px 20px;
    }
    .award-margin {
        margin: 30px 0 0 0 !important;
        padding: 20px;
        display: block!important;
    }
    .recognise h3
    {
        font-size: 25px;
    }
    .award-image img {
        object-fit: contain;
    }
    .award-name , .award-number {
        width: auto;
        display: inline;
        left: 25px;
        position: relative;
    }
    .recognise p
    {
        font-size: 14px;
    }
    .award-number p {
        font-family: 'Montserrat';
        font-size: 14px;
        width: 60%;
    }
    .award-percentage {
        position: relative;
        top: -85px;
    }
    .award-name h2
    {
        /* font-size: 17px; */
        text-align: left;
        /* display: inherit; */
    }
    .resource.row.news .entry-footer
    {
        display: none;
    }
    .resource.row.news {
        width: 100%;
    }
    .news-banner {
        position: absolute;
        transform: unset;
        left: unset;
        top: unset;
        width: 100%;
        padding: 40px 20px;
    }
    article header.entry-header {
        height: calc(100vh - 20vh);
    }
    .recognise p, .article-para, article .entry-content p {
        font-size: 14px;
    }
    .entry-content {
        padding: 20px;
    }
    ul.social-ul-icon {
        padding: 0;
    }
    ul.social-ul-icon li {
        margin: 14px;
        cursor: pointer;
    }
    ul.social-ul-icon li img {
        width: 35px;
    }
    article .entry-title {
        font-size: 18px;
    }
    .m-block
    {
        display: block!important;
    }
    .center-seal
    {
        margin:40px 0 !important
    }
    .d-flex.m-block {
        margin: 0 15px;
    }
    .reach-h-map
    {
        height: 90vh!important;
    }
    .child-banner h2 {
        bottom: 20px;
    }
    .questions.d-flex {
        position: relative;
    }
    .rational-overlay.opn{

        display: none;
    }
    .close-testt.opn2 {
        background: #000;
        position: fixed;
        height: 40px;
        width: 40px;
        padding: 5px;
        text-align: center;
        cursor: pointer;
        top: 0px;
        right: -12px;
        z-index: 99;
    }
    .close-div.opn3 {
        min-width: 325px;
        max-width: 400px;
        position: relative;
        /* height: 50px; */
        position: fixed;
        top: 50%;
        left: 48%;
        cursor: pointer;
        TRANSFORM: translate(-50% , -50%);
        z-index: 99;
    }
    nav#site-navigation {
        height: 80vh;
        overflow: scroll;
    }
    .for-mobile-block
    {
        display: block!important;
        padding: 10px!important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .site-logo.col-md-2.col-lg-2 {
        padding-left: 30px!important;
    }

    .for-pc {
        display: none;
    }
    .for-mobile {
        display: block;
        width: 100%!important;
        height: auto!important;
    }
    .banner-text {
        position: relative;
        top: 30%;
        left: 8%;
    }
    .banner {
        width: 100vw;
        height: auto;
    }
    .map-table {

        width: 42%;
    }
    .team-area.d-flex
    {
        display: block!important;
    }
    .team-area.d-flex .col-md-3{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .award-seal.col-md-3.gold.align-items-center.p-4 , .tab-pane .col-md-4 , .tab-pane .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .award-seal.col-md-3.gold.align-items-center.p-4 .award-name.text-center.w-100 {
        font-family: 'Poppins';
        display: flex;
        justify-content: center;
    }

    .for-mobile-block
    {
        display: block!important;
        padding: 10px!important;
    }
    .quatation p {
        font-size: 20px;
    }
    div#reach-container {
        height:calc(100% - 120px);
    }

    #menu-main-1 li:last-child:hover ul.sub-menu, #menu-main-1-es li:last-child:hover ul.sub-menu, #menu-main-1-fr li:last-child:hover ul.sub-menu , #menu-main-1-pt li:last-child:hover ul.sub-menu, #menu-main-1-ar li:last-child:hover ul.sub-menu
    {
        position: relative!important;
    }
    ul#menu-main-1 li:last-child span img, ul#menu-main-1-es li:last-child span img, ul#menu-main-1-fr li:last-child span img, ul#menu-main-1-pt li:last-child span img, ul#menu-main-1-ar li:last-child span img {
        display: block;
    }
    .progress-br.position-fixed {
        padding: 0 10px;
    }
    .resource-content {
        min-height: unset;
    }

    .progress-br.position-fixed .back-strip {
        width: 100%;
    }
    .progress-br.position-fixed .second-title
    {
        display: none;
    }
    .active-strip span:after {
        content: '';
        position: absolute;
        height: 1.5rem;
        width: 1.5rem;
        top: -12px;
        right: 0;
        z-index: -1;
    }
    .progress-br , .test-page.my-5.w-100 {
        padding: 10px;
    }
    .test-page-home
    {
        height: auto!important;
    }
    .active-strip span {
        font-size: 10px;
        padding: 0px 2px;
    }
    .back-strip {
        height: .8rem;
    }
    .test-button label {
        width: 175px;
    }
    .buger-div
    {
        display: flex!important;
    }

    section.my-5.h-about-section {
        height: auto!important;
        padding-bottom:125px ;
    }
    .close-testt.opn2 {
        top: 12px;
    }
    .button-test {
        /* display: block;
        justify-content: space-around; */
        text-align: center;
        margin: 0!important;
    }
    .button-test .our-seal.mt-4:nth-child(2) {
        margin: 1.5rem 50px!important;
    }
    .map-div {
        height: auto!important;
    }
    .award-wheel {
        display: none;
    }
    .team-area .col-md-4 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .map-div.reach-h-map {
        height: 70vh!important;
    }
    /* .award-seal.about .award-image {
        height: auto;
    } */
    .award-seal.about {
        height: auto;
    }
    .reach-img
    {
        width:100%;
    }
    .center-seal {
        margin: 40px 0 !important;
    }
    .d-flex.m-block {
        margin: 0 20px;
    }
    .stroke-no {
        font-size: 32px;
    }
    .blue-box {
        height: 190px;
        padding: 20px 15px;
    }
    .blue-box h4.pt-2
    {
        font-size: 16px!important;
    }
    .resource-padding .col-md-6 {
        /* width: 100%; */
        flex: 0 0 100%;
        max-width: 100%;
    }
    .award-margin {
        margin: 30px 0 0 0 !important;
        padding: 20px;
        display: block!important;
    }
    .award-image {
        width: 100px;
        height: 100px;
        margin: 20px auto!important;
    }
    .award-image img {
        object-fit: cover;
    }
    .cross-section-text p, .working-five-areas p, .step-menu-content p {
        font-size: 14px;
    }


    .cross-section-text {
        padding: 0 30px;
        align-items: unset;
    }
    .cross-section-text h1, .own-word {
        font-size: 28px;
    }
    .wp-caption.alignnone, article .entry-content ul
    {
        width: 1200px!important;
        height: auto;
        margin: 40px auto;
        max-width: 1200px;
        font-size: 20px;
        font-family: 'Montserrat';
        font-weight: 500;
    }
    .wp-caption.alignnone, article .entry-content p {
        width: auto!important;
        height: auto;
        margin: 40px auto;
        max-width: 1200px;
        padding: 20px;
    }
    .resource.row.news .entry-footer {
        display: none;
    }
    .resource.row .col-md-4
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .guidance h2
    {
        padding:0;
    }
    .journey.jour.w-100.position-relative
    {
        height: 60vh!important;
    }
    .our-journey button {
        padding: 12px;
        font-size: 12px;
    }

    .map-svg svg {
        transform: translate(-20%, 40px);
        height: 170px;
        width: 330px;
    }
    /* .map-div:before {
        content: '';
        height: 30%;
    } */
    /* .map-div:after {
        content: '';
        height: 70%;
    } */
    .whereare-b button
    {
        padding: 12px;
        font-size: 12px;
    }
    .map-text {
        width: calc(45% - 20px);
        margin-left: 40px;
        margin-top: 35px;
        position: relative;
        top: 50px;
    }
    .map-svg {
        position: relative;
        top: 55px;
    }
    .more-value .digit {
        font-size: 50px;
    }
    .map-value {
        color: #fff;
        font-size: 14px;
        margin-right: 40px;
        float: right;
    }
    .map-text p{
        font-size: 12px;
    }
    /* .map-img {
        width: unset;
        display: block;
        position: unset;
    } */
    .quatation {
        padding: 40px 10px;
    }
    .you-can-start svg{
        height: 100px;
        width: 360px;
    }
    .footer-p .col-md-5, .col-md-7 {
        /* width: 100%; */
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        justify-content: center;
        margin-bottom: 30px;
    }
    .menu-footer {
        padding: 15px 10px 10px;
    }
    .footer-image {
        margin: 0 auto;
    }
    .footer-para
    {
        text-align: center!important;
    }
    #menu-main-1 , #menu-main-1 li,
    #menu-main-1-es , #menu-main-1-es li,
    #menu-main-1-pt , #menu-main-1-pt li,
    #menu-main-1-fr , #menu-main-1-fr li,
    #menu-main-1-ar , #menu-main-1-ar li{
        display: block;
    }
    #site-navigation {
        background: #fff;
        text-align: left;
        width: 100%;
        z-index: 9;
        transform: scaleY(0);
        transform-origin: top;
        transition: transform 0.2s ease;
        display: block!important;
    }

    .menu-main-1-container {
        width: 100%;
        padding-left: 15px;
        overflow: hidden;
    }
    #menu-main-1 li, #menu-main-1-es li, #menu-main-1-ar li, #menu-main-1-fr li, #menu-main-1-pt li {
        padding: 20px 25px!important;
        border-bottom: 2px solid #d0d0d0;
        margin:0;
    }
    .get-in-touch {
        background-color: #ffff;
        padding: 20px 25px!important;
    }
    .last-menu-header {
        display: block!important;
        margin: 0!important;
    }
    .site-branding .col-md-3
    {
        z-index: 9;
        display: none;
    }

    .get-in-touch button {
        border: 0;
    }
    .buger-div {
        position: absolute;
        right: 30px;
        display: block;
        top: 40px;
    }
    span.language.mr-3 {
        font-size: 20px;
    }
    .site-logo {
        display: flex;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
        z-index: 9;
    }
    .menu-shw {
        transform: scaleY(1)!important;
    }
    .site-logo.col-md-2.col-lg-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .site-branding-container {
        overflow-x: hidden;
    }
    .get-in-touch2 button {
        background: transparent;
        border: 0;
        color: #1d3996;
        font-weight: 600;
        font-size: 15px;
        padding: 20px 35px!important;
        font-family: 'Poppins', sans-serif;
        outline: 0;
        transition: all .8s;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    .ipad-view
    {
        display: block!important;
    }

    .banner svg
    {
        height: 280px;
        width: 400px;
    }
    .ipad-view-block
    {
        display: block;
    }
    .ipad-view-block .seal .col-md-6.col-lg-6.p-0 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ipad-height
    {
        height: 200px!important;
    }
    .desk-b img
    {
        height: 310px;
        width: 310px;
    }
    .seal-plus-m
    {
        position: absolute;
        top:0;
    }
    .seal-plus-m svg
    {
        height: 300px;
        width: 450px;
    }
    .seal-plus-m svg path {
        transform-box: view-box;
        transform: translate(0%, 5%);
    }
    .seal-image p
    {
        padding: 41px 32px;
    }
    .our-seal
    {
        margin-left: 32px
    }
    .ipad-view-none
    {
        display: none;
    }
    .award-seal.col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .award-percentage .m-block
    {
        display: block!important;
    }

}
@media screen and (min-width: 1300px) and (max-width: 1599px)
{
    .cross-section-text {
        height: calc(85vh - 60px);
        overflow: auto;
        align-items: unset!important;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1599px)
{
    .resource-content {
        min-height: 480px;
    }

    .for-q-p
    {
        padding: 0 225px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1399px)
{
    .map-img .svg-container {
        /* height: calc(100vh - 120px)!important; */
    }
    .child-banner {
        width: 100%;
        height: 460px;
    }
    .team-intro span
    {
        font-size: 11px!important;
    }


}
@media screen and (min-width: 1301px) and (max-width: 1399px)
{
    .resource-awarded {
        font-size: 26px!important;
        height: 50px;
    }
    .resource-content {
        min-height: 450px;
    }

    .for-one .resource-awarded {
        height: unset;
    }
    .for-one .resource-content
    {
        min-height: 510px;

    }
}
@media screen and (min-width: 1024px) and (max-width: 1179px)
{
    #menu-main-1 li a, #menu-main-1-es li a, #menu-main-1-pt li a, #menu-main-1-ar li a, #menu-main-1-fr li a {
        font-size: 9px!important;
    }
    .get-in-touch button {
        font-size: 10px;
    }
    .site-logo.col-md-2.col-lg-2
    {
        display: flex;
        justify-content: center;
        /* margin-top: 10px; */
    }
}
@media screen and (min-width: 1180px) and (max-width: 1599px)
{
    #menu-main-1 li a, #menu-main-1-es li a, #menu-main-1-pt li a, #menu-main-1-ar li a, #menu-main-1-fr li a {
        font-size: 12px!important;
    }
    .site-logo.col-md-2.col-lg-2
    {
        display: flex;
        justify-content: center;
        /* margin-top: 10px; */
    }
}
@media screen and (min-width: 1024px) and (max-width: 1300px)
{
    .resource-awarded {
        font-size: 26px!important;
        height: 50px;
    }
    .seal-image p {
        font-family: 'Montserrat';
        font-weight: 500;
        font-size: 12px;
    }
    .cover-image-resorce {
        height: 180px;
        width: 210px;
    }
    .resource-content {
        min-height: 450px;
    }

    .for-one .resource-awarded {
        height: unset;
    }
    .for-one .resource-content
    {
        min-height: 390px;

    }
    section.my-5.h-about-section {
        height:auto!important;
        padding-bottom:125px ;
    }
    /*  section.sendus {
        height: calc(100vh - 50vh)!important;
    } */
    .team-intro p {
        font-size: 14px!important;
    }
    .our-team {
        padding: 0px;
    }
    .wp-caption.alignnone, article .entry-content p {
        width: auto!important;
        padding: 20px;
    }

    .site-logo a img
    {
        /* height: 100px; */
    }
    .more-value .digit {
        font-size: 50px;
    }
    .map-value {
        color: #fff;
        font-size: 14px;
        margin-right: 40px;
        /* float: right; */
        height: 95px;
    }
    .map-text p{
        font-size: 12px;
    }
    .banner {
        width: 100vw;
        min-height: calc(90vh);
        height: 100%!important;
    }
    .journey.jour.w-100.position-relative {
        /* height: 60vh!important; */
    }
    .quatation {
        padding: 100px 10px;
    }
    .guidance h2 {
        padding: 0 80px;
    }
    .seal-image
    {
        min-height: calc(100vh)!important;
        height: 100%!important;
    }
    /* .seal-image.w-100.color-tone {
        min-height: 40vh!important;
    } */
    .for-min-height
    {
        min-height: calc(60vh)!important;
        height: auto!important;
    }
    .for-min-height2
    {
        min-height: calc(40vh)!important;
        height: auto!important;
    }
    /* .seal-plus {
        transform: translate(-50%, -50%);
        left: 58%;
        top: 43%;
        z-index: 9;
    } */
    .seal-plus img {
        height: 300px;
        width: 300px;
        object-fit: cover;
    }
    .seal-plus.g {
        top: calc(40vh - 32px);
        left: calc(50% + 105px);
    }
    .footer-sdg {
        width: auto;
        height: 60px;
    }
    .blue-box.text-center h4:nth-child(2) {
        font-size: 20px!important;
    }
    .five-area-boxes {
        bottom: 65px;
    }
    .map-svg svg {
        transform: unset!important;
        width: 350px;
    }
    .cross-section-text p {
        font-size: 16px;
    }
    .cross-section-text h1, .own-word {
        font-size: 30px;
    }
    .cross-section-text {
        height: calc(85vh - 60px);
        overflow: auto;
        align-items: unset!important;
    }
    .step-menu-content p {
        /* font-size: 15px; */
    }
    .recognise p, .article-para, article .entry-content p {
        font-size: 18px;
    }
    .resource-awarded {
        font-size: 26px!important;
    }
    /* .map-svg {
        top: 132px!important;
    } */
    .seal-plus.g svg
    {
        height: 200px!important;
    }
    .seal-image.p-5.mt-5.mx-5 {
        /* height: calc(25vh - 3rem)!important; */
        margin-top: 55px!important;
    }
    .map-text {

        margin-top: 40px;
        padding-bottom: 60px;
    }
    .map-svg svg {
        transform: translate(0%, 155px);
    }
    .map-img {
        width: 56%;
        display: block;
        height: 100%;
        /* padding-top: 40px; */
    }
    /* .map-div:after {
        content: '';
        height: 75%;
    } */
    /* .map-div:before {
        content: '';
        height: 25%;
    } */
    .map-svg {
        width: auto;
        display: block;
        margin-left: 100px;
    }
    .our-seal button {
        padding: 17px 25px;

    }
}

@media screen and (min-width: 1024px)
{
    /* .map-div:before {
        height: 270px!important;
    } */
    /* .child-banner {
        width: 100%;
        height: 630px;
    } */
    /* .map-div:after {
        height: calc(100% - 270px)!important;
    } */


    /* .reach-img.map-img.my-5 .svg-container {
        height: calc(100vh - 375px);
    } */
    .map-svg {
        width: calc(45% - 120px);
        margin-left: 100px;
        position: absolute;
        top: calc(40% - 118px);
    }
    .map-svg svg {
        transform: unset!important;
    }
    .map-text {
        width: calc(45% - 120px);
        margin-left: 100px;
        margin-top: unset;
        padding-bottom: unset;
        position: absolute;
        top: 50%;
    }
}
@media screen and (min-width: 1600px)
{
    ul#menu-main-1-es li a , ul#menu-main-1-fr li a
    {
        font-size: 18px!important;
        padding: 0!important;
    }
}
@media screen and (min-width: 1600px)
{
    .for-large.screen
    {
        width: 86%;
        margin: 0 auto;
    }
    .for-q-p
    {
        padding: 0 225px;
    }
}
@media screen and (min-width: 1601px)
{
    .child-banner {
        width: 100%;
        height: 630px;
    }
    /* .map-div.position-relative {
        height: 75vh!important;
    } */
    /* .resource-content.text-left {
        height: 400px!important;
    } */
    .map-img {
        width: 65%;
        position: absolute;
        right: 0;
        /* top: 50%;
        transform: translateY(-50%); */
    }
    /* .map-img .svg-container {
        height: calc(80vh - 290px)!important;
    } */
    .cross-section-text {
        height: auto!important;
        overflow: auto;
        max-width: 1200px;
    }
    .for-l-resolution
    {
        height: calc(100vh - 65vh)!important;
    }
    .get-large
    {
        height:calc(100vh - 40vh)!important;
    }
    section.my-5.h-about-section {
        height: calc(100vh - 25vh)!important;
    }
}

/* .child-drop
{
    height: 0;
    moz-transition: height 1s ease;
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
}
.child-drop li
{
    display: none;
}
.this-height
{
    height: 100%;
}
.this-height li
{
    display: block;
} */

@media screen and (min-width: 2200px)

{
    .para-banner {
        font-size: 22px;
    }
    .map-text p , .f-22 , .seal-image p , .cross-section-text p , .step-menu-content p , .working-five-areas p , .recognise p, .article-para, article .entry-content p {
        font-size: 22px!important;
    }
    .journey-plus p {
        font-size: 22px;
    }
    .team-intro p
    {
        font-size: 15px!important;
    }
}

.for-news p:first-child
{
    /* display: none!important; */
}
.for-news p
{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
