.og-grid {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px
}

.og-grid-area {
    -ms-grid-columns: (minmax(115px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(115px, 1fr))
}

.og-grid li {
    display: inline-block;
    margin: 10px 5px 0 5px;
    vertical-align: top
}

.og-grid li>a,
.og-grid li>a img {
    border: none;
    outline: none;
    display: block;
    position: relative;
    width: 100%;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated
}

.og-grid li.og-expanded>a::after {
    top: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ff5444;
    border-width: 15px;
    left: 50%;
    margin: -20px 0 0 -15px
}

.og-expander {
    position: absolute;
    background: #ff5444;
    top: auto;
    left: 0;
    width: 100%;
    margin-top: 10px;
    text-align: left;
    height: 0;
    overflow: hidden
}

.og-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.og-close svg,
.og-close i {
    font-size: 3.5rem;
    color: #fff
}

.og-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.og-close:hover::before,
.og-close:hover::after {
    background: #333
}

.og-fullimg {
    width: 35%;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative
}

.og-details {
    width: 60%;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    overflow-y: hidden
}

.og-details {
    padding: 0 40px 0 20px
}

.og-fullimg {
    text-align: center
}

.og-fullimg img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    width: 395px;
    -o-object-fit: cover;
    object-fit: cover
}

.og-details h3 {
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 6rem;
    margin-bottom: 10px;
    color: #fff
}

.og-details p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #fff
}

.og-details a {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 20px;
    border: 3px solid #333;
    display: inline-block;
    margin: 30px 0 0;
    outline: none;
    display: none
}

.og-details a::before {
    content: '\2192';
    display: inline-block;
    margin-right: 10px
}

.og-details a:hover {
    border-color: #999;
    color: #999
}

.og-loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ddd;
    -webkit-box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    -webkit-animation: loader 0.5s infinite ease-in-out both;
    animation: loader 0.5s infinite ease-in-out both
}

@-webkit-keyframes loader {
    0% {
        background: #ddd
    }

    33% {
        background: #ccc;
        -webkit-box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd
    }

    66% {
        background: #ccc;
        -webkit-box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc
    }
}

@keyframes loader {
    0% {
        background: #ddd
    }

    33% {
        background: #ccc;
        -webkit-box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd
    }

    66% {
        background: #ccc;
        -webkit-box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc
    }
}

@media screen and (max-width: 830px) {
    .og-expander h3 {
        font-size: 32px
    }

    .og-expander p {
        font-size: 18px;
        line-height: 25px
    }

    .og-expander a {
        font-size: 16px
    }
}

@media screen and (max-width: 650px) {
    .og-fullimg {
        display: none
    }
}

html {
    font-size: 62.5%
}

body {
    font-family: freight-sans-pro, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
button,
a,
header,
footer,
main {
    font-family: freight-sans-pro, sans-serif
}

.elementor-button-link,
.btn-all {
    border: 4px solid #003d7b;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    padding: 12px 0;
    background-color: #fff;
    border-radius: 0;
    text-align: center;
    color: #003d7b;
    position: relative;
    min-width: 220px
}

.elementor-button-link span,
.btn-all span {
    position: relative;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    z-index: 8
}

.elementor-button-link:hover,
.btn-all:hover {
    background-color: #0099a8
}

.elementor-button-link:hover span,
.btn-all:hover span {
    color: #fff
}

.elementor-button-link:hover::before,
.btn-all:hover::before {
    width: 100%
}

.btn-white {
    border: 4px solid #fff;
    background-color: transparent;
    color: #fff
}

.btn-white::before {
    background-color: #fff;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.btn-white:hover span {
    color: #0099a8 !important
}

.elementor-button-link {
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-color: #0099a8 !important;
    background-color: #fff !important;
    font-family: freight-sans-pro, sans-serif !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    line-height: 21px !important
}

.elementor-button-link span {
    color: #0099a8 !important
}

.elementor-button-link:hover {
    background-color: #0099a8 !important
}

.elementor-button-link:hover span {
    color: #fff !important
}

.accordionjs,
.accordionjs * {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

.accordionjs {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    padding: 0;
    height: 500px;
    width: 100%;
    overflow: hidden;
    list-style: none
}

.accordionjs>li {
    background-color: #f0f2f2;
    margin-right: -1200px;
    margin-bottom: 0px;
    padding-left: 0
}

.accordionjs-select {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 1
}

.accordionjs-title span {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    top: 43%;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg) translateX(-50%);
    transform: rotate(-90deg) translateX(-50%)
}

.accordionjs-title i {
    color: #ffffff;
    margin-right: 10px;
    font-size: 18px
}

.accordionjs-content {
    background-color: #fff;
    color: #333;
    height: 404px;
    width: 1104px;
    padding: 0 48px;
    position: relative;
    overflow: auto
}

.accordionjs>li,
.accordionjs-title,
.accordionjs-content,
.accordionjs-separator {
    float: left
}

.accordionjs-select:checked~.accordionjs-separator {
    margin-right: 1200px;
    margin-bottom: 0px
}

.accordionjs-title,
.accordionjs-select {
    background-color: #00a8e1;
    color: #ffffff;
    width: 41.2px;
    height: 500px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase
}

.accordionjs-title svg,
.accordionjs-title svg {
    display: none
}

.accordionjs-select:hover~.accordionjs-title,
.accordionjs-select:checked~.accordionjs-title {
    background-color: #ff5444
}

.accordionjs-select:disabled~.accordionjs-title {
    background-color: #942E2E
}

.accordionjs>li,
.accordionjs-title {
    position: relative
}

.accordionjs-separator {
    -webkit-transition: margin 0.3s ease 0.1s;
    transition: margin 0.3s ease 0.1s
}

::-moz-selection {
    background-color: teal;
    color: #fff
}

::selection {
    background-color: teal;
    color: #fff
}

a,
a:hover,
input,
textarea,
button,
*:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.top-register {
    background-color: #e4f2f2;
    position: relative
}

.top-register .container {
    max-width: 1170px
}

.top-register>div {
    padding: 1.8rem 0
}

.top-register>div h3 {
    font-size: 3.3rem;
    font-weight: 600;
    line-height: 24px;
    color: teal
}

.top-register>div p {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 24px;
    color: teal;
    text-align: center
}

.top-register>div .btn-register {
    border: 4px solid #0099a8;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    color: teal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 180px;
    height: 40px;
    position: relative;
    font-weight: 600
}

.top-register>div .btn-register span {
    position: relative;
    z-index: 1
}

.top-register>div .btn-register::before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    background-color: teal;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    height: 100%
}

.top-register>div .btn-register:hover span {
    color: #fff
}

.top-register>div .btn-register:hover::before {
    width: 100%
}

.top-register .top-register-close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    color: teal;
    border: 0;
    background-color: transparent;
    font-size: 3rem
}

.top-register .top-register-close:hover {
    color: #690b55
}

.view-single.noscroll .navbar {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0
}

.navbar {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 999999999999;
    -webkit-transition: .5s linear;
    transition: .5s linear
}

.navbar .nav-link {
    font-size: 2rem;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff
}

.navbar .menu-logo {
    display: none
}

.navbar .navbar-brand img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    height: 46px
}

.navbar #btn-search {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.navbar.navbarBg {
    background-color: #fff;
    -webkit-transition: .5s linear;
    transition: .5s linear
}

.navbar.navbarBg .nav-link {
    color: teal
}

.navbar.navbarBg .nav-link:hover {
    border-color: transparent !important
}

.navbar.navbarBg .nav-link:hover::after {
    background-color: #0099a8 !important
}

.navbar.navbarBg .navbar-brand img {
    -webkit-filter: unset;
    filter: unset
}

.navbar.navbarBg #btn-search {
    -webkit-filter: unset;
    filter: unset
}

.navbar .navbar__search {
    position: absolute;
    top: 100%;
    background: #fff;
    left: 0;
    width: 100%;
    padding: 1.5rem;
    z-index: 99
}

.navbar .navbar__search>div {
    position: relative
}

.navbar .navbar__search-submit {
    width: 5%;
    height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 3.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0099a8
}

.navbar .navbar__search-submit:hover {
    color: #690b55
}

.navbar .navbar__search-submit:focus {
    border: 0
}

.navbar .navbar__search-search {
    border: 1px solid #88d1d1;
    font-size: 18px;
    border-radius: 0;
    font-weight: 700;
    line-height: 18px;
    padding: 2rem;
    height: 6rem;
    padding-left: 5rem
}

.navbar .navbar__search-search::-webkit-input-placeholder {
    color: #8a8a8a;
    font-weight: 700
}

.navbar .navbar__search-search:-ms-input-placeholder {
    color: #8a8a8a;
    font-weight: 700
}

.navbar .navbar__search-search::-ms-input-placeholder {
    color: #8a8a8a;
    font-weight: 700
}

.navbar .navbar__search-search::placeholder {
    color: #8a8a8a;
    font-weight: 700
}

.navbar .navbar__search-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    opacity: .5;
    width: 20px
}

.navbar-toggler-icon {
    position: relative;
    width: 30px;
    height: 3px;
    background: #fff
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    top: -8px;
    background-color: #fff
}

.navbar-toggler-icon::before {
    top: 8px
}

.navbar-search {
    position: relative;
    background-color: teal !important
}

.navbar-search label {
    display: none
}

.navbar-search #btn-search img,
.navbar-search .navbar-brand img {
    -webkit-filter: brightness(0) invert(1) !important;
    filter: brightness(0) invert(1) !important
}

.navbar-search .nav-link {
    color: #fff !important
}

.navbar-search .nav-link.btn-search {
    color: #0099a8 !important;
    width: 5%;
    text-align: right
}

.navbar-search .nav-link.btn-search i,
.navbar-search .nav-link.btn-search svg {
    font-size: 3.5rem
}

.navbar-search .nav-link.btn-search:hover {
    color: #690b55 !important
}

.navbar-search .navbar__search {
    background-color: #E4F2F2;
    padding: 7rem 1.5rem
}

.navbar-search .navbar__search label {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.1rem;
    text-transform: uppercase;
    color: #8a8a8a
}

.navbar-search .navbar__search .navbar__search-search {
    color: #000
}

.navbar-search .navbar__search .navbar__search-search::-webkit-input-placeholder {
    color: #222
}

.navbar-search .navbar__search .navbar__search-search:-ms-input-placeholder {
    color: #222
}

.navbar-search .navbar__search .navbar__search-search::-ms-input-placeholder {
    color: #222
}

.navbar-search .navbar__search .navbar__search-search::placeholder {
    color: #222
}

.navbar-search .navbar__search .navbar__search-submit {
    display: block !important
}

.navbar-search .navbar__search .navbar__search-submit:focus {
    background-color: transparent !important
}

.navbar .navbar__search form.w-100 .d-flex svg.fa-search,
.navbar .navbar__search form.w-100 .d-flex i.fa-search {
    font-size: 2rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 29px;
    color: #777
}

.navbar-privacy {
    background-color: #003d7b;
    position: relative
}

.navbar-privacy .navbar__search.position-relative {
    position: absolute !important
}

.navbar-abt {
    background-color: #0099a8 !important
}

.navbar-abt .navbar__search #navbarSupportedContent img {
    -webkit-filter: brightness(1) invert(0) !important;
    filter: brightness(1) invert(0) !important
}

.navbar.navbar-about {
    position: relative;
    background-color: teal
}

.navbar__search a.nav-link.btn-search {
    font-size: 3.5rem;
    color: teal !important;
    text-align: right;
    width: 5%
}

.navbar__search a.nav-link.btn-search:hover {
    color: #690b55 !important
}

.navbar__search .top-register .top-register-close svg,
.navbar__search .top-register .top-register-close i {
    font-size: 30px
}

.navbar__search .navbar #navbarSupportedContent .navbar__search {
    display: block !important
}

.navbar__search .navbar #navbarSupportedContent .navbar {
    padding-top: 15px;
    padding-bottom: 15px
}

.navbar__search .navbar #navbarSupportedContent .navbar .navbar__search {
    display: none !important
}

.navbar__search .navbar__search a.nav-link.btn-search {
    width: 7%
}

.navbar.navbar-about {
    position: relative;
    background-color: teal
}

.navbar__search a.nav-link.btn-search {
    font-size: 3.5rem;
    color: teal !important;
    text-align: right;
    width: 5%
}

.navbar__search a.nav-link.btn-search:hover {
    color: #690b55 !important
}

.navbar__search .top-register .top-register-close svg,
.navbar__search .top-register .top-register-close i {
    font-size: 30px
}

.navbar__search .navbar #navbarSupportedContent .navbar__search {
    display: block !important
}

.navbar__search .navbar #navbarSupportedContent .navbar {
    padding-top: 15px;
    padding-bottom: 15px
}

.navbar__search .navbar #navbarSupportedContent .navbar .navbar__search {
    display: none !important
}

.navbar__search .navbar__search a.nav-link.btn-search {
    width: 7%
}

.navbar-privacy.navbarBg.navbar-abt {
    background-color: #fff !important
}

.navbar-privacy.navbar-abt.navbarBg .nav-link {
    color: teal !important
}

.navbar-privacy.navbar-abt.navbarBg .nav-link:hover {
    border-color: teal
}

.navbar-privacy.navbar-abt.navbarBg img {
    -webkit-filter: brightness(1) invert(0) !important;
    filter: brightness(1) invert(0) !important
}

.searchOverlay,
.navOverlay {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.navActive.navOverlay {
    z-index: 1
}

.navbar-aleph {
    background-color: #ff5444
}

.search .navbar .navbar__search form.w-100 .d-flex svg.fa-search,
.search .navbar .navbar__search form.w-100 .d-flex i.fa-search {
    display: none
}

.search .navbar .navbar__search-search {
    padding-left: 2rem
}

.searchOverlay.searchActive {
    z-index: 1 !important
}

a:focus,
button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

html {
    scroll-behavior: smooth
}

a,
a:hover {
    text-decoration: none;
    display: inline-block;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

img {
    display: inline-block;
    max-width: 100%
}

.inner__top.initiative-inner .container {
    padding-top: 17rem
}

.inner__top.initiative-inner .container h1 {
    font-weight: 700;
    font-size: 6rem
}

.inner__top.initiative-inner .container p {
    max-width: 700px;
    font-size: 18px
}

.menu {
    padding: 0
}

.initiative p {
    max-width: 950px
}

.initiative h2 a {
    color: #a43794;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    margin-left: 4%
}

.initiative .card__box {
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    margin-bottom: 20px
}

.initiative .card__box img {
    width: 100%
}

.initiative .card__box::after {
    content: '';
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00000000), to(#000000bf));
    background-image: linear-gradient(#00000000, #000000bf);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    top: 0%;
    top: 100%;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.initiative .card__box-content {
    position: absolute;
    bottom: -0%;
    color: #fff;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.initiative .card__box-content h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    padding: 15px;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%)
}

.initiative .card__box-content h5 a {
    color: #fff
}

.initiative .card__box-content>a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    background-color: #ff5444;
    height: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -30%
}

.initiative .card__box-content>a:hover {
    background-color: #E2342C
}

.initiative .card__box-content:hover {
    background-color: #ffedec
}

.initiative .card__box-content:hover h5 a {
    color: #003d7b
}

.initiative .card__box-content:hover a {
    margin-bottom: -0%
}

.initiative h6 {
    color: #b6bd00;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

.initiative .martrial_card {
    text-align: center;
    margin-bottom: 1.5rem
}

.initiative .martrial_card>img {
    width: 100%
}

.initiative .martrial_card a {
    color: #091a2d;
    font-size: 20px;
    font-weight: 600;
    line-height: 3.1rem;
    text-transform: uppercase;
    width: 100%;
    margin: 2rem 0 10px
}

.initiative .martrial_card a img {
    width: 100%
}

.initiative .martrial_card a:last-child {
    margin-top: 0
}

.initiative .card__box-contact .card__box-content {
    background-color: #ffedec
}

.initiative .card__box-contact .card__box-content h5 {
    color: #003d7b
}

.initiative .card__box-contact .card__box-content a {
    margin-bottom: -0%
}

#initiativeModal .modal-title {
    color: #091a2d;
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    margin: 10px 0;
    text-transform: uppercase
}

#initiativeModal .modal-header {
    border-radius: 0
}

#initiativeModal .modal-header .close {
    font-size: 40px !important;
    color: teal;
    opacity: 1
}

#initiativeModal .modal-dialog {
    border-radius: 0;
    border: 0
}

.btn-back {
    font-size: 2rem;
    background: #88d1d1;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 50px;
    height: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99999999
}

.btn-back:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: teal;
    color: #fff
}

.infuSchool {
    background-color: #009aa811;
    padding: 5rem 0
}

.infuSchool h3 {
    color: #0099a8;
    font-size: 25px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 5rem
}

