@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
  font-family: "ProximaNovaBold";
  src: url("fonts/ProximaNova-Bold.svg") format("opentype");
  src: url("fonts/ProximaNova-Bold.eot");
  src: url("fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/ProximaNova-Bold.woff") format("woff"),
    url("fonts/ProximaNova-Bold.ttf") format("truetype"),
    url("fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNovaExtraBold";
  src: url("fonts/ProximaNovaExtrabold.otf") format("opentype");
  src: url("fonts/ProximaNova-Extrabld.eot");
  src: url("fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"),
    url("fonts/ProximaNova-Extrabld.woff") format("woff"),
    url("fonts/ProximaNova-Extrabld.ttf") format("truetype"),
    url("fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNovaRegular";
  src: url("fonts/ProximaNovaRegular.otf") format("opentype");
  src: url("fonts/ProximaNova-Regular.eot");
  src: url("fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/ProximaNova-Regular.woff") format("woff"),
    url("fonts/ProximaNova-Regular.ttf") format("truetype"),
    url("fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

:root {
  --primary: #354a73;
  --secondary: #87c340;
  --greycolor: #6c7c9d;
  --darkcolor: #202d46;
  --creamcolor: #f3f0e7;
  --lightgreen: #edf7e1;
  --white: #fff;
  --textcolor: #222;
  --fontext: "Open Sans", sans-serif;
  --titletext: "ProximaNovaRegular";
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  min-width: 305px;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, html {
  font-size: 18px;
  line-height: 1.6;
  font-family: var(--fontext);
  font-weight: 500;
  color: var(--darkcolor);
  background-color: var(--creamcolor);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

a, a:visited {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

a {
  text-decoration: unset;
}

p a, p a:visited {
  line-height: inherit;
}

li {
  line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.1em;
  font-family: var(--titletext);
}

strong {
  font-weight: 800;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

sup {
  font-size: 75%;
  vertical-align: super;
  line-height: 1;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  flex: 1 0 auto;
}

.no-touch a[href^="tel:"], .noLink {
  pointer-events: none;
  cursor: text;
}

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

.text-right {
  text-align: right;
}

#sapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 96%;
  max-width: 1280px;
  z-index: 1;
}

.mediumwrap {
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  z-index: 1;
}

.smallwrap {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  z-index: 1;
}

.hidden {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after, .clear {
  clear: both;
}

.col12 {
  width: 48%;
}

.col23 {
  width: 65.333%;
}

.col13 {
  width: 31.666%;
}

.col14 {
  width: 23%;
}

.col56 {
  width: 56%;
}

.col40 {
  width: 40%;
}

.col50 {
  width: 50%;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.itemcenter {
  align-items: center;
}

.justify {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.contentcenter {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.flexend {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.spaceBottom {
  position: relative;
  padding-bottom: 80px;
}

.spaceTop {
  position: relative;
  padding-top: 80px;
}

.bigfont {
  font-size: 1.2em;
  line-height: 1.6em;
}

/* ~~~~~breadcrumns~~~~~~~~ */
.sublist ul {
  position: relative;
  margin: 0;
}

.sublist li {
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: inline-flex;
  background: unset;
  padding: 0;
}

.sublist li a {
  color: var(--primary);
  line-height: 22px;
  padding: 0 20px 0 15px;
  display: block;
  position: relative;
  font-weight: 500;
}

.sublist li a:hover {
  color: var(--secondary);
}

.sublist li.home a {
  padding-left: 0
}

.home>a:before, .sublist li ul li a:before {
  content: "\f115";
  font-family: beehivelyicons;
  position: absolute;
  font-size: 9px;
  line-height: 20px;
  z-index: 1;
  left: -5px;
  top: 2px;
}

.home>a:before {
  left: inherit;
  right: -5px;
}

/* ~~~~~~ calendar ~~~~~~~ */
.fullcal .fc-content {
  color: #fff;
}

.fullcal table td {
  padding: 0;
}

.fullcal table {
  margin: 0;
}

.fullcal .fc-button-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}

.fullcal .fc-button-primary:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.fullcal .fc-day-header {
  padding: 6px;
}

.fullcal .fc-event, .fc-event-dot {
  background-color: var(--primary);
}

.fullcal .fc-event, .fullcal table td {
  border: 1px solid var(--primary);
}

#detail h1 {
  font-size: 1.6em;
  color: var(--darkcolor);
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.content {
  padding: 40px 0px;
  position: relative;
  min-height: 300px;
}

.content ul, .content ol {
  margin: 10px 0;
}

.content ul li, .content ol li {
  margin-bottom: 12px;
  list-style-type: square;
  padding: 0;
  margin-left: 20px;
  display: list-item;
}

.content ol li {
  list-style-type: decimal;
}

.twocolumn {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.innerttl {
  padding-top: 120px;
}

.banner+.innerttl {
  padding-top: 20px;
}

.bgcolor {
  background-color: var(--secondary);
  border-radius: 30px 30px 30px 0;
  padding: 30px;
  margin-bottom: 30px;
  font-size: 1.1em;
}

.bgcolorbottom {
  background-color: var(--secondary);
  border-radius: 0 30px 30px 30px;
  padding: 30px;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.content .bgcolorbottom a {
  font-weight: 600;
}

.content .bgcolorbottom a:hover {
  color: var(--darkcolor);
}

.accordion .accordion-item .accordion-header-button {
  border-radius: 10px;
}

/* .accordion .accordion-item .accordion-panel {
  background-color: var(--white);
} */

/* ~~~~~~~~~~~~~~~~~~~~~ */
h1 {
  font-size: 3.2em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.4em;
}

h6 {
  font-size: 1.2em;
}

h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
  margin-top: 15px;
}

h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child) {
  margin-bottom: 15px;
}

table {
  margin: 10px 0;
  font-size: 0.9em;
  color: var(--textcolor);
}

table th {
  padding: 10px;
  text-align: left;
  font-size: 1.1em;
  background-color: var(--secondary);
  color: var(--white);
  font-weight: 700;
  border: 1px solid var(--lightgreen);
}

table tr td {
  padding: 6px 10px;
  border: 1px solid var(--secondary);
}

table a {
  word-break: break-word;
}

.content a {
  color: var(--primary);
  text-decoration: none;
  cursor: pointer;
}

.content a:hover {
  color: var(--secondary);
}

table th a:hover {
  color: #fff;
}

p:not(:last-child) {
  margin-bottom: 15px;
}

hr {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 30px 0;
  border: 0px;
  border-top: 2px solid var(--secondary);
  opacity: .25;
  clear: both;
}

.fulltable {
  width: 100%;
}

.btn a {
  display: inline-block;
  background-color: var(--secondary);
  color: var(--textcolor);
  border: 2px solid var(--secondary);
  padding: 15px 30px;
  cursor: pointer;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 15px;
  position: relative;
  -webkit-transform: perspective(1px);
  transform: perspective(1px);
  overflow: hidden;
  border-radius: 100px;
  text-transform: capitalize;
  text-align: center;
}

.btn a:before {
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 51%;
  transform-origin: 51%;
}

.btn a:hover {
  color: var(--primary);
  background-color: var(--creamcolor);
  border: 2px solid var(--secondary);
}

.btn a:hover:before {
  background-color: var(--creamcolor);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.btn a:not(:last-child) {
  margin-right: 15px;
}

.whte .btn a, .bgcolorbottom .btn a, .bgcolor .btn a {
  background-color: var(--creamcolor);
  border: 2px solid var(--secondary);
  color: var(--primary);
}

.whte .btn a:hover::before, .bgcolorbottom .btn a:hover::before, .bgcolor .btn a:hover::before {
  background-color: var(--primary);
}

.whte .btn a:hover, .bgcolorbottom .btn a:hover, .bgcolor .btn a:hover {
  background-color: var(--primary);
  border: 2px solid var(--primary);
  color: var(--creamcolor);
}

.leftimg {
  float: left;
  margin: 0 30px 15px 0;
  max-width: 30%;
}

.rightimg {
  float: right;
  margin: 0 0 15px 30px;
  max-width: 30%;
}

.rightimg img, .leftimg img {
  border-radius: 40px 40px 60px 0;
  width: 100%;
}

/* footer */
.footer {
  background-color: var(--primary);
  color: var(--creamcolor);
  padding: 30px 0 15px;
}

.footer a {
  color: var(--secondary);
}

.footer a:hover {
  color: var(--creamcolor);
}

.footer h2 {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: var(--secondary);
}

.footer .logo {
  display: block;
  width: 320px;
}

.footer .logo img {
  filter: brightness(0) invert(1);
}

.footer .footadd div {
  margin-bottom: 20px;
}

.footer .schoolicon img {
  width: 120px;
  margin-left: 10px;
}

.footer .copyright {
  margin-top: 30px;
  border-top: 1px solid var(--greycolor);
  padding-top: 15px;
  font-size: 0.9em;
}

.footer .copyright span {
  margin: 0 5px;
}

/*  */
.header {
  width: 100%;
  z-index: 11;
  position: relative;
}

.header .logo {
  width: 220px;
  position: relative;
}

.header .mainhead {
  position: absolute;
  width: 100%;
}

.header .mainhead .container{
  padding: 10px 20px;
  background-color: rgb(243 240 231 / 90%);
  border-radius: 0 0 30px 30px;
  gap: 15px;
}

.bgcurve, .creamcurve {
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}

.bgcurve::before, .creamcurve::before {
  content: "";
  position: absolute;
  bottom: -160px;
  left: 50%;
  transform: translateX(-50%);
  width: 140%;
  height: 200px;
  background: var(--primary);
  border-radius: 50%;
  z-index: 0;
}

.creamcurve::before {
  background: var(--creamcolor);
}

.banner {
  background-repeat: no-repeat;
  /* background-position: center; */
  background-size: cover;
  width: 100%;
  position: relative;
  padding: 180px 0 160px;
  /* margin-top: 50px; */
}

.banner .container {
  height: 100%;
}

.banner .bannerText {
  position: relative;
  width: 100%;
  max-width: 650px;
  padding: 40px;
}

.banner .bannerText::before {
  content: '';
  position: absolute;
  background-color: var(--creamcolor);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 80px 80px 120px 0;
}

.banner .bannerText h2 span {
  display: block;
}

.banner .bannerText p, .vision p, .expert p, .apply p, .testimonial p, .bblktext p, .bgrghtext p, .card article p {
  font-size: 1.2em;
}

.bannerght {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 120px 0 180px;
  display: inline-flex;
  align-items: center;
}

.bannerght .container {
  height: 100%;
}

.bannerght .bgrghtext {
  position: relative;
  max-width: 640px;
  padding: 40px;
}

.bannerght .bgrghtext::before {
  content: '';
  position: absolute;
  background-color: var(--creamcolor);
  opacity: 0.85;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 80px 80px 120px 0;
}

.title h2 {
  font-size: 3.2em;
  text-transform: uppercase;
}

.vision img {
  margin: 15px 0;
  border-radius: 40px 40px 80px 0;
}

.vision .title {
  padding-right: 30px;
}

.bluebg {
  background-color: var(--primary);
  color: var(--white);
}

.expert img {
  border-radius: 0 0 40% 0;
  width: 100%;
}

.expert .col12.title {
  padding-right: 100px;
}

.card article {
  border-radius: 40px 40px 80px 0;
  padding: 40px;
  position: relative;
}

.card article::before {
  content: '';
  position: absolute;
  background-color: var(--creamcolor);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 80px 80px 120px 0;
}

.card article h2 {
  font-size: 1.8em;
}

.card article i {
  display: inline-flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 60% 0;
  background-color: var(--lightgreen);
}

.card.expwrap {
  position: relative;
  padding: 80px 0;
  background-attachment: fixed;
}

.card.expwrap::before {
  content: '';
  position: absolute;
  background: linear-gradient(0, transparent, rgb(0 0 0 / 72%));
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card.expwrap .title h2 {
  color: var(--white);
}

.card.expwrap .row {
  margin: 0 -15px;
}

.card.expwrap article {
  width: calc(25% - 30px);
  margin: 30px 15px 15px;
}

.card.expwrap article span {
  display: inline-block;
  background-color: var(--darkcolor);
  padding: 15px;
  border-radius: 100%;
  width: 80px;
}

.card.expwrap article span img {
  width: 100%;
  filter: brightness(0) invert(1);
}

.card.expwrap article span i {
  display: block;
  color: var(--creamcolor);
  width: 50px;
  height: 50px;
  padding: 5px;
  border-radius: inherit;
  background-color: transparent;
}

.card.expwrap article span i:before {
  font-size: 40px;
  line-height: 40px;
}

.testimonial {
  position: relative;
  padding: 120px 0;
}

.testimonial::after {
  content: '';
  position: absolute;
  background-image: url(icon-rpa.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
  opacity: 0.05;
}

.testimonial cite {
  font-style: italic;
  font-size: 0.8em;
}

.testimonial .splide__pagination {
  bottom: -20px;
}

.apply img {
  border-radius: 0 0 0 40%;
  width: 100%;
}

.apply .col12.title {
  padding-left: 100px;
}

.bblktext {
  padding: 0 165px 30px 0;
}

.mainblock .col23 {
  background-color: var(--creamcolor);
  color: var(--primary);
  padding: 40px;
  border-radius: 40px 40px 80px 0;
}

.mainblock .col13 {
  text-align: right;
}

.mainblock .row:nth-child(even) .col13 {
  text-align: left;
}

.mainblock .row:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 50px;
}

.mainblock .blockicon {
  width: 140px;
  height: 140px;
  background-color: var(--creamcolor);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.mainblock .blockicon img {
  width: 80px;
}

.schlnavbutton {
  padding-bottom:60px;
}

.schlnavbutton ul {
  gap: 20px;
}

.schlnavbutton ul li {
  text-transform: uppercase;
  position: relative;
}

.schlnavbutton ul li::before {
  width: 1px;
  height: 100%;
  background-color: var(--white);
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
}

.schlnavbutton ul li:last-child::before {
  content: unset;
}

.schlnavbutton ul li a {
  color: var(--white);
  padding: 5px;
}

.schlnavbutton ul li a:hover {
  color: var(--secondary);
}

.transbox {
  background-color: var(--primary);
  color: var(--white);
  padding: 0px 30px 30px 30px;
  position: relative;
  margin: 15px 0 30px;
  border-radius: 0 15px 15px 40px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}

.transbox h5 {
  margin-bottom: 0;
  background-color: var(--secondary);
  padding: 20px;
  border-radius: 15px 15px 15px 0px;
  margin-left: -40px;
  margin-top: -10px;
  font-size: 1.2em;
  color: var(--textcolor);
}

.content .transbox a, .content .bgcolor a {
  font-weight: 600;
  color: var(--secondary);
}

.content .transbox a:hover, .content .bgcolor a:hover {
  color: var(--white);
}

.pboxes a {
  border-bottom-right-radius: 40px;
  border-top-left-radius: 40px;
  position: relative;
  overflow: hidden;
}

.pboxes a::before {
  content: '';
  position: absolute;
  background: linear-gradient(0, rgb(53 74 115 / 60%), transparent);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.pboxes a:hover::before {
  background: linear-gradient(0, rgb(53 74 115 / 80%), transparent);
}

.pboxes a img {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.pboxes a:hover img {
  transform: scale(1.09, 1.06);
  -webkit-transform: scale(1.09, 1.06);
  -moz-transform: scale(1.09, 1.06);
  -ms-transform: scale(1.09, 1.06);
  -o-transform: scale(1.09, 1.06);
}

.pboxes a .pbtext {
  padding: 5px;
  position: absolute;
  bottom: 0;
  color: var(--white);
  width: 100%;
  z-index: 1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.pboxes a:hover .pbtext {
  bottom: 20px;
}

.pboxes .pbtext h3 {
  font-size: 1.3em;
  margin-bottom: 5px;
}

.pboxes a .pbtext span {
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.pboxes a:hover .pbtext span {
  opacity: 1;
}

.pboxes .pbtext span i {
  font-size: 10px;
  display: inline-flex;
}

.freshwrap, .msadvance {
  position: relative;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--white);
}

.freshwrap::before, .msadvance::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, var(--primary) 0%, var(--primary) 45%, rgb(53 74 115 / 0%) 100%);
}

.nhsmain img {
  border-radius: 80px 80px 120px 0;
}

.msdmain img {
  margin: 15px 0;
  border-radius: 40px 40px 0 80px;
}

.msdmain .title {
  background-color: var(--primary);
  color: var(--white);
  padding: 40px;
  border-radius: 40px 40px 80px 0;
}

.tpexplore a {
  margin-top: 30px;
  border: 2px solid var(--darkcolor);
  border-radius: 40px 40px 80px 0;
  overflow: hidden;
}

.tpexplore a img {
  width: 100%;
}

.tpexplore a .expimg {
  position: relative;
}

.tpexplore a .expimg .tpicon {
  position: absolute;
  bottom: -20px;
  left: 10px;
  background-color: var(--darkcolor);
  padding: 15px;
  border-radius: 100%;
  width: 80px;
}

.tpexplore a .expimg .tpicon img {
  filter: brightness(0) invert(1);
}

.tpexplore a .expdetail {
  padding: 30px 15px 40px;
  color: var(--darkcolor);
  position: relative;
}

.tpexplore a .expdetail i {
  color: var(--secondary);
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  right: 60px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.tpexplore a:hover .expdetail i {
  right: 55px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.tpimage .grid {
  column-count: 4;
  column-gap: 15px;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
}

.tpimage .grid .gridimg {
  break-inside: avoid;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.tpimage .grid .gridimg img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px 20px 40px 0;
}

.tpimage .grid .gridimg:nth-child(4) {
  margin-top: 15px;
}

.stage img {
  border-radius: 0 0 0 40%;
  width: 100%;
}

.category-nav {
  margin-bottom: 20px;
  gap: 10px;
}

.category-nav button {
  border: 1px solid;
  color: var(--greycolor);
  padding: 5px 10px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  background-color: transparent;
}

.category-nav button:hover, .category-nav button.selected {
  color: var(--white);
  background-color: var(--secondary);
}

.blogPosts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.blogPosts a {
  border: 1px dashed var(--secondary);
  border-radius: 30px;
  color: var(--primary);
  padding: 30px;
  gap: 30px;
}

.blogPosts a:hover {
  color: var(--primary);
  background-color: rgba(255, 255, 255, 0.6);
}

.blogPosts img {
  width: 40%;
  border-radius: 40px 40px 40px 0;
}

.blogPosts .text {
  flex: 1;
}

.blogPosts h4 {
  font-size: 1.2em;
  color: var(--primary);
}

.postMeta {
  width: 100%;
  font-size: 0.9em;
  gap: 10px;
}

.postMeta i {
  font-size: 9px;
  display: inline-block;
  margin-right: 7px;
  color: var(--primary);
}

.postTags {
  gap: 8px;
}

.postTags span {
  background-color: var(--white);
  padding: 0 10px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 30px;
}

.postdetail {
  margin-top: 70px;
}

.postdetail iframe {
  display: block;
  margin: auto;
}

.content .postdetail ul li, .content .postdetail ol li {
  break-inside: avoid;
}

.photoGrid {
  column-count: 5;
  column-gap: 20px;
}

.photoGrid div{
  break-inside: avoid;
  margin-bottom: 20px;
}

.photoGrid div img{
  border-radius: 30px 30px 60px 0;
}

.contactWrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.testimonialItem {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.testimonialItem article {
  position: relative;
  background: var(--white);
  border-radius: 30px 30px 30px 0;
  color: var(--primary);
  padding: 50px;
  z-index: 1;
}

.testimonialItem article:before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px dashed var(--secondary);
  border-radius: 30px 30px 30px 0;
  z-index: -1;
}

.testimonialItem article:after, .tabTestimonial:after {
  content: "\f133";
  position: absolute;
  right: 40px;
  bottom: 0px;
  color: var(--lightgreen);
  font-family: beehivelyicons;
  font-size: 5em;
  line-height: 1;
  z-index: -1;
}

.tabTestimonial {
  position: relative;
  z-index: 1;
}

.tabTestimonial:after {
  font-size: 4em;
  right: 0px;
}

.resourcesWrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  margin: 30px 0;
}

.resourcesWrap>a {
  background-color: var(--white);
  border-radius: 30px 30px 30px 0;
  text-align: center;
  padding: 30px;
}
.resourcesWrap>a img {
  width: 70px;
  margin-bottom: 15px;
}

.roadmapWrap {
  position: relative;
  margin: 40px 0;
}

.roadmap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.roadmapWrap>svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.roadmap>article {
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-top: 36%;
}

.roadmap>article>a{
  display: flex;
  flex-direction: column;
}

.roadmap>article>a:before {
  content: "";
  background-color: currentColor;
  border: 2px solid var(--white);
  border-radius: 100%;
  width: 18px;
  height: 18px;
  margin: auto;
}

.roadmap>article:nth-child(2n) {
  margin-top: 10%;
}

.roadmap a span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.popupText h2 {
  background-color: var(--secondary);
  border-radius: 30px 30px 30px 0;
  padding: 20px;
}

.popupText h3 {
   font-size: 1.2rem;
}

.roadmapLabel {
  margin-top: 30px;
  column-gap: 20px;
  row-gap: 10px;
  font-size: 0.8rem;
}

.roadmapLabel article{
  gap: 5px;
  align-items: center;
}

.roadmapLabel article span {
  background-color: var(--primary);
  border-radius: 6px;
  width: 20px;
  height: 20px;
}

.roadmapLabel article:nth-child(2) span {
  background-color: #c2d62e;
}

.roadmapLabel article:nth-child(3) span {
  background-color: var(--secondary);
}

.tabsWrap {
  align-items: flex-start;
}

.tabsWrap aside {
  width: 30%;
  position: sticky;
  top: 10px;
}

.tabsWrap aside button {
  padding: 15px 20px;
  border-radius: 30px 30px 0 30px;
  display: block;
  margin-bottom: 10px;
  border: none;
  background-color: var(--white);
  font-size: 1rem;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.tabsWrap aside button:hover, .tabsWrap aside button.active {
  background-color: var(--primary);
  color: var(--white);
}

.tabsWrap article {
  background-color: var(--white);
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 30px;
}

.backButton {
  background-color: var(--secondary);
  border-radius: 0 30px 30px 30px;
  padding: 20px 30px;
  gap: 10px;
}

.content .backButton:hover {
  color: var(--white);
}

.backButton i {
  font-size: 10px;
  rotate: -180deg;
}

.programBoxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.programBoxes>article{
  position: relative;
}

.programBoxes img{
  display: block;
  border-radius: 70px 70px 100px 0;
}

.programBoxes .programtext{
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 10%;
  background-color: var(--secondary);
  border-radius: 100px;
  padding: 15px 10px;
  font-size: 1.3rem;
  text-align: center;
  color: var(--white);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.programBoxes a:hover .programtext{
  background-color: var(--primary);
}

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

/* Navigation */
.menu, .menu>li, .flex, .topmenu, .topmenu>li, .topmenu>li>.nav-item, .topmenu>li>.nav-item>a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.menu>li, .topmenu>li, .topmenu .nav-item, .topmenu .nav-item a {
  position: relative;
}

.topbar {
  position: relative;
  background-color: var(--darkcolor);
}

.topmenu {
  gap: 60px;
}

.topmenu .nav-item:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 20%;
  width: 1px;
  height: 60%;
  background-color: var(--greycolor);
}

.topmenu li:first-child .nav-item:before {
  content: unset;
}

.topmenu li a {
  color: var(--white);
  font-size: 0.9em;
  padding-top: 13px;
  padding-bottom: 13px;
  align-items: center;
  line-height: 1.3rem;
  text-align: center;
}

.topmenu li a:hover, .topmenu li.active a {
  color: var(--secondary);
}

.topmenu>li>.nav-item>a:after {
  background-color: var(--secondary);
  height: 3px;
  width: 0;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.topmenu>li:hover>.nav-item>a:after, .topmenu>li.active>.nav-item>a:after {
  width: 100%;
  opacity: 1;
}

.topmenu li#rpa-academy a::before {
  content: '';
  display: inline-flex;
  margin-right: 10px;
  width: 16px;
  height: 20px;
  background-image: url(icon-rpa.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.topmenu li#calendar a {
  font-weight: 400;
  font-size: 0;
  text-align: center;
}

.topmenu li#calendar a::before {
  content: "\f163";
  font-family: beehivelyicons;
  font-size: 18px;
  font-style: normal;
  color: currentColor;
  line-height: 1;
}

.hamburger, .menu>li#apply-now>.nav-item>a:after, .menu>li#blog>.nav-item>a:after, .topmenu>li#calendar>.nav-item>a:after {
  display: none;
}

@media screen and (min-width: 1024px) {
  .menu {
    gap: 25px;
  }

  .menu>li>.nav-item>a {
    position: relative;
    display: block;
    line-height: 24px;
    color: var(--primary);
    font-weight: 600;
    text-transform: capitalize;
    z-index: 1;
    padding: 13px 0;
    text-align: center;
  }

  .menu>li:hover>.nav-item>a, .menu>li.active>.nav-item>a {
    color: var(--secondary);
  }

  .menu>li>.nav-item>a:after {
    background-color: var(--secondary);
    height: 3px;
    width: 0;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .menu>li:hover>.nav-item>a:after, .menu>li.active>.nav-item>a:after {
    width: 100%;
    opacity: 1;
  }

  .menu>li#apply-now>.nav-item>a, .menu>li#blog>.nav-item>a {
    background-color: var(--secondary);
    color: var(--textcolor);
    padding: 13px 15px;
    border-radius: 100px;
  }

  .menu>li#apply-now:hover>.nav-item>a, .menu>li#blog:hover>.nav-item>a {
    background-color: var(--primary);
    color: var(--creamcolor);
  }

  .menu ul {
    display: none;
    width: 180px;
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 1;
    background-color: var(--white);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  }

  .menu>li:hover>ul {
    display: block;
    animation: menuDropdownShow .3s ease-in-out;
  }

  .menu>li li:hover>ul {
    left: 100%;
    top: 0;
    animation: menuDropdownShow .3s ease-in-out;
    display: block;
  }

  .menu li ul li {
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(237, 241, 253, 1);
}

.menu ul li:last-child {
  border-bottom: none;
}

  .menu li li a {
    display: block;
    padding: 10px 15px;
  font-size: 0.9em;
  line-height: 1.15em;
  color: var(--textcolor);
  font-weight: 500;
  }

  .menu li li:hover>.nav-item>a, .menu li li.active>.nav-item>a {
    color: var(--secondary);
  }
}

@media screen and (max-width:1190px) {
  body, html {
    font-size: 17px;
  }

  .header .logo {
    width: 160px;
  }

  .header .mainhead .container {
    padding: 8px 16px;
  }

  .menu {
    gap: 20px;
  }

  .card article {
    padding: 20px;
  }

  .card article h2 {
    font-size: 1.5em;
  }

  .testimonial {
    padding: 80px 0;
  }

  .expert .col12.title {
    padding-right: 30px;
  }

  .title h2 {
    font-size: 2.8em;
  }

  .apply .col12.title {
    padding-left: 30px;
  }
}

@media screen and (max-width:1023px) {
  body, html {
    font-size: 16px;
  }

  .title h2 {
    font-size: 2em;
  }

  .btn a {
    padding: 12px 20px;
    margin-top: 5px;
  }

  .banner .bannerText, .bannerght .bgrghtext {
    max-width: 520px;
    padding: 30px;
  }

  .vision .title {
    padding-right: 0;
  }

  .bannerght {
    padding: 60px 0 120px;
  }

  .card article, .card article::before, .bannerght .bgrghtext::before {
    border-radius: 20px 20px 40px 0;
  }

  .blogPosts, .testimonialItem {
    gap: 20px;
  }

  .blogPosts a {
    padding: 20px;
    gap: 20px;
  }

  .footer .logo {
    width: 180px;
  }

  .nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    background-color: var(--white);
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    width: 288px;
  }

  .menu, .nav.showMobiNav, .menu>li, .menu>li>.nav-item {
    display: block;
  }

  .menu>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu li a {
    line-height: 1.3em;
    position: relative;
    margin-left: 40px;
    padding: 10px 0px 10px 10px;
    color: var(--primary);
    display: block;
  }

  .menu li ul li {
    border-bottom: none;
  }

  .menu li ul li a {
    padding: 8px 0px 8px 8px;
  }

  .menu ul {
    padding-left: 10px;
  }

  .menu .nav-item {
    position: relative;
  }

  .menu>li.active>.nav-item>a, .menu li.active li.active li.active>.nav-item>a, .menu li.active li.active>.nav-item>a {
    color: var(--secondary);
  }

  .menu li .droparrow {
    position: absolute;
    top: 0;
    left: 0px;
    width: 40px;
    height: 100%;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
  }

  .menu li .droparrow:after, .menu li .droparrow:before {
    top: 50%;
    content: " ";
    height: 2px;
    width: 8px;
    position: absolute;
    background-color: var(--primary);
    pointer-events: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }

  .menu li .droparrow:after {
    right: 14px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu li .droparrow:before {
    left: 13px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger {
    position: relative;
    display: block;
    background-color: transparent;
    border: none;
    color: var(--primary);
    font-size: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.4s;
  }

  .hamburger span, .hamburger span:after, .hamburger span:before {
    position: absolute;
    width: 26px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--primary);
    transition: all 0.3s ease;
  }

  .hamburger span {
    top: 50%;
    margin: -1px auto auto;
    display: block;
    font-size: 0;
  }

  .hamburger span:after {
    top: 8px;
    content: "";
  }

  .hamburger span:before {
    top: -8px;
    content: "";
  }

  .showMobiNav.hamburger span {
    background-color: transparent;
  }

  .showMobiNav.hamburger span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 0;
    left: 0;
  }

  .showMobiNav.hamburger span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 0;
    left: 0;
  }
}

@media screen and (max-width:767px) {
  body, html {
    font-size: 15px;
  }

  .banner {
    padding: 150px 0 95px;
    background-position: center;
  }

  .spaceTop {
    padding-top: 40px;
  }

  .spaceBottom {
    padding-bottom: 40px;
  }

  .banner .bannerText p, .vision p, .expert p, .apply p, .testimonial p, .bblktext p, .bgrghtext p, .card article p {
    font-size: 1em;
    line-height: 1.5em;
  }

  .bgcurve, .creamcurve {
    padding-bottom: 70px;
  }

  .col12, .col13, .col23, .freshwrap::before, .msadvance::before {
    width: 100%;
  }

  .col12+.col12, .col13+.col13, .col23+.col13, .col13+.col23 {
    margin-top: 15px;
  }

  .container, .expert, .smallwrap, .apply {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .title h2 {
    font-size: 1.6em;
  }

  .vision, .expert, .apply, .card, .bannerText  {
    text-align: center;
  }

  .vision .col12 .col12 {
    width: 48%;
    margin-top: 0;
  }

  .expert .col12.title {
    padding-right: 0;
  }

  .apply .col12.title {
    padding-left: 0;
  }

  .programBoxes, .blogPosts, .testimonialItem, .grid3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .transbox {
    margin: 10px 0 20px;
  }

  .roadmap a span {
    font-size: 12px;
  }

  .roadmap>article>a:before {
    width: 12px;
    height: 12px;
  }

  .roadmap>article:nth-child(2n) {
    margin-top: -15px;
  }

  .roadmap>article:nth-child(2n)>a {
    flex-direction: column-reverse;
  }

  .tabsSmall {
    padding: 10px 0;
  }

  .testimonialItem article {
    padding: 35px;
  }

  .testimonialItem article:before {
    inset: 15px;
  }

  .nhsmain img {
    border-radius: 50px 50px 90px 0;
  }

  .photoGrid, .tpimage .grid {
    column-count: 3;
    column-gap: 15px;
  }

  .photoGrid div img {
    border-radius: 20px 20px 40px 0;
  }

  .card.expwrap .row {
    margin: 0 -10px;
  }

  .card.expwrap article {
    width: calc(50% - 20px);
    margin: 10px;
  }

  .col50 {
    width: 80%;
  }

  .topmenu {
    gap: 20px;
  }

  .topmenu .nav-item:before, .schlnavbutton ul li::before {
    display: none;
  }

  .topmenu li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .schlnavbutton {
    padding-bottom:20px;
    text-align: center;
  }

  .footer {
    padding-top: 15px;
  }

  .footer .row>div {
    width: 100%;
    text-align: center;
    margin: 15px 0;
  }

  .footer .row>div div:first-child {
    margin-bottom: 20px;
  }

  .footer .logo {
    width: 200px;
    margin: 0 auto;
  }

  .footer .footadd div {
    margin-bottom: 0;
  }

  .footer .schoolicon img {
    width: 80px;
    margin-left: 0;
  }

  .footer .copyright {
    margin-top: 10px;
    flex-direction: column;
    gap: 6px;
  }

  .footer .copyright span {
    display: none;
  }
}

@media screen and (max-width:479px) {
  .photoGrid, .tpimage .grid {
    column-count: 2;
  }
}

@-webkit-keyframes menuDropdownShow {
  0% {
    opacity: 0;
    transform: translateY(-0.8rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes menuDropdownShow {
  0% {
    opacity: 0;
    transform: translateY(-0.8rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}