.img-wrapper {
    position: relative;
    padding-top: 56.25%;
}

.img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.btn-sky {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #2E3A59;
    padding: 9px 30px;
    background-color: #CDECF4;
    border-radius: 100px;
    border: 2px solid #CDECF4;
    transition: all 0.5s;
}

.btn-pink {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #2E3A59;
    padding: 9px 30px;
    background-color: #FFC3BC;
    border-radius: 100px;
    border: 2px solid #FFC3BC;
    transition: all 0.5s;
}

.section-margin {
    margin-top: 120px;
    margin-bottom: 120px;
}

.animated-arrow span {
    border: 1px solid #E6E6E6;
    border-radius: 15px;
    background: #E4F7DB;
    width: 75.75px;
    height: 75.75px;
    display: inline-block;
}

.animated-arrow span video {
    width: 100%;
    mix-blend-mode: multiply;
}

.cheked-gif img {
    position: relative;
    margin: -10px 0 0 12px;
}

/* single blog page css */

.post {
    position: relative;
}

.single-post,
.page-template-event-post {
    background-image: url(../img/footer.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100%;
}

.blog-banner .category-tag .tag {
    font-size: 14px;
    border: 2px solid;
    padding: 15px 22px;
    display: none;
}

.banner-video {
    position: absolute;
    right: -360px;
    top: -50px;
    width: 840px;
    height: 840px;
    mix-blend-mode: multiply;
}

.banner-video video,
.event-banner-video video {
    height: 100%;
    width: 100%;
}

.blog-banner {
    padding: 80px 0;
    z-index: 1;
    overflow: hidden;
}

.blog-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% + 190px);
    width: 100%;
    background: linear-gradient(180deg, #E9ECF6 0%, rgba(233, 236, 246, 0) 100%);
    z-index: -1;
}

.singleBlog-content .container {
    max-width: 1200px;
    padding: 0 115px;
}

.singleBlog-content .blog-img {
    width: calc(100% + 220px);
}

.singleBlog-content .blog-img img {
    border-radius: 75px 75px 75px 0px;
}

.blog-banner .author .icon img {
    height: 70px;
    width: 70px;
    min-width: 70px;
    border-radius: 100%;
    object-fit: cover;
}

.blog-banner .author .icon {
    margin-right: 15px;
}

.singleBlog-content h4 {
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
}

.singleBlog-content .content p a {
    color: #2394D2;
    text-decoration: underline;
    font-weight: 400;
}

.singleBlog-content {
    /*z-index: 1; */
    overflow: hidden;
}

