:root {
    --white-color: #fff;
    --yellow-color: #f5a93a;
    --blue-color: #173050;
    --lightblue-color: #7eb1cd;
    --lightedblue-color: rgba(209, 233, 246, 0.55);
    --labany-color: #419bf9;
    --red-color: red;
    --gray-color: rgb(148, 148, 148);
    --lightgray-color: #efefef;

    --black-color: #0D0D0D;

    --h1-hero: 84px;
    --h3-card: 50px;
    --p-size: 24px;

    --shadow-light: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    --shadow-sm: 0 .5rem 1rem rgba(0,0,0,.15);
    --shadow-lg: 0 1rem 3rem rgba(0,0,0,.175);

}

.is-invalid {
    border-color: #dc3545; /* Red border for invalid inputs */
}

.c-white {
    color: var(--white-color);
}
.c-white-v:hover {
    color: var(--white-color);
}
.c-yellow {
    color: var(--yellow-color);
}
.c-yellow-v:hover {
    color: var(--yellow-color);
}
.c-blue {
    color: var(--blue-color);
}
.c-blue-v:hover {
    color: var(--blue-color);
}
.c-lightblue {
    color: var(--lightblue-color);
}
.c-labany {
    color: var(--labany-color);
}
.c-red {
    color: var(--red-color);
}
.c-gray {
    color: var(--gray-color);
}
.c-black {
    color: var(--black-color);
}

.b-white {
    background-color: var(--white-color);
}
.b-white-v:hover {
    background-color: var(--white-color);
}
.b-yellow {
    background-color: var(--yellow-color);
}
.b-yellow-v:hover {
    background-color: var(--yellow-color);
}
.b-blue {
    background-color: var(--blue-color);
}
.b-blue-v:hover {
    background-color: var(--blue-color);
}
.b-lightblue {
    background-color: var(--lightblue-color);
}
.b-lightedblue {
    background-color: var(--lightedblue-color);
}
.b-labany {
    background-color: var(--labany-color);
}
.b-red {
    background-color: var(--red-color);
}
.b-gray {
    background-color: var(--gray-color);
}
.b-lightgray {
    background-color: var(--lightgray-color);
}
.b-black {
    background-color: var(--black-color);
}

.border-btn {
    border: 1px solid var(--blue-color)
}

.border-rad {
    border-radius: 4px !important;
}

.border-zero {
    border-radius: 0 !important;
}

.shadow-zero {
    box-shadow: unset !important;
}