.infuSchool .btn-all {
    border: 4px solid #0099a8;
    background-color: #fff;
    color: #0099a8;
    text-align: center
}

.infuSchool .btn-all:hover {
    background-color: #0099a8
}

.infuSchool .btn-all:hover span {
    color: #fff !important
}

.event {
    position: relative;
    padding: 5rem;
    margin-bottom: 50px;
    background-color: #faf5f9
}

.event h2 {
    color: #091a2d;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 4.8rem;
    margin-bottom: 5rem
}

.event .left,
.event .right {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background-color: #e19cdf;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    font-size: 2rem
}

.event .left:hover,
.event .right:hover {
    background-color: #a43794
}

.event .right {
    left: unset;
    right: 0
}

.event h4 {
    color: #8a8a8a;
    font-family: "Open Sans Hebrew";
    font-size: 28px;
    font-weight: 400;
    line-height: 38px
}

.event .event-slider {
    margin: 0 -15px
}

.event .event-slider h6 {
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px
}

.event .event-slider h3 {
    color: #091a2d;
    font-family: "Open Sans Hebrew";
    font-size: 5.4rem;
    font-weight: 700;
    line-height: 5.4rem;
    margin: 1.2rem 0
}

.event .event-slider h5 {
    color: #091a2d;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px
}

.event .event-slider p {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px
}

.event .event-slider a {
    color: #a43794;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase
}

.event .event-slider .slick-slide {
    background-color: #fff;
    margin: 0 15px;
    padding: 15px
}

section.aleph .card {
    margin-bottom: 30px;
    min-height: 29rem
}

.event-ma {
    background-color: #fff
}

.event-ma .left,
.event-ma .right {
    background-color: #a437940a;
    color: #0099A8;
    background-color: #f3f0f3
}

.event-ma .left:hover,
.event-ma .right:hover {
    color: #fff !important;
    background-color: #b40e9b
}

.event-ma p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px
}

.student-event .accordion h4 {
    font-family: freight-sans-pro, sans-serif
}

.student-event .card {
    border: 0;
    border-radius: 0
}

.student-event .card-header {
    background-color: #ff5444;
    padding: 1rem 0;
    overflow: hidden;
    border-radius: 0;
    border: 0
}

.student-event .card-header button {
    position: relative;
    border: 0
}

.student-event .card-header button[aria-expanded="true"]::before {
    content: '';
    position: absolute;
    left: 20px;
    bottom: -22px;
    width: 20px;
    height: 20px;
    background-color: #fff6f5;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.student-event .card-header button span,
.student-event .card-header button h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px
}

.student-event .card-header button span span,
.student-event .card-header button h5 span {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize
}

.student-event .card-header button span:focus,
.student-event .card-header button span:hover,
.student-event .card-header button h5:focus,
.student-event .card-header button h5:hover {
    text-decoration: none;
    cursor: pointer
}

.student-event #carouselStudent {
    background-color: #f2fafa;
    padding: 7rem 0
}

.student-event #carouselStudent h4 {
    color: #091a2d;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    font-family: freight-sans-pro, sans-serif;
    max-width: 900px;
    margin: auto;
    font-style: italic
}

.student-event #carouselStudent h5 {
    color: #091a2d;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin: 4rem 0 1rem
}

.student-event #carouselStudent h6 {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px
}

.student-event #carouselStudent .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: none;
    background-color: #88d1d1
}

.student-event #carouselStudent .carousel-indicators li.active {
    background-color: #0099a8
}

.student-event #carouselStudent .carousel-control-next,
.student-event #carouselStudent .carousel-control-prev {
    color: #fff;
    width: 40px;
    background-color: #88d1d1;
    opacity: 1;
    font-size: 2rem
}

.student-event #carouselStudent .carousel-control-next:hover,
.student-event #carouselStudent .carousel-control-prev:hover {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #0099a8
}

.event-resources {
    background-color: transparent !important;
    padding-top: 0 !important
}

.event-resources h4 {
    color: #8a8a8a;
    font-size: 28px !important;
    font-weight: 400;
    line-height: 38px
}

.initiative-foundation {
    background-color: #F9F9F9;
    padding: 5rem 0
}

.initiative-foundation img {
    margin: 2rem 0 0
}

.initiative-foundation h4 {
    color: #091A2D;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    font-weight: 600;
    margin: 4rem 0 1rem
}

.initiative-foundation p {
    color: #8a8a8a;
    font-size: 18px;
    line-height: 24px;
    text-align: center
}

.initiative-foundation p a {
    font-weight: 600;
    color: #8a8a8a;
    text-decoration: underline
}

.initiative-foundation p a:hover {
    color: #5c5b5b;
    margin-left: -5px;
    position: relative
}

.bg-video {
    display: none
}

.video_bg {
    overflow: hidden
}

.video_bg .bg-video {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    display: block
}

.initiative-details h5 {
    color: #091a2d;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px
}

.initiative-details p {
    margin-bottom: 2rem
}

@media only screen and (min-width: 900px) {
    .initiative h6 {
        color: #b6bd00;
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        margin-top: 45px;
        margin-bottom: 0
    }

    .student-event .team_board .main,
    .student-event button,
    .student-event .card-body {
        max-width: 1290px;
        margin: auto;
        padding-right: 15px;
        padding-left: 15px
    }
}

.slick-dots li button::before {
    font-family: slick;
    color: teal;
    font-size: 15px
}

.slick-dots li.slick-active button::before {
    color: teal
}

.initiative-main {
    background-color: #fff !important
}

.initiative .card__box-shadow img {
    width: 100%;
    height: auto
}

.initiative .card__box-shadow .team__box-content {
    bottom: 0;
    padding: 15px 15px
}

.initiative .card__box-shadow:hover .team__box-content {
    bottom: 0;
    background: transparent
}

.initiative .card__box-shadow:hover::after {
    background: rgba(0, 153, 168, 0.2)
}

div#wpcf7-f746-o1 p {
    display: none
}

.page-template-Initiatives-page-template .partner__form form.wpcf7-form {
    padding: 0 0 5px;
    margin: 0
}

div#initiativeModal .modal-header {
    padding: 1rem 3rem !important
}

div#initiativeModal .modal-header .close {
    padding-right: 0
}

div#initiativeModal .ajax-loader {
    display: none
}

.heb {
    text-align: right !important;
    direction: rtl !important
}

.single main,
.page-template-templates main {
    min-height: 100vh
}

#og-grid li>a::before {
    content: '';
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00000000), to(#000000bf));
    background-image: linear-gradient(#00000000, #000000bf);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    top: 100%;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    z-index: 1
}

#og-grid li>a:hover::before {
    top: 0%
}

#og-board li>a:hover h4 {
    color: #b40e9b
}

.elementor-row a {
    color: #111;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-align: center
}

.elementor-row a strong {
    font-weight: 500
}

.elementor-row a:hover {
    color: #b40e9b
}

section.resource__mixtap ul {
    padding-left: 2rem
}

section.resource__mixtap ul li {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 5px
}

.elementor-text-editor {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 2rem
}

.team__box.card__box-shadow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 85%
}

.team__box.card__box-shadow .team__box-content {
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.team__box.card__box-shadow .team__box-content p {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: normal !important;
    color: #fff !important
}

.team__box.card__box-shadow .team__box-content h3 {
    margin: 0 0 10px !important
}

.team__box.card__box-shadow img {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    max-width: 150px;
    height: 100% !important
}

img.on-hover {
    position: absolute !important;
    top: 0;
    z-index: -1;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.og-grid li>a:hover img.on-hover {
    z-index: 1
}

#og-grid li>a::before {
    z-index: 3
}

section.no-search-list.resources.mt-0.initiative.bg-white .team__box::after {
    display: none
}

.team__box-content p svg {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.interestInitiative .container {
    background-color: #ffedec;
    padding: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.interestInitiative .container h5 {
    color: #000;
    font-size: 28px;
    font-weight: 600
}

.interestInitiative .container a.btn.btn-learn {
    color: #ff5444;
    border-radius: 0;
    border: 4px solid #ff5444;
    font-size: 16px;
    padding: 9px 50px;
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    background: #fff
}

.interestInitiative .container a.btn.btn-learn:hover {
    background: #ff5444;
    color: #fff
}

.pressPost h2 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #091a2d
}

.pressPost p {
    font-size: 18px;
    font-weight: 500
}

.pressPost .pressTitle {
    margin-top: 0
}

.pressPost .pressTitle span {
    font-size: 16px
}

.singlePressTitle a {
    color: #fff
}

.singlePressTitle a svg {
    font-size: 26px;
    margin-left: 8px
}

.singlePressTitle a:hover {
    color: #b6bd00
}

.teamPositonMob {
    font-size: 24px !important
}

.aleph__btns .accordion>.card {
    min-height: unset
}

.aleph .card__side.card__side--front img {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
    margin: auto
}

.elementor-accordion .elementor-tab-title {
    background: transparent !important
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .about__what #grow-field h4 {
        display: block !important
    }

    .resources__box img {
        width: 100%;
        height: 25vh;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.footerText svg {
    position: absolute;
    left: 0px;
    top: 5px
}

.footerText {
    position: relative;
    padding-left: 25px;
    display: block !important
}

.footerText {
    position: relative;
    padding-left: 25px
}

@media only screen and (min-width: 575px) and (max-width: 767px) {
    .initiative .card__box-shadow h3 {
        font-size: 12px !important;
        line-height: 15px
    }
}

@media only screen and (min-width: 667px) and (max-width: 990px) {
    .accordionjs-content .row {
        margin-top: 60px
    }

    .resources__box img {
        height: 230px !important;
        -o-object-fit: cover;
        object-fit: cover
    }

    .theme_option label {
        font-size: 14px !important
    }

    .team__box.card__box-shadow {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 90%
    }

    .team__box.card__box-shadow img {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        height: 100% !important
    }

    .initiative .card__box-shadow .team__box-content {
        padding: 15px 15px 40px;
        height: 100%
    }
}

.resource_landing .resources__box {
    margin-bottom: 30px
}

@media only screen and (min-width: 991px) {
    .accordionjs-content .col-md-5 img {
        width: 450px;
        height: 350px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.accordionjs-content h4 {
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 5.6rem;
    color: #8A8A8A;
    direction: rtl;
    text-align: right !important
}

.footer__bottom a,
footer address a {
    font-size: 15px !important;
    color: #fff !important
}

.btn-back svg {
    color: #fff
}

section.team.abt_press h1 {
    margin-top: 6rem
}

@media only screen and (min-width: 575px) and (max-width: 667px) {
    .team__box.card__box-shadow {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 96%
    }

    .team__box.card__box-shadow>a img {
        width: 100% !important;
        height: auto !important;
        max-width: 100%
    }

    .team__box.card__box-shadow>a {
        width: 100%
    }

    .initiative .card__box-shadow .team__box-content {
        padding: 15px 15px 15px;
        height: 100%
    }
}

@media only screen and (max-width: 991px) {
    body.elementor-kit-1169 a {
        text-align: left
    }
	
	body.elementor-kit-1169 .elementor-widget-button a.elementor-button{
        text-align: center;
    }

    section.resource__mixtap ul {
        padding-left: 3rem
    }

    section.resource__mixtap ul li a {
        text-align: left !important
    }

    .team__box.card__box-shadow img {
        height: 100% !important;
        width: 100px
    }
}

.accordion .team_board img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated
}

.accordion .team_board h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px
}

.accordion .team_board h4 {
    margin: 10px 0 6px
}

.about__what .tab-content .traning_box .traning_box-content h4 a {
    text-align: left
}

.aleph-detail-inner .container h1.text-uppercase {
    text-transform: initial !important
}

@media only screen and (min-width: 768px) {
    .accordion .team_board img {
        width: 107px;
        max-width: 107px
    }
}

#sf_form_salesforce_w2l_lead_2 {
    display: block !important;
    width: 100%
}

footer #sf_form_salesforce_w2l_lead_2 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer #sf_form_salesforce_w2l_lead_2 .w2llabel {
    font-size: 0
}

footer #sf_form_salesforce_w2l_lead_2 .error_message {
    bottom: -20px
}

footer #sf_form_salesforce_w2l_lead_2 .sf_field {
    position: relative
}

footer #sf_form_salesforce_w2l_lead_2 .sf_type_recaptcha span.error_message {
    bottom: 0 !important
}

footer #sf_form_salesforce_w2l_lead_2 .w2lsubmit {
    width: 85px;
    margin: 10px auto 20px;
    margin-left: 0
}

footer #sf_form_salesforce_w2l_lead_2 input {
    border: 0 !important
}

footer #sf_form_salesforce_w2l_lead_2 .sf_field.sf_field_first_name.sf_type_text {
    width: 48%;
    margin-right: 2%
}

footer #sf_form_salesforce_w2l_lead_2 .sf_field.sf_field_last_name.sf_type_text {
    width: 50%
}

footer #sf_form_salesforce_w2l_lead_2 .sf_field.sf_field_email.sf_type_text {
    width: 100%;
    padding: 0
}

footer #sf_form_salesforce_w2l_lead_2 .sf_field.sf_field_email.sf_type_text #sf_email {
    width: 100%
}

@media only screen and (max-width: 767px) {

    #sf_form_salesforce_w2l_lead_2 .sf_field.sf_field_last_name.sf_type_text,
    #sf_form_salesforce_w2l_lead_2 .sf_field.sf_field_first_name.sf_type_text {
        width: 100% !important;
        margin-right: 0%
    }
}

.banner {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr)
}

.banner__bg--navy {
    background-color: #003d7b;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5rem;
    padding-left: 15px
}

.banner__bg--navy h2 {
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 2.9rem;
    color: #88d1d1;
    font-family: "Open Sans Hebrew"
}

.banner__bg--navy h1 {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 5.6rem
}

.card {
    border: 0
}

.resources {
    margin: 15rem 0
}

.resources h4 {
    font-size: 42px;
    font-weight: 400;
    line-height: 5.6rem;
    color: #8A8A8A;
    font-family: "Open Sans Hebrew"
}

.resources h3 {
    font-size: 6rem;
    font-weight: 700;
    line-height: 6rem;
    color: #b6bd00;
    margin: 1rem 0 3rem
}

.resources p {
    font-size: 20px;
    font-weight: 400;
    color: #8A8A8A;
    line-height: 24px
}

.resources__box {
    overflow: hidden;
    position: relative
}

.resources__box::after {
    content: "";
    background: rgba(0, 153, 168, 0.2);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    top: 100%;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear
}

.resources__box:hover::after {
    top: 0%
}

.resources__box a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/shadow.png) bottom center repeat-x;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    z-index: 99
}

.resources__box h5 {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2rem;
    margin: 0 0 2rem;
    padding: 15px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    margin-top: auto;
    position: relative
}

.resources__box--tick {
    position: absolute;
    top: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding: 0 20px
}

.resources__box--tick.bgTeal {
    background-color: teal
}

.resources__box img {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    width: 100%
}

.resources__box:hover h5 {
    margin-bottom: 4rem
}

.resources .btn.btn-view {
    border: 4px solid #b6bd00;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 0;
    color: #b6bd00;
    position: relative;
    margin: auto;
    width: 220px
}

.resources .btn.btn-view span {
    position: relative;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    z-index: 8
}

.resources .btn.btn-view:hover {
    background-color: #b6bd00
}

.resources .btn.btn-view:hover span {
    color: #fff
}

.resources .btn.btn-view:hover::before {
    width: 100%
}

.education__slider ul#mobile-slider {
    padding: 0
}

.education__slider li h3 {
    color: #a43794;
    font-size: 6rem;
    font-weight: 700;
    line-height: 6rem
}

.education__slider li h2 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 3.3rem
}

.education__slider li a,
.education__slider li p {
    color: #8A8A8A;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px
}

.education__slider li p {
    margin: 2rem 0
}

.education__slider li a {
    color: #a43794;
    font-weight: 600;
    font-size: 16px
}

.education__slider li a:hover {
    color: #690b55
}

.education__slider li .accordionjs-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bgCoral {
    background-color: #ff5444 !important
}

.bgLightTeal {
    background-color: #88d1d1 !important
}

.initiative {
    background-color: #f2fafa;
    padding: 5rem 0 2rem;
    overflow: hidden
}

.initiative p {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 3.6rem;
    color: #8A8A8A;
    margin: 5rem 0 2rem
}

.initiative .ini__para {
    max-width: 770px;
    margin: auto
}

.initiative .ini__para .btn-all:hover {
    background-color: #003d7b
}

.initiative__box ul.list-unstyled li {
    margin-bottom: 5px
}

.initiative__box ul.list-unstyled li a {
    background-color: #0099a8;
    color: #fff;
    display: block;
    padding: 15px;
    padding-right: 40px;
    position: relative
}

.initiative__box ul.list-unstyled li a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    color: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear
}

.initiative__box ul.list-unstyled li a:hover {
    background-color: #007c89;
    color: #fff
}

