/*
Theme Name: Theme Alfred
Theme URI: https://www.weduc.com
Description: Weduc Websites Theme Alfred
Author: Weduc
Author URI: https://www.weduc.com
Version: 4.0
*/
/*========================================
/*==================general-css-start====================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Poppins', sans-serif;
  color: #000;
  background: var(--weduc-background-colour);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}
h1 {
  font-weight: 600;
}
h2,
h3,
h4 {
  color: var(--weduc-secondary-colour);
  font-weight: 600;
}
a,
a:hover {
  text-decoration: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="submit"]:focus,
button[type="submit"]:focus,
textarea:focus {
  outline: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid {
  max-width: 100%;
  margin: 0 auto;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.page-row {
  display: flex;
  flex-wrap: wrap;
}
.clerfix::after,
.row::after {
  content: "";
  clear: both;
  display: block;
}
.slicknav_menu {
  display: none;
}
#popup {
  display: none;
}
.simple-popup-content {
  padding: 19.2px !important;
}
.simple-popup-content p {
  margin-bottom: 20px !important;
}
.simple-popup-content .close {
  right: 10px !important;
  top: 5px !important;
  z-index: 999999;
}
.simple-popup-content .close::before {
  color: #000000 !important;
  font-weight: 300 !important;
  z-index: 999999;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/** Link CSS **/