.shadow-card {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.shadow-hover:hover {
    box-shadow: var(--shadow-sm) !important;
}

@font-face {
    font-family: "CIRCULARSTD";
    src: url("../fonts/CIRCULARSTD-BOOK.TTF") format("truetype");
    font-weight: 400;
}


body {
    font-family: 'CIRCULARSTD';
}

h1, h2, h3, h4, h5, h6, p, span, a {
    font-family: 'CIRCULARSTD';
}

ul {
    margin-bottom: 0
}

a {
    border-radius: 4px;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

button,
button:focus {
    border: 0;
    outline: transparent;
    background: unset;
}

input:focus {
    background: var(--lightgray-color) !important;
}

.pointer {
    cursor: pointer;
}

.line-height {
    line-height: 1.7
}

.g-link {
    width: 298px;
    height: 66px;
    line-height: 66px;
    border-radius: 4px;
    box-shadow: var(--shadow-lg);
    transition: all .2s ease-in-out;
}

.g-link:hover {
    box-shadow: unset;
}

.hero {
    height: calc(100vh - 162px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero__member__sub{
    height: auto;
    min-height: 80vh;
}

.hero__member__sub .member__desc p {
    color: var(--white-color);
    margin: auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-top: 20px;
}

.hero__member__sub .member__desc p span {
    color: var(--white-color);
}

.heroOverlay {
    height: 100%;
    background-image: linear-gradient(0deg, #7eb1cd, rgba(126, 177, 205, 0.5) 101%);
}

.hero__member__sub .heroOverlay {
    height: auto;
    min-height: 80vh;
}

.hero__member__sub .heroOverlay .hero__info {
    /* opacity: 0; */
    height: auto;
    padding-top: 20vh !important;
    padding-bottom: 10vh !important;
}

.hero__info {
    height: calc(100vh - 162px);
}

.hero__info > div {
    width: 100%;
}

.hero__info h1 {
    font-size: 2vw;
}

.hero__info p {
    font-size: 1vw;
    width: 35%;
}


.hero__people .heroOverlay {
    padding-top: 4vw
}

.hero__short {
    height: 40vh;
}

.hero__short .heroOverlay {
    background: var(--white-color);
    padding-top: 6vw
}

.hero__short .hero__info {
    height: auto;
}

.hero__short .hero__info p {
    width: 50vw
}

.hero__logo .heroOverlay {
    padding-top: 4vw;
}

.hero__logo p {
    width: 70%
}

.hero__logo .hero__info .about_desc > p {
    color: var(--white-color);
    margin-bottom: 3rem !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.hero__logo img {
    width: 14vw;
    margin: 40px 0;
}

.hero__mb8 {
    margin-bottom: 8rem !important;
}

.wideCard {
    padding: 6vw 0
}

.wideCard__core {
    box-shadow: var(--shadow-sm);
}

.wideCard__core > div:first-child {
    width: 30%;
}

.wideCard__core > div:last-child {
    width: 70%;
}

.wideCard__core > div:last-child img {
    height: 444px;
    width: 100%;
}

.wideCard__core-info {
    padding: 2vw
}

.wideCard__core-info h3 {
    font-size: 2.4vw;
}

.wideCard__core-info p {
    font-size: 1vw;
    line-height: 30px;
}

.wideCard__core-Overlayimg {
    top: 0;
    left: 0;
    height: 100%;
    padding: 2vw
}

.wideCard__core-Overlayimg h4 {
    font-size: 1.2vw;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
}

.wideCard__core-Overlayimg p {
    font-size: 1vw;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
}

/*============================================================ Start generalCard ============================================================*/
.generalCard {
    margin-bottom: 40px;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: box-shadow .2s ease-in-out;
}

.generalCard:hover {
    box-shadow: none;
}

.generalCard__header strong {
    font-size: 16px;
}

.generalCard__header .generalCard__header-left span:first-child {
    font-size: 12px;
}

.generalCard__header .generalCard__header-left span:last-child {
    font-size: 11px;
}

.generalCard__header-right span {
    font-size: 12px;
}

.generalCard__img {
    height: 324px
}

.generalCard__img img {
    height: 100%;
    width: 100%
}

.generalCard__body-head a:last-child {
    font-size: 15px;
}

.generalCard__body p {
    margin-bottom: 0;
    font-size: 16px;
}

.generalCard__big {
    height: 665px;
    overflow: hidden;
}

.generalCard__big .generalCard__img {
    height: 525px;
}

.moreBtn i {
    color: var(--lightblue-color)
}
/*============================================================ End generalCard ============================================================*/

/*============================================================ Start hoveredCard__hover ============================================================*/
.hoveredCard {
    overflow: hidden;
    transition: all .2s ease-in-out;
}

.hoveredCard:hover .hoveredCard__hover {
    transform: scale(1);
}

.hoveredCard__hover {
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    transform: scale(0);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .2s ease-in-out
}

.hoveredCard__hover-body p {
    color: #fff
}

.hoveredCard__hover-body a {
    font-size: 13px;
    transition: all .2s ease-in-out;
}

/*============================================================ End hoveredCard__hover ============================================================*/




/*============================================================ Start Nav ============================================================*/
.navCont {
    width: 100%;
    background: var(--white-color);
    box-shadow: var(--shadow-light);
}

.mainNav {
    max-width: 1640px;
    padding: 50px 0;
}

.navLogo {
    width: 174px
}

.wsmenu>.wsmenu-list>li:first-child>a.navLogo2 {
    width: 250px !important;
    overflow: hidden;
    /* text-align: left; */
}

/* .wsmenu>.wsmenu-list>li:first-child>a.navLogo2 img {
    float: left;
}

.wsmenu>.wsmenu-list>li:first-child>a.navLogo2 img:first-of-type {
    max-width: 60%;
    padding-right: 10px;
}

.wsmenu>.wsmenu-list>li:first-child>a.navLogo2 img:last-of-type {
    width: 40%;
} */


.wsmenu>.wsmenu-list>li>a {
    color: var(--blue-color);
    font-size: 16px;
    transition: all .2s ease-in-out;
}

.wsmenu>.wsmenu-list>li>a:hover {
    color: var(--yellow-color)
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .title {
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 0;
    transition: color .2s ease-in-out;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .wsmwnutxt {
 text-transform: capitalize;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu a:hover .title {
    color: var(--yellow-color)
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a,
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
    transition: all .2s ease-in-out;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover,
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
    color: #fff;
    background: var(--red-color);
}

.wsmenu>.wsmenu-list>li:last-child>a {
    color: var(--white-color);
    background-color: var(--yellow-color);
    box-shadow: var(--shadow-sm);
}

.navCont__transparent {
    background-color: unset;
    box-shadow: unset;
    z-index: 9;
}

.navCont__transparent .wsmenu>.wsmenu-list>li>a {
    color: var(--white-color)
}
/*============================================================ End Nav ============================================================*/

/*============================================================ Start countries ============================================================*/
.countries {
    padding: 8vw 0 2vw
}

.countrySolid {
    height: 260px;
    padding: 0.7vw 1.3vw;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.countrySolid h3 {
    font-size: 2vw;
}

.countrySolid p {
    font-size: 1.2vw;
}

.countryImg {
    height: 260px;
    background-size: cover;
}

.countryImg__overlay {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.countryImg__overlay h4 {
    line-height: 260px;
    font-size: 4vh;
    letter-spacing: 2px;
}
/*============================================================ End countries ============================================================*/




/*============================================================ Start homeMap ============================================================*/
.homeMap {
    padding: 8vw 0 15vw
}

.homeMap__map img {
    transform: scale(2) translate(40px, 0);
}

.homeMap__slide {
    transform: translate(0, 70px)
}

.homeMap__slide,
.homeMap__slide .carousel,
.homeMap__slide .carousel-inner,
.homeMap__slide .carousel-item,
.homeMap__slide .carousel-caption {
    height: 100%
}

.homeMap__slide .carousel-caption {
    right: 15%;
    bottom: 0;
    top: 16vh;
    left: 0;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%
}

.homeMap__slide .carousel-caption i {
    position: absolute;
    color: #f5a93a;
    font-size: 2vw
}

.homeMap__slide .carousel-caption i:first-child {
    /* top: -38px;
    right: 0 */
    top: -36px;
    right: 0;
}

.homeMap__slide .carousel-caption i.fa-quote-left {
    /* bottom: 7vw;
    left: 3vw; */
    bottom: 8vw;
    left: 0vw;
}

.homeMap__slide .carousel-caption h5 {
    font-size: 1vw
}

.homeMap__slide .carousel-indicators {
    bottom: -2vw;
}

.homeMap__slide .carousel-indicators li {
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: var(--lightgray-color);
    cursor: pointer;
}

.homeMap__slide .carousel-indicators li.active {
    background-color: var(--blue-color);
}

.custom-file-label::after {
    content: "\f0c6";
   font: normal normal normal 14px/1 FontAwesome;
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
}
/*============================================================ End homeMap ============================================================*/




/*============================================================ Start dicoverCard ============================================================*/
.dicoverCard {
    padding: 8vw 0 6vw;
}

.hoveredCard {
    overflow: hidden;
    box-shadow: var(--shadow-light);
}

.CardOverlay {
    height: 580px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.CardOverlay__over {
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(10, 37, 64, 0), #0a2540);
}

.CardOverlay:hover .CardOverlay__header {
    display: none;
}

.CardOverlay:hover .CardOverlay__body {
    transform: translateY(0);
}

.CardOverlay__body {
    width: 100%;
    top: 0;
    left: 0;
    transform: translateY(100%);
    overflow: hidden;
    transition: all .2s ease-in-out
}

.CardOverlay__body a {
    transition: all .2s ease-in-out;
}
/*============================================================ End dicoverCard ============================================================*/




/*============================================================ Start supporter ============================================================*/
.supporter {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.supporter__overlay {
    padding: 8vw 0 6vw;
    background-color: rgba(245, 169, 58, 0);
}

.supporter__info h3 {
    font-size: 2vw
}

.supporter__info p {
    font-size: 1.2vw
}

.supporter__info a {
    width: 16vw;
    padding: 10px 0;
    transition: all .2s ease-in-out
}
/*============================================================ End supporter ============================================================*/




/*============================================================ Start footer ============================================================*/
.footer__about,
.footer__links {
    padding: 5vw 0
}

.footer__links-socials {
    padding: 10px 0 0 0;
    transform: translateX(-10px);
}

.footer__links-socials a {
    display: inline-block;
    width: 30px;
    transform: translateX(10px);
    /* background: #fff;
    border-radius: 8px;
    overflow: hidden; */
}

.footer__links-socials a:nth-of-type(2) {
    transform: translateX(25px)
}

.footer__links-socials a:nth-of-type(3) {
    transform: translateX(38px)
}

.footer__links-socials a:nth-of-type(4) {
    transform: translateX(53px)
}

.footer__links-socials img {
    width: 100%;
    height: 100%;
}

.footer__about img {
    width: 260px;
    filter: invert(.5);
}

.footer__about a {
    width: 260px;
    transition: all .2s ease-in-out
}

.footer__links ul {
    margin-right: 80px
}

.footer__links li {
    line-height: 3;
}

.footer__links a {
    letter-spacing: 1px;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.footer__subscribe {
    height: 100%;
    background-color: rgba(126, 177, 205, 0.1);;
}

.footer__subscribe-body .form-group {
    border: 1px solid var(--white-color);
    border-radius: 4px;
    overflow: hidden;
    height: 2.5vw;
}

.footer__subscribe-body .form-group input {
    width: 80%;
    outline: transparent;
    border: 0
}

.footer__subscribe-body .form-group input::placeholder {
    color: rgba(126, 177, 205, 0.55);
}

.footerSubscribe__btn {
    height: 2.2vw;
    margin: 2px 2px 0 0;
    border-radius: 4px;
}
/*============================================================ End footer ============================================================*/




/*============================================================ Start our-people-1 ============================================================*/
.mapSearch__inputs .input-group {
    overflow: hidden;
}

.mapSearch__inputs select,
.mapSearch__inputs input {
    width: 100%;
    height: 45px;
    border: 0;
    padding-right: 11px !important;
}

.mapSearch__inputs button {
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.countries__pagination-line {
    position: relative;
}

.countries__pagination-line hr {
    height: 2px;
    border: 0;
    background: var(--lightgray-color);
}

.countries__pagination-line:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 19%;
    background: var(--blue-color);
    z-index: 9;
}

.countries__pagination .page-link,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    width: 38px;
    margin-right: 5px;
    border: 0;
    border-radius: 50%;
    transition: all .2s ease-in-out
}
/*============================================================ End our-people-1 ============================================================*/




/*============================================================ Start our-people-2 ============================================================*/
.countries__people-2 .generalCard {
    box-shadow: none;
}

.countries__people-2 .generalCard:hover {
    box-shadow: var(--shadow-sm);
}

.countries__people-2 .generalCard:hover a {
    color: var(--yellow-color)
}
/*============================================================ End our-people-2 ============================================================*/



/*============================================================ Start apply ============================================================*/
.apply {
    background: #ffffff;
}

.apply__img {
    padding: 4.2vw 0 80px 7vw
}

.apply__img h3 {
    font-weight: 600
}

.apply__form {
    background: var(--lightgray-color);
    padding: 7.5vw 12vw 15vw 15vw
}

.apply__form label {
    color: var(--blue-color);
    line-height: 1.25;
    font-weight: 500;
}

.apply__form ::placeholder {
    color: var(--gray-color);
    font-style: italic;
}

.apply__form .custom-select {
    width: 40px !important
}

.apply__form textarea {
    resize: none;
}

.apply__form button {
    width: 100%;
    transition: background .2s ease-in-out;
}

.apply__supporter .apply__form {
    padding: 4.5vw 12vw 4.5vw 15vw
}
/*============================================================ End apply ============================================================*/




/*============================================================ Start memberMade__core ============================================================*/
.memberMade {
    margin-top: -150px
}

.memberMade.memberMade__about {
    margin-top: 0
}

.memberMade__about-img {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    width: 25vw;
}

.memberMade__core.memberMade__core-member {
    margin-bottom: 3rem;
    height: 85vh;
    width: 95%;
    float: right;
    background-size: cover;
    background-repeat: no-repeat;
}

.memberMade__info.memberMade__info-memner {
    width: 45vw;
    padding: 4vw 6vw 4vw 3vw;
    box-shadow: var(--shadow-lg);
    transform: translate(-5%, -5%);
}

.memberMade__info p {
    margin-bottom: 2vw;
    color: var(--white-color);
}
.memberMade__info.become__member p {
    margin-bottom: 2vw;
    color: var(--white-color);
}

.memberMade__info.about__institute h4 {
    color: var(--black-color);
}

.memberMade__info.about__institute p {
    color: var(--blue-color);
}

.memberTypes{
    margin-top: 3rem;
}

.memberTypes__right,
.memberTypes__left {
    padding: 5vw 6vw;
    height: 36vw;
}

.memberTypes__right,
.memberTypes__left p{
    color: var(--white-color);
}

.memberTypes__left p:last-child,
.memberTypes__right p:last-child {
    margin-bottom: 0;
}

.memberTypes__left {
    background-color: #98c0d6;
}

.memberTypes__right {
    background-color: rgba(153, 193, 214, .8);
}
/*============================================================ End memberMade__core ============================================================*/




/*============================================================ Start grayCards ============================================================*/
.grayCards__info h4 {
    font-weight: 600;
    font-size: 1.6vw;
}

.grayCards__info-card {
    width: 60%
}

.grayCards__info-card li {
    margin-bottom: 27px;
    padding: 3vw;
    border-radius: 10px;
    transition: box-shadow .2s ease-in-out;
}

.grayCards__info-card li:hover {
    box-shadow: var(--shadow-sm);
}

.grayCards__info-card li .media img {
    width: 80px;
    padding: 10px;
    border-radius: 15px;
}

.grayCards__info-card li .media-body h5 {
    font-weight: 600;
    font-size: 1.2vw;
}
/*============================================================ End grayCards ============================================================*/




/*============================================================ Start summerSchool ============================================================*/
/* .summerSchool { */
    /* padding: 5vw 0 */
/* } */

.summerSchool__institute {
    padding: 2vw 0
}

.summerSchool__info {
    margin-top: 6vw;
    padding: 2vw 4vw 2vw 2vw;
}

.summerSchool__info p {
    color: #585858
}

.summerSchool__info__vocational p {
color: var(--blue-color);
}

.summerSchool__info .center__paragraph p {
    color: #585858
}

.summerSchool__img {
    height: 550px;
    width: 100%;
}

.summerSchool__img img {
    height: 100%;
    width: 100%
}

.summerSchool__info-img {
    /* background: url('../images/member-bg.png'); */
    position: absolute;
    /* top: 100%; */
    left: 0;
    z-index: -1;
}

/*============================================================ End summerSchool ============================================================*/



/*============================================================ Start hero__form ============================================================*/
.hero__form {
    height: 55px;
    line-height: 55px;
    width: 70%;
    overflow: hidden;
}

.hero__form * {
    height: 100%
}

.hero__form i {
    width: 50px;
    line-height: 60px;
    height: 100%;
}

.hero__form input {
    border: 0
}

.hero__form input::placeholder {
    color: var(--gray-color);
    text-transform: capitalize;
}

.hero__form button {
    width: 150px;
    font-size: 16px;
    transition: all .2s ease-in-out;
}
/*============================================================ End hero__form ============================================================*/




/*============================================================ Start article ============================================================*/
.article__right img {
    width: 100%;
    margin-bottom: 30px;
    max-height: 740px;
}

.article__body-file > p {
    display: flex;
}

.article__body-file > p span {
    font-size: 13px;
    padding: 0 10px
}

.article__body-file > p a {
    transform: translateY(-.2vw);
}

.article__body > p,li {
    color: var(--gray-color);
}

.article__right-col {
    width: 80%;
    float: right;
    overflow: hidden;
}

.article__right-colBody h6 {
    font-size: 14px;
}

.article__right-colBodyh a {
    padding: 10px 40px;
    display: inline-block;
}

.article__right-colBody > p, li {
    color: var(--gray-color);
}
.article__right-colBody > h1, h2, h3, h4, h5, h6 {
    color: var(--lightblue-color);
}

.program__article {
    padding-top: 6vw
}

.program__article__right-col{
    width: 100%;
    float: right;
    overflow: hidden;
}

/*============================================================ End article ============================================================*/

/*============================================================ Start smallSearch ============================================================*/
.smallSearch {
    padding: 5vw 0 1vw 0
}

.smallSearch__form,
.smallSearch__form form {
    width: 100%
}

.smallSearch__form form {
    height: 50px;
    background: var(--lightgray-color);
}

.smallSearch__form * {
    height: 100%;
    color: var(--gray-color);
    overflow: hidden;
}

.smallSearch__form input {
    width: 85%;
    padding: 0 10px;
    border: 0;
}

.smallSearch__form input::placeholder {
    color: var(--gray-color)
}

.smallSearch__form button {
    width: 15%;
    transition: all .2s ease-in-out
}

.smallSearch__form button:hover {
    color: var(--white-color);
    background: var(--blue-color);
}

.smallSearch__form button:hover i {
    color: var(--white-color);
}

.smallSearch__form button i {
    height: 50px;
    line-height: 50px;
}
/*============================================================ End smallSearch ============================================================*/




/*============================================================ Start contactFooter ============================================================*/
.contactFooter {
    padding: 50px 0 80px
}

.contactFooter input::placeholder {
    color: var(--gray-color);
    font-style: italic;
    text-transform: capitalize;
}

.contactFooter textarea {
    resize: none
}

.contactFooter__img {
    padding-top: 5.3vw
}

.contactFooter__img img {
    width: 100%
}
/*============================================================ End contactFooter ============================================================*/



/*============================================================ Start plainArticle ============================================================*/
.plainArticle {
    padding: 2vw 0 9vw 0
}

.plainArticle__art {
    width: 63%
}

.plainArticle__art p {
    font-size: 1vw;
    margin-bottom: 3vw;
    line-height: 1.7;
}

.plainArticle__art a {
    padding: 1vw 8vw 1vw 1vw;
    font-size: .9vw;
}
/*============================================================ End plainArticle ============================================================*/




/*============================================================ Start cardLayers ============================================================*/
.cardLayers {
    padding: 6vw 0
}

.cardLayers__img img {
    width: 100%
}

.cardLayers__info {
    padding: 2vw 8vw 2vw 2vw;
    margin-top: 5.5vw;
    transform: translateX(-9vw);
    box-shadow: var(--shadow-light);
}
/*============================================================ End cardLayers ============================================================*/




/*============================================================ Start memberMade__about ============================================================*/
.memberMade.memberMade__teaching {
    margin-top: 0
}

.memberMade__about {
    padding: 5vw 0
}
/*============================================================ End memberMade__about ============================================================*/




/*============================================================ Start ourPartners ============================================================*/
.ourPartners__core {
    margin: 4vw 0;
    padding: 2vw;
    box-shadow: var(--shadow-lg);
}

.ourPartners__core .hoveredCard {
    background-color: rgba(221, 221, 221, .6);
    margin-bottom: 30px;
    aspect-ratio: 1/1;
}
/*============================================================ End ourPartners ============================================================*/




/*============================================================ Start countryCard ============================================================*/
.countryCard {
    padding: 100px 0;
    margin-bottom: 30px;
}

.countryCard img {
    width: 120px;
    margin-bottom: 15px;
}

.countryCard__hover {
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(0);
    transition: transform .2s ease-in-out;
}

.countryCard:hover .countryCard__hover {
    transform: scale(1);
}

.countryCard__hover .overlay {
    height: 100%;
    width: 100%;
    padding: 6vw 0 0 0;
    background-color: rgba(208, 121, 120, .6);
}

.countryCard__hover .overlay h5 {
    bottom: 0;
    left: 0;
    width: 100%
}
/*============================================================ End countryCard ============================================================*/




/*============================================================ Start hero__info-form ============================================================*/
.hero__info-form {
    padding: 80vh 0 0 0;
}
/*============================================================ End hero__info-form ============================================================*/




/*============================================================ Start mediaNews ============================================================*/
.mediaNews {
    padding: 2vw 0 2vw
}

.mediaEvents {
    padding: 4vw 0;
}

.whiteCard {
    height: 400px;
    padding: 2vw
}

.whiteCard p {
    font-size: 24px;
}

.whiteCard a {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 2vw 2vw;
    font-size: 18px;
}

.imagedCard {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.imagedCard__info {
    height: 100%;
    width: 100%;
    padding: 22vw 2vw 2vw 2vw;
    transition: all .2s ease-in-out;
}

.imagedCard__info:hover {
    padding: 15vw 2vw 2vw 2vw;
    background-color: rgba(10, 37, 64, .5);
}

.imagedCard__info a {
    width: 100%;
    padding: .5vw 0
}

.imagedCard__info h6 {
    font-weight: lighter;
    margin-bottom: 3vw;
}


/*============================================================ End mediaNews ============================================================*/




/*============================================================ Start mapSearch__news ============================================================*/
.mapSearch__news {
    padding: 3vw 0 0 0
}
/*============================================================ End mapSearch__news ============================================================*/




/*============================================================ Start mapSearch__news ============================================================*/
.upcomingEvents {
    padding: 5vw 0 5vw 0
}
/*============================================================ End mapSearch__news ============================================================*/




/*============================================================ Start mediaNews__news ============================================================*/
.mediaNews__news {
    padding-top: 0
}

.videosPlayer__mediaCenter {
    padding: 2vw 0 !important
}

.videoPop .modal {
    background-color: rgba(10, 37, 64, 0.74);;
}

.videoPop .modal-dialog {
    width: 1000px;
    max-width: 1000px;
    margin-top: 10vw
}

.videoPop .modal-content {
    background-color: unset;
    border: 0
}

.videoPop .modal-header {
    padding: 0;
    border: 0
}

.videoPop .modal-header .close {
    color: var(--white-color);
    text-shadow: unset;
    font-weight: 400;
    opacity: 1;
}

.videoPop .modal-body iframe {
    height: 50vh;
    width: 100%;
}
/*============================================================ End mediaNews__news ============================================================*/




/*============================================================ Start videosblocks ============================================================*/
.videosPlayer {
    padding: 2vw 0
}

.videosPlayer__left {
    height: 465px;
    background-size: cover;
    background-repeat: no-repeat;
}

.videosPlayer__left-over {
    height: 100%;
    width: 100%;
    background-color: rgba(126, 177, 205, 0.55);
}

.videosPlayer__left-info {
    bottom: 1.4vw;
}

.videosPlayer__left-over button {
    transform: translate(14vw, 6vw);
    transition: all .2s ease-in-out;
}

.videosPlayer__left-over button i {
    font-size: 3vw;
}

.videosPlayer__left-info p {
    width: 65%
}

.videosblocks {
    padding: 0 0 4vw 0
}

.videosPlayer__right {
    margin-bottom: 10px
}

.videosPlayer__right img {
    height: 149px;
    width: 274px
}

.videosPlayer__right .media-body button {
    font-weight: 500;
    transition: color .2s ease-in-out
}
/*============================================================ End videosblocks ============================================================*/




/*============================================================ Start singleNews ============================================================*/
.singleNews {
    padding: 3vw 0 9vw 0
}

.singleNews__slider {
    margin-bottom: 4vw;
}

.singleNews__slider .carousel-indicators {
    bottom: -50px
}

.singleNews__slider .carousel-control-next,
.singleNews__slider .carousel-control-prev {
    opacity: 1;
    height: 0;
    top: auto;
    bottom: -10px;
    display: block;
    color: var(--blue-color);
    font-weight: 500;
    transition: color .2s ease-in-out
}

.singleNews__slider .carousel-control-next:hover,
.singleNews__slider .carousel-control-prev:hover {
    color: var(--yellow-color)
}

.singleNews__slider .carousel-control-prev {
    left: auto
}

.singleNews__slider .carousel-indicators li {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: rgba(223, 223, 223, 0.55);
}

.singleNews__slider .carousel-indicators .active {
    background-color: #7eb1cd;
}
/*============================================================ End singleNews ============================================================*/




/*============================================================ Start hero__info-dating ============================================================*/
.hero__info-dating span {
    font-size: 1vw;
    font-weight: 500;
    margin-right: 2vw
}

.hero__info-dating span strong {
    font-size: 1.5vw;
}
/*============================================================ End hero__info-dating ============================================================*/




/*============================================================ Start countriesPrograms ============================================================*/
.countriesPrograms {
    padding: 4vw 0
}
/*============================================================ End countriesPrograms ============================================================*/




/*============================================================ Start programs2 ============================================================*/
.programs2 {
    padding: 1vw 0 6vw
}

.programs2 .generalCard__body-head a {
    font-size: 1vw
}
/*============================================================ End programs2 ============================================================*/




/*============================================================ Start terms ============================================================*/
.terms {
    padding: 6vw 0
}

.terms__info-head {
    margin-bottom: 4vw
}

.terms__info-head form {
    width: 100%;
    margin-top: 3vw
}

.terms__info-body {
    margin-bottom: 3vw
}

.terms__info-body ul {
    margin-bottom: 3vw
}
/*============================================================ End terms ============================================================*/




/*============================================================ Start terms__info-collapseCover--body ============================================================*/
.terms__info-collapse {
    margin-bottom: 1vw
}

.terms__info-collapseCover--head a {
    display: inline-block;
    width: 200px;
    height: 51px;
    line-height: 51px;
    text-align: center;
}

.terms__info-collapseCover--body {
    display: none;
}

.terms__info-collapseCover--body.open {
    display: block;
}

.termsBlocks__head {
    margin: 2vw 0 4vw 0
}

.termsBlocks__info {
    width: 80%;
    margin-bottom: 4vw;
    margin-right: auto;
    margin-left: auto;
}

.termsBlocks__info i {
    height: 64px;
    line-height: 64px;
    width: 64px;
    margin-bottom: 20px;
    border-radius: 16px;
    background-color: rgba(21, 101, 216, .1);
}
/*============================================================ End terms__info-collapseCover--body ============================================================*/




/*============================================================ Start terms__form ============================================================*/
.terms__form {
    padding: 1vw 0
}

.terms__form-head a {
    font-weight: 500;
}

.terms__form-body {
    padding: 2vw 0
}

.terms__form-body label {
    font-weight: 500;
}

.terms__form-body .form-group {
    margin-bottom: 20px
}

.terms__form-body .custom-file-label {
    height: 100%;
    padding: .375rem .75rem;
    line-height: 51px;
    color: rgba(126, 177, 205, 0.55);
    background-color: unset;
    border: 0;
    border-radius: unset;
}

.terms__form-body .custom-file-label::after {
    height: 100%;
    padding: .375rem 1.75rem;
    line-height: unset;
    background-color: unset;
    border-left: 0;
    border-radius: 0;
    font-size: 2vw;
    color: rgba(126, 177, 205, 0.55);
}

.terms__form-body input,
.terms__form-body select,
.terms__form-body textarea,
.terms__form-body .custom-file,
.terms__form-body .custom-file-input,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    height: 61px !important;
    width: 100%;
    border-radius: 4px;
    border: solid 1px #ffffff;
    background-color: #f8f8f8;
}

.terms__form-body .select2-container--default .select2-search--inline .select2-search__field {
    height: 50px !important
}

.terms__form-body .form-check label {
    color: #0a2540
}

.terms__form-body .form-check label span {
    color: var(--yellow-color)
}

.terms__form-body .form-check input {
    height: auto !important;
    width: auto !important;
}

.terms__form-body .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--lightblue-color);
    border: 0;
    border-radius: 20px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px 15px;
}

.terms__form-body textarea {
    height: auto !important;
    min-height: 140px;
    resize: none;
}

.terms__form-body input::placeholder {
    line-height: 1.78;
    color: rgba(126, 177, 205, 0.55);
  }

.fromAppCtrls {
    margin-top: 2vw
}

.fromAppCtrls button {
    padding: 10px 50px;
    transition: all .2s ease-in-out;
}

.fromAppCtrls button:first-child {
    margin-right: 10px
}
/*============================================================ End terms__form ============================================================*/




/*============================================================ Start storyVid ============================================================*/
.storyVid {
    background-size: cover !important;
    margin-bottom: 4vw;
}

.storyVid__overlay {
    padding: 15vw 0vw 4vw;
    background: rgba(126, 177, 205, .8);
}

.storyVid__content h3 {
    margin-top: 5vw
}

.storyVid__content p {
    margin-bottom: 0;
}

.storyVid__content i {
    color: #749bb1;
    background: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.storyVid__content i:hover {
    background-color: #f5a93a;
}

.modalVid {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100vh;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
}

.modalVid i {
    position: absolute;
    top: 40px;
    right: 40px;
    color: #fff;
    font-size: 30px;
    color: var(--lightblue-color);
    cursor: pointer;
}
/*============================================================ End storyVid ============================================================*/


/*============================================================ Start FAQ ============================================================*/
.faq__header button {
    margin: 0 0 4px;
    padding: 10px 43px;
    width: 155px;
    border-radius: 8px;
    color: var(--lightgray-color);
    background-color: #284665;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.faq__header button:hover {
    color: #284665;
    background-color: var(--lightgray-color);
}

.faq__header button.active {
    color: #284665;
    background-color: var(--lightgray-color);
}

.faq__body-block {
    margin: 19px 0 16px 0;
    padding: 32px 32.5px 21px 24px;
    border-radius: 8px;
    background-color: #284665;
}

.faq__body-block .heading {
    color: var(--lightgray-color);
    cursor: pointer;
}

.faq__body-block .heading h6 {
    margin-top: 0
}

.faq__body-block .heading i {
    font-size: 10px;
}

.faq__body-block p {
    margin: 0;
    color: #b3bac5
}

.faq__body-block .answer {
    display: none;
}

.faq__body-block :first-of-type .answer {
    display: block;
}

.singleEvent__modal .modal-header {
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.singleEvent__modal .modal-body {
    padding: 0 1rem 0 1rem;
}

.singleEvent__modal table tbody tr td:first-child {
    width: 150px
}

.singleEvent__modal table tbody tr td:first-child h5,
.singleEvent__modal table tbody tr td:first-child h6 {
    font-size: 15px;
    margin: 0;
}

.singleEvent__modal .modal-content {
    padding: 30px
}

/*============================================================ End FAQ ============================================================*/

/*New Styles*/
.singleEvent__modal .modal-content {
    padding: 30px
}

.form-part {
    display: none
}

.form-part:first-of-type {
    display: block
}

.terms__form-body .form-group {
    position: relative;
}

.terms__form-body .form-group .addingLang {
    position: absolute;
    top: 49px;
    right: 4px;
    z-index: 2;
    background: #f8f8f8;
    color: #c0d1e1;
    cursor: pointer;
    transition: color .2s ease-in-out;
}

.terms__form-body .form-group .addingLang:hover {
    color: #000
}

/*============================================================ Custom Css ============================================================*/
.singleNews__info > p {
    color: var(--gray-color);
}
.article__body .space__div {
    margin-top: 15vw;
}
.course__days__desc > p,ul,li {
    color: var(--blue-color);
}

.error{
    color: var(--red-color)
}

#apply__img__contact__us__title h3 {
    font-weight: 600;
    color: var(--blue-color);
}


#terms__info-body__selectors h1,h2,h3 {
    color: var(--blue-color);
}

#terms__info-body__selectors p {
    color: var(--gray-color);
}

.faq__body-block .heading h6 {
    color: var(--lightgray-color);
    cursor: pointer;
}

.footer__subscribe #newsletter__submit:hover {
    cursor: pointer;
}
.terms_conditions_div a:hover{
    color: var(--yellow-color);
    cursor: pointer;
}

/*====================================================================================*/

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--yellow-color) !important;
    text-decoration: none;
    background-color: unset;
}

.terms__form-body .form-group .addingLang:hover {
    color: #000
}

.milestone {
    margin-bottom: 20px;
    padding: 60px 127px 60px 60px;
    border-radius: 4px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.milestone__date {
    width: 100%;
}

.memberMade__info p {
    font-size: 14px;
}

.memberMade__info__trainingCourse p {
    color: var(--blue-color)
}
.memberMade__info__aboutUs p {
    color: var(--blue-color)
}
.summerSchool__info__aboutUs p {
    color: var(--blue-color)
}

.memberMade__info.memberMade__info-memner {
    max-width: 45%;
}

.wideCard__core-Overlayimg {
    height: 100%;
    width: 100%
}

/* ===================================== show emyf-member  ====================================== */

.organization--cover {
    padding: 60px 80px
}

.organization--cover-group {
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.organization--cover-group-block {
    /* min-height: 250px; */
    margin-bottom: 20px;
    padding: 30px;
    background-color: #fafafa;
    height: 325px;
}

.organization--cover-group-block h2 {
    font-size: 35px;
    margin-bottom: 10px;
}

.organization--cover-group-block li {
    font-weight: 600;
    line-height: 2.5;
    font-size: 16.5px;
}

.lightblie-bg {
    background-color: #eff5f8;
}

.country--flag {
    width: 60px !important;
    margin: 10px 20px!important;
    border-radius: 4px;
}

@media only screen and (max-width: 991px) {
    .organization--cover {
        padding: 30px 40px
    }

    .organization--cover-group {
        padding: 40px 20px;
    }

    .organization--cover-group-block {
        padding: 20px;
        height: 480px;
    }

    .organization--cover-group-block h2 {
        font-size: 22px;
    }

    .organization--cover-group-block li {
        font-size: 14px;
        word-wrap: break-word;
    }
}