.initiative__box ul.list-unstyled li a:hover::after {
    opacity: 1
}

.initiative__box h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #003d7b;
    position: relative;
    margin-bottom: 2rem
}

.initiative__box h5::before {
    content: "";
    width: 3rem;
    height: 2px;
    left: 0;
    bottom: -10px;
    background-color: #003d7b;
    position: absolute
}

.initiative__box ul li {
    margin-bottom: 1.5rem
}

.initiative__box ul li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #8A8A8A
}

.initiative__box ul li a:hover {
    color: #003d7b
}

.initiative header {
    max-width: 620px;
    background-color: #fff;
    text-align: center;
    padding: 2rem;
    -webkit-box-shadow: 0 2px 10px rgba(100, 100, 100, 0.1);
    box-shadow: 0 2px 10px rgba(100, 100, 100, 0.1);
    position: relative;
    z-index: 2
}

.initiative header h4 {
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 5.6rem;
    font-family: "Open Sans Hebrew";
    color: #8A8A8A
}

.initiative header h3 {
    font-size: 6rem;
    font-weight: 700;
    line-height: 5.76rem;
    color: #003d7b
}

main.position-relative .team:last-child {
    padding-top: 0
}

.team.team_board {
    padding-top: 1rem !important;
    margin-bottom: 0
}

.ytp-chrome-top,
.html5-video-player:not(.ytp-big-mode) .ytp-chrome-top .ytp-copylink-button {
    display: none !important
}

.aleph__bet {
    position: relative
}

.aleph__bet object {
    margin-left: 40px
}

.aleph__bet .col-3:hover img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: 1s ease;
    transition: 1s ease
}

.aleph__bet img {
    margin: 3rem 0
}

.aleph__bet>div>div>[class^="col-"] {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.aleph__bet .bg-coral {
    background-color: #fff6f5
}

.aleph__bet::before {
    background-color: #fff6f5;
    content: "";
    left: 0;
    width: 40%;
    position: absolute;
    height: 100%;
    top: 0
}

.aleph__bet .btn-all {
    border-color: #ff5444;
    color: #ff5444;
    margin-top: 0
}

.aleph__bet .btn-all:hover {
    background-color: #ff5444
}

.aleph__bet h4 {
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 5.6rem;
    color: #8A8A8A;
    font-family: "Open Sans Hebrew"
}

.aleph__bet h3 {
    font-size: 6rem;
    font-weight: 700;
    line-height: 5.4rem;
    color: #ff5444
}

.aleph__bet h3 span {
    font-weight: 500;
    font-size: 4.4rem;
    color: #ff948b
}

.aleph__bet p {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 3.6rem;
    color: #8A8A8A;
    margin: 2rem 0
}

.our-impact {
    padding: 0 0 5rem
}

.our-impact .our-impact__header h5 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 3.3rem;
    margin-top: 3rem
}

.our-impact .our-impact__header p {
    margin-top: 0;
    font-size: 20px;
    line-height: 24px;
    max-width: 400px;
    margin: 1.5rem auto;
    font-weight: 500
}

.our-impact .our-impact__header h3 {
    color: #0099a8;
    font-weight: 900
}

.our-impact .btn-all {
    border-color: #0099a8;
    color: #0099a8;
    margin-top: 2rem
}

.our-impact .btn-all::before {
    background-color: #0099a8
}

.box_content-data.d-flex.align-items-center.justify-content-center {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.top__breadcrumb {
    background-color: #e3f2f2
}

.top__breadcrumb h4 {
    color: #0099a8;
    font-size: 20px;
    font-weight: 500;
    line-height: 8rem
}

.top__breadcrumb .breadcrumb {
    background-color: transparent;
    padding: 10px 0 !important
}

.top__breadcrumb .breadcrumb li {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin: 10px 0
}

.top__breadcrumb .breadcrumb li+.breadcrumb-item {
    padding-left: 4rem
}

.top__breadcrumb .breadcrumb li.active a {
    color: #0099a8
}

.top__breadcrumb .breadcrumb li::before {
    display: none
}

.top__breadcrumb .breadcrumb li a {
    color: #091a2d
}

.top__breadcrumb .breadcrumb li a:hover {
    color: #0099a8
}

.about__impact {
    color: #091a2d;
    font-weight: 500;
    position: relative
}

.about__impact h1.abt_heading {
    font-size: 3.6rem;
    line-height: 6rem;
    font-weight: 700
}

.about__impact h4.abt_heading-sub {
    font-size: 20px;
    line-height: 24px;
    margin: 1rem 0 2rem;
    font-weight: 600
}

.about__impact p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #4a4a4a
}

.about__vision {
    background-color: #faf5fa;
    color: #091a2d;
    padding: 4rem 0
}

.about__vision h3.title_vision {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 6rem
}

.about__vision p {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    font-style: italic
}

.abt_press h1.title__what {
    margin-top: 5rem
}

h3.heb {
    text-align: right !important
}

.about__what {
    color: #091a2d;
    padding: 3rem 0
}

.about__what h2.title__what {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 6rem
}

.about__what div>p {
    color: #8A8A8A;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 3rem
}

.about__what .nav-tabs li {
    background-color: #88d1d1;
    width: 33.3333%
}

.about__what .nav-tabs li .nav-link {
    border: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    position: relative;
    overflow: hidden
}

.about__what .nav-tabs li .nav-link.active {
    border: 0;
    background-color: #0099a8
}

.about__what .nav-tabs li .nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -13px;
    width: 20px;
    height: 20px;
    background-color: #f2fafa;
    -webkit-transform: translateX(-50%) rotateZ(45deg);
    transform: translateX(-50%) rotateZ(45deg)
}

.about__what h3.tab-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px
}

.about__what .tab-content {
    background-color: #f2fafa;
    padding: 15px
}

.about__what .tab-content .traning_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.about__what .tab-content .traning_box>a {
    max-width: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    margin-right: 15px
}

.about__what .tab-content .traning_box .traning_box-content {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%
}

.about__what .tab-content .traning_box h4.training-title {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left
}

.about__what .tab-content .traning_box p {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px
}

.about__what .tab-content .traning_box a {
    color: #a43794;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-align: center
}

.about__what .tab-content .traning_box a:hover {
    color: #690b55
}

.about_how {
    padding: 3rem 0
}

.about_how h5.how-title {
    color: #091a2d;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 6rem;
    margin: 0
}

.about_how ul {
    list-style: none;
    margin: 0;
    padding-left: 3rem
}

.about_how ul li {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px
}

.about_how ul li::before {
    content: "";
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background-color: #0099a8;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    margin-top: -3px
}

.team_board {
    margin-bottom: 5rem
}

.about_count {
    background-color: #f2fafa;
    padding: 10rem 0 6rem
}

.about_count h4.count_title {
    color: #091a2d;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 6rem;
    margin: 0;
    text-align: left;
    margin-bottom: 2rem
}

.about_count .box {
    width: 160px;
    height: 160px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #0099a8;
    color: #fff;
    border-radius: 50%;
    margin: auto;
    font-size: 6rem;
    margin-bottom: 1rem;
    margin-top: 2rem
}

.about_count h3,
.about_count h3.counter-title {
    color: #003d7b;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 4rem;
    font-family: "Open Sans Hebrew";
    word-wrap: anywhere
}

.about_count span {
    color: #8A8A8A;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    margin: 1rem 0;
    font-family: freight-sans-pro, sans-serif;
    margin-bottom: 0
}

.about_count .box_content {
    padding: 4rem;
    margin-top: 5rem;
    min-height: 27rem
}

.about_count .box_content-data {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about_count .box_content p {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    margin-bottom: 2rem
}

.about__partners h5.part-title {
    color: #091a2d;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 6rem;
    margin: 0
}

.about__partners p {
    color: #8A8A8A;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 3rem
}

.partner__form {
    padding: 5rem 0;
    background-color: #faf5f9
}

.partner__form h3 {
    color: #091a2d;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 6rem;
    text-transform: uppercase
}

.partner__form h6 {
    color: #091a2d;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 3rem
}

.partner__form form {
    max-width: 548px;
    margin: 3rem auto 0
}

.partner__form form label {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.partner__form form input,
.partner__form form textarea {
    border: 0;
    border-radius: 0;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    caret-color: #0099a8
}

.partner__form form textarea {
    min-height: 110px
}

.partner__form form .btn-all {
    border-color: #a43794;
    color: #a43794
}

.partner__form form .btn-all::before {
    background-color: #a43794
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

.aleph__order .col-md-5 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.aleph__order::before {
    left: unset;
    right: 0
}

.category__search.resources {
    margin: 2rem 0
}

.category__search.resources .resources__box {
    margin-bottom: 3rem
}

.category__search.resources p {
    color: #494444;
    font-size: 18px;
    font-weight: 400;
    line-height: 2.1rem
}

.category__search.resources select {
    font-size: 16px;
    font-weight: 400;
    line-height: 2.1rem;
    color: #a43794;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 0;
    text-align: left
}

.category__search.resources .btn-load {
    font-size: 16px;
    font-weight: 400;
    line-height: 2.1rem;
    text-align: center;
    color: #fff;
    background-color: #88d1d1;
    text-transform: uppercase;
    border-radius: 0;
    padding: 1.5rem
}

.category__search.resources .btn-load:hover {
    background-color: teal
}

.category__search.resources>div>h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    font-family: inherit;
    color: #091a2d;
    margin-bottom: 3rem
}

.category__search.resources h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    color: #8A8A8A
}

.theme_option {
    margin-bottom: 3rem
}

.theme_option label {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    font-family: "Open Sans Hebrew";
    text-transform: capitalize;
    color: #091a2d;
    font-family: "Open Sans Hebrew"
}

.theme_option input[type="checkbox"],
.theme_option input[type="radio"] {
    outline: 2px solid #c00
}

.btn-see {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #a43794
}

.no-search-list {
    background-color: rgba(136, 209, 209, 0.1);
    padding: 8rem 0;
    margin: 2rem 0 0
}

.no-search-list h2 {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 4.8rem;
    color: #091a2d
}

.no-search-list ul li {
    color: #091a2d;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px
}

.no-search h5 {
    color: #091a2d;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.4rem;
    font-family: inherit;
    margin: 7rem 0 14rem
}

.resources_mob {
    display: none;
    margin: 3rem 0 5rem
}

.resources_mob a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #091a2d;
    display: inline-block;
    margin-right: 15px
}

.category__search-sort form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.category__search-sort form label {
    color: #a43794;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -15px
}

.category__search-sort form select {
    min-width: 60px;
    background-color: transparent
}

.filter__nav {
    background-color: #e4f2f2;
    padding: 3rem 0
}

.filter__nav #myTab {
    margin: 0;
    background-color: transparent
}

.filter__nav #myTab::before {
    display: none
}

.filter__nav #myTab a {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    color: #091a2d;
    margin-right: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.filter__nav #myTab a span {
    font-size: 18px
}

.filter__nav #myTab li.active a {
    color: teal
}

.category__search.resources.search__page {
    margin: 7rem 0 10rem
}

.error__page {
    padding: 7rem 0 7rem
}

.error__page h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 3rem
}

.error__page h1 {
    font-size: 6rem;
    font-weight: 600;
    line-height: 6rem;
    color: #0099a8;
    margin: 7rem 0 2rem
}

.error__page p {
    font-size: 20px;
    font-weight: 500;
    line-height: 3.6rem
}

.help__us {
    padding: 2rem 0 7rem;
    background-color: #e4f2f2
}

.help__us input {
    height: 6rem;
    border-radius: 0;
    border: 0;
    font-size: 2rem
}

.help__us p {
    font-size: 2rem;
    font-weight: 500
}

.inner__top {
    background-color: #003d7b;
    color: #fff;
    background-size: cover !important;
    min-height: 430px
}

.inner__top .container {
    padding-top: 12rem;
    padding-bottom: 3rem;
    position: relative
}

.inner__top .privacy-btn {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    position: absolute;
    top: 3rem;
    left: -20px
}

.inner__top .privacy-btn:hover {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0)
}

.inner__top h3 {
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 4.8rem;
    font-family: "Open Sans Hebrew"
}

.inner__top h1 {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 6rem
}

.inner__top p {
    font-size: 20px
}

.privacy__policy {
    margin: 7rem 0
}

.privacy__policy-content {
    max-width: 90rem;
    margin: auto
}

.privacy__policy-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #4a4a4a
}

.privacy__policy-content h3 {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3rem;
    color: #091a2d;
    margin-top: 5rem
}

input.wpcf7-form-control.wpcf7-submit.btn-all {
    border: 4px solid #a43794;
    line-height: 00;
    height: 50px !important;
    color: #a43794;
    font-weight: 700;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

.navbar .navbar-nav li:last-child .nav-link:hover {
    border-color: transparent !important
}

.navbar .navbar-nav li:last-child .nav-link:hover::after {
    display: none
}

div.wpcf7-validation-errors,
span.wpcf7-not-valid-tip,
div.wpcf7-acceptance-missingm,
span.wpcf7-not-valid-tip {
    font-size: 16px
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    margin: 20px 0
}

input.wpcf7-form-control.wpcf7-submit.btn-all:hover {
    background-color: #a43794;
    color: #fff
}

.team {
    padding: 7rem 0
}

.team.team-directors {
    background-color: #ff544411
}

.team.team-directors .team__box::after {
    display: none
}

.team.team-directors h3 {
    margin: 1rem 0
}

.team.team-directors h3 a {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px
}

.team.team-directors h3 a:hover {
    color: #0099a8
}

.team h1.team-title {
    color: #091a2d;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 6rem;
    margin-bottom: 2rem
}

.team h2.team-title-2 {
    color: #091a2d;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 4.8re;
    margin-top: 5rem;
    margin-bottom: 2rem
}

.team__box {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    margin-bottom: 3rem
}

.team__box-content {
    position: absolute;
    bottom: -100%;
    color: #fff;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 15px
}

.team__box-content a {
    color: #fff
}

.team__box-content a:hover {
    color: #88d1d1
}

.team__box-content h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2rem
}

.team__box-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px
}

.team__box-content p svg,
.team__box-content p i {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear
}

.team__box-content:hover p svg,
.team__box-content:hover p i {
    position: relative;
    right: -5px
}

.team__box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    top: 100%;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear
}

.team__box:hover .team__box-content {
    bottom: 0;
    background: rgba(0, 153, 168, 0.2)
}

.team__box:hover::after {
    top: 0%
}

.team-directors .team__box {
    overflow: unset
}

.team-directors .team__box-toggle {
    background-color: orangered
}

.navbar-privacy #navbarSupportedContent img {
    -webkit-filter: brightness(1) invert(0) !important;
    filter: brightness(1) invert(0) !important
}

.social+label {
    color: #fff;
    font-size: 16px;
    margin-top: 2rem;
    margin-bottom: 10px
}

.about__partners .col-sm-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5rem
}

.detail {
    background-color: #0099a8;
    padding: 11rem 0 7.6rem
}

.detail svg,
.detail .fa-times {
    font-size: 3rem;
    color: #fff
}

.detail__box {
    color: #fff
}

.detail__box-author h3 {
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 6rem
}

.detail__box-author a,
.detail__box-author p {
    font-size: 20px;
    color: inherit;
    font-weight: 400;
    line-height: 16px
}

.detail__box-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px
}

.testimonial {
    background-color: #009aa811;
    padding: 8rem 0;
    color: #091a2d;
    text-align: center
}

.testimonial .container {
    max-width: 1000px
}

.testimonial p,
.testimonial h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px
}

.testimonial p {
    margin-top: 3rem;
    font-weight: 400;
    line-height: 36px;
    text-transform: none
}

#about-detail .tab-content {
    background-color: transparent;
    padding: 0
}

.research a {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    color: #091a2d
}

.research a:hover {
    color: #0099a8
}

.research span {
    color: #091a2d;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px
}

.research ul {
    margin-top: 3rem
}

.research ul li {
    padding: 15px 0;
    border-bottom: 1px solid #88d1d1
}

.research ul li h5.research-title span {
    display: block;
    color: #8A8A8A;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 5px
}

ul#myTab li:first-child a {
    padding-left: 0
}

.alm-listing .alm-reveal {
    margin: 0 -15px
}

.team-directors {
    overflow: hidden
}

.team-directors [class^="col"] {
    position: unset
}

.team-directors .team__box {
    position: unset
}

.team-directors .team__box p {
    display: none
}

.team-directors .team__box.addArrow h3 {
    position: relative
}

.team-directors .team__box.addArrow h3 a:hover {
    color: #fff
}

.team-directors .team__box.addArrow h3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ff5444;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear
}

.team-directors .team__box-data {
    display: none
}

.team__box-active {
    background-color: #ff5444;
    padding: 3rem;
    z-index: 2;
    display: block !important;
    margin-bottom: 2rem;
    width: 100%;
    left: 0
}