.singleBlog-content .quote blockquote h5 {
    background: linear-gradient(90deg, #61B234 0%, #539A33 53.65%, #006E4C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    letter-spacing: -0.02em;
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
}

.singleBlog-content .quote blockquote h6 {
    font-weight: 700;
    font-size: 18px;
}

.singleBlog-content .quote:before {
    content: url(../img/quote.png);
}

.singleBlog-content .quote:after {
    content: url(../img/quote-right.png);
    float: right;
}

.singleBlog-content .quote blockquote {
    margin: 20px 0 24px;
}

.singleBlog-content .quote {
    overflow: hidden;
}

.singleBlog-content .video-wraper .img-wrapper,
.singleBlog-content .img-block img {
    border-radius: 15px;
    overflow: hidden;
    width: calc(100% + 200px);
    margin-left: -100px;
}

.singleBlog-content .video-wraper .img-wrapper {
    padding-top: 74%;
}

.singleBlog-content .img-block img {
    max-width: calc(100% + 200px);
}

.singleBlog-content .video-wraper .img-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.singleBlog-content .video-block,
.singleBlog-content .quote,
.singleBlog-content .content,
.singleBlog-content .blog-img,
.singleBlog-content .img-block,
.singleBlog-content .download-link,
.singleBlog-content .further-reading,
.singleBlog-content .gallary,
.singleBlog-content .agenda-block {
    margin-bottom: 65px;
    margin-top: 40px;
}
.gallary .custom-pagination {
    margin-bottom: 50px;
}

.singleBlog-content .content ul {
    list-style: disc;
    margin-left: 50px;
    margin-bottom: 30px;
}

.singleBlog-content .content ul li {
    color: #666A72;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
}

.singleBlog-content .content ul li:not(:last-child),
.singleBlog-content .further-reading a:not(:last-child) {
    margin-bottom: 24px;
}

.singleBlog-content .download-link .btn_main {
    min-width: 320px;
}

.singleBlog-content .download-link .btn_main:hover img {
    filter: brightness(0) invert(1);
}

.singleBlog-content .further-reading a {
    background: #EFF7EB;
    padding: 24px 32px;
    border-radius: 100px;
    display: flex;
    text-decoration-line: underline;
    color: #1A4A6A;
    font-weight: 400;
    font-size: 18px;
}

.singleBlog-content .further-reading a img {
    vertical-align: baseline;
}

.recent-blog .mobile-category-slider {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.recent-blog .mobile-categori-list {
    padding: 0 15px;
}

.recent-blog {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.recent-blog .mobile-category-slider .slick-track {
    margin-left: 0;
}

.blog-event-calendar .event-calender-slider .slick-list {
    margin-right: 0;
    padding: 0 !important;
}

.blog-event-calendar .event-calender-slider .slick-track {
    margin-left: 0;
}

.singleBlog-content .container> :last-child {
    margin-bottom: 0;
}

.singleBlog-content:before {
    content: "";
    position: absolute;
    top: 160px;
    background: #EFF7EB;
    opacity: 0.6;
    filter: blur(125px);
    transform: rotate(56.73deg);
    width: 726.39px;
    height: 600.31px;
    left: 0;
    z-index: -1;
}

.singleBlog-content:after {
    content: "";
    position: absolute;
    top: 160px;
    background: #FDEBE9;
    opacity: 0.6;
    filter: blur(125px);
    transform: rotate(-75deg);
    width: 726.39px;
    height: 600.31px;
    right: 0;
    z-index: -1;
}

.blog-banner .category-tag .environment {
    background: #C6F1B1;
    color: #006E4C;
}

.event-banner-video {
    position: absolute;
    top: -30px;
    right: -400px;
    width: 772px;
    height: 772px;
    mix-blend-mode: multiply;
    transform: rotate(-105deg);
}

.event-banner.blog-banner::before {
    background: linear-gradient(180deg, #E9F6EA 0%, rgba(233, 246, 238, 0) 100%)
}

.event-banner .time li:not(:last-child) {
    margin-right: 25px;
}

.event-banner .time li {
    font-weight: 500;
    font-size: 20px;
    padding-left: 30px;
    position: relative;
    line-height: 1.2;
}

.event-banner .time li img {
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
}

.event-banner .author {
    max-width: 20%;
    flex: 0 0 20%;
}

.event-content.singleBlog-content:after {
    background: rgba(228, 237, 252, 0.75);
    width: 765px;
    height: 441px;
    right: 0;
    top: 0;
}

.gallary .img-wrapper {
    padding-top: 100%;
}

.gallary .img-wrapper img {
    border-radius: 10px;
}

.gallary .gallary-col {
    margin-bottom: 30px;
}

.gallary {
    margin-left: -100px;
    width: calc(100% + 200px);
}

.gallary .custom-pagination a {
    font-weight: 500;
    font-size: 14px;
    color: #2E3A59;
    margin: 2px 4px;
}

/* .custom-pagination .page-numbers.current {
    background: red;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
} */

.gallary .custom-pagination a:not(.next, .prev),
.gallary .custom-pagination a:not(.prev, .next) {
    border-radius: 5px;
    min-width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.gallary .custom-pagination .page-numbers.current {
    background-color: #CDECF4;
    height: 30px;
    min-width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
}

.gallary .custom-pagination a:not(.next, .prev):hover,
.gallary .custom-pagination a:not(.prev, .next):hover {
    background-color: #E9F7FB;
}

.gallary .custom-pagination .next:hover,
.gallary .custom-pagination .prev:hover {
    color: #2394D2;
}

.gallary .custom-pagination .next.disabled,
.gallary .custom-pagination .prev.disabled {
    color: #CCCCCC;
}

.gallary .custom-pagination .prev svg {
    margin-right: 12px;
    vertical-align: middle;
}

.gallary .custom-pagination .next svg {
    margin-left: 12px;
    vertical-align: middle;
}

.gallary .custom-pagination .next {
    margin-left: 20px;
}

.gallary .custom-pagination .prev {
    margin-right: 20px;
}

.gallary .custom-pagination .next:hover path,
.gallary .custom-pagination .prev:hover path {
    stroke: #2394D2;
}

.gallary .custom-pagination .disabled path,
.gallary .custom-pagination .disabled:hover path {
    stroke: #CCCCCC;
}

.agenda-block .agenda-time {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    border-right: 1px solid #CCCCCC;
    margin-right: 15px;
}

.agenda-block.agenda-simplified .agenda-desc {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}

.agenda-block .agenda-row {
    margin-top: 40px;
}

.agenda-block p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.agenda-block .agenda-author .author:not(:last-child) {
    margin-bottom: 15px;
}

.agenda-block .agenda-fullDesc {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}

.agenda-block .author .icon {
    height: 40px;
    width: 40px;
}

.agenda-block .author .icon.mr-3 {
    margin-right: 16px;
}

.agenda-block .agenda-desc {
    max-width: 46%;
}

.singleBlog-content .caption {
    font-weight: 400;
    color: #333333;
    font-size: 18px;
}

.singleBlog-content .img-block .img-wrapper {
    padding-top: 73%;
}

/* Global Citizenship Education page css  */

.globalEdu-banner .video-wraper {
    max-width: 500px;
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0px 6.48148px 9.07407px rgba(26, 113, 162, 0.12);
    z-index: 1;
}

.globalEdu-banner .video-wraper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: rgba(14, 22, 41, 0.5);
}

.globalEdu-banner::before {
    content: "";
    width: 1017.38px;
    height: 600.31px;
    left: -207.04px;
    top: -18.17px;
    background: rgba(228, 237, 252, 0.75);
    opacity: 0.6;
    filter: blur(125px);
    transform: rotate(-20.14deg);
    position: absolute;
}

.globalEdu-banner {
    overflow: hidden;
}

.globalEdu-banner-video {
    position: absolute;
    width: 840px;
    height: 840px;
    left: -365px;
    top: -211px;
    mix-blend-mode: multiply;
}

.globalEdu-banner-video.right {
    left: auto;
    top: 60px;
    right: -390px;
}

.globalEdu-banner h4 {
    font-size: 32px;
}

.globalEdu-banner .globalEdu-lt {
    left: 0;
    top: 90px;
    transition: all 1s;
}

.globalEdu-banner .globalEdu-rt {
    right: 0;
    top: 30px;
    transition: all 1s;
}

.globalEdu-banner .globalEdu-lb {
    left: 0;
    bottom: 0;
    transition: all 1s;
}

.globalEdu-banner .globalEdu-rb {
    right: 0;
    bottom: 0;
    transition: all 1s;
}

.img-with-text .video-wrapper {
    padding-top: 56.25%;
    position: relative;
    mix-blend-mode: multiply;
}

.img-with-text .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.img-with-text.right .row {
    flex-direction: row-reverse;
}

.img-with-text {
    position: relative;
}

.img-with-text.right::before {
    content: "";
    position: absolute;
    background: #EFF7EB;
    opacity: 0.6;
    filter: blur(125px);
    transform: rotate(60deg);
    width: 726.39px;
    height: 600.31px;
    left: 0;
    top: 70px;
    z-index: -1;
}

.img-with-text.right::after {
    content: "";
    position: absolute;
    background: rgba(228, 237, 252, 0.75);
    opacity: 0.6;
    filter: blur(125px);
    transform: rotate(-75deg);
    right: 0;
    width: 765px;
    height: 441px;
    top: 0;
}

.img-with-text img {
    mix-blend-mode: multiply;
}

.img-with-text::after {
    content: "";
    position: absolute;
    background: rgba(228, 237, 252, 0.75);
    opacity: 0.6;
    filter: blur(125px);
    top: 90px;
    right: 0;
    width: 765px;
    height: 441px;
    z-index: -1;
}

.keyElement {
    background-image: url(../img/key-element-bg.png);
    background-position: left 100px;
    background-repeat: no-repeat;
    overflow: visible;
}

.keyElement-sticky-wrp {
    padding-bottom: 130px;
    position: sticky;
    top: 140px;
}

.keyElement-sticky {
    background: linear-gradient(180deg, #F7F7F7 0%, #fff 100%);
    border: 1px solid #E6E6E6;
    box-shadow: 0px 4px 15px rgb(35 148 210 / 12%);
    border-radius: 25px;
    padding: 40px;
    max-width: 457px;
}

.keyElement-sticky :last-child {
    margin-bottom: 0;
}

.keyElement-box {
    border-radius: 35px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.keyElement-box .keyElement-boxbg {
    padding: 40px;
    margin: 2px;
    border-radius: 35px;
}

.keyElement-box::before {
    content: "";
    position: absolute;
    left: 2px;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    top: 2px;
    background-color: #fff;
    border-radius: 35px;
}

.keyElement-box.sky {
    background: linear-gradient(178.51deg, #28B2D3 1.27%, #2394D2 53.58%, #1A4A6A 98.78%);
}

.keyElement-box.sky .keyElement-boxbg {
    background: linear-gradient(180deg, #EBF1F7 0%, rgba(235, 240, 247, 0.5) 100%);
}

.keyElement-box.green {
    background: linear-gradient(177.8deg, #61B234 1.72%, #539A33 53.39%, #006E4C 98.03%);
}

.keyElement-box.green .keyElement-boxbg {
    background: linear-gradient(180deg, #EFF7EB 0%, rgba(239, 247, 235, 0.5) 100%);
}

.keyElement-box.orange {
    background: linear-gradient(180deg, #E63A28 0%, #E30A3B 52.12%, #9B1E42 96.23%);
}

.keyElement-box.orange .keyElement-boxbg {
    background: linear-gradient(180deg, #F7EBEB 0%, rgba(247, 235, 235, 0.5) 100%);
}

.keyElement-box.yellow {
    background: linear-gradient(180deg, #F9BE18 0%, #F4992C 53.65%, #BD8931 100%);
}

.keyElement-box.yellow .keyElement-boxbg {
    background: linear-gradient(180deg, #FFF7E2 0%, rgba(247, 244, 235, 0.5) 100%);
}

.keyElement-box .keyElement-boxbg h6 {
    color: #666;
}

.keyElement-box .icon {
    box-shadow: 0px 4px 15px rgba(35, 148, 210, 0.12);
    width: 72px;
    height: 72px;
    min-width: 72px;
    text-align: center;
    border-radius: 100%;
    line-height: 72px;
    background-color: #fff;
}

.keyElement-box .icon.mr-4 {
    margin-right: 24px;
}

.keyElement-sticky .bg-arrow {
    background-image: url(../img/curved-arrow.png);
    position: absolute;
    left: 0;
    right: 0;
    width: 154px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -170px;
    z-index: 1;
    margin: 0 auto;
}

.keyElement-box .desc p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 3;
    line-clamp: 2; */
    -webkit-box-orient: vertical;
}

.keyElement-box h3 {
    font-weight: bold;
}

.keyPolice-slide .keyPolice-slide-box:hover .view-more {
    color: #539A33;
}

.keyPolice-slide .keyPolice-slide-box:hover .view-more img {
    filter: invert(51%) sepia(17%) saturate(1351%) hue-rotate(57deg) brightness(98%) contrast(104%);
    margin-left: 15px;
}

.keyPolice-slide-box {
    background: linear-gradient(180deg, #F7F7F7 0%, #F4F7F9 100%);
    border: 1px solid #f6f7f7;
    border-radius: 20px;
    padding: 24px;
    outline: 1px solid #CCCCCC;
    height: 100%;
}

.keyPolice-slide .keyPolice-slide-box:hover {
    border-color: #2E3A59;
    outline: 1px solid #2E3A59;
}

.keyPolice-slide {
    margin-bottom: 30px;
    width: 25%;
    padding: 0 15px;
    height: inherit;
}

.keyPolice-slide-box .icon {
    box-shadow: 0px 4px 15px rgb(35 148 210 / 12%);
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
}

.keyPolice-slide-box .icon img {
    max-width: 20px;
    display: inline-block;
}

.keyPolice-slider {
    margin: 0 -15px -30px;
}

.keyPolice-slider .slick-list .slick-track{
    display: flex;
}

.keyPolice::before {
    content: "";
    top: 220px;
    right: 0px;
    width: 765px;
    height: 441px;
    background: rgba(228, 237, 252, 0.75);
    opacity: 0.6;
    filter: blur(125px);
    position: absolute;
    z-index: -1;
}

.testimonial .scroll-text {
    font-weight: bold;
    font-size: 157px;
    line-height: 120%;
    -webkit-text-stroke: 1px #CFBDB5;
    color: transparent;
    text-align: center;
    margin-bottom: -100px;
}

.testimonial .desc p {
    letter-spacing: -0.02em;
}

.testimonial .desc {
    padding: 30px 80px;
    background: linear-gradient(180deg, #F7F7F7 0%, #fff 100%);
    border: 1px solid #E6E6E6;
    box-shadow: 0px 4px 15px rgba(35, 148, 210, 0.12);
    border-radius: 500px;
}

.testimonial .desc h6 {
    color: #666A72;
}

.testimonial .testimonial-img {
    border-radius: 500px;
    max-width: 380px;
    margin: 0 auto;
    padding: 60px 0 0;
    height: calc(100% + 60px);
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(5px);
    z-index: 1;
    text-align: center;
    border: 2px solid #F4992C;
}

.testimonial .desc {
    padding: 30px 80px;
    background: linear-gradient(180deg, #F7F7F7 0%, #fff 100%);
    border: 1px solid #E6E6E6;
    box-shadow: 0px 4px 15px rgb(35 148 210 / 12%);
    border-radius: 500px;
    position: relative;
    margin-top: -35px;
    z-index: 1;
}

.testimonial {
    position: relative;
    overflow: hidden;
}

.testimonial::before {
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    background-image: url(../img/testimonial-bg.png);
    background-repeat: no-repeat;
    background-position: center 67%;
    position: absolute;
}

.testimonial::after {
    top: 0;
    content: "";
    height: calc(100% - 160px);
    width: 100%;
    left: 0;
    background: url(../img/testimonial-layer-bg.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    z-index: -1;
}

.testimonial h5 {
    letter-spacing: -0.02em;
    font-size: 28px;
    margin-bottom: 8px;
}

.testimonial .col-left p,
.testimonial .col-right p {
    color: #666A72;
    font-weight: 500;
    font-size: 16px;
}

.testimonial .col-left p a,
.testimonial .col-right p a {
    color: #666A72;
    text-decoration: underline;
    display: inline;
}

.testimonial .col-left p a:hover,
.testimonial .col-right p a:hover {
    color: #61b234;
}

.testimonial .col-desc {
    z-index: 1;
}

.page-template-schools-pilot-programe .globalEdu-banner p {
    font-size: 20px;
    color: #2E3A59;
    max-width: 780px;
    margin: 0 auto 15px;
}

.page-template-schools-pilot-programe .globalEdu-banner h2 {
    margin-bottom: 15px;
}

.page-template-schools-pilot-programe .globalEdu-banner::before {
    width: 1017.38px;
    height: 600.31px;
    left: -207.04px;
    top: -400px;
    background: rgba(228, 237, 252, 0.75);
    opacity: 0.6;
    filter: blur(125px);
    transform: rotate(-20.14deg);
}

.page-template-schools-pilot-programe .globalEdu-banner .globalEdu-lt {
    left: 30px;
    top: -110px;
}

.page-template-schools-pilot-programe .globalEdu-banner .globalEdu-rt {
    right: 30px;
    top: -50px;
}

.page-template-schools-pilot-programe .globalEdu-banner .globalEdu-rb {
    right: 0;
    bottom: -28px;
}

body.page-template-schools-pilot-programe .pilot-programme .row {
    flex-direction: row-reverse;
}

.page-template-schools-pilot-programe .pilot-programme {
    background: transparent;
    position: relative;
    /* overflow: visible; */
}

.page-template-schools-pilot-programe .pilot-programme::before {
    content: "";
    background: #EFF7EB;
    opacity: 0.6;
    filter: blur(125px);
    transform: rotate(56.73deg);
    width: 726.39px;
    height: 600.31px;
    left: -430px;
    top: -50px;
    position: absolute;
    z-index: -1;
}

.page-template-schools-pilot-programe .pilot-programme::after {
    content: "";
    position: absolute;
    background: rgba(228, 237, 252, 0.75);
    opacity: 0.6;
    filter: blur(125px);
    width: 765px;
    height: 441px;
    right: -350px;
    transform: rotate(-75deg);
    top: 0;
    z-index: -1;
}

.page-template-schools-pilot-programe .keyElement {
    background-image: none;
    position: relative;
}

.page-template-schools-pilot-programe .keyElement::before {
    content: '';
    position: absolute;
    width: 765px;
    height: 441px;
    left: -215px;
    top: 190px;
    background: rgba(228, 237, 252, 0.75);
    opacity: 0.6;
    filter: blur(125px);
    transform: rotate(-20.76deg);
    z-index: -1;
}

.keyElement-box .btn-wrap {
    margin-top: 30px;
}

.keyElement-box .btn-wrap .btn_main {
    min-width: 165px;
}

.keyElement-box .btn-wrap .btn_main:not(:last-child) {
    margin-right: 15px;
}

.page-template-schools-pilot-programe .keyElement .row {
    margin-bottom: -30px;
}

.page-template-schools-pilot-programe .keyElement-box .icon {
    width: 105px;
    height: 105px;
    min-width: 105px;
    line-height: 105px;
}

.page-template-schools-pilot-programe .keyElement-box .icon img {
    max-width: 68px;
    max-height: 50px;
}

.page-template-schools-pilot-programe .keyElement-box {
    height: calc(100% - 30px);
}

.page-template-schools-pilot-programe .keyElement-box .keyElement-boxbg {
    height: 100%;
}

.page-template-schools-pilot-programe .pilot-programme-slider:before,
.page-template-schools-pilot-programe .pilot-programme-slider:after {
    background: #fff;
}

.down-arrow span {
    display: inline-block;
    position: relative;
}

.down-arrow .down-arrow1 {
    z-index: 1;
}

.down-arrow .down-arrow2 {
    z-index: 3;
}

.down-arrow .down-arrow3 {
    z-index: 2;
}

.down-arrow .down-arrow4 {
    z-index: 1;
}

.down-arrow .down-arrow5 {
    z-index: 0;
}

.down-arrow .down-arrow5 {
    left: -100px;
    bottom: -60px;
}

.down-arrow .down-arrow4 {
    bottom: -25px;
    left: -20px;
}

.down-arrow span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #f2f4fd;
    transition: all 1.2s;
}

.right-content.aos-animate .down-arrow1::before,
.right-content.aos-animate .down-arrow2::before {
    top: 100%;
}

.down-arrow .down-arrow3::before {
    transform: rotate(44deg);
    height: calc(100% + 24px);
    top: 0;
    left: 40px;
    transform-origin: 22px 0px;
}

.right-content.aos-animate .down-arrow3::before {
    transform-origin: -147px 0px;
}

.right-content.aos-animate .down-arrow4::before {
    left: -100%;
}

.right-content.aos-animate .down-arrow5::before {
    left: -100%;
}

.grecaptcha-badge {
    z-index: 5;
}
.event-banner  .time .past_event_tag {
    padding: 8px 24px;
    display: flex;
    align-items: center;
    background: #CDECF4;
    border-radius: 100px;
}
.event-banner 
.time .past_event_tag img {
    margin-right: 8px;
    position: static;
}

@media only screen and (max-width: 1440px) {
    .banner-video {
        right: -290px;
        top: -30px;
    }

    .event-banner-video {
        right: -360px;
        top: 0;
    }
}

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

    .keyElement-sticky-wrp {
        top: 130px;
    }
}

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

    .banner-video {
        width: 800px;
        height: 800px;
    }

    .singleBlog-content .blog-img {
        width: calc(100% + 100px);
    }

    .blog-banner {
        padding: 60px 0;
    }

    .event-banner .author {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .event-banner-video {
        height: 700px;
        width: 700px;
    }

    .event-banner-video {
        height: 600px;
        width: 600px;
        top: -60px;
    }

    .event-banner .time li {
        display: block;
        width: 100%;
    }

    .event-banner .time li:not(:last-child) {
        margin: 0 0 20px;
    }

    .blog-banner .author .icon img {
        height: 50px;
        width: 50px;
        min-width: 50px;
    }
    
    .globalEdu-banner .globalEdu-lt svg,
    .globalEdu-banner .globalEdu-rt svg,
    .globalEdu-banner .globalEdu-lb svg,
    .globalEdu-banner .globalEdu-rb svg,
    .globalEdu-banner .globalEdu-lt img,
    .globalEdu-banner .globalEdu-rt img,
    .globalEdu-banner .globalEdu-lb img,
    .globalEdu-banner .globalEdu-rb img {
        max-width: 100px;
        max-height: 110px;
    }

    .globalEdu-banner-video {
        width: 700px;
        height: 700px;
        top: -290px;
    }

    .globalEdu-banner-video.right {
        top: -10px;
    }

    .keyElement-sticky {
        padding: 30px;
        max-width: 375px;
    }

    .keyElement-sticky .bg-arrow {
        bottom: -120px;
        width: 90px;
        height: 60px;
    }

    .section-margin {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .testimonial .scroll-text {
        font-size: 140px;
    }

    .keyElement-box .keyElement-boxbg {
        padding: 30px;
    }

    .globalEdu-banner .globalEdu-lt {
        top: 40px;
    }

    .page-template-schools-pilot-programe .globalEdu-banner .globalEdu-lt {
        top: -45px;
    }

    .page-template-schools-pilot-programe .globalEdu-banner .globalEdu-rt {
        top: -30px;
    }
}

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

    .keyElement-sticky-wrp {
        top: 100px;
    }

    .singleBlog-content .container {
        max-width: 720px;
        padding: 0 15px;
    }

    .singleBlog-content .blog-img,
    .singleBlog-content .video-wraper .img-wrapper,
    .singleBlog-content .img-block img,
    .singleBlog-content .gallary {
        width: 100%;
        margin-left: 0;
    }

    .singleBlog-content .img-block img {
        width: 100%;
    }

    .gallary .custom-pagination {
        margin-bottom: 20px;
    }

    .singleBlog-content .video-block,
    .singleBlog-content .quote,
    .singleBlog-content .content,
    .singleBlog-content .blog-img,
    .singleBlog-content .img-block,
    .singleBlog-content .download-link,
    .singleBlog-content .further-reading,
    .singleBlog-content .gallary,
    .singleBlog-content .agenda-block {
        margin-bottom: 50px;
    }

    .banner-video {
        width: 690px;
        height: 690px;
    }

    .blog-banner {
        padding: 50px 0;
    }

    .event-banner .author {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }

    .globalEdu-banner-video {
        width: 600px;
        height: 600px;
    }

    .keyElement-sticky {
        max-width: 270px;
    }

    .keyElement-sticky h4 {
        font-size: 26px;
    }

    .keyPolice-slide {
        width: 33.33%;
    }

    .section-margin {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .testimonial .scroll-text {
        font-size: 90px;
        margin-bottom: -50px;
    }

    .testimonial::before {
        background-size: 60%;
    }

    .testimonial .col-left p,
    .testimonial .col-right p {
        font-size: 14px;
    }

    .testimonial .desc {
        border-radius: 70px;
        padding: 30px 40px;
        margin-top: -10px;
    }

    .testimonial::after {
        height: calc(100% - 90px);
    }

    .page-template-schools-pilot-programe .pilot-programme::before {
        width: 626.39px;
        height: 420.31px;
    }

    .globalEdu-banner .globalEdu-lb {
        bottom: 0px;
    }

    .page-template-schools-pilot-programe .pilot-programme::after {
        width: 505px;
        height: 271px;
    }

    .page-template-schools-pilot-programe .keyElement-box .icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        line-height: 50px;
    }

    .page-template-schools-pilot-programe .keyElement-box .icon img {
        max-width: 35px;
        max-height: 24px;
    }

    .keyElement-box .btn-wrap .btn_main {
        min-width: 120px;
        padding: 18px 20px;
    }

    .keyElement-box .btn-wrap .btn_main:not(:last-child) {
        margin-right: 5px;
    }

    .page-template-schools-pilot-programe .globalEdu-banner .globalEdu-rb,
    .page-template-schools-pilot-programe .globalEdu-banner .globalEdu-lb {
        bottom: -40px;
    }

    .page-template-schools-pilot-programe .globalEdu-banner p {
        font-size: 14px;
    }
}

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

    .singleBlog-content .video-block,
    .singleBlog-content .quote,
    .singleBlog-content .content,
    .singleBlog-content .blog-img,
    .singleBlog-content .img-block,
    .singleBlog-content .download-link,
    .singleBlog-content .further-reading,
    .singleBlog-content .gallary,
    .singleBlog-content .agenda-block {
        margin-bottom: 30px;
    }

    .blog-banner {
        padding: 40px 0 45px;
    }

    .blog-banner .category-tag .tag {
        font-size: 12px;
        border: 2px solid #1A4A6A;
        padding: 6px 15px;
    }

    .banner-video {
        width: 570px;
        height: 570px;
        top: -310px;
        right: -330px;
    }

    .event-banner-video {
        width: 570px;
        height: 570px;
        top: -350px;
        right: -340px;
    }

    .singleBlog-content .blog-img img {
        border-radius: 24.6319px 24.6319px 24.6319px 0px;
    }

    .singleBlog-content h4 {
        font-size: 24px;
    }

    .singleBlog-content .quote blockquote h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .singleBlog-content .quote blockquote h6,
    .singleBlog-content .caption,
    .singleBlog-content .content ul li {
        font-size: 14px;
    }

    .singleBlog-content .quote blockquote {
        margin: 15px 0;
    }

    .singleBlog-content .content ul li:not(:last-child),
    .singleBlog-content .further-reading a:not(:last-child) {
        margin-bottom: 10px;
    }

    .singleBlog-content .content ul {
        margin-left: 30px;
    }

    .singleBlog-content .download-link .btn_main {
        min-width: 290px;
    }

    .singleBlog-content .further-reading a {
        font-size: 12px;
        padding: 15px;
        border-radius: 15px;
    }

    .singleBlog-content .video-wraper .img-wrapper {
        padding-top: 56.25%;
    }

    .recent-blog .mobile-category-slider .slick-list {
        padding: 0 65px 0 0 !important;
    }

    .recent-blog .mobile-categori-list {
        padding: 0 8px;
    }

    .recent-blog .mobile-category-slider,
    .blog-event-calendar .event-calender-slider {
        margin: 0 -8px;
    }

    .blog-event-calendar .event-calender-slider .slick-list {
        padding: 0 52px 0 0 !important;
    }

    .single-post .event-calender-boxes {
        padding: 0 8px;
    }

    .blog-banner::before {
        height: 330px;
        background: linear-gradient(180deg, rgba(228, 237, 252, 1) 0%, rgba(255, 255, 255, 0) 100%);
        opacity: 0.4;
    }

    .single-post {
        background-image: none;
    }

    .event-banner .row {
        flex-direction: column-reverse;
    }

    .event-banner .banner-icon {
        width: 30%;
        position: absolute;
        right: 10px;
        top: 0;
    }

    .event-banner .time li:not(:last-child) {
        margin: 0 0 15px;
    }

    .event-banner .time li {
        font-size: 14px;
        padding-left: 20px;
    }

    .event-banner .time li img {
        width: 13px;
    }

    .event-banner .author {
        max-width: 100%;
        flex: 0 0 100%;
    }
  
    .gallary .gallary-col {
        margin-bottom: 14px;
        padding: 0 7px;
    }

    .gallary .row {
        margin: 0 -7px;
    }

    .gallary .custom-pagination a,
    .agenda-block h6,
    .agenda-block p {
        font-size: 12px;
    }

    .gallary .custom-pagination a {
        margin: 2px;
    }

    .gallary .custom-pagination .prev {
        margin-right: 15px;
    }

    .gallary .custom-pagination .next {
        margin-left: 15px;
    }

    .gallary .custom-pagination .prev svg {
        margin-right: 8px;
    }

    .gallary .custom-pagination .next svg {
        margin-left: 8px;
    }

    .agenda-block .agenda-time {
        border-right: 0;
    }

    .agenda-block .agenda-row {
        flex-wrap: wrap;
        margin: 0 0 15px;
        border-bottom: 1px solid #ccc;
    }

    .agenda-block .agenda-time h6 {
        font-weight: 500 !important;
    }

    .agenda-block .agenda-author,
    .agenda-block .agenda-time,
    .agenda-block.agenda-simplified .agenda-desc,
    .agenda-block .agenda-fullDesc,
    .agenda-block .agenda-desc {
        -ms-flex: 0 0 100%;
        flex: auto;
        max-width: 100%;
        margin-bottom: 16px;
        padding: 0;
    }

    .btn-pink,
    .btn-sky {
        font-size: 12px;
        font-weight: 500;
        border-radius: 5px;
        padding: 7px 15px;
    }

    .singleBlog-content .agenda-block .agenda-row:last-child {
        border-bottom: 0;
    }

    .event-content {
        padding-bottom: 0;
    }

    .event-content.singleBlog-content:after,
    .event-content.singleBlog-content:before,
    .keyPolice::before,
    .img-with-text.right::after,
    .img-with-text.right::before,
    .keyElement-sticky .bg-arrow,
    .testimonial::before,
    .page-template-schools-pilot-programe .pilot-programme::before,
    .page-template-schools-pilot-programe .pilot-programme::after,
    .page-template-schools-pilot-programe .keyElement::before {
        display: none;
    }

    .keyElement-sticky {
        border-radius: 15px;
    }

    .globalEdu-banner .globalEdu-lt svg,
    .globalEdu-banner .globalEdu-rt svg,
    .globalEdu-banner .globalEdu-lb svg,
    .globalEdu-banner .globalEdu-rb svg,
    .globalEdu-banner .globalEdu-lt img,
    .globalEdu-banner .globalEdu-rt img,
    .globalEdu-banner .globalEdu-lb img,
    .globalEdu-banner .globalEdu-rb img {
        max-width: 52px;
        max-height: 70px;
    }

    .globalEdu-banner::before {
        height: 330px;
        background: linear-gradient(180deg, rgba(228, 237, 252, 1) 0%, rgba(255, 255, 255, 0) 100%);
        opacity: 0.4;
        width: 100%;
        transform: none;
        left: 0;
        top: 0;
        filter: unset;
    }

    .globalEdu-banner .globalEdu-lt,
    .globalEdu-banner .globalEdu-rt {
        top: auto;
        bottom: 42%;
    }

    .globalEdu-banner .globalEdu-rb {
        bottom:0;

    }

    .globalEdu-banner .globalEdu-rb .rect {
        transform: rotate(90deg);
    }

    .img-with-text .text-block {
        margin-top: 20px;
    }

    .globalEdu-banner .video-wraper {
        border-radius: 10px;
    }

    .img-with-text::after {
        background: rgba(228, 237, 252, 0.25);
        filter: blur(154.268px);
        width: 270px;
        height: 270px;
        left: 0;
    }

    .section-margin {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .keyElement-box .icon.mr-4 {
        margin-right: 15px;
    }

    .keyElement-box .icon img {
        width: 25px;
        height: 25px;
    }

    .keyElement-box .icon {
        width: 52px;
        height: 52px;
        line-height: 52px;
        min-width: 52px;
    }

    .keyElement-sticky-wrp {
        padding-bottom: 15px;
        position: relative !important;
        top: 0 !important;
    }

    .keyElement-sticky {
        padding: 15px;
        max-width: 100%;
    }

    .keyElement-sticky h4 {
        font-size: 24px;
        line-height: 1.2;
    }

    .keyElement-box .keyElement-boxbg {
        padding: 24px;
        border-radius: 15px;
    }

    .keyElement-box::before {
        border-radius: 15px;
    }

    .keyElement {
        background-image: none;
        padding-top: 0;
    }

    .keyElement-box h3 {
        font-size: 18px;
    }

    .keyElement-box .desc p {
        font-size: 12px;
    }

    .keyElement-box {
        border-radius: 15px;
        margin-bottom: 16px;
    }

    .keyPolice-slide {
        width: 100%;
    }

    .keyPolice-slide {
        width: 100%;
        margin: 2px 0;
        padding: 0 10px;
    }

    .keyPolice-slider {
        margin: 0 -10px;
    }

    .keyPolice-slider .slick-list {
        margin-right: calc(-100vw / 2 + 540px / 2);
    }

    .keyPolice-slide-box {
        padding: 15px;
    }
    .keyPolice-slider .slick-list .slick-track {
        margin-left: -40px;
    }
    
    .globalEdu-banner-video {
        width: 250px;
        height: 200px;
    }

    .globalEdu-banner-video.right {
        top: 130px;
        right: -130px;
    }

    .globalEdu-banner-video {
        top: auto;
        bottom: 0px;
        left: -130px;
    }

    .testimonial .scroll-text {
        font-size: 54px;
        margin-bottom: -30px;
    }

    .testimonial .col-center {
        order: -1;
        max-width: 190px;
    }

    .testimonial .testimonial-img {
        padding: 30px 0 0;
        height: calc(100% + 30px);
        backdrop-filter: blur(2.5px);
    }

    .testimonial .col-desc {
        order: -1;
    }

    .testimonial .desc {
        border-radius: 15px;
        padding: 15px;
    }

    .testimonial .col-left,
    .testimonial .col-right {
        margin-top: 30px;
    }

    .testimonial::after {
        height: 190px;
        background-size: contain;
    }

    .page-template-schools-pilot-programe .globalEdu-banner .globalEdu-lt svg {
        max-height: 150px;
        max-width: 75px;
    }

    .page-template-schools-pilot-programe .globalEdu-banner .globalEdu-lt {
        top: 0;
        left: 0;
    }

    .animated-arrow span {
        width: 35px;
        height: 35px;
        border-radius: 5px;
    }

    .animated-arrow svg {
        width: 35px;
        height: 19px;
    }

    .page-template-schools-pilot-programe .globalEdu-banner .globalEdu-rt {
        top: 0;
        right: 0;
    }

    .page-template-schools-pilot-programe .globalEdu-banner .globalEdu-rt svg {
        width: 55px;
        height: 80px;
    }

    .page-template-schools-pilot-programe .globalEdu-banner .globalEdu-lb svg {
        max-height: 65px;
        max-width: 90px;
    }

    .page-template-schools-pilot-programe .globalEdu-banner .globalEdu-lb,
    .page-template-schools-pilot-programe .globalEdu-banner .globalEdu-rb {
        bottom: 0;
    }

    .page-template-schools-pilot-programe .globalEdu-banner .globalEdu-rb svg {
        transform: rotate(0deg);
        max-height: 70px;
        max-width: 80px;
    }

    .page-template-schools-pilot-programe .pilot-programme-slider {
        margin: 0 0 50px;
    }

    .keyElement-box .keyElement-boxbg h6 {
        font-size: 12px;
    }

    .page-template-schools-pilot-programe .keyElement-box .keyElement-boxbg h4 {
        font-size: 18px;
        line-height: 1.2;
    }

    .keyElement-box .btn-wrap .btn_main {
        min-width: 114px;
        padding: 15px 20px;
    }

    .cheked-gif img {
        margin: -7px 0 0 4px;
    }

    .globalEdu-banner h4 {
        font-size: 18px;
        line-height: 1.2;
    }

    .testimonial .desc p,
    .testimonial .desc h6 {
        letter-spacing: 0;
        font-size: 12px;
    }

    .testimonial .desc p {
        margin-bottom: 20px;
    }

    .testimonial h5 {
        font-size: 24px;
    }

    .singleBlog-content .caption {
        font-size: 12px;
    }

}


