html {
  /* overflow-x: hidden; */
  scroll-behavior: smooth;
}

body {
  /* overflow-x: hidden; */
  font-family: "Satoshi", sans-serif;
  color: #0d0d0d;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  transition: background 1s ease;
  scroll-behavior: smooth;
  margin: 0;
}

h1,
h2,
h3,
.h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  line-height: 1.25;
  text-transform: inherit;
  color: #2e3a59;
  letter-spacing: 0;
}

h1,
h2,
h3 {
  font-weight: 700;
}

h4,
h5 {
  font-weight: 700;
}

h6 {
  font-weight: 600;
}

h1,
.h1 .contact-section h2 {
  font-size: 84px;
  font-family: "Satoshi", sans-serif;
  margin-bottom: 20px;
  font-weight: 900;
  line-height: normal;
  text-transform: capitalize;
}

h2,
.h2 {
  font-size: 55px;
  font-family: "Satoshi", sans-serif;
  margin-bottom: 30px;
  font-weight: 900;
  line-height: 60px;
  text-transform: capitalize;
}

h3,
.h3 {
  font-size: 52px;
  line-height: 62px;
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
}

h4,
.h4 {
  font-size: 36px;
  letter-spacing: -0.02em;
  line-height: 44px;
}

h5,
.h5 {
  font-size: 30px;
  line-height: 30px;
}

h6,
.h6 {
  font-size: 18px;
  line-height: 1.25;
}

.big {
  font-size: 16px;
}

.author .big {
  text-transform: capitalize;
}

.small {
  font-size: 14px;
}

body p {
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  color: #666a72;
  margin-bottom: 25px;
}

p:nth-last-child(1) {
  margin-bottom: 0;
}

h1 span {
  color: #000;
}

h2 span {
  color: #000;
}

h3 span {
  color: #000;
}

h4 span {
  color: #000;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff;
}

::-moz-selection {
  color: #fff;
  background: #4bb649;
}

::selection {
  color: #fff;
  background: #4bb649;
}

.bg-gray {
  background-color: #f7f7f7;
}

.rellax {
  transition: all 0.6s;
}

body,
button,
input,
select,
textarea {
  font-family: "Satoshi", sans-serif;
}

.mt-80 {
  margin-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

/*plaecholder*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cbcbcb;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cbcbcb;
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #cbcbcb;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #cbcbcb;
  opacity: 1;
}

a {
  color: #000;
  background-color: transparent;
  display: inline-block;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:visited,
a:focus,
a:active {
  text-decoration: none;
  outline: 0;
}

.post,
.page {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

section {
  padding: 100px 0;
}

[class*="bg-img-"] {
  position: absolute;
}

img.bg-img-1,
img.bg-img-2,
img.bg-img-3,
img.bg-img-4,
img.bg-img-5,
img.bg-img-6 {
  /* filter: invert(44%) sepia(61%) saturate(1580%) hue-rotate(161deg)
		brightness(94%) contrast(101%); */
  pointer-events: none;
  z-index: -1;
}

img.bg-img-1 {
  left: 0;
  top: 0;
  width: 52%;
  height: 600.31px;
}

img.bg-img-2 {
  right: 0;
  width: 35%;
  height: 600.31px;
  top: 0;
}

img.bg-img-3 {
  right: 0;
  width: 35%;
  height: 670.31px;
  top: -360px;
  transform: rotate(0deg);
}

img.bg-img-4 {
  top: -120px;
  width: 60%;
  right: 0;
  filter: blur(125px);
}

img.bg-img-5 {
  left: 0;
  top: 0;
  width: 300px;
}

img.bg-img-6 {
  right: 0;
  width: 100%;
  height: calc(100% + 110px);
  right: 0;
  object-fit: contain;
  object-position: right;
}

a.btn_main {
  background-color: #2e3a59;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  border-radius: 100px;
  padding: 22px 32px;
  position: relative;
  overflow: hidden;
  border: 2px solid #2e3a59;
  transition: 0.5s;
  text-align: center;
  display: inline-block;
}

a.btn_main:hover {
  background-color: #1c2437;
  border: 2px solid transparent;
}

a.btn_brd {
  background-color: transparent;
  color: #2e3a59;
}

/* 
a.btn_main:before {
	position: absolute;
	width: 0;
	height: 0;
	content: "";
	bottom: -50%;
	border-radius: 100px;
	transition: 0.5s;
	z-index: -1;
	opacity: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

a.btn_main:hover:before {
	width: 100%;
	height: 200%;
	opacity: 1;
} */

h1:not(.h3),
h2,
a.btn_main:before {
  background: linear-gradient(
    90deg,
    #61b234,
    #539a33,
    #006e4c,
    #e63a28,
    #e30a3b,
    #9b1e42,
    #28b2d3,
    #2394d2,
    #1a4a6a
  );
  background-size: 900% 900%;
  animation: gradient 32s ease infinite;
}

h1:not(.h3),
h2 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.btn_main:hover {
  color: #fff;
  border-color: #fff;
}

.banner-section .text-block p {
  max-width: 450px;
}

.site-header ul li:first-child img {
  display: block;
  /* max-width: 255px; */
}

.site-header ul li:last-child img {
  max-width: 185px;
  width: 100%;
  display: block;
}

li.site-branding {
  max-width: 125px;
}

.site-header {
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 0.99723px solid #e6e6e6;
  backdrop-filter: blur(12.4654px);
}

.banner-img-grp [class*="banner-img"] {
  position: absolute;
}

.banner-img-grp {
  margin: 120px 0;
  padding-right: 50px;
}

.banner-img-grp:before {
  content: "";
  position: absolute;
  width: 71%;
  height: 91%;
  left: 30px;
  top: 90px;
  background: rgba(33, 90, 142, 0.35);
  filter: blur(50px);
  border-radius: 15px;
  z-index: -1;
}

.banner-img-grp .banner-img-1 {
  left: -100px;
  top: -90px;
  z-index: -1;
}

.banner-img-grp span.banner-img-3 {
  top: -60px;
  left: 16px;
  z-index: 1;
}

.banner-img-grp span.banner-img-2 {
  top: -110px;
  left: 140px;
}

.banner-img-grp span.banner-img-4 {
  right: 0;
  top: -50px;
  z-index: -1;
}

.banner-img-grp .banner-img-5 {
  bottom: -40px;
  left: -30px;
  z-index: -2;
}

.banner-img-grp span.banner-img-6 {
  bottom: -120px;
  right: 70px;
  z-index: 1;
}

.banner-img-7 {
  right: 60px;
  top: -60px;
}

.banner-img-8 {
  right: 180px;
  bottom: -80px;
  z-index: 1;
}

.banner-img-9 {
  right: 160px;
  bottom: -120px;
}

.banner-section .title-block h3 {
  margin: 0;
}
.about-img img {
  width: 100%;
  opacity: 0;
}

.about-img {
  width: 100%;
  max-width: 540px;
  position: relative;
}

.about-img video {
  width: 80%;
  position: absolute;
  left: 0;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(15deg);
  border-radius: 100%;
  mix-blend-mode: multiply;
}

.arish-logo {
  position: absolute;
  background: #fff;
  box-shadow: 0px 4px 15px rgba(35, 148, 210, 0.12);
  border-radius: 15px;
  padding: 25px;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 163px;
  margin: auto;
}

.arish-logo img {
  opacity: 1;
}

.partner-section {
  padding-top: 0;
}

.partner-logos li {
  padding: 20px;
  width: 25%;
  text-align: center;
}

.partner-logos {
  margin: 0 -20px;
}

.newsletter-sec .text-block {
  padding: 150px 0;
}

.newsletter-sec .text-block [class*="banner-img"] {
  position: absolute;
  transition: all 1s;
}

.newsletter-sec span.banner-img-1 {
  left: 0;
  top: 0;
}

.newsletter-sec span.banner-img-2 {
  right: 0;
  top: 0;
}

.newsletter-sec span.banner-img-3 {
  left: 0;
  bottom: -100px;
}

.newsletter-sec span.banner-img-4 {
  right: 0;
  bottom: -100px;
}

.newsletter-sec {
  position: relative;
  padding-top: 0;
}

.home .events-calendar {
  display: none;
}

.footer-content p {
  margin-top: 20px;
}