.team__box-active .container {
    position: relative
}

.team__box-active i,
.team__box-active svg {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 3.5rem
}

.team__box-active i:hover,
.team__box-active svg:hover {
    cursor: pointer
}

.team__box-active .team__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.team__box-active .team__box img {
    width: 455px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 20px;
    height: auto
}

.team__box-active .team__box h3 {
    text-align: left !important
}

.team__box-active .team__box h3 a {
    color: #fff;
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 6rem
}

.team__box-active p {
    display: block !important;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px
}

.team__box-active::after,
.team__box-active::before {
    right: 100%;
    background-color: #ff5444;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%
}

.team__box-active::after {
    right: unset;
    left: 100%
}

.mobile-view {
    background: #ff5444;
    width: 100%
}

.mobile-view .team__box.addArrow {
    margin-bottom: 30px;
    padding: 15px
}

.mobile-view .team__box.addArrow i,
.mobile-view .team__box.addArrow svg {
    color: #fff;
    font-size: 3.5rem;
    cursor: pointer !important;
    margin-bottom: 10px
}

.mobile-view .team__box.addArrow i:hover,
.mobile-view .team__box.addArrow svg:hover {
    cursor: pointer !important
}

.mobile-view .tt_box h3 {
    text-align: left !important
}

.mobile-view .tt_box h3::after {
    bottom: -22px !important
}

.mobile-view .tt_box h3 a {
    color: #fff;
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 6rem
}

.mobile-view .tt_box p {
    display: block !important;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px
}

.cl_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.cl_icon:hover {
    cursor: pointer
}

.cl_icon+img {
    width: 100%
}

.og-grid-area li .team__box-content h3 {
    text-align: left
}

.og-grid-area li:hover::after {
    visibility: visible
}

.og-grid li h4 {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 10px 0
}

.aleph-inner {
    background-color: #ff5444
}

.aleph-inner .container {
    padding-top: 8.5rem
}

.aleph-inner h1 {
    font-weight: 700;
    font-size: 6rem
}

.aleph_bread {
    padding: 3.2rem 0;
    background-color: #f9e7e6
}

.aleph_bread>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.aleph_bread ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.aleph_bread ul li {
    margin-right: 2rem
}

.aleph_bread ul li a {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    color: #091a2d
}

.aleph_bread ul li a.active {
    font-weight: 600;
    color: #ff5444
}

.aleph_bread ul.aleph_lang li {
    margin-right: 0
}

.aleph_bread ul.aleph_lang li a {
    color: #091a2d
}

.aleph_bread ul.aleph_lang li+li::before {
    content: "|";
    display: inline-block;
    padding: 0 10px;
    font-size: 2rem
}

.aleph {
    background-color: #f9f9f9;
    padding: 3rem 0
}

.aleph__box {
    background-color: #fff;
    padding: 3.2rem;
    min-height: 290px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 3rem
}

.aleph__box-content {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    text-align: left;
    position: absolute;
    left: 0;
    padding: 32px;
    width: 100%;
    top: 60%;
    height: 100%
}

.aleph__box-content h3 {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px
}

.aleph__box-content p {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    visibility: hidden
}

.aleph__box-content .btn-learn {
    color: #a43794;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    visibility: hidden
}

.aleph__box:hover .aleph__box-content {
    top: 0;
    background-color: #fff
}

.aleph__box:hover .aleph__box-content .btn-learn,
.aleph__box:hover .aleph__box-content p {
    visibility: visible
}

.aleph-detail {
    padding: 7rem 0 15rem
}

.aleph-detail h2 {
    color: #091a2d;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 2rem
}

.aleph-detail p {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px
}

.aleph-detail .aleph__btns {
    margin: 5rem 0
}

.aleph-detail .aleph__btns .card-header {
    background-color: transparent
}

.aleph-detail .aleph__btns .btn-link {
    color: #ff5444;
    font-size: 30px;
    line-height: 21px;
    text-align: center;
    font-weight: 500;
    text-decoration: none !important;
    position: relative
}

.aleph-detail .aleph__btns .btn-link svg {
    visibility: hidden;
    opacity: 0
}

.aleph-detail .aleph__btns .btn-link::after,
.aleph-detail .aleph__btns .btn-link::before {
    position: absolute;
    content: "";
    background-color: #ff5444;
    width: 20px;
    height: 2px;
    left: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear
}

.aleph-detail .aleph__btns .btn-link:hover {
    text-decoration: none !important
}

.aleph-detail .aleph__btns .btn-link[aria-expanded="false"]::after {
    -webkit-transform: translateY(-50%) rotateZ(90deg);
    transform: translateY(-50%) rotateZ(90deg)
}

.aleph-detail .aleph__btns+.btn-all {
    border: 4px solid #ff5444;
    color: #ff5444;
    min-width: 300px
}

.aleph-detail .aleph__btns+.btn-all:hover {
    background-color: #ff5444
}

.aleph-detail .aleph__btns .card-header {
    padding-left: 0;
    border-bottom: 0
}

.aleph-detail .aleph__btns .card-header .btn-link {
    padding-left: 40px !important
}

.aleph-detail .aleph__btns .card-body,
.aleph-detail .aleph__btns p {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px
}

.aleph-detail .card-body .less,
.aleph-detail .card-body .mores,
.aleph-detail .card-body .more {
    color: #a43794;
    font-weight: 600;
    font-size: 18px !important
}

.navbar-alephDetail {
    background: transparent;
    position: absolute
}

.aleph-detail-inner .container {
    padding-top: 22rem
}

.aleph-detail-inner .container h1 {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.aleph-detail-inner .container h1 svg,
.aleph-detail-inner .container h1 i {
    font-size: 2.5rem
}

.aleph-detail-inner .container h1 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
    padding-bottom: 2rem
}

.aleph-detail-inner .privacy-btn {
    left: 0;
    top: 30%;
    background: teal !important;
    padding: 5px 3rem;
    -webkit-filter: unset;
    filter: unset;
    z-index: 9
}

.aleph-detail-inner .privacy-btn svg {
    font-size: 3rem;
    color: #fff
}

.aleph-details p {
    margin: 2rem 0
}

.single-icenter_resources main {
    min-height: 100vh
}

.btn-load::after,
.btn-load::before {
    display: none !important
}

.contant-height {
    height: 100%
}

.single-aleph_bet .resources h4 {
    font-size: 2.8rem;
    color: #b1adaf
}

.page-template-Initiatives-page-template section.no-search-list.resources.mt-0.initiative h4 {
    font-size: 2.8rem;
    color: #b1adaf;
    line-height: 3.8rem
}

.page-template-Initiatives-page-template section.no-search-list.resources.mt-0.initiative p {
    max-width: 900px;
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px
}

.privacy__policy-content.aleph-details p a {
    color: #a43794;
    font-weight: 600;
    font-size: 16px
}

.theme_option .d-flex.align-items-center {
    margin-bottom: 10px
}

div#response>p {
    position: absolute;
    right: 0;
    top: 0;
    color: #8a8a8a
}

div#response {
    position: relative
}

.about__what .tab-pane h3 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px
}

.box-image {
    text-align: center
}

.about__what #develop-people .tab-pane h3 {
    margin-bottom: 15px
}

h4.sub_heading {
    color: #8a8a8a;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 3rem;
    text-transform: capitalize
}

.team_hover_image {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease
}

.team__box:hover .team_hover_image {
    z-index: 1
}

.card {
    -webkit-perspective: 150rem;
    perspective: 150rem;
    position: relative;
    margin-bottom: 2px;
    background: #f9f9f9
}

.card h3 {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left
}

.accordion .collapse {
    background-color: #fff6f5
}

.card__side {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.card__side--front {
    background-color: #fff;
    height: 100%;
    text-align: center;
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.card__side--back {
    height: 100%;
    background-color: #fff;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.card__side--back p {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px
}

.card__side--back .btn-learn {
    color: #a43794;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    margin-top: auto
}

.card:hover .card__side--front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.card:hover .card__side--back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.aleph-detail-inner .container>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px
}

.aleph-detail-inner .container>div .inner_social a {
    font-size: 20px;
    color: #fff;
    margin-left: 2rem
}

.tealBg .accordionjs-title,
.tealBg .accordionjs-select {
    background: #0099a8 !important
}

.coralBg .accordionjs-title,
.coralBg .accordionjs-select {
    background: #ff5444 !important
}

.navyBg .accordionjs-title,
.navyBg .accordionjs-select {
    background: #003d7b !important
}

.magentaBg .accordionjs-title,
.magentaBg .accordionjs-select {
    background: #a43794 !important
}

.limeBg .accordionjs-title,
.limeBg .accordionjs-select {
    background: #b6bd00 !important
}

.mauveBg .accordionjs-title,
.mauveBg .accordionjs-select {
    background: #e19cdf !important
}

.grayBg .accordionjs-title,
.grayBg .accordionjs-select {
    background: #f9f9f9 !important;
    color: #0099a8 !important
}

.pinkBg .accordionjs-title,
.pinkBg .accordionjs-select {
    background: #d81a65 !important
}

.sliderRight {
    overflow: hidden
}

.sliderRight .banner__bg--navy {
    left: 24% !important;
    right: 0 !important
}

.sliderRight .bg_side {
    right: -100%;
    left: unset !important
}

.sliderBgNone .banner__bg--navy,
.sliderBgNone .bg_side {
    background-color: transparent !important
}

.sliderCenter .bg_side {
    display: none
}

.sliderCenter .banner__bg--navy {
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) translateX(-50%) !important;
    transform: translateY(-50%) translateX(-50%) !important;
    right: unset !important
}

div#accordionDetail .card:not(:last-child) {
    margin-bottom: 10px
}

.form-group+div#response>p {
    top: -37px
}

ul.list-unstyled.row.lightgallery li {
    padding: 5px
}

ul.list-unstyled.row.lightgallery {
    margin: 0 0 20px
}

ul.list-unstyled.row.lightgallery img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.lg-toolbar.lg-group>a,
.lg-toolbar.lg-group>button {
    display: none
}

.lg-toolbar.lg-group>button.lg-close.lg-icon {
    display: block !important
}

.team__box.card__box-shadow .team__box-content h3 a {
    line-height: 22px
}

.d-flex.mt-4.footerText h5 {
    font-size: 15px
}

section.no-search-list.resources.mt-0.infuSchool .resources__box {
    margin-bottom: 30px
}

footer .social ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0
}

footer .social ul li a {
    margin: 0 0 0 2rem !important
}

footer .social li a svg:hover {
    color: #0099a8 !important
}

.w2linput.submit:hover {
    background: #00707a !important
}

.elementor-element-populated .elementor-image {
    overflow-x: hidden
}

.inner__top.initiative-inner.resources-inner .container {
    padding-top: 9rem
}

.resource_landing {
    background-color: #fbfbf2
}

.resource_landing .martrial_card {
    margin-top: 2.5rem !important
}

.resource_landing .martrial_card img {
    width: 100% !important;
    margin-bottom: 20px !important
}

.resource_landing h6 {
    margin-top: -22%;
    margin-bottom: 30px
}

.resource_landing p {
    font-size: 20px;
    margin: 1rem 0 4rem;
    line-height: 24px
}

.resource_landing h4 {
    color: #8a8a8a;
    font-size: 2.8rem;
    line-height: 3.8rem
}

.resources__search {
    background-color: #e4f2f2;
    padding: 2rem;
    position: relative
}

.resources__search.displaySearch {
    z-index: 9999999999999
}

.resources__search .navbar__search-submit {
    width: 5%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 3.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0099a8
}

.resources__search .navbar__search-submit:hover {
    color: #091a2d
}

.resources__search .navbar__search-submit:focus {
    border-color: transparent;
    background-color: transparent
}

.resources__search .navbar__search-search {
    border: 1px solid #ccc;
    font-size: 18px;
    border-radius: 0;
    font-weight: 500;
    line-height: 18px;
    padding: 2rem;
    padding-left: 2rem;
    height: 60px;
    padding-left: 5rem
}

.resources__search .navbar__search-search::-webkit-input-placeholder {
    color: #8a8a8a
}

.resources__search .navbar__search-search:-ms-input-placeholder {
    color: #8a8a8a
}

.resources__search .navbar__search-search::-ms-input-placeholder {
    color: #8a8a8a
}

.resources__search .navbar__search-search::placeholder {
    color: #8a8a8a
}

.resources__search .d-flex svg.fa-search,
.resources__search .d-flex i.fa-search {
    font-size: 2rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    color: #4a4a4a
}

.resources__search .resource-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.288);
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.288);
    padding: 5rem 0;
    z-index: 9999
}

.resources__search .resource-dropdown h2 {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 4.8rem;
    color: #091a2d
}

.resources__search .resource-dropdown h2 a {
    color: #a43794;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 2%
}

.resources__search .resource-dropdown h2 a:hover {
    color: #091a2d
}

.resources__search .resource-dropdown h4 {
    color: #091a2d;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px
}

.resources__search .resource-dropdown ul li {
    display: block
}

.resources__search .resource-dropdown ul li a {
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px
}

.resources__search .resource-dropdown ul li a:hover {
    color: #091a2d
}

.resource_learning {
    background-color: #fbfbf2;
    text-align: center
}

.resource_learning p {
    max-width: 580px;
    margin: auto;
    font-size: 20px;
    line-height: 24px
}

.resource_learning h2 {
    font-size: 3.6rem;
    line-height: 4rem
}

.resource_learning h4 {
    font-size: 2.8rem;
    color: #8a8a8a
}

.resource_learning .resource__box {
    position: relative;
    background-color: #fbfbf2;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.resource_learning .resource__box a {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    padding: 10px 15px 20px;
    text-align: center
}

.resource_learning .resource__box a:hover {
    padding: 10px 15px 40px
}

.resource_learning .resource__box img {
    width: 100%
}

.resource_learning .row-learn {
    margin-top: 10rem
}

.resource_learning .resource__categorie {
    position: relative
}

.resource_learning .resource__categorie img {
    width: 100%
}

.resource_learning .resource__categorie span {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase
}

.resource_learning .resource__categorie:hover span {
    margin-top: -10px
}

.resource__category.inner__top .container {
    padding-top: 7rem
}

.resource__category.inner__top .container p {
    font-size: 20px;
    line-height: 24px;
    max-width: 1000px
}

.resource__category p,
.resource__category h3 {
    color: #8A8A8A
}

.resource__category h1 {
    color: #091a2d;
    font-size: 6rem;
    line-height: 5.6rem
}

.resource__category .btn-back {
    height: 100%
}

.resource__categories .selectDrop {
    position: relative;
    width: 250px
}

.resource__categories select#selectFor+label {
    display: none
}

.resource__categories .filter-btn {
    color: #091a2d;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 3rem
}

.resource__categories .breadcrumb {
    padding: 0;
    margin-bottom: 3rem;
    background-color: #fff
}

.resource__categories .breadcrumb li {
    font-size: 18px
}

.resource__categories .breadcrumb li a {
    color: #091a2d
}

.resource__categories .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    padding: 0 .8rem;
    color: #8a8a8a;
    font-size: 14px
}

.resource_core.resource_learning {
    background-color: #f2fafa;
    margin-bottom: 5rem;
    text-align: left
}

.resource_core.resource_learning p {
    max-width: none
}

.resource_core.resource_learning .row-resource .resource__box {
    margin-bottom: 2rem
}

.resource_core.resource_learning .heading_resource {
    font-size: 3.6rem;
    line-height: 4.8rem
}

.mixtap {
    background-color: #0099a8;
    padding: 5rem 0;
    color: #fff
}

.mixtap .breadcrumb {
    padding: 0;
    margin-bottom: 3rem;
    background-color: transparent
}

.mixtap .breadcrumb .breadcrumb-item {
    color: #fff;
    font-size: 18px
}

.mixtap .breadcrumb .breadcrumb-item a {
    color: #fff
}

.mixtap .breadcrumb .breadcrumb-item:first-child a i,
.mixtap .breadcrumb .breadcrumb-item:first-child a svg {
    font-size: 23px;
    position: relative;
    z-index: 9;
    left: -10px;
    margin-left: -16px;
    top: 3px
}

.mixtap .breadcrumb .breadcrumb-item:nth-child(2)::before {
    display: none
}

.mixtap .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    padding: 0 .8rem;
    color: #fff;
    font-size: 14px
}

.mixtap h1 {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 6rem
}

.mixtap p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px
}

.resource__details h1 ul.inner_social {
    margin-top: auto
}

.resource__details h1 ul.inner_social li a {
    padding-bottom: 0;
    margin-left: 2rem
}