a:link {
  color: var(--weduc-unvisited-link-colour);
}
a:visited {
  color: var(--weduc-visited-link-colour);
}
a:active {
  color: var(--weduc-active-link-colour);
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*==================general-css-end====================*/
/*==================mobile-menu-css-start====================*/
.hamburger-menu-button {
  width: 35px;
  height: 35px;
  top: 25px;
  display: block;
  position: fixed;
  right: 15px;
  z-index: 999999;
  border: 5px solid white;
  box-sizing: content-box;
  cursor: pointer;
  overflow: hidden;
  border: none;
  background: none;
  display: none;
  opacity: 0;
  visibility: hidden;
}
.hamburger-menu-button-open {
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -12px;
}
.hamburger-menu-button-open,
.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
  position: absolute;
  width: 30px;
  height: 4px;
  background: #000000;
  transition: all 0.3s;
}
.hamburger-menu-button-open::after,
.hamburger-menu-button-open::before {
  left: 0;
  content: "";
}
.hamburger-menu-button-open::before {
  top: 8px;
}
.hamburger-menu-button-open::after {
  bottom: 8px;
}
.hamburger-menu-button-close {
  background: transparent;
}
.hamburger-menu-button-close::before {
  transform: translateY(-8px) rotate(45deg);
}
.hamburger-menu-button-close::after {
  transform: translateY(8px) rotate(-45deg);
}
.mobile-navigation {
  position: fixed;
  transform: translateX(100%);
  background-color: var(--weduc-secondary-colour);
  transition: all 0.5s ease-in-out;
  z-index: 999999 !important;
  top: 80px;
  right: 0;
  margin: auto;
  overflow: hidden;
  display: none;
  opacity: 0;
  visibility: hidden;
}
.mobile-navigation .container {
  width: 100% !important;
  padding: 0 !important;
}
.mobile-navigation ul.menu.mobile-menu {
  display: none;
}
.mobile-navigation.on {
  transform: translateX(0px);
}
.slicknav_nav a {
  margin: 0 !important;
  padding-bottom: 10px !important;
  padding-left: 45px !important;
  padding-top: 10px !important;
}
.slicknav_menu .slicknav_item a {
  padding-left: 0 !important;
}
.slicknav_menu .slicknav_item a i {
  left: -28px !important;
}
.slicknav_menu ul {
  overflow-y: auto !important;
  height: 85vh;
  word-break: break-all;
}
.slicknav_menu ul li {
  display: inline-block;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.slicknav_menu ul li:hover a {
  border-radius: 0 !important;
  color: #241F20 !important;
  background: #CCCCCC;
}
.slicknav_menu ul li:hover ul li a {
  color: #FFFFFF !important;
  background: transparent !important;
}
.slicknav_menu ul li:hover ul li a:hover {
  color: #241F20 !important;
  background: #CCCCCC !important;
}
.slicknav_menu ul li a {
  position: relative;
  display: block;
  background-color: transparent;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
  font-size: 15px;
  border-radius: 0;
  font-weight: 500 !important;
}
.slicknav_menu ul li a i {
  position: absolute;
  font-size: 17px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.slicknav_menu ul li ul {
  height: auto;
}
.slicknav_menu ul li ul li:last-child {
  border-bottom: 0 !important;
}
.slicknav_menu ul li ul li a {
  margin: 0 !important;
  color: #FFFFFF !important;
  padding-left: 15px !important;
}
/*==================mobile-menu-css-end====================*/
/*==================header-area-css-start====================*/
header.header-area {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 999;
  box-shadow: 0px 5px 6px 0px #0000000f;
  background-color: var(--weduc-header-colour) !important;
}
header.header-area .container {
  max-height: 40px;
}
header.header-area .container .row {
  display: flex;
  justify-content: space-between;
}
header.header-area .logo-area {
  width: 23%;
  float: left;
  padding: 0 15px;
  position: relative;
  z-index: 99;
}
header.header-area .logo-area img {
  max-width: 95px;
  transition: 0.5s all;
}
header.header-area .logo-area div {
  position: absolute;
  top: 0;
  left: 130px;
  width: 150px;
  transition: 0.5s all;
  z-index: -1;
}
header.header-area .logo-area .primary {
  display: block;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
}
header.header-area .logo-area .secondary {
  display: block;
  text-transform: capitalize;
}
header.header-area .main-menu {
  width: 77%;
  float: left;
  padding: 0 15px;
  text-align: right;
}
header.header-area .main-menu nav ul li {
  display: inline-block;
  margin: 0 10px;
  padding-bottom: 12px;
}
header.header-area .main-menu nav ul li a {
  color: #231f20;
  text-transform: capitalize;
  display: inline-block;
  transition: 0.3s all;
}
header.header-area .main-menu nav ul li a:hover i {
  color: #231f20;
}
header.header-area .main-menu nav ul li a i {
  transition: all 0.3s;
  color: var(--weduc-primary-colour);
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 23px;
  margin-bottom: 5px!important;
}
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu {
  position: relative;
  z-index: 100;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 1000000;
  background: #FFFFFF;
  width: 200px;
  box-shadow: 0 4px 2px #00000026;
}
.sf-menu ul::before {
  content: "";
  color: #fff;
  position: absolute;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 10px 10px;
  top: -10px;
  left: 25px;
}
.sf-menu ul li {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  text-align: center;
}
.sf-menu ul li a {
  padding: 7px 15px;
  display: block;
  width: 100% !important;
  font-size: 14px;
  transition: 0.3s all;
}
.sf-menu ul li a:hover {
  background-color: var(--weduc-primary-colour);
  color: #FFFFFF !important;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}
li {
  display: block;
  margin: 0 5px;
}
li.translate-top,
li.search-top {
  display: flex;
  align-items: center;
  font-size: 0;
}
li.translate-top .skiptranslate {
  font-size: 0;
  margin-left: 10px;
}
li.translate-top .goog-logo-link {
  display: none;
}
li.translate-top .goog-te-combo {
  padding: 8px;
}
button {
  text-align: center;
  line-height: 39px;
  display: flex;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background: var(--weduc-primary-colour);
  border: 2px solid var(--weduc-primary-colour);
  color: #fff;
  transition: 0.5s;
  z-index: 1;
  justify-content: center;
  align-items: center;
}
.btn.btn-secondary {
  background: #fff;
  color: var(--weduc-primary-colour);
  padding: 10px;
  transition: all 0.5s ease-in;
  border: 1px solid var(--weduc-primary-colour);
}
[type=submit],
button {
  -webkit-appearance: button;
}
button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  cursor: pointer;
  font: inherit;
}
.header-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  text-align: right;
}
.header-top ul.pay-offer {
  display: flex;
  padding-top: 7px;
  width: auto;
  float: left;
}
.header-top ul.pay-offer li {
  display: inline-block;
  margin: 0 14px 6px;
}
.header-top ul.pay-offer li:first-child a img {
  width: 12px;
}
.header-top ul.pay-offer li:last-child a img {
  width: 10px;
}
.header-top ul.pay-offer li a {
  color: #231f20;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.3s;
  display: inline-block;
}
.header-top ul.pay-offer li a img {
  margin-right: 10px;
  object-fit: cover;
}
.header-top ul.logo-list {
  display: flex;
  flex-direction: row;
}
.header-top ul.logo-list li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  align-self: center;
}
.header-top ul.logo-list li.office-logo {
  max-width: 115px;
}
.header-top ul.logo-list li.ceop-logo {
  max-width: 96px;
}
.header-top ul.logo-list li.schoolcloud-logo {
  max-width: 200px;
  width: 25%;
}
.header-top ul.logo-list li.weduc-logo {
  max-width: 93px;
}
.header-top ul.logo-list li.teams-logo {
  max-width: 32px;
}
.header-top ul.logo-list li.ncdat-logo {
  max-width: 97px;
}
.header-top ul.logo-list li.search-box {
  max-width: 195px;
}
.header-top ul.logo-list li.search-box form input {
  border: 1px solid #9e9e9e;
  padding: 5px;
  line-height: 0.8em;
  width: 150px;
  height: 36px;
  font-size: 14px;
}
.header-top ul.logo-list li.search-box form button {
  cursor: pointer;
  border: none !important;
  background: none;
  position: relative;
  top: 3px;
}
.header-top ul.logo-list li.search-box form button img {
  color: #0291c3;
  width: 32px;
  height: 18px;
}
header.header-area .container .row {
  display: block !important;
}
.header-area {
  display: block !important;
  min-height: 80px;
  border-bottom: 3px solid var(--weduc-primary-colour);
}
.logo-area {
  position: absolute !important;
}
.header-top,
.main-menu {
  margin-left: 23%;
}
.header-top {
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .header-top {
    display: none !important;
  }
  .hero_right_side_thing {
    top: 90px !important;
  }
}
/*==================header-area-css-send====================*/
/* home ==================hero-area-css-start====================*/
section.hero-area .HeroInnerContent {
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 600px;
  width: 100%;
  background-position: 50%;
  margin-bottom: 30px;
  background-size: cover;
}
section.hero-area .HeroInnerContent .hero-content h1 {
  font-size: 54px;
  line-height: 64px;
  text-align: center;
  color: #fff;
  text-shadow: 0 4px 4px #00000073;
  font-weight: 600;
  margin-top: 280px;
}
section.hero-area .HeroInnerContent .noticesBanner {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 25px 0;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}
section.hero-area .HeroInnerContent .noticesBanner span {
  margin-right: 0 15px;
}
section.hero-area .HeroInnerContent .noticesBanner span span {
  margin-right: 100px;
}
section.hero-area .HeroInnerContent .noticesBanner a {
  color: #fff;
  text-decoration: underline;
  transition: 0.3s all;
}
section.hero-area .HeroInnerContent .noticesBanner a:hover {
  outline-width: 0;
  text-decoration: none;
}
/*==================hero-area-css-end====================*/
/* home ==================app-content-css-start====================*/
section.app-content-area p {
  margin-bottom: 20px;
}
section.app-content-area .header {
  margin-bottom: 0.7em;
}
section.app-content-area .header h3,
section.app-content-area .header h2 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}
section.app-content-area .header h2 {
  font-size: 26px;
  margin-bottom: 5px;
}
section.app-content-area .header a {
  color: #000;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s;
}
section.app-content-area .header a:hover {
  text-decoration: underline;
}
section.app-content-area .sidebarMenuItem {
  margin-bottom: 30px;
}
section.app-content-area .sidebarMenuItem .event-title {
  display: flex;
  justify-content: space-between;
}
section.app-content-area .sidebarMenuItem .header h3 {
  font-size: 22px;
  line-height: 28px;
}
section.app-content-area .sidebarMenuItem .header a {
  color: #000;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s;
}
section.app-content-area .sidebarMenuItem .header a:hover {
  text-decoration: underline;
}
section.app-content-area .sidebarMenuItem .sidebarMenuItem-list ul li a {
  padding: 10px 10px 10px 48px;
  margin-bottom: 10px;
  background-color: #f1f1f1;
  transition: 0.4s all;
  position: relative;
  display: inherit;
  font-size: 16px;
  color: #000;
}
section.app-content-area .sidebarMenuItem .sidebarMenuItem-list ul li a span {
  display: block;
  font-size: 13px;
  line-height: 13px;
}
section.app-content-area .sidebarMenuItem .sidebarMenuItem-list ul li a:hover {
  background-color: #f9f9f9;
}
section.app-content-area .sidebarMenuItem .sidebarMenuItem-list ul li a i {
  color: var(--weduc-primary-colour);
  font-size: 30px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
section.app-content-area .sidebarMenuItem .sidebarValue {
  background-color: var(--weduc-secondary-colour);
  display: block;
  text-decoration: none;
  padding: 20px 20px 30px 20px;
  color: #fff;
  font-size: 14px;
}
section.app-content-area .sidebarMenuItem .sidebarValue h1,
section.app-content-area .sidebarMenuItem .sidebarValue h2,
section.app-content-area .sidebarMenuItem .sidebarValue h3 {
  color: white;
}
section.app-content-area .sidebarMenuItem .sidebarValue h3 {
  font-size: 20px;
  display: block;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
section.app-content-area .sidebarMenuItem .sidebarValue p:last-child {
  margin-bottom: 0;
}
section.app-content-area .left-sidebar-area {
  width: 33.5%;
  float: left;
  padding: 0 15px;
}
section.app-content-area .right-sidebar-area {
  width: 66.5%;
  float: left;
  padding: 0 15px;
}
section.app-content-area .right-sidebar-area .sidebarMenuItem .sidebarMenuItem-list ul li a {
  padding: 10px 10px 10px 53px !important;
}
section.app-content-area .right-sidebar-area .reception-area .single-item {
  width: 100%;
  max-width: 50%;
  float: left;
  overflow: hidden;
  margin-bottom: 30px;
  height: 194px;
}
section.app-content-area .right-sidebar-area .reception-area .single-item:nth-child(2n+1) {
  padding-right: 15px;
}
section.app-content-area .right-sidebar-area .reception-area .single-item:nth-child(2n+2) {
  padding-left: 15px;
}
section.app-content-area .right-sidebar-area .reception-area .single-item a {
  position: relative;
  height: 194px;
  display: block;
  overflow: hidden;
}
section.app-content-area .right-sidebar-area .reception-area .single-item a img {
  object-fit: cover;
  object-position: center;
  height: 194px;
  width: 100%;
}
section.app-content-area .right-sidebar-area .reception-area .single-item a:hover .quickLinkText {
  padding-bottom: 20px;
}
section.app-content-area .right-sidebar-area .reception-area .single-item a .quickLinkText {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: var(--weduc-primary-colour);
  padding: 10px;
  left: 0;
  color: #fff;
  transition: all 0.4s;
  text-transform: capitalize;
}
.upcoming-event-content,
.popup-news-content {
  position: relative;
  background: white;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}
.upcoming-event-content a,
.popup-news-content a {
  color: black;
  text-decoration: underline;
}
.upcoming-event-content a:hover,
.popup-news-content a:hover {
  text-decoration: none;
}
.upcoming-event-content p,
.popup-news-content p {
  margin-bottom: 20px;
}
.upcoming-event-content p:last-child,
.popup-news-content p:last-child {
  margin-bottom: 0;
}
.popup-news-content {
  max-width: 800px;
}
.mfp-close {
  font-size: 35px;
  opacity: 1;
}
.content-separator {
  content: "";
  border-top: 3px solid var(--weduc-primary-colour);
  display: block;
  position: relative;
}
/*==================app-content-css-end====================*/
/*==================breadcrumb-area-css-start====================*/
section.breadcrumb-area {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)), url("images/breadcrumb-bg.jpg");
  height: 300px;
  margin-bottom: 0;
  clip-path: polygon(0 0, 100% 0, 100% 89%, 0 100%);
  z-index: 2;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-position: 50%;
}
section.breadcrumb-area .breadcrumb-content {
  margin-top: 150px;
  padding: 0 15px;
  padding-bottom: 150px;
}
section.breadcrumb-area .breadcrumb-content h2 {
  text-shadow: 0 4px 4px #00000073;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 12px;
}
section.breadcrumb-area .breadcrumb-content .breadcrumb {
  font-size: 14px;
  color: white;
}
section.breadcrumb-area .breadcrumb-content .breadcrumb a {
  text-decoration: underline;
}
section.breadcrumb-area .breadcrumb-content .breadcrumb a,
section.breadcrumb-area .breadcrumb-content .breadcrumb span {
  color: white;
}
section.breadcrumb-area .breadcrumb-content .breadcrumb ul li {
  display: inline;
  color: var(--weduc-primary-colour);
}
section.breadcrumb-area .breadcrumb-content .breadcrumb ul li span {
  color: #fff;
}
section.breadcrumb-area .breadcrumb-content .breadcrumb ul li a {
  color: #fff;
  text-decoration: underline;
}
/*==================breadcrumb-area-css-end====================*/
/* Tapestry page ==================app-content-area-css-end====================*/
section.app-content-area .page-left-sidebar {
  width: 66.5%;
  float: left;
  padding: 0 15px;
}
section.app-content-area .page-left-sidebar.full-width {
  width: 100%;
  float: none;
}
section.app-content-area .page-left-sidebar .left-sidebar-content {
  padding-top: 30px;
}
section.app-content-area .page-left-sidebar .left-sidebar-content .full-image {
  margin: 20px 0;
}
section.app-content-area .page-left-sidebar .left-sidebar-content .full-image img {
  width: 100%;
  max-width: 100%;
}
section.app-content-area .page-left-sidebar .left-sidebar-content ul,
section.app-content-area .page-left-sidebar .left-sidebar-content ol {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
section.app-content-area .page-left-sidebar .left-sidebar-content ol {
  list-style-type: decimal;
}
section.app-content-area .page-left-sidebar .left-sidebar-content p {
  max-width: 770px;
}
section.app-content-area .page-left-sidebar .left-sidebar-content p a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
  transform: 0.3s all;
}
section.app-content-area .page-left-sidebar .left-sidebar-content p a:hover {
  text-decoration: none;
}
section.app-content-area .page-right-sidebar {
  width: 30.9%;
  float: left;
  margin-left: 1.3%;
  margin-right: 1.3%;
  border-left: 3px solid var(--weduc-primary-colour);
  background-color: #eee;
  margin-top: -30px;
}
section.app-content-area .page-right-sidebar .page-sidebar-content {
  width: 100%;
  padding: 50px 0;
  z-index: 777;
}
section.app-content-area .page-right-sidebar .page-sidebar-content .page-sidebar-menu strong {
  padding-left: 20px;
}
section.app-content-area .page-right-sidebar .page-sidebar-content .page-sidebar-menu ul li a {
  text-transform: capitalize;
  text-decoration: none;
  color: #545454;
  padding: 10px 30px;
  display: block;
  transition: all 0.3s;
  font-size: 18px;
  position: relative;
  transition: 0.3s all;
}
section.app-content-area .page-right-sidebar .page-sidebar-content .page-sidebar-menu ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
section.app-content-area .page-right-sidebar .page-sidebar-content .page-sidebar-menu ul li.current-menu-item > a {
  padding: 10px 20px 10px 30px;
  background: #E2E2E2;
}
section.app-content-area .page-right-sidebar .page-sidebar-content .page-sidebar-menu ul li.current-menu-item > a::before {
  background: url("images/active-icon.png");
  position: absolute;
  content: "";
  display: block;
  left: -27px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  top: -2px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*==================app-content-area-css-end====================*/
/*404 page==================app-content-area-css-start====================*/
section.app-content-area {
  min-height: 428px;
}
section.app-content-area .not-found-content {
  margin-top: 30px;
  padding: 0 15px;
}
section.app-content-area .not-found-content h2 {
  font-size: 26px;
  line-height: 32px;
  color: #545454;
  margin-bottom: 2px;
}
section.app-content-area .not-found-content .back-home-btn a.btn {
  background: #2B3D4F;
  color: #fff;
  padding: 10px;
  transition: all 0.5s ease-in;
  display: inline-block;
  text-decoration: underline;
  border: 1px solid #2d3e50;
}
section.app-content-area .not-found-content .back-home-btn a.btn:hover {
  text-decoration: none;
  background: #000;
}
/*==================app-content-area-css-end====================*/
/*==================footer-area-css-end====================*/
footer {
  background-color: var(--weduc-footer-colour);
  color: #fff;
  padding-top: 50px;
  padding-bottom: 70px;
  font-size: 14px;
}
footer .single-footer-item {
  width: 25%;
  padding: 0 15px;
  float: left;
}
footer .single-footer-item .header {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
footer .single-footer-item .header::after {
  content: "";
  border-top: 3px solid var(--weduc-primary-colour);
  display: block;
  width: 60px;
  margin-top: 10px;
}
footer .single-footer-item .address .addressName {
  font-weight: 700;
}
footer .single-footer-item .address p {
  margin: 0;
}
footer .single-footer-item .contact {
  color: #fff;
  margin-top: 20px;
}
footer .single-footer-item .contact a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  position: relative;
  padding-left: 20px;
}
footer .single-footer-item .contact a i {
  position: absolute;
  left: 0;
  top: 5px;
  color: var(--weduc-primary-colour);
  width: 20px;
}
footer .single-footer-item ul li {
  transition: 0.3s all;
}
footer .single-footer-item ul li:hover i {
  margin-right: 7px;
  margin-left: 3px;
}
footer .single-footer-item ul li i {
  color: var(--weduc-primary-colour);
  margin-right: 10px;
  transition: all 0.3s linear;
}
footer .single-footer-item ul li a {
  color: #fff;
  text-decoration: none;
}
footer .single-footer-item ul li a:hover {
  color: #f1f1f1;
}
footer .single-footer-item .copyright {
  margin-top: 10px;
}
footer .single-footer-item .footer-icons {
  margin-top: 16px;
}
footer .single-footer-item .footer-icons img {
  max-width: 90px;
}
footer .single-footer-item .websites-by-weduc {
  display: block;
  margin-top: 30px;
}
/*==================footer-area-css-end====================*/
.blog-grid {
  display: flex;
  flex-wrap: wrap;
}
.blog-grid .single-post-grid {
  width: calc(33% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 20px;
  background: white;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
.blog-grid .single-post-grid .title {
  margin-bottom: 10px;
}
.blog-grid .single-post-grid a {
  color: black;
}
.blog-grid .single-post-grid a.read-more {
  margin-top: 10px;
  display: inline-block;
}
/*===========================================================
                  Media Query Start
===========================================================*/
/*** Responsive Styles Standard Desktop Only ***/
@media all and (max-width: 1200px) {
  header.header-area .logo-area div {
    left: 100px;
  }
  header.header-area .logo-area img {
    max-width: 75px;
  }
  header.header-area .main-menu nav ul li {
    margin: 0 5px;
  }
  header.header-area .main-menu nav ul li a {
    font-size: 14px;
  }
  section.hero-area .HeroInnerContent {
    background-size: 100% 100%;
    object-fit: cover;
    height: auto;
  }
  section.hero-area .HeroInnerContent .hero-content h1 {
    margin-top: 300px;
    margin-bottom: 130px;
  }
}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 1024px) {
  .app-content-area.home .container .row {
    display: flex;
    flex-wrap: wrap;
  }
  section.app-content-area.home .right-sidebar-area {
    order: 1;
  }
  section.app-content-area.home .left-sidebar-area {
    order: 2;
  }
  .hamburger-menu-button {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .mobile-navigation {
    display: block;
    visibility: visible;
    opacity: 1;
    width: 50vw !important;
    height: 100%;
  }
  .slicknav_menu {
    display: contents;
  }
  ul.slicknav_nav {
    display: inline-block !important;
    width: 100%;
  }
  ul.slicknav_nav li {
    width: 100%;
    display: block;
  }
  ul.slicknav_nav li a {
    width: 100%;
  }
  .slicknav_btn {
    display: none;
  }
  header.header-area .main-menu {
    display: none;
  }
  header.header-area .logo-area {
    width: fit-content;
  }
  section.hero-area .HeroInnerContent .hero-content h1 {
    margin-top: 180px;
    margin-bottom: 100px;
    font-size: 40px;
    line-height: 1.3;
  }
  section.hero-area .HeroInnerContent .noticesBanner {
    padding: 10px 0;
  }
  section.breadcrumb-area {
    height: 300px;
  }
  section.breadcrumb-area .breadcrumb-content {
    text-align: center;
    margin-top: 150px;
    margin-bottom: 70px;
    padding-bottom: 0 !important;
  }
  section.app-content-area p {
    text-align: center;
  }
  section.app-content-area .header {
    text-align: center;
  }
  section.app-content-area .left-sidebar-content,
  section.app-content-area .right-sidebar-content {
    max-width: 700px;
    margin: auto;
  }
  section.app-content-area .sidebarMenuItem .sidebarValue {
    text-align: center;
  }
  section.app-content-area .left-sidebar-area {
    width: 100%;
  }
  section.app-content-area .right-sidebar-area {
    width: 100%;
  }
  section.app-content-area .page-left-sidebar {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 50px !important;
  }
  section.app-content-area .page-left-sidebar .left-sidebar-content {
    max-width: 700px;
    margin: auto;
  }
  section.app-content-area .page-left-sidebar .left-sidebar-content .full-image {
    margin-top: 0 !important;
  }
  section.app-content-area .page-left-sidebar .left-sidebar-content p {
    text-align: center;
  }
  section.app-content-area .page-right-sidebar {
    width: 100%;
    float: left;
    margin: 0 !important;
    background: transparent;
    border: none;
    padding: 0 15px;
    padding-bottom: 50px !important;
  }
  section.app-content-area .page-right-sidebar .page-sidebar-content {
    max-width: 700px;
    background: #EEEEEE;
    margin: auto;
  }
  section.app-content-area .page-right-sidebar .page-sidebar-content .page-sidebar-menu ul li a::before {
    display: none !important;
  }
  section.app-content-area {
    min-height: auto;
  }
  section.app-content-area .not-found-content {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 0;
  }
  section.app-content-area .not-found-content h2 {
    margin-bottom: 20px;
  }
  footer {
    padding-bottom: 20px;
  }
  footer .footer-row {
    display: flex;
    flex-wrap: wrap;
    max-width: 715px;
    margin: auto;
  }
  footer .single-footer-item {
    width: 50%;
    float: none;
    margin-bottom: 30px;
  }
}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  .mobile-navigation {
    width: 70vw !important;
    height: 100%;
  }
  section.hero-area .HeroInnerContent .hero-content h1 {
    margin-top: 150px;
    margin-bottom: 50px;
    font-size: 35px;
  }
  section.hero-area .HeroInnerContent .noticesBanner {
    padding: 10px 0;
  }
  section.app-content-area .right-sidebar-area .reception-area .single-item {
    width: 100%;
    max-width: 100%;
  }
  section.app-content-area .right-sidebar-area .reception-area .single-item:nth-child(2n+1) {
    padding-right: 0;
  }
  section.app-content-area .right-sidebar-area .reception-area .single-item:nth-child(2n+2) {
    padding-left: 0;
  }
  footer {
    padding-bottom: 20px;
  }
  footer .footer-row {
    max-width: 500px;
    margin: auto;
  }
  footer .single-footer-item {
    width: 100%;
    padding: 0;
  }
}
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
  section.hero-area .HeroInnerContent .hero-content h1 {
    margin-top: 130px;
    margin-bottom: 50px;
    font-size: 26px !important;
  }
  section.app-content-area .header h2,
  section.app-content-area .header h3 {
    font-size: 20px !important;
  }
  section.app-content-area .page-sidebar-menu ul li a {
    font-size: 15px !important;
  }
  header.header-area .logo-area {
    margin-top: 7px;
  }
  header.header-area .logo-area img {
    max-width: 65px;
  }
  header.header-area .logo-area div {
    left: 90px;
  }
  header.header-area .logo-area div .primary {
    font-size: 16px;
  }
  header.header-area .logo-area div .secondary {
    font-size: 13px;
  }
  section.breadcrumb-area .breadcrumb-content h2 {
    font-size: 26px;
  }
  section.app-content-area .not-found-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.app-content-area .not-found-content h2 {
    font-size: 22px;
  }
  section.app-content-area .not-found-content .back-home-btn a.btn {
    font-size: 14px;
  }
}
@media all and (max-width: 400px) {
  .mobile-navigation {
    width: 80vw !important;
    height: 100%;
  }
}
/*================== Plugin Content ====================*/
.wd-item-content {
  position: relative;
  overflow: hidden;
  max-height: 70px;
  margin-bottom: 0 !important;
}
.wd-item-content.faded:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f1f1f1 90%);
  width: 100%;
  height: 2em;
}
.wd-item-content.faded:hover:after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(249, 249, 249, 0.9) 100%);
}
/* Slider and video */
.single-hero-slider {
  padding: 103px 0;
  padding-top: 431px;
  background-size: cover;
  background-position: center;
}
.single-hero-slider .slider-content {
  width: 100%;
  text-align: center;
}
.single-hero-slider .slider-content h1 {
  font-size: 54px;
  text-align: center;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  margin: 0 0 0.5em;
  position: absolute;
  bottom: 25%;
  width: 100%;
}
.single-hero-slider .slider-content h3 {
  font-size: 34px;
  text-align: center;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  font-weight: 700;
}
.single-hero-slider.slider-bg-2 {
  background-size: cover;
  background-position: center;
}
section#hero-slider .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20%;
}
section#hero-slider .owl-dots button {
  width: 60px;
  height: 2px;
  background: rgba(200, 215, 235, 0.6);
  margin: 0 6px;
  display: inline-block;
}
section#hero-slider .owl-dots button.owl-dot {
  background: #C8D7EB;
}
@media all and (max-width: 1450px) and (min-width: 1025px) {
  .top-menu {
    margin-right: 12vw;
  }
}
.hero_right_side_thing {
  position: absolute;
  top: 90px;
  right: 10px;
  z-index: 1;
}
.hero_right_side_thing_container {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero_right_side_thing_item .hero_right_side_thing_item_icon {
  width: 50px;
  height: 50px;
  font-size: 25px;
  background: var(--weduc-primary-colour);
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  border-radius: 50%;
  float: right;
  cursor: pointer;
  margin-bottom: 5px;
}
.hero_right_side_thing_item .hero_right_side_thing_item_contents {
  display: none;
  float: right;
  background: var(--weduc-primary-colour);
  color: #fff;
  padding: 10px;
  border-radius: 12px;
  margin-top: -60px;
  margin-right: 60px;
}
.hero_right_side_thing_container .hero_right_side_thing_item.hero_right_side_thing_item_Search {
  top: 10px;
}
.hero_right_side_thing_item_contents form {
  display: -webkit-flex;
  display: flex;
}
.hero_right_side_thing_item_contents form input {
  margin: 0;
  padding: 10px;
  min-width: 250px;
}
.form-control {
  width: 100%;
  margin-bottom: 10px;
}
btn.btn-secondary {
  background: #fff;
  color: var(--weduc-primary-colour);
  padding: 10px;
  transition: all 0.5s ease-in;
  border: 1px solid var(--weduc-primary-colour);
}
.hero_right_side_thing_item:hover > .hero_right_side_thing_item_container .hero_right_side_thing_item_contents {
  display: inline-block;
}
.hero_right_side_thing_container .hero_right_side_thing_item {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}
.hero_right_side_thing_item {
  display: inline-block;
  width: 100%;
}
.noticesBanner {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  width: 100%;
}
.hero-content {
  position: relative;
}
section.app-content-area .sidebarMenuItem .sidebarMenuItem-list ul li,
section.app-content-area .sidebarMenuItem .sidebarMenuItem-list ul li a {
  width: 100%;
}
/* search page */
.breadcumb-content {
  margin-top: 20px;
  margin-bottom: 20px;
}
.breadcumb-content h2 {
  font-size: 32px;
  line-height: 1.1875;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 20px;
}
.breadcumb-content h2::after {
  content: "";
  width: 50px;
  height: 3px;
  background: var(--weduc-primary-colour);
  position: absolute;
  bottom: 0;
  left: 0;
}
.breadcumb-content ul li {
  display: inline-block;
}
.breadcumb-content ul li a {
  text-decoration: underline;
}
.contact-content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  line-height: 45px;
}
.contact-content .contact-left-content {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 15px;
}
.contact-content .contact-left-content ul li {
  margin-bottom: 20px;
}
.contact-content .contact-right-content {
  width: 50%;
  margin-bottom: 20px;
  padding-left: 15px;
}
.contact-content .contact-right-content ul li {
  margin-bottom: 20px;
}
.contact-content .fullwidth-content {
  width: 100%;
}
.contact-content p {
  margin-bottom: 20px;
}