.footer_grp {
  background: #fff;
  box-shadow: 0px 0px 25px rgba(162, 175, 224, 0.25);
  border-radius: 50px 50px 0px 0px;
  padding: 50px 60px 18px;
}

.footer_grp p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-top: 40px;
  color: #666666;
}

.social-icon li:not(:last-child) {
  margin-right: 28px;
}

.social-icon li:hover img {
  filter: invert(84%) sepia(29%) saturate(6243%) hue-rotate(153deg)
    brightness(104%) contrast(68%);
}

.footer-list li:not(:first-child) a {
  margin-left: 68px;
}

.footer-list li a {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #666666;
  transition: 0.5s;
}

.footer-list li:hover a {
  background: linear-gradient(90deg, #61b234 0%, #539a33 53.65%, #006e4c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*header*/

header {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}

.menu li a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #2e3a59;
  line-height: 25px;
  transition: all 0.4s;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}

.menu li a:before {
  content: "";
  display: inherit;
  height: 2px;
  width: 0;
  position: absolute;
  right: 0;
  background: linear-gradient(
    90deg,
    #61b234,
    #539a33,
    #006e4c,
    #e63a28,
    #e30a3b,
    #9b1e42,
    #28b2d3,
    #2394d2,
    #1a4a6a
  );
  background-size: 900% 900%;
  animation: gradient 25s ease infinite;
  bottom: 0;
  transition: all 0.4s;
}

.menu li a:hover:before,
.menu li.current-menu-item a:before {
  width: 100%;
}

.menu li.current-menu-item a {
  background: linear-gradient(
    90deg,
    #61b234,
    #539a33,
    #006e4c,
    #e63a28,
    #e30a3b,
    #9b1e42,
    #28b2d3,
    #2394d2,
    #1a4a6a
  );
  background-size: 900% 900%;
  animation: gradient 25s ease infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu li a:hover,
.menu li.current-menu-item a:hover {
  background: linear-gradient(
    90deg,
    #61b234,
    #539a33,
    #006e4c,
    #e63a28,
    #e30a3b,
    #9b1e42,
    #28b2d3,
    #2394d2,
    #1a4a6a
  );
  background-size: 900% 900%;
  animation: gradient 25s ease infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* body .site {
	margin-top: 125px;
} */

.main-menu ul li {
  display: inline-block;
  padding: 0 24px;
}

.main-menu ul {
  margin: 0 -24px;
}

.close-icon {
  display: none;
}

.banner-section {
  position: relative;
  overflow: hidden;
}

.banner-left-shaddow {
  position: absolute;
  top: 0;
  z-index: -1;
}

.banner-right-shaddow {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.page-template-home .banner-video {
  right: -150px;
  top: -50px;
}

.video-play-btn .play-btn .svg-fill {
  height: 24px;
  width: 24px;
  background: #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
}

.video-play-btn .play-btn {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #2e3a59;
  line-height: 28px;
  position: r;
  position: relative;
  padding-bottom: 10px;
}

.video-play-btn .play-btn:before {
  content: "";
  display: block;
  height: 2px;
  background: #2e3a59;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.4s;
}

.video-play-btn .play-btn:hover:before {
  width: 100%;
}

.btn-div {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.video-play-btn {
  padding-left: 50px;
}

a.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(230, 237, 240, 0.55);
  height: 95px;
  width: 95px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.pilot-school-blog {
  border-radius: 75px;
  padding: 45px 50px;
  background: linear-gradient(90deg, #61b234 0%, #539a33 53.65%, #006e4c 100%);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.pilot-school-blog:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  background: linear-gradient(180deg, #eff7eb 0%, #f7fbf5 100%);
  border-radius: 75px;
  z-index: -1;
}

.pc-middle .text-block ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.pc-middle .text-block p {
  font-size: 14px;
  color: #2e3a59;
}

.pc-middle .text-block ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #2e3a59;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: start;
  padding: 0 30px;
  border-right: 2px solid #61b234;
}

.pc-middle .text-block ul li:last-child {
  border: none;
}

.pc-middle .text-block ul li img {
  width: 20px;
  margin-right: 15px;
}

.pilot-school-btn ul {
  display: flex;
  justify-content: center;
  margin: 0 -10px;
}

.pilot-school-btn ul li {
  padding: 0 10px;
}

.pc-top .icon {
  height: 100px;
  width: 100px;
  background: #e4f7db;
  border: 1px solid #e6e6e6;
  border-radius: 25px;
  position: relative;
  flex-shrink: 0;
}

.pc-top .icon video {
  width: 100%;
  mix-blend-mode: multiply;
}

.pc-top .icon img {
  position: absolute;
  top: -10px;
  left: 20px;
}

.pc-top .title-block h3 {
  margin: 0;
}

.about-section .title-block h4 {
  margin-bottom: 5px;
}

/*Teaching Resources*/

.Teaching-resources-shaddow {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.category-list ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 -15px;
}

.category-list ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #2e3a59;
  line-height: 25px;
  display: inline-block;
  padding-bottom: 10px;
  margin: 0 15px;
  width: 25%;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.4s;
}

.category-list ul li:before {
  background: #cccccc;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

.category-list ul li:nth-child(1).active:before {
  background: linear-gradient(90deg, #28b2d3 0%, #2394d2 53.65%, #1a4a6a 100%);
}

.category-list ul li:nth-child(2).active:before {
  background: linear-gradient(90deg, #61b234 0%, #539a33 53.65%, #006e4c 100%);
}

.category-list ul li:nth-child(3).active:before {
  background: linear-gradient(90deg, #e63a28 0%, #e30a3b 54.17%, #9b1e42 100%);
}

.category-list ul li:nth-child(4).active:before {
  background: linear-gradient(90deg, #f9be18 0%, #f4992c 53.65%, #bd8931 100%);
}

.category-list ul li:nth-child(1).active,
.category-list ul li:nth-child(2).active,
.category-list ul li:nth-child(3).active,
.category-list ul li:nth-child(4).active {
  font-weight: 900;
}

/* .category-list ul li.active:hover:before {
	background: #cccccc;
} */

.category-block {
  background: linear-gradient(180deg, #f7f7f7 0%, #f4f7f9 100%);
  border: 1px solid #cccccc;
  border-radius: 35px;
  padding: 34px 33px;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  height: 100%;
  display: block;
}

.category-block:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  border: 2px solid #2e3a59;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 35px;
  opacity: 0;
  transition: all 0.5s;
  z-index: -1;
}

.category-block:hover:before {
  opacity: 1;
}

.category-block:hover .view-more {
  color: #539a33;
}

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

.category-group > div {
  display: none;
}

.category-block .time {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  color: #2e3a59;
}

.category-block .time img {
  width: 15px;
  margin-right: 10px;
}

.mobile-category-slider .slick-track {
  display: flex;
  height: 100%;
}

.category-group > div:first-child {
  display: block;
  height: 100%;
}

.mobile-categori-list {
  padding: 0 10px;
  height: auto;
}

.mobile-category-slider {
  margin: 0 -10px;
}

.mobile-category-slider .slick-track {
  margin-left: -40px;
}

/*Events Calendar*/

.slider-btn {
  display: flex;
  align-items: center;
  justify-content: end;
}

.slider-btn .slick-arrow {
  height: 78px;
  width: 78px;
  border: 2px solid #2e3a59;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: none;
  transition: all 0.4s;
  outline: none;
}

.slider-btn .slick-arrow:hover {
  background: #2e3a59;
  border: 2px transparent;
}

.slider-btn .slick-arrow:hover img {
  filter: invert(1) brightness(5);
}

.slider-btn .slick-arrow img {
  width: 24px;
}

.slider-btn p {
  margin: 0;
  margin-right: 50px;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.slider-btn p:before {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background: #2e3a59;
  position: absolute;
  bottom: 0;
  transition: all 0.4s;
  right: 0;
}

.slider-btn p:hover:before {
  width: 100%;
}

.slider-btn .prev-btn {
  margin-right: 15px;
}

.events-calendar {
  overflow: hidden;
}

/*.event-calender-slider {
	display: flex;
	margin: 0 -10px;
}*/

.event-calender-boxes {
  padding: 0 10px;
}

.event-calender-img {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  padding-bottom: 52.5%;
  margin-bottom: 15px;
}

.event-calender-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.event-calender-box ul {
  margin-bottom: 0;
  margin-left: 0;
}

.event-calender-box ul li ul li:first-child {
  margin-right: 40px;
}

.event-calender-box ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #666a72;
  line-height: 19px;
  margin-bottom: 15px;
  display: flex;
  align-items: start;
}

.event-calender-box ul li ul li {
  margin: 0;
  display: inline-block;
}

.event-calender-box ul li img {
  vertical-align: middle;
  width: 15px;
  margin-right: 8px;
  display: inline-block;
}

.tag {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  padding: 8px 16px;
  margin-bottom: 15px;
  display: inline-block;
  border-radius: 100px;
  text-transform: capitalize;
}

.event-calender-box h6 {
  font-size: 24px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* .culture-arts {
	background: #FFC3BC;
	color: #9B1E42;
}

.technology {
	background: #CDECF4;
	color: #1A4A6A;
}

.health-wellbeing {
	color: #8A6019;
	background: #FFEFB7;
}

.environment {
	background: #C6F1B1;
	color: #006E4C;
} */

.view-more {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}

.event-calender-box:hover .view-more {
  color: #539a33;
}

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

.view-more img {
  margin-left: 5px;
  transition: all 0.4s;
}

/*.event-calender-slider .slick-track {
	display: flex;
	margin-left: -40px;
}

.event-calender-slider .slick-track>div {
	height: inherit;
}*/

.event-calender-box {
  background: linear-gradient(358.2deg, #fff 1.43%, #f7f7f7 98.47%);
  border: 1px solid #cccccc;
  border-radius: 35px;
  padding: 25px;
  height: 100%;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 1px;
}

.event-calender-box:before {
  content: "";
  display: block;
  height: calc(100% + 1px);
  width: calc(100% + 1px);
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #2e3a59;
  border-radius: 35px;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
}

.event-calender-box:hover:before {
  opacity: 1;
}

/* Pilot Programme */

.pilot-programme {
  background: #f2f4fd;
  position: relative;
  overflow: hidden;
}

.pilot-programme-slider ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #2e3a59;
  line-height: 19px;
  padding: 18px 25px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 3.88792px 11.6637px rgba(35, 148, 210, 0.12);
  border-radius: 77.7583px;
  margin-bottom: 25px;
  display: flex;
  align-items: top;
}

.pilot-programme-slider ul li.slick-slide {
  display: flex;
  align-items: start;
}

.pilot-programme-slider {
  position: relative;
}

.pilot-programme-slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 62px;
  width: 100%;
  z-index: 1;
  opacity: 0.8;
  filter: blur(1.54583px);
  z-index: 1;
  opacity: 0.9;
  background: #f2f4fd;
  border: 2px solid #f2f4fd;
  box-shadow: 0px 3.88792px 11.6637px rgb(242 244 253);
  filter: blur(5px);
}

.pilot-programme-slider:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 62px;
  width: 100%;
  z-index: 1;
  background: #f2f4fd;
  opacity: 0.9;
  border: 2px solid #f2f4fd;
  box-shadow: 0px 3.88792px 11.6637px rgb(242 244 253);
  filter: blur(5px);
}

.pilot-programme-slider ul li img {
  width: 24px;
  margin-right: 10px;
  display: inline-block;
}

.pilot-programme-slider ul li:last-child {
  margin: 0;
}

.pilot-programme .banner-video {
  position: absolute;
  bottom: -32%;
  right: -18%;
  top: auto;
}

.down-arrow {
  position: absolute;
  right: -200px;
  top: -130px;
  opacity: 0.35;
  overflow: hidden;
  padding-bottom: 16px;
}

.pilot-programme .right-content .text-block h4 {
  max-width: 350px;
  width: 100%;
}

/* .round-line img {
		width: 100%;
} */

body .mfp-container {
  padding-left: 15px;
  padding-right: 15px;
}

/*footer*/
.newsletter-sec:before {
  content: "";
  background-image: url(../img/footer.svg);
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  height: calc(100% + 40%);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-footer {
  padding-bottom: 100px;
}

.footer-navigation ul {
  column-count: 2;
}

.footer-navigation ul li {
  margin-bottom: 25px;
}

.footer-navigation ul {
  margin-bottom: -25px;
}

/*Taeaching-resources Page Css*/

.category ul {
  margin: 0 -5px;
}

.category ul li {
  display: inline-block;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #666a72;
  line-height: 22px;
  padding: 16px 24px;
  border-radius: 100px;
  margin: 2px 5px;
  cursor: pointer;
  transition: all 0.4s;
  box-shadow: 0 0 0 1px #666a72;
}

.category ul li:hover {
  background: #cdecf4;
  color: #1a4a6a;
}

.category ul li.active {
  background: #cdecf4;
}

.category ul li:hover,
.category ul li.active {
  background-color: var(--background);
  color: var(--color);
}

.category ul li:hover {
  box-shadow: 0 0 0 2px var(--background);
}

.category ul li.active {
  box-shadow: 0 0 0 2px var(--color);
}

.category ul li.filter {
  padding: 0;
  box-shadow: none;
  font-weight: 500;
  font-size: 16px;
  color: #2e3a59;
}

.category ul li.filter:hover {
  background: none;
  border: none;
}

.category ul li.filter.active {
  background: none;
  border: none;
}

.filter-category-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.filter-category-list ul li p {
  color: #2e3a59;
}

select {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 40px 16px 24px;
  background: #fff;
  border: 1px solid #666a72;
  border-radius: 100px;
  appearance: none;
  background-image: url(../img/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center right 25px;
  outline: none;
  box-shadow: unset;
}

.sort-by label {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #2e3a59;
  line-height: 20px;
  margin-right: 15px;
  margin-bottom: 0;
}

.sort-by {
  display: flex;
  align-items: center;
  justify-content: end;
}

/*animation */

.category-block .square-2,
.category-block .square-3,
.category-block .square-1,
.category-block .circle-1,
.category-block .circle-2,
.category-block .h-circle,
.category-block .h-square,
.category-block .triangle-1,
.category-block .triangle-2 {
  transition: all 0.5s;
}

.category-block svg {
  overflow: visible;
  height: 31px;
}

.category-block:hover .square-1 {
  fill: #006e4c;
}

.category-block:hover .square-2 {
  transform: translateY(18px);
  fill: #61b234;
}

.category-block:hover .square-3 {
  transform: translateY(-18px);
  fill: #61b234;
}

.category-block .circle-1 {
  transform-origin: 0 bottom;
}

.category-block .circle-2 {
  transform-origin: 100% top;
}

.category-block:hover .circle-1 {
  transform: scale(0.616);
  fill: #9b1e42;
}

.category-block:hover .circle-2 {
  transform: scale(1.66);
  fill: #d02266;
}

.category-block .h-circle {
  transform-origin: 75% 0px;
}

.category-block:hover .h-circle {
  transform: scale(0.55);
  fill: #f9be18;
}

.category-block .h-square {
  transform-origin: 38% 40%;
}

.category-block:hover .h-square {
  fill: #bd8931;
  transform: rotate(-45deg);
}

.category-block .triangle-1 {
  transform-origin: 14px 45%;
}

.category-block:hover .triangle-1 {
  transform: rotate(-180deg);
}

.category-block .triangle-2 {
  transform-origin: 34px 45%;
}

.category-block:hover .triangle-2 {
  transform: rotate(180deg);
}

/* Event Page css*/

.page-template-events .banner-right-shaddow {
  right: auto;
  left: 0;
  filter: blur(125px);
  background: #eff7eb;
  opacity: 0.6;
}

.page-template-events .banner-left-shaddow {
  left: auto;
  right: 0;
  opacity: 0.6;
  filter: blur(125px);
}

.upcoming-events-list {
  padding-bottom: 30px;
}

.event-grid .grid-ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.previous-events {
  padding: 40px 0;
  position: relative;
}

.previous-events:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(180deg, #f2f4fd 0%, rgba(242, 244, 253, 0) 100%);
  z-index: -1;
}

/*About Page css */

.defining-sec .title-block h4 {
  margin-bottom: 20px;
}

.about-us-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.video-blog {
  text-align: center;
}

.video-blog video {
  max-width: 280px;
  mix-blend-mode: multiply;
  transform: matrix(0.97, 0.26, -0.26, 0.97, 0, 0);
}

.about-page-wraper h3 {
  font-weight: 700;
  margin: 0;
}
.about-page-sec {
  overflow: hidden;
}
.about-video {
  position: absolute;
  height: 840px;
  width: 840px;
  mix-blend-mode: multiply;
}

.about-video video {
  width: 100%;
}

.defining-sec h2 {
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 5px;
}

.left-video {
  left: -17%;
  top: -35%;
  transform: rotate(-105deg);
}

.right-video {
  right: -30%;
  top: 0;
  transform: rotate(-105deg);
}

.img-items-1 {
  position: absolute;
  top: -80px;
  left: 30px;
}

.img-items-2 {
  position: absolute;
  right: 0;
  top: -60px;
}

.img-items-3 {
  position: absolute;
  left: 0;
  bottom: -80px;
}

.img-items-4 {
  position: absolute;
  right: 0;
  bottom: -30px;
}

.defining-sec {
  z-index: 1;
  overflow: visible;
}

.defining-sec:after {
  display: block;
  content: "";
  background: rgba(228, 237, 252, 0.9);
  opacity: 0.8;
  filter: blur(125px);
  position: absolute;
  height: 400px;
  max-width: 700px;
  width: 100%;
  right: 90px;
  top: 90px;
  z-index: -1;
}

.defining-sec:before {
  content: "";
  display: block;
  background: rgba(228, 237, 252, 0.9);
  opacity: 0.8;
  filter: blur(125px);
  position: absolute;
  height: 440px;
  max-width: 700px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.consortium-partners {
  overflow: hidden;
}

.consortium-partners:before {
  content: "";
  display: block;
  background-image: url(../img/cp-round-border.png);
  position: absolute;
  top: 210px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.cp-yellow-layer {
  position: absolute;
  top: 400px;
  left: -250px;
  filter: blur(125px);
  transform: rotate(56.73deg);
  width: 700px;
  height: 600px;
  /* top: 0; */
}

.cp-blue-layer {
  position: absolute;
  right: 0;
  bottom: 0;
  filter: blur(125px);
  transform: rotate(-75deg);
  z-index: 1;
}

.consortium-top {
  text-align: center;
  max-width: 450px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.consortium-arish {
  padding: 32px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 4px 15px rgba(35, 148, 210, 0.12);
  border-radius: 35px;
  min-height: 260px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: all 0.5s;
}

.consortium-arish span {
  font-size: 14px;
  line-height: 23px;
  border-bottom: 2px solid #1a4a6a;
  padding-bottom: 2px;
  color: #1a4a6a;
  font-weight: 700;
  margin-right: 5px;
}

.cp-arish-overlay {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  transform: translate3d(0px, 0px, 0) rotateY(180deg);
  opacity: 0;
}

.consortium-top:hover .cp-arish-overlay {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px) rotate(0);
  border: 1px solid #2e3a59;
}

.consortium-arish p {
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 15px;
}

.cp-logo {
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 4px 15px rgba(35, 148, 210, 0.12);
  border-radius: 25px;
  padding: 20px;
  text-align: center;
  height: 100%;
}

.cp-logo p {
  font-size: 14px;
  line-height: 22px;
}

.consortium-partners-slid {
  margin: 0 -15px;
}

.consortium-partners-slid .slick-track {
  display: flex;
}

.cp-logo-box {
  padding: 0 15px;
  height: inherit;
}

.cp-logo img {
  height: 96px;
  object-fit: contain;
  width: 213px;
  margin: 0 auto 15px;
}

.two-column-sec.wrap .row {
  flex-direction: row-reverse;
}

.green-line-video {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 700px;
  width: 700px;
  bottom: -75%;
  right: -15%;
  z-index: -1;
  mix-blend-mode: multiply;
}

.green-line-video video {
  width: 100%;
}

.outputs-activities-sec {
  background: #f2f4fd;
  z-index: 1;
  /* margin-top: 100px; */
}

.blue-overlay {
  position: relative;
  z-index: 1;
}

.blue-overlay:after {
  background: rgba(228, 237, 252, 0.75);
  opacity: 0.6;
  filter: blur(125px);
  transform: rotate(-75deg);
  content: "";
  display: block;
  position: absolute;
  right: -270px;
  top: 0;
  width: 700px;
  height: 400px;
  z-index: -1;
}

.blue-overlay:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(228, 237, 252, 0.75);
  opacity: 0.6;
  filter: blur(125px);
  transform: rotate(35deg);
  top: 0;
  z-index: -1;
  height: 700px;
  left: -100px;
  width: 400px;
  z-index: -1;
}

img.outputs-line {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}

.outputs-activities-title h4 {
  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: 25px;
  padding: 40px;
  display: inline-block;
  margin: 0;
}

.activities-box {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 35px;
  padding: 40px 30px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.activities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.activities-box img {
  width: 25px;
  margin-bottom: 15px;
}

.video-wrap {
  position: relative;
  padding-top: 56.25%;
}

.video-wrap video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}

.activities-box p {
  font-size: 16px;
  line-height: 19px;
}

.outputs-activities-title {
  display: inline-block;
  position: relative;
}

.outputs-activities-title h4 {
  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: 25px;
  padding: 40px;
  display: inline-block;
  margin: 0;
}

.outputs-activities-title img {
  width: 150px;
  height: 0px;
  transition: all 0.6s;
}

.outputs-activities-title img.aos-init.aos-animate {
  height: 100px;
}

img.opt-arrow-1 {
  position: absolute;
  left: -40%;
  top: 35px;
}

img.opt-arrow-2 {
  position: absolute;
  right: -35%;
  top: 35px;
}

.page-template-about .Teaching-resources-shaddow {
  display: none;
}

/* contact us Form css */
.contact-us-sec {
  overflow: hidden;
}

.contact-form {
  padding: 50px 50px 0;
}

label,
.wpcf7-list-item-label {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #2e3a59;
  line-height: 22px;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea {
  border: 2px solid #2e3a59;
  border-radius: 10px;
  width: 100%;
  padding: 16px 24px;
  line-height: 19px;
  font-size: 14px;
}

textarea {
  height: 170px;
}

.contact-form form .row > div {
  margin-bottom: 15px;
}

input[type="radio"] {
  height: 20px;
  width: 20px;
}

input[type="radio"] {
  height: 20px;
  width: 20px;
  margin-right: 7px;
}

.radio-btn .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.radio-btn p {
  display: flex;
  align-items: center;
}

input[type="submit"] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  background: #2e3a59;
  border: 2px solid #fff;
  border-radius: 100px;
  color: #fff;
  padding: 15px 25px;
  min-width: 193px;
  width: 100%;
  transition: all 0.4s;
  cursor: pointer;
}

.clear-form h6 input {
  background: none;
  border: none;
  font-weight: 500;
  font-size: 16px;
  color: #2e3a59;
  line-height: 25px;
  padding: 0;
}

input[type="submit"]:hover {
  background-color: #1c2437;
  border: 2px solid transparent;
}

.clear-form {
  display: flex;
  align-items: center;
  justify-content: end;
}

.clear-form h6 {
  margin-right: 40px;
  margin-bottom: 0;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 10px;
  line-height: 19px;
}

.contact-information h4 {
  font-weight: 500;
}

.contact-information {
  position: relative;
  height: 100%;
  padding: 50px 60px;
}

.contact-information:before {
  content: "";
  display: block;
  background: linear-gradient(
    180deg,
    #e9ecf7 0%,
    rgba(233, 236, 247, 0) 79.65%
  );
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0px;
}

.contact-line-video {
  position: absolute;
  right: -20%;
  bottom: -45%;
  height: 840px;
  width: 840px;
  mix-blend-mode: multiply;
}

.contact-line-video video {
  width: 100%;
}

.contact-shape {
  position: absolute;
  right: 100px;
  bottom: 40px;
}

.social-media-link ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #2e3a59;
}

.social-media-link ul li a img {
  width: 20px;
  margin-right: 4px;
  filter: invert(70%) sepia(45%) saturate(5737%) hue-rotate(172deg)
    brightness(85%) contrast(93%);
}

.social-media-link ul li {
  margin-bottom: 25px;
  position: relative;
  padding-left: 30px;
}

.social-media-link ul li a {
  text-decoration: underline;
}

.social-media-link ul li a img {
  position: absolute;
  left: 0;
  top: 3px;
}

.social-media-link ul li:last-child {
  margin: 0;
}

.check-box .wpcf7-list-item label span {
  position: relative;
  padding-left: 15px;
}

.check-box .wpcf7-list-item label input {
  height: 25px;
  width: 25px;
  opacity: 0;
}

.check-box .wpcf7-list-item {
  margin: 0;
}

.check-box .wpcf7-list-item label {
  display: flex;
}

.check-box .wpcf7-list-item label span:before {
  content: "";
  display: block;
  border: 2px solid #2e3a59;
  border-radius: 10px;
  height: 25px;
  width: 25px;
  position: absolute;
  left: -24px;
}

.check-box .wpcf7-list-item label span:after {
  display: block;
  content: "";
  background-image: url(../img/icon-checkbox-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #2e3a59;
  height: 25px;
  width: 25px;
  border-radius: 10px;
  position: absolute;
  left: -24px;
  top: 0;
  opacity: 0;
  border: 2px solid transparent;
}

.check-box .wpcf7-list-item label input:checked + span:after {
  opacity: 1;
}

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
}

/*privacy policy css*/

.pvc-shadow {
  position: absolute;
  top: -200px;
  background: rgba(228, 237, 252, 0.75);
  opacity: 0.6;
  filter: blur(125px);
  transform: rotate(-20.14deg);
  height: 600px;
  width: 1000px;
  left: -200px;
  z-index: -1;
}

.common-text-block h3 {
  font-size: 40px;
  color: #2e3a59;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 20px;
}

.common-text-block p a {
  color: #2394d2;
  border-bottom: 2px solid #2394d2;
  display: inline-block;
  font-weight: 400;
  line-height: 22px;
}

.common-text-block ul li {
  font-weight: 500;
  font-size: 18px;
  color: #666a72;
  line-height: 28px;
  margin-bottom: 20px;
  list-style-type: none;
  padding-left: 25px;
  position: relative;
  margin-left: 25px;
}

.common-text-block ul li:before {
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  background: #666a72;
  position: absolute;
  left: 5px;
  border-radius: 50%;
  top: 14px;
}

.privacy-video {
  position: absolute;
  height: 840px;
  width: 840px;
  mix-blend-mode: multiply;
}

.privacy-video-1 {
  top: -332px;
  left: -550px;
}

.privacy-video-2 {
  right: -500px;
  top: 250px;
}

.privacy-policy-sec:before {
  content: "";
  display: block;
  background: #eff7eb;
  opacity: 0.6;
  filter: blur(125px);
  transform: rotate(56.73deg);
  position: absolute;
  width: 700px;
  height: 600px;
  bottom: 180px;
  left: -240px;
  z-index: -1;
}

.privacy-policy-sec:after {
  background: rgba(228, 237, 252, 0.75);
  opacity: 0.6;
  filter: blur(125px);
  transform: rotate(-75deg);
  position: absolute;
  width: 700px;
  height: 600px;
  right: -240px;
  bottom: 180px;
  content: "";
  display: block;
  z-index: -1;
}

.privacy-shape {
  position: absolute;
  transition: all 1s;
}

.privacy-shape.ps-left {
  left: 40px;
  top: 50px;
}

.privacy-shape.ps-right {
  right: 0;
  top: 10px;
  right: 40px;
}

.common-text-block h4 {
  font-weight: 500;
}

.common-text-block ul li {
  font-size: 18px;
  line-height: 28px;
}

.banner-video.aos-init.aos-animate {
  transform: scale(1.5);
}

.privacy-policy-sec {
  overflow: hidden;
}

/*pagination design*/

.paginat {
  text-align: center;
  margin: 0 -5px;
  padding-top: 80px;
}

.paginat .page-numbers {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px !important;
  color: #2e3a59;
  line-height: 23px;
  height: 30px;
  width: 30px;
  margin: 0 5px;
  text-transform: capitalize;
  position: relative;
}

.paginat .page-numbers.current {
  background: #cdecf4;
  border-radius: 5px;
  display: inline-block;
}

.paginat .next:before {
  content: "";
  display: block;
  background-image: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  padding-right: 25px;
  background-position: center right;
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  right: -30px;
}

.paginat .prev {
  width: auto;
}

.paginat .prev:before {
  content: "";
  display: block;
  background-image: url(../img/arrow-left.svg);
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: center left;
  height: 100%;
  width: 100%;
  position: absolute;
  left: -30px;
  top: 2px;
}

.paginat .page-numbers:hover {
  background: #e9f7fb;
  border-radius: 5px;
}

.paginat .next:hover,
.paginat .prev:hover {
  background: none;
  color: #2394d2;
}

.paginat .next:hover:before,
.paginat .prev:hover:before {
  filter: invert(55%) sepia(18%) saturate(2571%) hue-rotate(162deg)
    brightness(88%) contrast(86%);
}

.page-template-events .filter-category-sec .upcoming-events .paginat {
  display: none;
}

.page-template-events .filter-category-sec .upcoming-events .btn-none {
  display: none;
}

.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

/* .animated-arrow span:not(.show_element) {
	opacity: 0;
} */

.mfp-bottom-bar {
  display: none;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*multyple filter*/

.category {
  display: flex;
  align-items: center;
}

.category h6 {
  margin: 0;
  padding-right: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #2e3a59;
  line-height: 19px;
}

.category .field-group {
  display: inline-block;
  align-items: center;
  position: relative;
  margin-right: 15px;
  flex-shrink: 0;
}

.category .field-group:last-child {
  margin: 0;
}

.category .field-group input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
}

.category .field-group label {
  margin: 2px;
  font-style: normal;
  font-weight: 500;
  color: #666a72;
  font-size: 14px;
  line-height: 24px;
  padding: 14px 24px;
  box-shadow: 0 0 0 1px #666a72;
  border-radius: 100px;
  flex-shrink: 0;
  display: inline-block;
  transition: all 0.4s;
}

.category .field-group:hover label {
  background-color: var(--background);
  color: var(--color);
  box-shadow: 0 0 0 2px transparent;
}

.category .field-group input[type="checkbox"]:checked ~ label {
  background: var(--background);
  box-shadow: 0 0 0 2px var(--color);
}

.category-group-box {
  display: flex;
  align-items: center;
}

.category-group-box::-webkit-scrollbar {
  display: none;
}

/* .filter-btn:hover {
	background: #CDECF4;
	color: #1A4A6A;
}

.filter-btn.active {
	background: #CDECF4;
}

.filter-btn:hover,
.filter-btn.active {
	background-color: var(--background);
	color: var(--color);
}

.filter-btn:hover {
	box-shadow: 0 0 0 2px var(--background);
}

.filter-btn.active {
	box-shadow: 0 0 0 2px var(--color);
} */

/* changes 25-01-2023*/

.contact-form .h3 {
  color: #2e3a59;
}

/*30-01-2023*/

.text-with-btn .text-block p {
  margin: 0;
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1370px;
  }

  /*.event-calender-slider .slick-list {
		margin-right: calc(-100vw / 2 + 1360px / 2);
	}*/

  /*Nitin Css*/
}

@media only screen and (max-width: 1399px) {
  h1,
  .contact-section h2 {
    font-size: 64px;
  }

  h2 {
    font-size: 54px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 30px;
  }
  /* 
	body .site {
		margin-top: 113px;
	} */

  a.btn_main {
    padding: 18px 46px;
  }

  .banner-img-grp span.banner-img-2 {
    width: 50px;
    top: -80px;
    left: 120px;
  }

  .banner-img-grp .banner-img-1 {
    width: 100px;
    left: -50px;
    top: -50px;
  }

  .banner-img-grp span.banner-img-3 {
    width: 70px;
    top: -50px;
  }

  .banner-img-grp span.banner-img-6 {
    width: 70px;
    bottom: -70px;
  }

  .banner-img-grp .banner-img-5 {
    width: 60px;
    left: -15px;
    bottom: -15px;
  }

  .banner-img-grp .banner-img-8 {
    right: 160px;
    bottom: -50px;
    z-index: 1;
    width: 70px;
  }

  .banner-img-grp span.banner-img-4 {
    width: 80px;
    top: -50px;
  }

  .banner-img-grp {
    padding-right: 30px;
  }

  .about-img {
    max-width: 460px;
  }

  .newsletter-sec span.banner-img-1 {
    width: 140px;
  }

  .newsletter-sec span.banner-img-2 {
    width: 130px;
  }

  .newsletter-sec span.banner-img-3 {
    width: 120px;
    bottom: 0;
  }

  .newsletter-sec span.banner-img-4 {
    width: 150px;
    bottom: 0;
  }

  .newsletter-sec .text-block {
    padding: 80px;
  }

  .pilot-programme .right-content .text-block h4 {
    max-width: 290px;
    width: 100%;
  }

  /*Nitin Css*/

  .site-header ul li img {
    max-width: 120px;
  }

  .main-menu ul li {
    padding: 0 10px;
  }

  .main-menu ul {
    margin: 0px -10px;
  }

  /*.event-calender-slider .slick-list {
		margin-right: calc(-100vw / 2 + 1130px / 2);
	}*/

  /*about us */

  .about-video {
    position: absolute;
    height: 700px;
    width: 700px;
  }

  .radio-btn .wpcf7-list-item {
    margin-left: 10px;
  }

  .privacy-shape img {
    width: 150px;
  }
}

@media only screen and (max-width: 1199px) {
  /*nitin*/
  /* body .site {
		margin-top: 99px;
	} */

  section {
    padding: 60px 0;
  }

  .menu li a {
    font-size: 14px;
    line-height: 19px;
  }

  .site-header ul li img {
    max-width: 95px;
  }

  .page-template-home .banner-video {
    right: -150px;
    top: -50px;
    width: 500px;
    height: 500px;
  }

  .down-arrow {
    transform: scale(0.8);
  }

  /*.event-calender-slider .slick-list {
		margin-right: calc(-100vw / 2 + 950px / 2);
	}*/

  .page-template-home .pilot-programme .banner-video {
    top: auto;
    bottom: -20%;
    right: -20%;
    height: 600px;
    width: 600px;
  }

  .category-block {
    padding: 25px 20px;
  }

  /*teaching-resources*/

  .category ul li {
    padding: 8px 15px;
  }

  select {
    font-size: 14px;
    line-height: 19px;
    padding: 10px 40px 10px 16px;
    max-width: 223px;
    width: 100%;
  }

  /* about us page*/

  .about-video {
    position: absolute;
    height: 550px;
    width: 550px;
  }

  .green-line-video {
    height: 550px;
    width: 550px;
    bottom: -55%;
    right: -25%;
  }

  .img-items-1,
  .img-items-3,
  .img-items-4,
  .img-items-2 {
    width: 120px;
  }

  .outputs-activities-title img {
    width: 100px;
    height: 80px;
  }

  img.opt-arrow-2 {
    right: -30%;
  }

  img.opt-arrow-1 {
    left: -30%;
  }

  .activities {
    gap: 15px;
  }

  .activities-box {
    padding: 30px 15px;
    border-radius: 25px;
  }
  .consortium-partners-slid .slick-track {
    margin-left: -40px;
  }

  /*Contact us page */

  img.contact-shape {
    width: 150px;
  }

  .contact-line-video {
    right: -20%;
    bottom: -25%;
    height: 550px;
    width: 550px;
  }

  .radio-btn p {
    display: block;
  }

  .radio-btn .wpcf7-list-item {
    display: block;
    margin: 0;
  }

  .privacy-video-1 {
    top: -230px;
    left: -330px;
  }

  .privacy-video {
    height: 550px;
    width: 550px;
  }

  .privacy-video-2 {
    right: -350px;
    top: 300px;
  }

  /*multyole filter*/

  button.filter-btn {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 991px) {
  h1,
  .contact-section h2 {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 0;
    margin-bottom: 15px;
  }

  h2,
  .h2 {
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 46px;
  }

  h3,
  .h3 {
    font-size: 32px;
    line-height: 38px;
  }

  h4,
  .h4 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
  }

  body p {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .mb-80 {
    margin-bottom: 30px;
  }

  a.btn_main {
    padding: 18px 36px;
    font-size: 14px;
    line-height: 20px;
  }

  /* body .site {
		margin-top: 100px;
	} */

  section {
    padding: 40px 0;
  }

  .banner-img-grp span.banner-img-4 {
    width: 50px;
    top: -20px;
    right: 15px;
  }

  .banner-img-7 {
    right: 40px;
    width: 30px;
    top: -30px;
  }

  .banner-img-grp .banner-img-8 {
    right: 110px;
    bottom: -30px;
    width: 40px;
  }

  .banner-img-grp span.banner-img-6 {
    width: 50px;
    bottom: -60px;
  }

  /* a.btn_main.btn_brd {
		padding: 12px 36px;
	} */

  .page-template-home .banner-video {
    right: -150px;
    top: -50px;
    width: 500px;
    height: 500px;
  }

  .banner-section .text-block {
    padding-right: 40px;
  }

  .site-header ul li:first-child img {
    max-width: 95px;
  }

  .site-header ul li:last-child img {
    max-width: 110px;
  }

  /* .partner-logos li img {
		width: 120px;
		height: 60px;
		object-fit: contain;
	} */

  .newsletter-sec span.banner-img-1,
  .newsletter-sec span.banner-img-2,
  .newsletter-sec span.banner-img-3,
  .newsletter-sec span.banner-img-4 {
    width: 80px;
  }

  .newsletter-sec .text-block {
    padding: 50px 0;
  }

  .newsletter-sec h2 {
    margin-bottom: 30px;
  }

  /*Nitin Css*/

  /*mobile menu css */

  .site-header {
    padding: 10px 0;
  }

  .site-navigation {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    background: linear-gradient(
      180deg,
      #e9ecf7 0%,
      rgba(233, 236, 247, 0) 79.65%
    );
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    height: 100vh;
    background-color: #fff;
    padding-top: 100px;
    overflow: hidden;
    overflow-y: scroll;
  }

  .main-menu ul li {
    display: block;
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid #cccccc;
  }

  .main-menu ul li:last-child {
    border: 0;
  }

  .main-menu ul li a {
    font-size: 20px;
    line-height: 24px;
  }

  .main-menu ul {
    margin: 0;
  }

  .main-menu {
    transform: translateX(100%);
    transition: all 0.4s;
    padding: 0 15px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .main-menu > div {
    width: 100%;
  }

  html.menu-open .site-navigation {
    visibility: visible;
    opacity: 1;
  }

  html.menu-open .main-menu {
    transform: translateX(0);
  }

  html.menu-open .menu-icon {
    display: none;
  }

  html.menu-open .close-icon {
    display: block;
  }

  html.menu-open {
    overflow: hidden;
  }

  .navbar-toggle {
    z-index: 1;
    height: 24px;
    width: 24px;
  }

  .site-branding {
    z-index: 2;
  }

  .site-header .col-12 {
    position: static;
  }

  .mail-info a {
    color: #2e3a59;
    display: flex;
    align-items: center;
  }

  .mail-info a img {
    margin-right: 10px;
  }

  .mail-info {
    margin-bottom: 40px;
  }

  .main-menu .footer-list li a {
    font-size: 12px;
    font-weight: 500;
    font-size: 12px;
  }

  .main-menu .footer-list li {
    display: flex;
    width: auto;
    border: none;
    padding: 0;
  }

  .info-link.d-lg-none {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .info-link-box {
    padding-right: 20px;
  }

  .main-menu .footer-list li:not(:first-child) a {
    margin-left: 15px;
  }

  a.play-icon {
    height: 45px;
    width: 45px;
  }

  .banner-img-grp a.play-icon svg {
    width: 18px;
    height: 18px;
  }

  /*nitin */

  .video-play-btn {
    padding-left: 25px;
  }

  .video-play-btn .play-btn {
    font-size: 14px;
    line-height: 22px;
  }

  .category-group-list .row > div {
    margin-bottom: 30px;
  }

  .category-group-list .row {
    margin-bottom: -30px;
  }

  /*pilot school*/

  .page-template-home .pilot-programme .banner-video {
    top: auto;
    bottom: -30%;
    right: -20%;
    height: 450px;
    width: 450px;
  }

  .pilot-school-blog {
    border-radius: 50px;
    padding: 25px 20px;
  }

  .pilot-school-blog:before {
    border-radius: 50px;
  }

  .pc-top .icon img {
    position: absolute;
    top: -5px;
    left: 5px;
  }

  .pc-top .icon {
    height: 40px;
    width: 40px;
    border-radius: 5px;
  }

  .pc-top .title-block {
    padding-left: 25px;
  }

  /* .pc-middle .text-block ul {
		margin: 0 -20px -20px;
	} */

  .pc-middle .text-block ul li {
    font-size: 14px;
    padding: 0 10px;
  }

  .event-calender-box h6 {
    font-size: 16px;
    line-height: 25px;
  }

  .event-calender-box ul li {
    font-size: 14px;
    line-height: 19px;
  }

  /*.event-calender-slider .slick-list {
		margin-right: calc(-100vw / 2 + 710px / 2);
	}*/

  .slider-btn .slick-arrow img {
    width: 18px;
  }

  .slider-btn .slick-arrow {
    height: 58px;
    width: 58px;
  }

  .newsletter-sec .contact-section h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
  }

  body .mfp-iframe-holder .mfp-content {
    max-width: 640px;
  }

  .pilot-programme-slider ul li {
    font-size: 14px;
    line-height: 19px;
    padding: 10px 15px;
    margin-bottom: 15px;
  }

  .category-block {
    padding: 25px 15px;
    border-radius: 15px;
  }

  .category-block:before {
    border-radius: 15px;
  }

  .category-block .time img {
    margin-right: 5px;
  }

  .category-list ul li {
    font-size: 14px;
    line-height: 19px;
  }

  .down-arrow {
    right: -160px;
    transform: scale(0.5);
  }

  /*footer*/
  .footer-logo {
    margin: 0 auto 40px;
    text-align: center;
    max-width: 170px;
  }

  .footer-navigation ul {
    column-count: 1;
  }

  .main-footer {
    padding-bottom: 50px;
  }

  /*Teaching-resources*/

  .filter-category-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .category {
    margin-bottom: 30px;
  }

  .category ul {
    overflow: scroll;
    position: relative;
    padding-top: 40px;
    display: flex;
  }

  .category ul::-webkit-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: none;
  }

  .category ul li.filter {
    position: absolute;
    top: 5px;
  }

  .category ul li {
    flex-shrink: 0;
  }

  .sort-by {
    justify-content: start;
  }

  /*events*/

  .event-grid .grid-ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .event-calender-box {
    border-radius: 25px;
    padding: 15px;
  }

  .event-calender-box:before {
    border-radius: 25px;
  }

  /*about us page */

  .about-video {
    position: absolute;
    height: 450px;
    width: 450px;
  }

  .activities {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .consortium-partners-slid {
    margin: 0 -8px;
  }

  .cp-logo-box {
    padding: 0 8px;
  }

  .img-items-1,
  .img-items-3,
  .img-items-4,
  .img-items-2 {
    width: 100px;
  }

  .consortium-partners:before {
    top: 120px;
  }

  .two-column-sec .img-block {
    max-width: 230px;
    margin: auto;
  }

  .outputs-activities-sec {
    margin-top: 50px;
  }

  .green-line-video {
    height: 450px;
    width: 450px;
  }

  .defining-sec h2 {
    font-size: 32px;
    line-height: 40px;
  }

  /*contact us page */
  .contact-form {
    padding: 30px 30px 0 0;
  }

  .contact-information {
    padding: 30px 0 0 30px;
  }

  .contact-line-video {
    height: 450px;
    width: 450px;
  }

  img.contact-shape {
    width: 100px;
  }

  .clear-form h6 {
    margin-right: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .social-media-link ul li a {
    font-size: 14px;
  }

  /*privacy policy css*/
  .common-text-block ul li {
    font-size: 14px;
    line-height: 22px;
  }

  .common-text-block h3 {
    font-size: 36px;
    line-height: 43px;
  }

  .privacy-shape img {
    width: 100px;
  }

  .privacy-shape.ps-right {
    right: 20px;
  }

  .privacy-shape.ps-left {
    left: 20px;
    top: 20px;
  }

  .privacy-video-1 {
    top: -250px;
    left: -330px;
  }

  .privacy-video-2 {
    right: -330px;
    top: 250px;
  }

  .privacy-video {
    height: 500px;
    width: 500px;
  }

  /* pagination*/

  .paginat {
    padding-top: 60px;
  }

  /* about page*/

  .consortium-partners-slid .slick-list.draggable {
    margin-right: calc(-100vw / 2 + 720px / 2);
  }
}

@media only screen and (min-width: 768px) {
  .newsletter-sec .contact-section br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .mb-60 {
    margin-bottom: 30px;
  }

  .mb-40 {
    margin-bottom: 16px;
  }

  .contact-section h2 {
    margin-bottom: 20px;
  }

  /* .site-header ul li:first-child img {
		max-width: 120px;
	} */

  .site-header ul li:last-child img {
    max-width: 110px;
  }

  .page-template-home .banner-video {
    right: -100px;
    top: -70px;
    width: 380px;
    height: 380px;
  }

  .banner-section .text-block {
    padding-right: 0;
  }

  .banner-section .text-block p {
    max-width: 100%;
  }

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

  .banner-img-grp {
    margin: 60px 0;
  }

  .banner-section .text-block {
    padding-right: 0;
  }

  .banner-section .text-block p {
    max-width: 100%;
  }

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

  .banner-img-grp {
    margin: 60px 0;
  }

  .about-img {
    max-width: 320px;
    margin: 0 auto 20px;
  }

  .partner-section {
    padding-bottom: 0;
  }

  .partner-logos li {
    padding: 10px;
    width: 50%;
  }

  .partner-logos {
    margin: 0 -10px;
  }

  .contact-section h4 {
    margin-bottom: 10px;
  }

  img.bg-img-4 {
    top: 0px;
    width: 100%;
  }

  .newsletter-sec:before {
    display: none;
  }

  .footer_grp {
    padding: 25px 20px 10px;
    border-radius: 25px 25px 0 0;
  }

  .social-icon li {
    margin-right: 10px;
  }

  .footer-list {
    margin-top: 20px;
  }

  .footer_grp p {
    margin-top: 20px;
  }

  .banner-img-grp {
    padding: 0 30px;
  }

  .banner-img-grp .banner-img-1 {
    left: -4px;
    top: -36px;
    width: 80px;
  }

  .banner-img-grp span.banner-img-2 {
    left: 110px;
    width: 40px;
    top: -50px;
  }

  .banner-img-grp .banner-img-grp span.banner-img-3 {
    left: 56px;
    top: -30px;
    width: 50px;
  }

  span.banner-img-7.rellax {
    width: 30px;
    right: 35px;
    top: -30px;
  }

  .banner-img-grp span.banner-img-6 {
    width: 40px;
    bottom: -60px;
    right: 50px;
  }

  .banner-img-grp span.banner-img-4 {
    width: 50px;
    top: -20px;
    right: 10px;
  }

  .banner-img-grp span.banner-img-8.rellax {
    width: 48px;
    right: 100px;
    height: 45px;
    bottom: -30px;
  }

  .banner-img-grp .banner-img-5 {
    left: 15px;
    width: 50px;
    bottom: -15px;
  }

  .banner-img-9 {
    right: 96px;
    bottom: -56px;
    width: 13px;
  }

  .banner-img-grp span.banner-img-3 {
    width: 60px;
    top: -30px;
    left: 50px;
  }

  .about-img {
    max-width: 260px;
    margin: 0 auto 30px;
  }

  .partner-logos {
    margin: 0 -10px;
  }

  .newsletter-sec .text-block {
    padding: 80px 0;
  }

  .newsletter-sec span.banner-img-3,
  .newsletter-sec span.banner-img-4 {
    bottom: -30px;
  }

  .about-img video {
    width: 100%;
    border: 0;
  }

  .page-template-home .pilot-programme .banner-video {
    display: none;
  }

  .footer_grp {
    padding: 25px 20px 10px;
    border-radius: 25px 25px 0 0;
  }

  .footer-list li:not(:first-child) a {
    margin-left: 30px;
  }

  .footer_grp p {
    margin-top: 20px;
  }

  /*Nitin Css*/

  .marquee {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }

  .marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
  }

  @keyframes marquee {
    0% {
      transform: translate3d(0%, 0, 0);
    }

    100% {
      transform: translate3d(-100%, 0, 0);
    }
  }

  /* pilot school*/

  .pilot-school-blog {
    padding: 40px 20px 15px;
  }

  .pc-middle .text-block ul li {
    font-size: 12px;
    margin-bottom: 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #61b234;
    border-right: none;
  }

  .pc-middle .text-block ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .pilot-school-btn ul {
    display: block;
  }

  .pc-middle .text-block ul li:last-child {
    border: none;
    margin: 0;
    padding: 0;
  }

  .pilot-school-btn ul li a {
    width: 100%;
  }

  .pilot-school-btn ul li {
    padding: 0 10px;
    margin-bottom: 15px;
  }

  .pilot-school-btn ul li:last-child {
    margin: 0;
  }

  .pilot-programme .container .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .pilot-programme-slider {
    margin-top: 50px;
  }

  .pilot-programme-slider ul li {
    font-size: 14px;
    line-height: 19px;
    padding: 11px 25px;
  }

  .pilot-programme .right-content .text-block h4 {
    max-width: 270px;
  }

  .down-arrow {
    position: absolute;
    right: -160px;
    top: -88px;
    transform: scale(0.3);
    display: none;
  }

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

  /*.event-calender-slider .slick-list {
		margin-right: calc(-100vw / 2 + 525px / 2);
	}*/

  .slider-btn {
    display: none;
  }

  .partner-logos li img {
    height: 65px;
    width: auto;
    margin: auto;
    object-fit: contain;
  }

  .event-calender-box ul li {
    margin-bottom: 14px;
  }

  .event-calender-box ul li ul li {
    display: block;
  }

  .event-calender-box ul li ul li:first-child {
    margin-right: 0;
    margin-bottom: 14px;
  }

  .event-calender-box ul {
    margin-bottom: 0;
  }

  /*Teaching-resources*/

  .banner-left-shaddow-mobile.d-md-none {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .heading-with-text .title-block h3 {
    margin-bottom: 15px;
  }

  .filter-category-list ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .sort-by label select {
    font-size: 14px;
    line-height: 19px;
    padding: 10px 40px 10px 16px;
    max-width: 223px;
    width: 100%;
  }

  .event-calender-box {
    border-radius: 15px;
  }

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

  .category-block:hover:before {
    opacity: 0;
  }

  .filter-category-list ul {
    gap: 15px;
  }

  /* about-Page css */
  .about-section .title-block h4 {
    margin-bottom: 5px;
  }

  .about-video {
    position: absolute;
    height: 350px;
    width: 350px;
  }

  .left-video {
    left: -150px;
    top: 0;
    transform: rotate(-105deg);
  }

  .right-video {
    right: -120px;
    top: -110px;
    transform: rotate(-105deg);
  }

  .defining-sec:before {
    opacity: 0.3;
  }

  .defining-sec:after {
    opacity: 0.3;
  }

  .img-items-1,
  .img-items-2,
  .img-items-3,
  .img-items-4 {
    display: none;
  }

  .consortium-arish {
    min-height: 220px;
    border-radius: 25px;
    padding: 15px;
  }

  .consortium-arish h6 {
    margin-bottom: 5px;
  }

  .consortium-arish p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 19px;
  }

  .consortium-arish img {
    max-width: 180px;
  }

  .consortium-partners:before {
    display: none;
  }

  .consortium-partners-slid .slick-list .slick-track {
    margin-left: -40px;
  }

  .two-column-sec .img-block video {
    margin-bottom: 50px;
  }

  .two-column-sec.wrap .row .text-block {
    margin-top: 30px;
  }

  .blue-overlay:before {
    opacity: 0.3;
  }

  .blue-overlay:after {
    opacity: 0.3;
  }

  .activities-box {
    padding: 25px 15px;
    border-radius: 15px;
  }

  .activities .row > div {
    margin-bottom: 10px;
  }

  .activities .row > div:last-child {
    margin-bottom: 0;
  }

  .activities-box p {
    font-size: 14px;
    line-height: 22px;
  }

  .video-wrap {
    margin-bottom: 20px;
  }

  .outputs-activities-title h4 {
    border-radius: 15px;
    padding: 15px;
    font-size: 24px;
    line-height: 28px;
  }

  .green-line-video {
    display: none;
  }

  .outputs-activities-sec {
    margin-top: 50px;
  }

  .outputs-activities-title img {
    display: none;
  }

  img.outputs-line {
    display: none;
  }

  .consortium-partners-slid .slick-list.draggable {
    margin-right: calc(-100vw / 2 + 530px / 2);
  }

  /*contact us page css */

  .contact-form {
    padding: 40px 0;
  }

  .contact-information {
    padding: 50px 0;
  }

  .contact-information:before {
    left: calc((((100vw - 510px) * -1) / 2));
  }

  .contact-shape {
    right: -20px;
    bottom: 0;
  }

  /*privacy policy css*/

  .pvc-shadow {
    display: none;
  }

  .privacy-shape {
    display: none;
  }

  .privacy-video {
    display: none;
  }

  .privacy-policy-sec:before {
    display: none;
  }

  .privacy-policy-sec:after {
    display: none;
  }

  /* pagination*/

  .paginat {
    padding-top: 40px;
  }

  /*new filter*/

  .category {
    display: block;
    align-items: center;
  }

  .category h6 {
    margin-bottom: 25px;
  }

  .category-group-box {
    overflow: scroll;
    padding: 2px;
  }

  .category .field-group label {
    padding: 8px 15px;
  }

  .text-with-btn .text-block p {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .pilot-school-blog {
    border-radius: 15px;
  }

  .pilot-school-blog:before {
    border-radius: 15px;
  }

  /*.event-calender-slider .slick-list {
		margin-right: -15px;
	}*/

  .mobile-category-slider .slick-list {
    margin-right: -15px;
  }

  body .mfp-iframe-holder .mfp-content {
    max-width: 375px;
  }

  /*Teaching-resources*/

  .filter-category-list ul {
    grid-template-columns: repeat(1, 1fr);
  }

  /*events*/

  .event-grid .grid-ul {
    grid-template-columns: repeat(1, 1fr);
  }

  /*about us Page css */

  .consortium-partners-slid .slick-list.draggable {
    margin-right: 0;
  }

  .about-video {
    position: absolute;
    height: 250px;
    width: 250px;
  }

  .video-blog video {
    max-width: 150px;
  }

  .activities {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .cp-logo p {
    font-size: 12px;
    line-height: 19px;
  }

  .consortium-partners-slid .slick-list {
    margin-right: 0;
  }

  .contact-information:before {
    left: -15px;
    width: calc(100% + 30px);
  }

  .consortium-arish {
    min-height: 200px;
  }

  .consortium-arish p {
    font-size: 10px;
    line-height: 16px;
  }

  .navbar-toggle {
    margin-right: 15px;
  }

  .keyPolice-slider .slick-list {
    margin-right: 0;
  }
}

.downloadable-resource-environment .category-block svg {
  height: auto;
}

.downloadable-resource-environment
  .category-block
  .downloadable-resource-title {
  color: #2e3a59;
  font-family: Satoshi;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin: 15px 0px;
}
.downloadable-resource-environment
  .category-block
  .downloadable-resource-content
  p {
  color: var(--Neutral, #666a72);
  font-family: Satoshi;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
}
.downloadable-resource-content {
  margin-bottom: 15px;
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 700px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}
.custom-model-wrap video {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}
@media screen and (max-width: 799px) {
  .custom-model-inner {
    margin-top: 45px;
  }
}

.c-eventCard {
  position: relative;
  display: block;
  border-radius: 28px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: #000;
  min-height: 443px;

  &:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: 4px;
  }

  &:hover .c-eventCard__img,
  &:focus-visible .c-eventCard__img {
    transform: scale(1.03);
  }

  &:hover .c-eventCard__cta,
  &:focus-visible .c-eventCard__cta {
    text-decoration: underline;
  }
}

.c-eventCard__media {
  position: absolute;
  inset: 0;
}

.c-eventCard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 250ms ease;
}

.c-eventCard__img--fallback {
  background: #222;
}

.c-eventCard__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0) 60%
  );
}

.c-eventCard__pill {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #0b3b69;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.c-eventCard__content {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  color: #fff;
}

.c-eventCard__title {
  color: white;
  font-size: 24px;
}

.c-eventCard__text {
  font-weight: 400;
  font-size: 16px;
  color: white;
}

.c-eventCard__cta {
  font-weight: 600;
}

/* Card boxes */

.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 {
  color: #666a72;
  font-family: Satoshi;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 15px;
  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;
  line-height: 46px !important;
  font-size: 30px !important;
}
.keyElement-box .link a {
  color: #666a72 !important;
  font-family: Satoshi;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.keyElement-box .link a:after {
  content: "\e09f";
}