.resource__details h1 ul.inner_social li a i,
.resource__details h1 ul.inner_social li a svg {
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.resource__details h1 ul.inner_social li a:hover i,
.resource__details h1 ul.inner_social li a:hover svg {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.resource__details nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    background-color: #0099a8;
    padding: 7px 15px;
    margin-bottom: 2rem;
    padding-left: 0
}

.resource__details nav .left_bg {
    background: #0099a8;
    width: 100%;
    left: -100%;
    top: 0;
    height: 100%;
    position: absolute
}

.resource__details nav .left_bg::before {
    background: inherit;
    width: 100vw;
    left: -100vw;
    top: 0;
    height: 100%;
    position: absolute;
    content: ''
}

.resource__details nav .breadcrumb {
    padding: 0;
    margin: 0;
    background-color: transparent
}

.resource__details nav .breadcrumb .breadcrumb-item {
    color: #fff;
    font-size: 18px
}

.resource__details nav .breadcrumb .breadcrumb-item a {
    color: #fff
}

.resource__details nav .breadcrumb .breadcrumb-item:first-child a i,
.resource__details nav .breadcrumb .breadcrumb-item:first-child a svg {
    font-size: 23px;
    position: relative;
    z-index: 9;
    left: -10px;
    margin-left: -16px;
    top: 3px
}

.resource__details nav .breadcrumb .breadcrumb-item:nth-child(2)::before {
    display: none
}

.resource__details nav .breadcrumb .breadcrumb-item:nth-child(2) {
    padding-left: 0
}

.resource__details nav .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    padding: 0 1.2rem;
    color: #fff;
    font-size: 10px
}

.resource__mixtap {
    padding: 4rem 0
}

.resource__mixtap hr {
    border-color: #88d1d1;
    margin: 3rem 0
}

.resource__mixtap h3 {
    color: #091a2d;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 2rem
}

.resource__mixtap .resource__list li {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px
}

.resource__mixtap .resource__list li::before {
    content: '»';
    display: inline-block;
    padding-right: 2px
}

.resource__mixtap h5,
.resource__mixtap p {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 2rem
}

.resource__mixtap h5 {
    margin-bottom: 0
}

.resource__mixtap h6 {
    color: #091a2d;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 1rem;
    text-align: center
}

.resource__mixtap .martrial_card {
    margin-bottom: 30px;
    background-color: #f2fafa;
    padding: 30px
}

.resource__mixtap .martrial_card>a {
    color: #091a2d;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top: 1rem
}

.resource__mixtap .martrial_card>a:hover {
    color: #a43794
}

.resource__mixtap .martrial_card ul {
    margin: 0
}

.resource__mixtap .martrial_card ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.resource__mixtap .martrial_card ul li:not(:last-child) {
    margin-bottom: 1rem
}

.resource__mixtap .martrial_card ul li a {
    color: #091a2d;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 36px
}

.resource__mixtap .martrial_card ul li a.link svg,
.resource__mixtap .martrial_card ul li a.link i {
    float: right
}

.resource__mixtap .martrial_card ul li a.popup {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.resource__mixtap .martrial_card ul li a svg,
.resource__mixtap .martrial_card ul li a i {
    color: #0099a8
}

.resource__mixtap .martrial_card ul li a:hover {
    color: #a43794
}

.resource__mixtap .martrial_card ul li a:hover svg,
.resource__mixtap .martrial_card ul li a:hover i {
    color: #a43794
}

.resource__mixtap .btn-all {
    border: 4px solid #0099a8;
    background-color: transparent;
    color: #0099a8;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 1rem 0 30px
}

.resource__mixtap .btn-all::before {
    background-color: #0099a8;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.resource__mixtap .btn-all:hover span {
    color: #fff !important
}

.resource__mixtap blockquote {
    color: #091a2d;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    font-style: italic
}

.bg-teal-light {
    background-color: #fbfbf2 !important
}

.related__articales {
    padding: 8rem 0;
    margin: 1.5rem 0 0;
    background-color: #fbfbf2
}

.related__articales h2 {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 4.8rem;
    color: #091a2d
}

.related__articales h4 {
    color: #091a2d;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 2rem
}

.related__articales p {
    margin: 0
}

.related__articales p a {
    color: #a43794;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px
}

.related__articales p a:hover {
    color: #0099a8
}

.tag__title {
    font-size: 16px !important;
    margin-bottom: 0 !important;
    font-weight: 500 !important
}

.tag__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
}

.tag__list li {
    margin-right: 15px
}

.tag__list li a {
    background-color: #0099a8;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px
}

.tag__list li a:hover {
    background-color: #a43794
}

.bgTeal {
    background-color: #0099a8 !important
}

.mixtapDownload {
    text-align: center;
    font-size: 16px
}

.mixtapDownload .close {
    font-size: 3.5rem;
    color: #0099a8;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 10px
}

.mixtapDownload h2 {
    font-size: 6rem;
    font-weight: 700;
    line-height: 7rem;
    color: #0099a8;
    margin-top: 3rem
}

.mixtapDownload h4 {
    color: #091a2d;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 2rem;
    margin: 2rem 0 3rem
}

.mixtapDownload .modal-body {
    max-width: 450px;
    margin: auto
}

.mixtapDownload .modal-body .form-group {
    text-align: left
}

.mixtapDownload .modal-body .form-group label {
    font-size: 16px
}

.mixtapDownload .modal-body .form-group select,
.mixtapDownload .modal-body .form-group input {
    font-size: 16px;
    border-radius: 0;
    border: 2px solid #c4c4c4;
    height: 4.5rem
}

.mixtapDownload .modal-body .form-check {
    max-width: 300px;
    margin: 5rem auto
}

.mixtapDownload .modal-body .form-check #newsLetter {
    opacity: .7
}

.mixtapDownload .modal-body .btn-thanks {
    font-size: 2rem;
    font-weight: 500;
    color: #a43794;
    background-color: transparent;
    border: 0;
    text-transform: capitalize
}

.mixtapDownload .modal-content {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 5px 8px 15px #00000054;
    box-shadow: 5px 8px 15px #00000054
}

.mixtapDownload .modal-lg,
.mixtapDownload .modal-xl {
    max-width: 900px
}

.selectDrop {
    position: relative
}

.selectDrop select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.selectDrop::after {
    display: inline-block;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    color: #a43794;
    font-size: 2rem
}

section.no-search-list.resources.initiative.resource_landing {
    background: #fbfbf2
}

button.btn.btn-outline-success.btn-lg {
    font-size: 16px
}

.salesforce_w2l_lead.sf_one_column form {
    width: 100%
}

.salesforce_w2l_lead.sf_one_column form .sf_field.sf_field_sign_me.sf_type_checkbox {
    margin: 3rem 0
}

.salesforce_w2l_lead.sf_one_column form .w2lsubmit {
    width: 85px;
    margin: auto auto 20px
}

.salesforce_w2l_lead.sf_one_column form .w2llabel {
    margin-bottom: 15px;
    width: 100%;
    text-align: left
}

.salesforce_w2l_lead.sf_one_column form .w2llabel select,
.salesforce_w2l_lead.sf_one_column form .w2llabel #sf_email,
.salesforce_w2l_lead.sf_one_column form .w2llabel input {
    width: 100% !important;
    font-size: 16px !important;
    border-radius: 0 !important;
    border: 2px solid #c4c4c4 !important;
    height: 4.5rem !important;
    padding: 10px
}

.salesforce_w2l_lead.sf_one_column form .w2llabel.checkbox {
    width: auto
}

.salesforce_w2l_lead.sf_one_column form .w2llabel.checkbox input {
    width: auto
}

.modal {
    z-index: 9999999999999999
}

.printomatic {
    margin-left: 20px;
    margin-top: 0px
}

.category__search .selectDrop::after {
    display: none
}

.category__search .selectDrop {
    position: relative;
    z-index: 9999
}

.category__search .selectDrop form>label {
    display: none
}

.category__search .nice-select {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.category__search .nice-select .list {
    border: 0;
    border-radius: 0;
    min-width: 200px
}

.category__search .nice-select .option {
    line-height: 35px;
    min-height: 20px
}

.category__search .nice-select::after {
    display: none
}

.category__search .nice-select span.current {
    position: relative
}

.category__search .nice-select span.current:after {
    display: inline-block;
    width: auto;
    height: auto;
    border: 0;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    color: #a43794;
    font-size: 1.6rem
}

div#response::before {
    display: table;
    clear: both;
    content: ''
}

section.inner__top.initiative-inner.aleph__bet_inner .container {
    padding-top: 20rem
}

.icenter_loadmore.alm-btn-wrap:hover {
    cursor: pointer;
    background-color: #0099a8 !important
}

.icenter_loadmore.alm-btn-wrap {
    margin: 15px
}

span.current {
    color: #a43794;
    font-weight: 600
}

body header:before {
    content: ''
}

.search-no-results main {
    min-height: 80vh
}

.categories__filter input[type="radio"]:focus,
.categories__filter .radio input[type="radio"]:focus,
.categories__filter .radio-inline input[type="radio"]:focus {
    outline: none
}

.categories__filter input[type="radio"]:before,
.categories__filter .radio input[type="radio"]:before,
.categories__filter .radio-inline input[type="radio"]:before,
.categories__filter input[type="radio"]:after,
.categories__filter .radio input[type="radio"]:after,
.categories__filter .radio-inline input[type="radio"]:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -webkit-transition: 240ms;
    transition: 240ms
}

.categories__filter input[type="radio"]:before,
.categories__filter .radio input[type="radio"]:before,
.categories__filter .radio-inline input[type="radio"]:before {
    position: absolute;
    left: 0;
    top: -3px;
    background-color: #0099a8;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.categories__filter input[type="radio"]:after,
.categories__filter .radio input[type="radio"]:after,
.categories__filter .radio-inline input[type="radio"]:after {
    position: relative;
    top: -3px;
    border: 2px solid #cbcbcb
}

.categories__filter input[type="radio"]:checked:before,
.categories__filter .radio input[type="radio"]:checked:before,
.categories__filter .radio-inline input[type="radio"]:checked:before {
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
}

.categories__filter input[type="radio"]:disabled:checked:before,
.categories__filter .radio input[type="radio"]:disabled:checked:before,
.categories__filter .radio-inline input[type="radio"]:disabled:checked:before {
    background-color: #bbbbbb
}

.categories__filter input[type="radio"]:checked:after,
.categories__filter .radio input[type="radio"]:checked:after,
.categories__filter .radio-inline input[type="radio"]:checked:after {
    border-color: #0099a8
}

.categories__filter input[type="radio"]:disabled:after,
.categories__filter .radio input[type="radio"]:disabled:after,
.categories__filter .radio-inline input[type="radio"]:disabled:after,
.categories__filter input[type="radio"]:disabled:checked:after,
.categories__filter .radio input[type="radio"]:disabled:checked:after,
.categories__filter .radio-inline input[type="radio"]:disabled:checked:after {
    border-color: #bbbbbb
}

.categories__filter input[type="checkbox"],
.categories__filter .checkbox input[type="checkbox"],
.categories__filter .checkbox-inline input[type="checkbox"] {
    position: relative;
    border: none;
    margin-bottom: -4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.categories__filter input[type="checkbox"]:focus,
.categories__filter .checkbox input[type="checkbox"]:focus,
.categories__filter .checkbox-inline input[type="checkbox"]:focus {
    outline: none
}

.categories__filter input[type="checkbox"]:focus:after,
.categories__filter .checkbox input[type="checkbox"]:focus:after,
.categories__filter .checkbox-inline input[type="checkbox"]:focus:after {
    border-color: #0099a8
}

.categories__filter input[type="checkbox"]:after,
.categories__filter .checkbox input[type="checkbox"]:after,
.categories__filter .checkbox-inline input[type="checkbox"]:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    margin-right: 5px;
    border: 2px solid #cbcbcb;
    border-radius: 2px;
    -webkit-transition: 240ms;
    transition: 240ms
}

.categories__filter input[type="checkbox"]:checked:before,
.categories__filter .checkbox input[type="checkbox"]:checked:before,
.categories__filter .checkbox-inline input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.categories__filter input[type="checkbox"]:checked:after,
.categories__filter .checkbox input[type="checkbox"]:checked:after,
.categories__filter .checkbox-inline input[type="checkbox"]:checked:after {
    background-color: #0099a8;
    border-color: #0099a8
}

.categories__filter input[type="checkbox"]:disabled:after,
.categories__filter .checkbox input[type="checkbox"]:disabled:after,
.categories__filter .checkbox-inline input[type="checkbox"]:disabled:after {
    border-color: #bbbbbb
}

.categories__filter input[type="checkbox"]:disabled:checked:after,
.categories__filter .checkbox input[type="checkbox"]:disabled:checked:after,
.categories__filter .checkbox-inline input[type="checkbox"]:disabled:checked:after {
    background-color: #bbbbbb;
    border-color: transparent
}

.team___detail {
    padding: 5rem 0
}

.team___detail p {
    font-size: 18px
}

.privacy__policy-content.initiative-details ul li {
    font-size: 18px;
    margin-bottom: 5px
}

.pagination {
    margin-top: 15px
}

.pagination span,
.pagination a {
    font-family: 'Open Sans Hebrew';
    min-width: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e3f2f2;
    margin-right: 10px;
    padding: 10px;
    font-size: 14px
}

.pagination span.current,
.pagination a.current {
    background-color: #0099a8;
    color: #fff
}

.row.justify-content-center.column-full-width>div {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

h1 {
    font-size: 4rem
}

h2 {
    font-size: 3.2rem
}

h3 {
    font-size: 2.8rem
}

h4 {
    font-size: 2.4rem
}

h5 {
    font-size: 2rem
}

h6 {
    font-size: 16px
}

h3.heb {
    text-align: right !important
}

.card__side--back a+a.d-block {
    width: 100% !important
}

h3.heb a {
    color: #4a4a4a
}

.elementor-column-wrap p {
    font-size: 18px
}

.elementor-column-wrap ul li {
    font-size: 18px !important
}

.how__box {
    padding: 20px;
    background-color: #fff6f5;
    height: 100%
}

.how__box h4.how__box-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px
}

.how__box p {
    font-size: 18px !important;
    color: #444 !important;
    margin-top: 2rem;
    font-weight: 500 !important
}

.how__box-row .col-md-6 {
    margin-bottom: 3rem
}

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px
}

.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

.aligncenter {
    float: none;
    margin: auto;
    display: block;
    margin-right: 0 20px 20px
}

.resource__mixtap .martrial_card ul li a img {
    float: right
}

.resource__mixtap .martrial_card ul li a svg.fa-external-link-alt {
    float: right;
    position: relative;
    top: 7px
}

.wpshopify .resources {
    margin-top: 2rem
}

.wpshopify .entry-title {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 5rem;
    margin-bottom: 50px
}

.wpshopify a.wps-products-link {
    width: 100%
}

.wpshopify a.wps-products-link img {
    width: 100%
}

.wpshopify a.wps-products-link button {
    border-radius: 0
}

.wpshopify h2.wps-products-title {
    color: #4a4a4a;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 24px
}

.wpshopify .wps-product-image-wrapper {
    height: 360px;
    overflow: hidden
}

.wpshopify span.wps-product-individual-price {
    color: #a43794;
    font-weight: 700;
    font-size: 24px;
    font-family: initial
}

.wpshopify .wps-btn {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.6px
}

.wpshopify .css-1q235dk-buttonCSS-addToCartCSS-AddButton {
    background-color: #0099a8 !important
}

.wpshopify.post-type-archive .wps-container,
.wpshopify.wps_products-template-default .wps-container {
    padding: 10rem 0 5rem !important
}

.wpshopify.post-type-archive .navbar,
.wpshopify.wps_products-template-default .navbar {
    background-color: #0099a8 !important
}

.wpshopify.post-type-archive .css-tlz1ah-inputStyles.css-tlz1ah-inputStyles,
.wpshopify.post-type-archive .wps-btn-secondary,
.wpshopify.wps_products-template-default .css-tlz1ah-inputStyles.css-tlz1ah-inputStyles,
.wpshopify.wps_products-template-default .wps-btn-secondary {
    border-radius: 0
}

.wps-cart {
    z-index: 99999999999 !important
}

.wps-btn-checkout {
    border-radius: 0 !important;
    background-color: #0099a8 !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 1.6px;
    font-size: 16px !important
}

.wps-cart-lineitem-content {
    margin-right: 10px
}

.traning_box-content a>h4 {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px
}

#grow-field>h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px
}

.about__what h2.title__what {
    text-transform: uppercase
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: unset !important
}

.resource__mixtap .col-md-4 .martrial_card ul.list-unstyled {
    padding-left: 0
}

.resource__mixtap .col-md-4 .martrial_card h6 {
    margin-bottom: 15px;
    text-align: left
}

.resource__mixtap .col-md-4 .martrial_card>a {
    color: #091a2d;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px
}

.card .card__side--back p.heb,
.card h3.heb,
.card h3.heb a,
#accordion .accordionjs-content h4,
.elementor-text-editor span {
    font-family: "Open Sans Hebrew" !important
}

.team__box:hover .team__box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.g-recaptcha>div {
    width: 100% !important;
    margin: 0 0 20px !important
}

.noscroll {
    overflow: hidden
}

.view-single .grid::after {
    opacity: 1
}

.menu-toggle {
    position: fixed;
    z-index: 100;
    display: block;
    width: 25px;
    height: 25px;
    top: 14px;
    left: 14px;
    cursor: pointer;
    background: none;
    border: none;
    display: none;
    margin: -2px 15px 0 0
}

.menu-toggle span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #81c483;
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.menu-toggle span:after,
.menu-toggle span:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #81c483;
    content: ''
}

.menu-toggle span:before {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px)
}

.menu-toggle span:after {
    -webkit-transform: translateY(7px);
    transform: translateY(7px)
}

.placeholder {
    pointer-events: none;
    position: absolute;
    width: calc(100% + 5px);
    height: calc(100vh + 5px);
    z-index: 100;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.placeholder.placeholder--trans-in {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1)
}

.placeholder.placeholder--trans-out {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    height: 0;
    visibility: hidden;
    z-index: 400;
    overflow: hidden
}

.content.content--show {
    height: 100vh;
    pointer-events: auto;
    visibility: visible
}

.scroll-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

#theGrid {
    position: unset
}

.content__item {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    pointer-events: none;
    font-size: 0.85em
}

.content__item .testimonial p {
    color: #091a2d;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    font-style: italic
}

.content__item.content__item--show {
    height: auto;
    min-height: 100vh;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    position: absolute;
    z-index: 999999999999999999 !important;
    background-color: #fff
}

.category--full,
.meta--full .meta__author,
.meta--full .meta__avatar,
.meta--full .meta__date,
.meta--full .meta__reading-time,
.title--full {
    opacity: 0
}

.content__item p {
    opacity: 0
}

.category--full,
.title--full {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0)
}

.meta--full .meta__author,
.meta--full .meta__avatar,
.meta--full .meta__date,
.meta--full .meta__reading-time {
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1)
}

.content__item--show .category--full,
.content__item--show .meta--full .meta__author,
.content__item--show .meta--full .meta__avatar,
.content__item--show .meta--full .meta__date,
.content__item--show .meta--full .meta__reading-time,
.content__item--show .title--full {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}

.content__item--show .category--full,
.content__item--show .title--full {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.content__item--show .title--full {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s
}

.content__item--show .meta--full .meta__avatar {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.content__item--show .meta--full .meta__date {
    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s
}

.content__item--show .meta--full .meta__reading-time {
    -webkit-transition-delay: 0.34s;
    transition-delay: 0.34s
}

.content__item--show.content__item p {
    opacity: 1;
    -webkit-transition: opacity 0.5s 0.25s;
    transition: opacity 0.5s 0.25s
}

.close-button {
    position: absolute;
    border: none;
    background: transparent;
    margin: 0;
    z-index: 100;
    top: 9rem;
    z-index: 9999999999999999999999999 !important;
    left: 0;
    font-size: 3rem;
    color: #fff;
    cursor: pointer;
    pointer-events: none;
    padding: 0 30px;
    opacity: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.close-button span {
    display: none
}

.close-button--show {
    opacity: 1;
    pointer-events: auto
}

.page-template-privacy-policy-page-template.page-id-115 nav.navbar.navbar-expand-lg.navbar-privacy.navbarBg .navbar-nav li:last-child a:hover {
    border-color: transparent !important
}

section.team.team_board {
    background-color: #fff6f5
}

.traning_box_feature h4 {
    font-size: 2.4rem;
    margin-top: 1rem
}

.traning_box_feature .traning_box-content p {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 1rem
}

.traning_box_feature img {
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#grow-field .traning_box {
    -ms-grid-rows: auto !important;
    grid-template-rows: auto !important
}

#grow-field .traning_box img {
    height: 130px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.team__box-content.education {
    position: absolute;
    background: rgba(0, 153, 168, 0.2);
    bottom: -55px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s cubic-bezier(0.63, -0.07, 0.02, 1.31);
    transition: 0.3s cubic-bezier(0.63, -0.07, 0.02, 1.31)
}

.og-expanded a .team__box-content.education,
#og-grid li a:hover .team__box-content.education {
    bottom: -0 !important;
    visibility: visible !important;
    opacity: 1 !important
}

#og-grid li>a::before {
    display: none !important
}

.team__box-content.education h3 {
    font-size: 16px !important;
    text-align: left
}

.team__box-content.education p svg {
    position: absolute;
    right: 10px;
    -webkit-transform: translateY(-50%) rotateZ(90deg);
    transform: translateY(-50%) rotateZ(90deg)
}

ul#og-grid .og-expanded .team__box-content.education p svg {
    -webkit-transform: translateY(-50%) rotateZ(90deg);
    transform: translateY(-50%) rotateZ(90deg);
    top: 50%
}

.team_board .og-grid li h4 {
    position: relative
}

.team_board .og-grid li h4::before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f063";
    z-index: 2;
    position: absolute;
    left: 0;
    color: #fff;
    width: 100%;
    top: -100%;
    background: rgba(0, 153, 168, 0.2);
    padding: 10px;
    visibility: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 0;
    display: none
}

.team_board .og-grid li:hover h4::before {
    top: -52px;
    visibility: visible;
    opacity: 0
}

.box-image h4.training-title {
    display: none !important
}

.box-image {
    margin-right: 15px
}

footer {
    background-color: #202933;
    padding: 4rem 0 0
}

footer .container {
    max-width: 1170px
}

footer address p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 4rem;
    position: relative;
    padding-left: 20px
}

footer address p i,
footer address p svg {
    position: absolute;
    left: 0;
    top: 5px
}

footer address a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px
}

footer address a:hover {
    color: #0099a8
}

footer address i,
footer address svg {
    color: #b6bd00
}

footer .social ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer .social li a {
    margin-right: 2rem
}

footer .social li a i,
footer .social li a svg {
    color: #b6bd00;
    font-size: 3rem
}

footer .signUp label {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 4rem;
    margin-bottom: 1rem
}

footer .signUp input {
    height: 4rem;
    padding: 1.5rem;
    font-size: 1.6rem;
    border: 0;
    border-radius: 0;
    width: 60%
}

footer .signUp input.btn {
    font-size: 12px;
    font-weight: 400;
    background-color: #0099a8;
    color: #fff;
    text-transform: uppercase;
    margin-left: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.8rem;
    width: 30%
}

footer .signUp input.btn:hover {
    background-color: #b6bd00
}

.cookies__section {
    -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.11);
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.11);
    padding: 3rem 0
}

.cookies__section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #4a4a4a
}

.cookies__section p a {
    color: #a43794
}

.cookies__section .btn-all {
    border-color: #0099a8;
    color: #0099a8
}

.cookies__section .btn-all::before {
    background-color: #0099a8
}

.footer__bottom {
    margin-top: 2rem;
    background-color: #F1B1B114
}

.footer__bottom p {
    padding: 1.3rem 0;
    margin: 0;
    color: #fff;
    font-size: 14px
}

.footer__bottom p a {
    color: #fff
}

.brand-footer img {
    height: 47px
}

.fullScreen {
    position: fixed !important;
    display: block !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 4;
    height: 100%;
    background: #fff;
    padding: 15px;
    z-index: 999999999999 !important;
    overflow-y: scroll
}

.categories__filter h5 {
    color: #091a2d;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin: 2rem 0 3rem
}

.filter_close,
#closeDrop {
    cursor: pointer;
    font-size: 26px;
    position: absolute;
    right: 15px;
    color: teal;
    z-index: 99;
    top: 15px
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    font-size: 16px
}

strong.error_message {
    font-size: 16px
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    footer form#sf_form_salesforce_w2l_lead_2 {
        display: block !important
    }

    .navbar-collapse {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        height: 100%;
        padding: 3rem
    }

    .navbar-collapse button.navbar-toggler {
        font-size: 20px;
        float: right
    }

    .navbar-collapse .nav-link {
        color: #268aa6 !important;
        font-size: 24px;
        line-height: 32px;
        font-weight: 700
    }
}

@media only screen and (max-width: 1200px) and (min-width: 768px) and (orientation: landscape) {
    .navbar .nav-link {
        font-size: 2rem
    }

    .top-register>div p {
        max-width: 600px
    }

    .detail__box-content {
        margin-top: -40px
    }
}

@media only screen and (max-width: 1320px) and (min-width: 1100px) {

    .resource__details nav .breadcrumb .breadcrumb-item:first-child a i,
    .resource__details nav .breadcrumb .breadcrumb-item:first-child a svg {
        margin-left: 10px
    }
}

@media only screen and (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
    .icenter_initiatives-template-default .container {
        max-width: 650px
    }

    .resource__category.inner__top .container {
        padding-left: 50px
    }

    .aleph_bread .list-unstyled.aleph_lang {
        left: 0
    }

    .top-register>div p {
        margin: 20px 0;
        text-align: left
    }

    .top-register {
        padding: 20px
    }

    .initiative__box {
        width: 300px
    }

    .resources__box {
        margin-bottom: 15px
    }

    .detail__box {
        display: block !important
    }

    .detail__box .detail__box-img {
        margin: 5rem 0 2rem
    }

    .detail__box-img {
        margin: 5rem 0 2rem
    }

    .og-details {
        width: 100%;
        padding: 3rem 0
    }

    .aleph_bread {
        position: relative;
        margin-bottom: 0;
        padding: 25px 0 30px
    }

    .aleph_bread .list-unstyled.aleph_lang {
        margin: -10px -15px !important;
        padding: 20px 20px;
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: absolute;
        background-color: #f9f9f9;
        top: 100%
    }

    .top__breadcrumb h4 {
        margin: 0;
        cursor: pointer;
        margin: 0 -15px !important;
        padding: 0 15px
    }

    .top__breadcrumb h4 i,
    .top__breadcrumb h4 svg {
        float: right;
        position: relative;
        top: 22px;
        font-size: 14px;
        margin-right: 14px
    }

    .top__breadcrumb h4 i.rIcon,
    .top__breadcrumb h4 svg.rIcon {
        -webkit-transform: rotateZ(-180deg);
        transform: rotateZ(-180deg)
    }

    .top__breadcrumb h4 a {
        color: #0099a8;
        font-weight: 600
    }

    .top__breadcrumb h4+ol {
        display: none;
        border-top: 3px solid #fff
    }

    .top__breadcrumb .breadcrumb li {
        padding-left: 0 !important
    }

    .navbar .navbar__search form.w-100 .d-flex svg.fa-search,
    .navbar .navbar__search form.w-100 .d-flex i.fa-search {
        left: 12px
    }

    section.about__impact h1.mt-md-5 {
        margin-top: 20px
    }

    .about__what div>p,
    .about__what h2 {
        padding: 0 15px
    }

    .about__what .traning_box-content p {
        padding: 0 !important
    }

    .navbar #navbarSupportedContent .navbar__search {
        position: unset !important
    }

    nav.navbar.navbar-expand-lg.navbar-search {
        padding: 2rem 1.5rem
    }

    .navbar-nav {
        margin: 3rem 0
    }

    .navbar-nav li a {
        margin: 1rem 0;
        display: block
    }

    .navbar-collapse {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        height: 100%;
        padding: 3rem
    }

    .navbar-collapse .nav-link {
        color: #268aa6 !important;
        font-size: 24px;
        line-height: 32px;
        font-weight: 700
    }

    .navbar .navbar__search {
        display: block !important;
        position: unset
    }

    .navbar .navbar__search-search {
        border-color: #ccc;
        height: 9rem
    }

    .navbar .navbar__search>div {
        padding: 0
    }

    .navbar .navbar__search-icon {
        left: 10px;
        width: 17px
    }

    .navbar .navbar__search-submit,
    .navbar #btn-search {
        display: none
    }

    .mobile-menu .navbar-brand img {
        -webkit-filter: unset;
        filter: unset
    }

    .mobile-menu .navbar-toggler {
        position: absolute;
        right: 10px;
        top: 10px
    }

    .mobile-menu .navbar-toggler i,
    .mobile-menu .navbar-toggler svg {
        font-size: 4rem;
        color: #0099a8
    }

    a.navbar-brand.menu-logo {
        display: inline-block !important
    }

    a.navbar-brand.menu-logo img {
        width: auto !important;
        -webkit-filter: brightness(1) invert(0) !important;
        filter: brightness(1) invert(0) !important
    }

    .top-register {
        padding: 0 15px
    }

    .top-register>div p {
        margin-bottom: 2rem;
        text-align: left !important
    }

    section.navbar.navbar-search.bg-transparent.p-0 {
        z-index: 9
    }

    .navbar-search .navbar__search .navbar__search-submit {
        height: 60px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .team_hover_image+a.teamLinkMob {
        margin-top: 20px !important;
        margin-bottom: 0 !important;
        display: block !important
    }

    .about_how {
        padding: 5rem 0 0 !important
    }

    .about__what {
        padding: 3rem 0 30px !important
    }

    .row.row-theme .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24.666667%;
        flex: 0 0 24.666667%;
        max-width: 24.666667%
    }

    .row.row-theme {
        overflow-x: scroll;
        -ms-touch-action: pan-x;
        touch-action: pan-x;
        -ms-flex-wrap: unset;
        flex-wrap: unset
    }

    div#carouselStudent p {
        max-width: 600px;
        margin: auto
    }

    .aleph .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .og-expander-inner {
        padding: 30px
    }

    .about__what .tab-content .traning_box a img {
        width: 100%
    }

    .detail__box-img img {
        position: static !important
    }

    .about__what .tab-content .traning_box a:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .about__what .tab-content .traning_box h4 {
        text-align: left;
        -webkit-box-align: self-start;
        -ms-flex-align: self-start;
        align-items: self-start
    }

    .page-template-templatesour-impact-page-template-php .about__impact .about__img img {
        position: absolute !important
    }

    .education__slider li h2 {
        color: #cccccc;
        font-size: 5rem;
        font-weight: 500;
        line-height: 40px
    }

    .about__impact .about__img {
        margin-top: 3rem
    }

    .box-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .box-image h4 {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 10px;
        margin-left: 10px
    }

    .initiative .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .initiative .card__box img {
        height: 200px
    }

    .initiative .card__box-content a {
        margin-bottom: -58px
    }

    .about__impact .about__img img {
        position: relative !important
    }

    .about__what .container {
        padding: 0
    }

    .about__what .container .about_how {
        padding-left: 15px;
        padding-right: 15px
    }

    .about__what .nav-tabs li .nav-link {
        font-size: 18px;
        line-height: 24px;
        padding: 15px 10px
    }

    .about__what h3 {
        font-size: 22px;
        margin: 10px 0px 20px
    }

    .about__what .tab-content .traning_box {
        margin-bottom: 30px
    }

    .about__what .tab-content .traning_box img {
        margin-bottom: 2rem;
        width: 50%
    }

    .about__what .tab-content .traning_box>.box-image {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        max-width: 30%;
        margin-right: 15px
    }

    .about__what .tab-content .traning_box .traning_box-content {
        grid-row: 2/-1
    }

    .about__what .tab-content .traning_box .traning_box-content h4 {
        display: block
    }

    .about_count .box_content {
        padding: 1rem
    }

    .about_count .box_content .box_content-data h3 {
        font-size: 3rem
    }

    .about_count .box_content .box_content-data span {
        font-size: 14px
    }

    .banner__bg--navy {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1 / 4
    }

    .banner__bg--navy::before {
        display: none !important
    }

    .banner>div {
        overflow: hidden
    }

    .banner>div img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        -webkit-transition: 0.5s linear;
        transition: 0.5s linear
    }

    .banner>div:nth-child(even) {
        position: relative
    }

    .banner>div:nth-child(even) img {
        -webkit-animation: zoomIn 10s linear infinite;
        animation: zoomIn 10s linear infinite
    }

    .banner>div:nth-child(even)::before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        display: block;
        content: "";
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0
    }

    .banner>div:nth-child(even):hover::before {
        -webkit-animation: circle 0.75s;
        animation: circle 0.75s
    }

    .banner>div:nth-child(odd) {
        position: relative
    }

    .banner>div:nth-child(odd)::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: "";
        width: 50%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg)
    }

    .banner>div:nth-child(odd):hover::before {
        -webkit-animation: shine 0.75s;
        animation: shine 0.75s
    }

    .top-register>div p {
        max-width: 300px;
        margin: auto
    }

    .top-register>div .btn-register {
        font-size: 14px;
        width: 130px;
        position: relative;
        left: -20px
    }

    .banner__bg--navy h2 {
        font-size: 2.2rem;
        line-height: 2.9rem
    }

    #og-board {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr)
    }

    section.grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1f)[3];
        grid-template-columns: repeat(3, 1f);
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 15px
    }

    html {
        font-size: 45.5%
    }

    .resources {
        margin: 5rem 0
    }

    .initiative__box {
        left: 10px
    }

    .team__box img {
        height: auto !important
    }

    .team.team-directors .text-center {
        margin-bottom: 0 !important
    }

    .team-directors .team__box {
        margin-bottom: 10px;
        margin-top: 20px
    }

    .team-directors .team__box h3::after {
        bottom: -32px !important
    }

    .resources .btn.btn-view {
        width: 100% !important
    }

    .resource_learning a.mt-md-5.btn.btn-view {
        width: auto !important
    }

    .inner__top .privacy-btn {
        left: 10px
    }

    .resource_landing .resources__box {
        margin-bottom: 30px
    }

    footer .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    footer .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }
}

@media screen and (max-width: 900px) {
    .accordionjs-content {
        padding: 0 18px !important
    }

    .event-ma-slider .slick-slide img {
        width: 100%;
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .theme_option>div {
        margin-bottom: 10px
    }

    .row.my-md-5.my-3.row-theme.justify-content-center.row-resource {
        -webkit-box-pack: unset !important;
        -ms-flex-pack: unset !important;
        justify-content: unset !important
    }

    .row.row-theme {
        overflow-x: scroll;
        -ms-touch-action: pan-x;
        touch-action: pan-x;
        -ms-flex-wrap: unset;
        flex-wrap: unset
    }

    .resources__search .navbar__search-submit {
        width: 16%
    }

    .resource_learning .resource__categorie {
        margin-bottom: 20px
    }

    .inner__top.initiative-inner.resources-inner .container {
        padding-left: 15px
    }

    .resources.resource_landing h2 a {
        margin: 0 0 20px
    }

    .box-image {
        display: block
    }

    .box-image a .training-title {
        display: none !important
    }

    .box-image h4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        padding: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .box-image h4 {
        display: none !important
    }

    .content__item .detail__box-content p {
        line-height: 25px;
        font-size: 18px
    }

    .content__item .detail__box-author p {
        font-weight: 600;
        font-size: 20px;
        margin: 0px 0 10px
    }

    .content__item .about__what .tab-content .traning_box p {
        font-size: 18px;
        line-height: 24px
    }
}

@media screen and (min-width: 900px) {
    .resources__box img {
        height: 270px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .resource__details h1 ul.inner_social {
        width: 26%
    }

    .event-ma-slider .slick-slide img {
        display: block;
        width: 100%;
        height: 470px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .initiative .card__box-shadow img,
    .initiative .card__box img {
        height: 292px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .box-image h4 {
        display: none
    }

    .grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 10px 30px
    }
}

@media screen and (max-width: 599px) {
    .about__partners .col-sm-3 {
        margin-bottom: 1rem
    }

    section.grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px
    }

    .detail {
        padding: 20rem 0 7.6rem
    }

    .menu-toggle {
        display: inline-block
    }

    .sidebar .close-button {
        opacity: 1;
        pointer-events: auto
    }

    .title--full {
        font-size: 2em
    }

    .content .close-button {
        padding: 10px 20px;
        top: 12rem
    }

    .og-expander-inner {
        padding: 50px 0
    }
}

@media only screen and (max-width: 767px) {
    .top__breadcrumb {
        padding: 1.2rem 0
    }

    section.mainSliderDeskHide.mainSlider .container {
        position: absolute;
        bottom: 10%;
        left: 0;
        width: 100%;
        z-index: 3
    }

    .accordionjs-content {
        padding: 0 15px
    }

    .education__slider li h3 {
        font-size: 3rem;
        line-height: normal
    }

    .education__slider li h2 {
        font-size: 2.5rem;
        line-height: normal
    }

    section.mainSliderDeskHide.mainSlider {
        overflow: hidden;
        padding: 0;
        position: relative;
        height: 39vh
    }

    section.mainSliderDeskHide.mainSlider iframe {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 56.25vw;
		left: 50%;
		min-height: 100%;
		min-width: 100%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		position: absolute;
		top: 32%;
		width: 100%;
	}
	
	
	section.mainSliderDeskHide.DesktopIfram.mainSlider.slider-video.sliderimg {
		height: auto !important;
	}
	
	section.mainSliderDeskHide.mainSlider.sliderimg .container {
        bottom: 30% !important;
	}

    .mainSliderMobHide {
        display: none !important
    }

    .mainSlider.slider-video iframe {
        height: 100vh !important
    }

    .resources__search .d-flex svg.fa-search,
    .resources__search .d-flex i.fa-search {
        font-size: 18px
    }

    .resource__mixtap iframe {
        height: 300px
    }

    .resource__mixtap .btn-all {
        margin: 4rem 0 30px
    }

    .resource__mixtap .martrial_card {
        margin: 0 -15px 30px
    }

    .resource__mixtap .martrial_card img {
        margin: 1rem 0 2rem
    }

    .resource__mixtap .martrial_card ul li:not(:last-child) {
        margin-bottom: 3rem
    }

    .aleph-detail-inner .container h1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .aleph-detail-inner .container h1 ul.inner_social {
        margin-top: 30px !important
    }

    .aleph-detail-inner .container h1 ul.inner_social li:first-child a {
        margin-left: 0
    }

    .resource__details nav .breadcrumb .breadcrumb-item:first-child a svg {
        margin-left: 0;
        margin-right: 10px;
        font-size: 30px;
        top: 0
    }

    .related__articales p {
        margin: 0 0 15px
    }

    .related__articales p a {
        line-height: 3.6rem
    }

    .resource__mixtap hr {
        margin: 50px 0;
        opacity: 0.7
    }

    .resource__categories .filter-btn {
        font-size: 16px;
        font-weight: 500
    }

    .resource_landing.resource__bottom {
        margin-bottom: 40px !important
    }

    .resource_landing {
        margin-bottom: 0 !important
    }

    .resources-inner h3 {
        margin-top: 30px
    }

    .resource_learning .resource__box a {
        font-size: 18px
    }

    .initiative-foundation img {
        margin: 20px 0 !important
    }

    .student-event #carouselStudent {
        padding: 7rem 0 100px
    }

    .student-event #carouselStudent .carousel-indicators {
        bottom: 60px
    }

    .student-event #carouselStudent .carousel-control-next,
    .student-event #carouselStudent .carousel-control-prev {
        top: unset;
        bottom: 0;
        font-size: 35px !important;
        height: 50px;
        background-color: #0099a8;
        width: 49% !important
    }

    #about-detail .box-image a:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: left
    }

    ol.breadcrumb ol.breadcrumb {
        margin-left: 10px
    }

    .event .event-slider h3 {
        font-size: 6.4rem;
        line-height: 8.4rem
    }

    .btn-back {
        font-size: 5rem;
        height: 80%;
        padding: 13px;
        z-index: 9999;
        width: 50px;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .privacy__policy-content {
        margin: 40px auto
    }

    .inner__top.initiative-inner .container h1 {
        font-size: 5rem
    }

    .resource__details nav .breadcrumb .breadcrumb-item:first-child a i,
    .resource__details nav .breadcrumb .breadcrumb-item:first-child a svg {
        left: 0
    }

    .mixtap .breadcrumb .breadcrumb-item:first-child a i,
    .mixtap .breadcrumb .breadcrumb-item:first-child a svg {
        position: unset;
        margin-left: 0;
        margin-right: 10px;
        margin-top: 2px
    }

    .initiative .card__box.card__box-contact img {
        height: 300px
    }

    .initiative .card__box.card__box-contact a {
        margin-bottom: 0 !important
    }

    .page-template-Initiatives-page-template .inner__top.initiative-inner .container {
        padding-left: 15px
    }

    .page-template-our-impact-page-template .about__what .tab-content .traning_box img {
        width: 100%
    }

    .page-template-our-impact-page-template .box-image a:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .page-template-our-impact-page-template .box-image a:last-child h4 {
        width: 100%;
        text-align: left
    }

    .about__impact h1 {
        margin-top: 4rem
    }

    .category__search.resources h6 {
        margin-top: 5rem
    }

    .resources__search .resource-dropdown h2 a {
        display: block;
        text-align: left;
        margin-left: 0
    }

    .resources__search .resource-dropdown h4 {
        margin-top: 5rem
    }

    .col-sm-12.col-md-6.about__img {
        padding: 0;
        margin-top: 20px
    }

    .inner__top.initiative-inner .container {
        padding-left: 70px
    }

    .student-event #carouselStudent .carousel-indicators li {
        display: block
    }

    .card .team_board {
        margin: 15px
    }

    .student-event .card-header button {
        padding: 0 20px
    }

    .student-event .card-header button h5 {
        text-align: left
    }

    .student-event .card-header button h5 span {
        display: block
    }

    .student-event #carouselStudent h4 {
        padding: 0 40px
    }

    .bg-video {
        height: 100%
    }

    .bg-video video {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100vh
    }

    .event {
        padding: 5rem 0 15rem
    }

    .left,
    .right {
        position: absolute !important;
        top: unset !important;
        height: 50px !important;
        width: 49% !important;
        bottom: -6px;
        font-size: 4rem !important
    }

    .event .event-slider .slick-dots li button::before,
    .event .event-slider .slick-dots li.slick-active button::before {
        color: #a43794
    }

    .event .slick-dots {
        position: absolute;
        bottom: -32px
    }

    .event.event-ma {
        padding-bottom: 10rem
    }

    .og-details {
        width: 100%
    }

    .initiative {
        padding: 7rem 0;
        background-color: #f3f6f9
    }

    .initiative .card__box-shadow h3 {
        font-size: 20px;
        line-height: 22px
    }

    .initiative .card__box-shadow img {
        height: 150px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .initiative p {
        margin: 2rem 0 3rem
    }

    .initiative h2 {
        margin: 2rem 0;
        font-size: 4rem;
        line-height: normal
    }

    .initiative h2 a {
        display: block;
        margin: 2rem 0 0;
        text-align: left
    }

    .initiative .card__box img {
        width: 100%;
        height: 140px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear
    }

    .initiative .card__box .card__box-content a {
        margin-bottom: -57px
    }

    .initiative .card__box:hover img {
        height: 300px
    }

    .initiative .card__box:hover a {
        margin-bottom: 0
    }

    .initiative .martrial_card img {
        width: 90%;
        margin: auto
    }

    .initiative h6 {
        margin: 5rem 0 3rem
    }

    .mainSlider div.container {
        padding: 0
    }

    section.no-search-list.resources.mt-0 {
        margin-bottom: 0
    }

    .og-grid li>a,
    .og-grid li>a img {
        height: auto !important
    }

    .navbar__search a.nav-link.btn-search {
        width: 15%;
        text-align: center
    }

    .category__search.resources p {
        font-size: 20px;
        margin-bottom: 20px
    }

    .detail__box-img img {
        margin: 16px 0;
        width: 100%
    }

    .about_count h4 {
        text-align: center
    }

    .about_count h3 {
        margin: 20px 0
    }

    input.wpcf7-form-control.wpcf7-submit.btn-all {
        width: 100%
    }

    .about__vision p {
        max-width: 320px;
        margin: auto
    }

    .aleph-detail-inner .privacy-btn {
        top: 100px !important;
        left: 0 !important
    }

    .list-unstyled.aleph_lang {
        margin-left: auto;
        padding: 0 20px;
        background-color: #fff
    }

    .research ul {
        margin-bottom: 10rem
    }

    .research ul li {
        border-bottom: 1px solid #88d1d1;
        margin: 0 -15px;
        padding: 15px
    }

    .research ul li h5 a {
        font-weight: 700;
        line-height: 3.6rem
    }

    .initiative__box ul li {
        margin-bottom: 2.5rem
    }

    .resources h3 {
        font-size: 5rem
    }

    #og-grid li,
    .og-grid li {
        margin-bottom: 10px
    }

    .team h1 {
        margin: 20px 0
    }

    .team {
        padding: 0
    }

    .team-directors .team__box {
        margin-bottom: 10px;
        margin-top: 20px
    }

    .team-directors .team__box h3::after {
        bottom: -12px !important
    }

    .team-directors .mobile-view .team__box {
        margin-bottom: 0;
        margin-top: 0
    }

    #about-detail {
        padding: 7rem 0
    }

    #about-detail .container {
        padding: 0 15px
    }

    .about__what .container {
        padding: 0
    }

    .about__what .container .about_how {
        padding-left: 15px;
        padding-right: 15px
    }

    .about__what .nav-tabs li .nav-link {
        font-size: 18px;
        line-height: 24px;
        padding: 15px 10px
    }

    .about__what h3 {
        font-size: 22px;
        margin: 10px 0px 20px
    }

    .about__what .tab-content .traning_box {
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        margin-bottom: 30px
    }

    .about__what .tab-content .traning_box img {
        margin-bottom: 2rem;
        width: 100%
    }

    .about__what .tab-content .traning_box .traning_box-content {
        grid-row: 2/-1
    }

    .abt-border {
        padding: 30px 0
    }

    .abt-border::after {
        content: "";
        display: block;
        padding: 15px;
        margin: 0 15px;
        border-bottom: 1px solid #a43794
    }

    .privacy__policy {
        margin: 3rem 20px
    }

    .privacy__policy-content h3 {
        font-size: 20px
    }

    .banner img {
        height: 110px
    }

    .navbar #navbarSupportedContent .navbar__search {
        padding: 0
    }

    .aleph__bet::before {
        display: none
    }

    .accordionjs {
        height: 100vh
    }

    footer form#sf_form_salesforce_w2l_lead_2 {
        display: block !important
    }

    .education__slider {
        padding: 0
    }

    .education__slider li h3 {
        margin-top: 3rem;
        font-size: 3rem;
        line-height: normal
    }

    .education__slider li h2 {
        font-size: 3rem;
        line-height: normal
    }

    .education__slider .slick-dots li button:before {
        font-size: 16px;
        color: #0099a8
    }

    .education__slider .slick-dots {
        position: relative
    }

    .aleph__bet .btn-all {
        margin: auto;
        display: table
    }

    .resources {
        margin: 5rem 0
    }

    .resources .btn.btn-view {
        margin: 2rem auto 0
    }

    .initiative__box {
        margin-top: 2rem
    }

    .resources__box {
        margin: 1rem 0
    }

    .resources__box img {
        width: 100%;
        height: 25vh;
        -o-object-fit: cover;
        object-fit: cover
    }

    .resources__box a {
        background-size: cover
    }

    .resources__box h5 {
        font-size: 3rem;
        font-weight: 600;
        line-height: 20px
    }

    html {
        font-size: 43.5%
    }

    .navbar .navbar-brand img {
        height: 50px
    }

    .banner {
        -ms-grid-rows: (0fr)[3];
        grid-template-rows: repeat(3, 0fr);
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr)
    }

    .banner img {
        -o-object-fit: cover;
        object-fit: cover
    }

    .banner__bg--navy {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4 / 5;
        grid-column: 1 / -1;
        padding: 15px
    }

    .banner__bg--navy h1 {
        font-size: 3.4rem;
        font-weight: 600;
        line-height: 4.6rem
    }

    .navbar.navbar-expand-lg {
        padding: 15px 15px
    }

    .page-template-privacy-policy-page-template .navbar #navbarSupportedContent .navbar .navbar__search {
        display: block !important;
        padding: 0;
        background: transparent
    }

    .page-template-privacy-policy-page-template .navbar #navbarSupportedContent .navbar .navbar__search .nav-link.btn-search {
        display: none
    }

    .page-template-privacy-policy-page-template .navbar-privacy+.navbar {
        display: none
    }

    .inner__top .privacy-btn {
        top: 10px;
        left: 10px
    }

    .top__breadcrumb h4 {
        margin: 0;
        cursor: pointer;
        margin: 0 -15px !important;
        padding: 0 15px;
        border-bottom: 3px solid #fff
    }

    .top__breadcrumb h4 i,
    .top__breadcrumb h4 svg {
        float: right;
        position: relative;
        top: 22px;
        font-size: 14px;
        margin-right: 14px
    }

    .top__breadcrumb h4 i.rIcon,
    .top__breadcrumb h4 svg.rIcon {
        -webkit-transform: rotateZ(-180deg);
        transform: rotateZ(-180deg)
    }

    .top__breadcrumb h4 a {
        color: #0099a8;
        font-weight: 600
    }

    .top__breadcrumb h4+ol {
        display: none
    }

    .top__breadcrumb .breadcrumb li {
        padding-left: 0 !important
    }

    .og-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }

    #og-board {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }

    .aleph_bread {
        position: relative;
        margin-bottom: 50px;
        padding: 25px 0 30px
    }

    .aleph_bread .list-unstyled.aleph_lang {
        margin: -10px -15px !important;
        padding: 20px 20px;
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: absolute;
        background-color: #f9f9f9;
        top: 100%
    }

    #wpcf7-f321-p276-o1 {
        padding: 0 15px
    }

    footer .container {
        padding: 0 35px
    }

    footer .social {
        margin: 3rem 0 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    footer .social li a {
        margin-left: 2rem
    }

    footer .social li a i,
    footer .social li a svg {
        font-size: 4rem !important
    }

    footer .signUp input {
        height: 6rem
    }

    .navbar .navbar__search form.w-100 .d-flex svg.fa-search,
    .navbar .navbar__search form.w-100 .d-flex i.fa-search {
        left: 12px
    }

    section.about__impact h1.mt-md-5 {
        margin-top: 20px
    }

    .about__what div>p,
    .about__what h2 {
        padding: 0 15px
    }

    .about__what .traning_box-content p {
        padding: 0 !important
    }

    .navbar #navbarSupportedContent .navbar__search {
        position: unset !important
    }

    nav.navbar.navbar-expand-lg.navbar-search {
        padding: 2rem 1.5rem
    }

    .navbar-nav {
        margin: 3rem 0
    }

    .navbar-nav li a {
        margin: 1rem 0;
        display: block
    }

    .navbar-collapse {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        height: 100%;
        padding: 3rem
    }

    .navbar-collapse .nav-link {
        color: #268aa6 !important;
        font-size: 24px;
        line-height: 32px;
        font-weight: 700
    }

    .navbar .navbar__search {
        display: block !important;
        position: unset
    }

    .navbar .navbar__search-search {
        border-color: #ccc;
        height: 9rem
    }

    .navbar .navbar__search>div {
        padding: 0
    }

    .navbar .navbar__search-icon {
        left: 10px;
        width: 17px
    }

    .navbar .navbar__search-submit,
    .navbar #btn-search {
        display: none
    }

    .mobile-menu .navbar-brand img {
        -webkit-filter: unset;
        filter: unset
    }

    .mobile-menu .navbar-toggler {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 999999 !important
    }

    .mobile-menu .navbar-toggler i,
    .mobile-menu .navbar-toggler svg {
        font-size: 4rem;
        color: #0099a8
    }

    a.navbar-brand.menu-logo {
        display: inline-block !important
    }

    a.navbar-brand.menu-logo img {
        width: auto !important;
        -webkit-filter: brightness(1) invert(0) !important;
        filter: brightness(1) invert(0) !important
    }

    .top-register {
        padding: 0 15px
    }

    .top-register>div p {
        margin-bottom: 2rem;
        text-align: left !important
    }

    .top-register .top-register-close {
        top: 10px;
        -webkit-transform: unset;
        transform: unset
    }

    .top-register .top-register-close img {
        height: 2.6rem
    }

    section.navbar.navbar-search.bg-transparent.p-0 {
        z-index: 9
    }

    .navbar-search .navbar__search .navbar__search-submit {
        height: 60px
    }
}

@media only screen and (min-width: 768px) {
    .mainSliderDeskHide {
        display: none !important
    }

    .initiative .col-md-3 .martrial_card:last-child {
        margin-top: 6.5rem
    }

    .resource__mixtap blockquote {
        margin-left: 100px;
        margin-right: 4rem
    }

    .about_count .box+h3 {
        margin-top: 10px
    }

    .og-expander {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .og-expander-inner {
        max-width: 1290px;
        margin: auto
    }

    .abt_heading {
        margin-top: 6rem
    }

    .aleph__bet p {
        max-width: 429px
    }

    .navbar-expand-lg .navbar-nav li:last-child a {
        padding-right: 0;
        font-size: 2rem
    }

    .top-register>div h3 {
        text-align: right
    }

    .navbar {
        padding: 10px 2rem
    }

    .navbar .navbar-nav .nav-link {
        padding: 0.1rem 2.5rem;
        border: 3px solid transparent;
        position: relative
    }

    .navbar .navbar-nav .nav-link::after {
        content: "";
        bottom: -8px;
        width: 0%;
        height: 2px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #fff;
        position: absolute;
        -webkit-transition: 0.8s cubic-bezier(0.69, -0.36, 0, 1.51);
        transition: 0.8s cubic-bezier(0.69, -0.36, 0, 1.51)
    }

    .navbar .navbar-nav .nav-link:hover {
        border-color: transparent
    }

    .navbar .navbar-nav .nav-link:hover::after {
        width: 35px
    }

    .top-register>div {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 3fr 1fr;
        grid-template-columns: 1fr 3fr 1fr;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 2rem 0
    }

    .top__breadcrumb {
        padding: 1.2rem 0
    }

    .slider-video object {
        height: 100vh
    }

    .initiative-right .initiative__img {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .initiative-left {
        padding: 5rem 0
    }

    .initiative-left .initiative__container {
        max-width: 1200px;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .initiative-left .initiative__container .initiative__img {
        height: auto;
        width: 100% !important
    }

    .initiative-left .initiative__container .initiative__img img {
        height: 440px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left;
        object-position: left
    }

    .initiative-left .initiative__container .our-impact__header {
        text-align: left;
        margin: auto !important;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .initiative-left .initiative__container .our-impact__header p {
        margin: 10px 0;
        max-width: 100%
    }

    .research {
        padding: 0 0 5rem
    }

    .research ul {
        margin-top: 3rem
    }

    .research ul li {
        padding: 15px 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .research ul li h5 a {
        font-weight: 700
    }

    .detail__box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .detail__box-author p {
        font-style: 20px !important;
        font-weight: 600
    }

    .detail__box-content {
        margin-top: 20px;
        min-height: 50vh;
        max-width: 750px
    }

    .detail__box-img img {
        position: absolute;
        right: 0;
        top: 0;
        width: 396px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .slider-video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%
    }

    .slider-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .mainSlider {
        position: relative
    }

    .mainSlider div.container {
        position: absolute;
        width: 100%;
        right: 0;
        top: 0;
        left: 0;
        height: 100%
    }

    .mainSlider img {
        width: 100%
    }

    .mainSlider.slider-video .banner__bg--navy {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 24%
    }

    .mainSlider.slider-video .banner__bg--navy .bg_side {
        content: "";
        background: #003d7b;
        width: 100%;
        left: -100%;
        top: 0;
        height: 100%;
        position: absolute
    }

    .team__box img {
        height: 228px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-pixelated;
        image-rendering: pixelated
    }

    .team.team-directors img {
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .about_how {
        padding: 10rem 0
    }

    .about__what {
        padding: 9rem 0
    }

    .about__what h3 {
        margin-bottom: 3rem
    }

    .about__what .nav-tabs {
        background-color: #88d1d1
    }

    .about__what .nav-tabs li .nav-link {
        padding: 3rem 0;
        border-radius: 0
    }

    .about__what .tab-content {
        padding: 3rem
    }

    .about__vision {
        background-color: #faf5fa;
        padding: 10rem 0
    }

    .about__vision h3 {
        margin-bottom: 3rem
    }

    .about__vision p {
        max-width: 550px;
        margin: auto
    }

    .about__vision .abt-border {
        position: relative
    }

    .about__vision .abt-border::after {
        content: "";
        position: absolute;
        right: 10px;
        top: 0;
        height: 100%;
        background-color: #a43794;
        width: 1px
    }

    .about__impact {
        overflow: hidden;
        padding-bottom: 5rem
    }

    .about__impact .about__img {
        position: unset
    }

    .about__impact .about__img img {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .our-impact .initiative__img {
        height: 100vh;
        overflow: hidden
    }

    .our-impact .our-impact__header {
        margin: -18rem auto 5rem
    }

    .initiative header {
        margin: 0 auto -8rem
    }

    .initiative__box {
        position: relative;
        margin-top: 110px;
        left: 0;
        width: 431px
    }

    .banner__bg--navy {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1 / 4
    }

    .banner__bg--navy::before {
        display: none !important
    }

    .banner>div {
        overflow: hidden
    }

    .banner>div img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        -webkit-transition: 0.5s linear;
        transition: 0.5s linear
    }

    .banner>div:nth-child(even) {
        position: relative
    }

    .banner>div:nth-child(even) img {
        -webkit-animation: zoomIn 10s linear infinite;
        animation: zoomIn 10s linear infinite
    }

    .banner>div:nth-child(even)::before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        display: block;
        content: "";
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0
    }

    .banner>div:nth-child(even):hover::before {
        -webkit-animation: circle 0.75s;
        animation: circle 0.75s
    }

    .banner>div:nth-child(odd) {
        position: relative
    }

    .banner>div:nth-child(odd)::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: "";
        width: 50%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg)
    }

    .banner>div:nth-child(odd):hover::before {
        -webkit-animation: shine 0.75s;
        animation: shine 0.75s
    }

    .video_bg .bg-video {
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%
    }

    .video_bg .bg-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    section.about_how.about__partners.py-md-0 {
        margin-top: 50px
    }

    .about__what .tab-content .box-image a:last-child {
        display: none
    }
}

@media only screen and (min-width: 1600px) {
    .about__impact .about__img img {
        position: absolute;
        right: 0;
        top: 20px
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .initiative__box {
        width: auto
    }

    .icenter_initiatives-template-default .container {
        max-width: 870px
    }

    .team__box-content h3 {
        font-size: 20px;
        line-height: 24px
    }

    .top__breadcrumb .breadcrumb li {
        margin-right: 40px
    }

    .card__box.card__box-contact {
        margin-top: 30px
    }

    .detail__box-author h3 {
        margin-top: 15rem
    }

    button.close-button.close-button--show {
        margin-top: 60px;
        font-size: 5rem
    }

    .about__what .tab-content .traning_box a:last-child {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .navbar .navbar__search-submit,
    .navbar #btn-search {
        display: block
    }

    .navbar .navbar__search {
        position: absolute;
        top: 100%;
        background: #fff;
        left: 0;
        width: 100%;
        padding: 1.5rem;
        z-index: 99
    }

    .navbar.navbar-privacy .navbar__search.position-relative {
        position: absolute !important
    }

    .mobile-menu .navbar-brand.menu-logo {
        display: none !important
    }

    .navbar #navbarSupportedContent .navbar__search {
        position: absolute !important;
        visibility: hidden;
        opacity: 0
    }

    .navbar.navbarBg #navbarSupportedContent .navbar__search {
        visibility: visible;
        opacity: 1
    }

    .navbar .navbar__search.position-relative {
        visibility: hidden
    }

    .navbar.navbarBg .navbar__search.position-relative {
        visibility: visible
    }
}

@supports (-ms-ime-align: auto) {

    #og-grid li>a::before,
    .resources__box::after,
    .team__box::after {
        content: "";
        background: rgba(0, 153, 168, 0.2) !important
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    #og-grid li>a::before,
    .resources__box::after,
    .team__box::after {
        content: "";
        background: rgba(0, 153, 168, 0.2) !important
    }

    .top-register>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .initiative-left .initiative__container .initiative__img img {
        height: auto
    }

    .accordionjs-content .col-md-5,
    .accordionjs-content .col-md-7 {
        width: 50% !important
    }
}

@media print {
    img.d-none.print-logo {
        display: block !important;
        margin-top: 30px
    }

    blockquote {
        border: 0
    }

    * {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        float: none !important;
        clear: none !important
    }

    html,
    body,
    article,
    header,
    section,
    footer,
    aside,
    div {
        width: 100% !important
    }

    a,
    a:link,
    a:visited,
    a:hover,
    a:active,
    abbr,
    acronym {
        text-decoration: none;
        border-bottom: 0 none
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li {
        page-break-inside: avoid;
        orphans: 3;
        widows: 3
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    nav a {
        text-decoration: none !important
    }

    nav a:hover {
        text-decoration: none !important
    }

    a[href]:after {
        content: none !important
    }

    .resources__box a {
        position: relative
    }

    .resources__box--tick {
        position: static;
        -webkit-transform: unset;
        transform: unset;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        text-transform: uppercase;
        padding: 0 20px
    }
}

@media only screen and (min-width: 900px) and (max-width: 1350px) {
    .single-icenter_initiatives .initiative-inner {
        padding-left: 5%
    }
}

@media only screen and (max-width: 1200px) {
    .scroll-wrap .detail__box-author a {
        display: none
    }

    .close-button {
        top: 20rem
    }

    .teamPositon {
        display: none
    }

    p.teamPositionMob {
        font-size: 22px;
        font-weight: 600
    }

    .scroll-wrap .detail__box-img a {
        font-size: 22px;
        color: inherit;
        font-weight: 400;
        line-height: 18px !important;
        margin-bottom: 15px
    }
}

@media only screen and (min-width: 1201px) {
    p.teamPositionMob {
        display: none
    }

    .scroll-wrap .detail__box-img a {
        display: none
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
    button.close-button.close-button--show {
        top: 7rem
    }
}

@media only screen and (max-width: 1000px) {
    .top__breadcrumb .breadcrumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top__breadcrumb .breadcrumb li {
        margin: 0px 20px 0 0
    }
}

@media only screen and (max-width: 600px) {
    .top__breadcrumb .breadcrumb {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }

    .top__breadcrumb .breadcrumb li {
        margin: 0px 20px 0 0
    }

    section.top__breadcrumb nav h4+ol.breadcrumb {
        display: block
    }

    section.top__breadcrumb nav h4+ol.breadcrumb li {
        margin: unset
    }
}

@media only screen and (max-width: 570px) and (min-width: 670px) {
    .team__box.card__box-shadow {
        display: block;
        height: 100%
    }

    .team__box.card__box-shadow a {
        display: block
    }

    .team__box.card__box-shadow a img {
        width: 100% !important;
        height: auto !important;
        max-width: initial
    }
}

@media only screen and (max-width: 1200px) {
    #grow-field .traning_box img {
        height: auto
    }

    a.teamLinkMob {
        display: block !important;
        margin: 20px 0 0 !important
    }

    .detail__box-content {
        margin-top: 20px
    }
}

.team__box:hover .team__box-content:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mainSliderDeskHide::before {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1
}

section.initiative .ini__para a {
    color: #003d7b;
    text-align: center
}

.our-impact header.our-impact__header .btn-all,
section.aleph__bet a.btn-all {
    text-align: center
}

.aleph__btns+.btn-all {
    text-align: center
}

.mt-md-5.btn.btn-view {
    text-align: center
}

.aleph__bet .col-md-5.bg-coral .btn-all {
    padding: 12px 30px
}

@media only screen and (max-width: 767px) {
    .resources a.btn-view {
        text-align: center
    }

    .w2lsubmit {
        position: relative;
        top: 12px
    }

    .wpshopify.wps_products-template-default .wps-container .wps-product-single {
        padding: 0 15px
    }

    .single-wps_products .wps-product-single-content {
        width: 100% !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .event.bg-white.student-event {
        padding-bottom: 0
    }

    .privacy__policy {
        margin: 3rem 0
    }

    div#response>p {
        right: 15px
    }

    .elementor-2978 .elementor-element.elementor-element-c9f3e18 .elementor-flip-box__front,
    .elementor-2978 .elementor-element.elementor-element-890bb38 .elementor-flip-box__front,
    .elementor-2978 .elementor-element.elementor-element-7829416 .elementor-flip-box__front,
    .elementor-2978 .elementor-element.elementor-element-9884373 .elementor-flip-box__front,
    .elementor-2978 .elementor-element.elementor-element-c911f93 .elementor-flip-box__front,
    .elementor-2978 .elementor-element.elementor-element-55f2e2e .elementor-flip-box__front,
    .elementor-2978 .elementor-element.elementor-element-1d685ca .elementor-flip-box__front,
    .elementor-2978 .elementor-element.elementor-element-2111d17 .elementor-flip-box__front,
    .elementor-2978 .elementor-element.elementor-element-ddc81a1 .elementor-flip-box__front {
        background-size: contain;
        background-repeat: no-repeat
    }

    .elementor-2978 .elementor-element.elementor-element-2111d17 .elementor-flip-box__front {
        background-color: #009ca5
    }

    section.inner__top.position-relative.initiative-inner.aleph__bet_inner.video_bg .container {
        padding-left: 15px
    }

    .card h3 {
        margin-top: 20px
    }

    .interestInitiative .container {
        margin-bottom: 0
    }

    .aleph-details p {
        word-break: break-all
    }

    .elementor-flip-box__layer__description {
        display: none
    }
}

.elementor-element-populated .elementor-image {
    overflow-x: hidden !important
}

@media only screen and (max-width: 767px) {
    .initiative-foundation img {
        margin: 20px 0 !important
    }
}

.elementor-element.elementor-element-4c16f67.elementor-widget.elementor-widget-button a.elementor-button-link.elementor-button.elementor-size-sm {
    text-align: center
}

@media (min-width: 1200px) {
    .container {
        max-width: 1250px
    }
}

@media only screen and (max-width: 700px) and (min-width: 500px) {
    .team__box.card__box-shadow img {
        height: 100% !important
    }
}

/*# sourceMappingURL=main.min.css.map */