/*
Theme Name: Theme Matthew
Theme URI: https://www.weduc.com
Description: Weduc Websites Theme Matthew
Author: Weduc
Author URI: https://www.weduc.com
Version: 2.9
*/
/* general  css start 
----------------------------------------*/
@font-face {
  font-family: 'Gotham Rounded Medium';
  font-style: normal;
  font-weight: 350;
  src: local('Gotham Rounded Medium'), url('https://fonts.cdnfonts.com/s/14851/GothamRounded-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Gotham Rounded Medium';
  font-style: italic;
  font-weight: 350;
  src: local('Gotham Rounded Medium'), url('https://fonts.cdnfonts.com/s/14851/GothamRounded-MediumItalic.woff') format('woff');
}
@font-face {
  font-family: 'Gotham Rounded Bold';
  font-style: normal;
  font-weight: 400;
  src: local('Gotham Rounded Bold'), url('https://fonts.cdnfonts.com/s/14851/GothamRounded-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Gotham Rounded Bold';
  font-style: italic;
  font-weight: 400;
  src: local('Gotham Rounded Bold'), url('https://fonts.cdnfonts.com/s/14851/GothamRounded-BoldItalic.woff') format('woff');
}
@font-face {
  font-family: 'Gotham Rounded Light';
  font-style: normal;
  font-weight: 300;
  src: local('Gotham Rounded Light'), url('https://fonts.cdnfonts.com/s/14851/GothamRounded-Light.woff') format('woff');
}
@font-face {
  font-family: 'Gotham Rounded Light';
  font-style: italic;
  font-weight: 300;
  src: local('Gotham Rounded Light'), url('https://fonts.cdnfonts.com/s/14851/GothamRounded-LightItalic.woff') format('woff');
}
@font-face {
  font-family: 'Gotham Rounded Book';
  font-style: normal;
  font-weight: 325;
  src: local('Gotham Rounded Book'), url('https://fonts.cdnfonts.com/s/14851/GothamRounded-Book.woff') format('woff');
}
@font-face {
  font-family: 'Gotham Rounded Book';
  font-style: italic;
  font-weight: 325;
  src: local('Gotham Rounded Book'), url('https://fonts.cdnfonts.com/s/14851/GothamRounded-BookItalic.woff') format('woff');
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* 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;
}
/* notices */
.weduc-top-notice {
  top: 200px !important;
}
@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;
  }
}
/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn,
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_menu,
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em;
  line-height: 1.125em;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
  background: 0 0;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:after,
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  clear: both;
}
.slicknav_nav li,
.slicknav_nav ul {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_menu {
  *zoom: 1;
  font-size: 16px;
  background: #4c4c4c;
  padding: 5px;
}
.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222;
}
.slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  font-size: 0.875em;
}
.slicknav_nav ul {
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}
.slicknav_nav a {
  text-decoration: none;
  color: #fff;
}
.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_brand {
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Gotham Rounded Light';
  background: var(--weduc-background-colour);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  overflow-x: hidden;
}
a,
a:hover {
  text-decoration: none;
}
input[type="text"]:focus,
input[type="search"]:focus-visible,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="submit"]:focus,
button[type="submit"]:focus,
textarea:focus {
  outline: none;
  outline-offset: 0 !important;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.container {
  max-width: 1700px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.clerfix::after,
.row::after {
  content: "";
  clear: both;
  display: block;
}
.slicknav_menu {
  display: none;
}
.section-title h1,
.section-title h2 {
  position: relative;
  margin-bottom: 42px;
  color: var(--weduc-primary-colour);
  text-transform: capitalize;
  font-size: 26px;
  line-height: 32px;
  padding-bottom: 20px;
}
.section-title h1::after,
.section-title h2::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 100px;
  left: 0;
  bottom: 0;
  background: var(--weduc-tertiary-colour);
}
ul.social-menu {
  display: flex !important;
  margin-bottom: 20px;
}
ul.social-menu li {
  margin: 0 7px;
  display: inline-block;
}
ul.social-menu li a i {
  color: var(--weduc-primary-colour);
  border-radius: 50%;
  display: block;
  background: #fff;
  padding: 9px;
  width: 37px;
  height: 37px;
  text-align: center;
  font-size: 19px;
  transition: 0.3s all;
}
ul.social-menu li a i:hover {
  background: var(--weduc-secondary-colour);
}
ul.social-menu li.web a i {
  background-image: url("images/weduc-w.png");
  background-position: center;
  background-repeat: no-repeat;
}
ul.social-menu .searchbar form {
  position: relative;
  display: flex;
}
ul.social-menu .searchbar form .togglesearch {
  display: none;
}
ul.social-menu .searchbar form input.search-btn {
  padding: 9px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  transition: 0.3s all;
  border: none;
  cursor: pointer;
  background-image: url(images/search.png) !important;
  background-size: 19px;
  background-position: center;
  background-repeat: no-repeat;
}
ul.social-menu .searchbar .togglesearch input[type="text"] {
  padding: 3px 7px;
  height: 35px;
  outline: none;
  display: block;
  width: 163px;
  float: left;
  transition: 0.5s;
  transition-timing-function: ease;
  border: 1px solid #ccc !important;
  margin-left: 15px;
  margin-right: 10px;
}
ul.social-menu .searchbar .togglesearch input[type="text"]::placeholder {
  color: #afafaf;
}
ul.social-menu .ft-searchbar form {
  position: relative;
  display: flex;
  padding-left: 100px;
}
ul.social-menu .ft-searchbar form .ft-togglesearch {
  display: none;
  margin-left: -190px;
}
ul.social-menu .ft-searchbar form input.ft-search-btn {
  padding: 9px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  transition: 0.3s all;
  border: none;
  cursor: pointer;
  background-image: url(images/search.png) !important;
  background-size: 19px;
  background-position: center;
  background-repeat: no-repeat;
}
ul.social-menu .ft-searchbar .ft-togglesearch input[type="text"] {
  padding: 3px 7px;
  height: 35px;
  outline: none;
  display: block;
  width: 163px;
  float: left;
  transition: 0.5s;
  transition-timing-function: ease;
  border: 1px solid #ccc !important;
  margin-left: 15px;
  margin-right: 10px;
}
ul.social-menu .ft-searchbar .ft-togglesearch input[type="text"]::placeholder {
  color: #afafaf;
}
/** 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);
}
.inner-page > .container > .row > .sidebar-area > .sidebar-content {
  background: var(--weduc-primary-colour);
  color: var(--weduc-secondary-colour);
}
.inner-page > .container > .row > .sidebar-area > .sidebar-content > h4::after {
  background: var(--weduc-tertiary-colour);
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-home > a,
li.menu-item.menu-item-type-post_type.menu-item-object-page.current_page_item > a {
  color: var(--weduc-primary-colour);
}
li.menu-item.menu-item-type-post_type.menu-item-object-post > a,
li.menu-item.menu-item-type-custom.menu-item-object-custom > a,
li.menu-item.menu-item-type-taxonomy.menu-item-object-category > a,
li.menu-item.menu-item-type-post_type.menu-item-object-page > a {
  color: var(--weduc-secondary-colour) !important;
}
/* mobile menu colours */
div.slicknav_menu > ul.slicknav_nav > li.menu-item > a.slicknav_item.slicknav_row > span {
  color: var(--weduc-primary-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: 40px;
  height: 40px;
  top: 25px;
  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 i.fa-bars {
  font-size: 25px;
  color: #FFFFFF;
  width: 40px;
}
.hamburger-menu-button-open i.fa-times {
  display: none;
}
.hamburger-menu-button-close i.fa-bars {
  display: none;
}
.hamburger-menu-button-close i.fa-times {
  display: block;
  font-size: 25px;
  color: #FFFFFF;
  width: 40px;
}
.mobile-navigation {
  position: absolute;
  background-color: #545454;
  z-index: 999999 !important;
  top: 80px;
  right: 0;
  margin: auto;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  display: none;
  height: 80vh;
  width: 100%;
}
.mobile-navigation .container {
  width: 100% !important;
  padding: 0 !important;
}
.mobile-navigation.on {
  visibility: visible !important;
  opacity: 1 !important;
  transition: 0.4s all;
  z-index: 9999999999 !important;
}
.slicknav_nav a {
  margin: 0 !important;
  padding: 13px 15px!important;
  font-size: 16px !important;
}
.slicknav_nav .slicknav_arrow {
  position: absolute;
  right: 20px;
  width: 19px;
  margin-left: 10px;
  font-size: 0;
  top: 15px;
}
.slicknav_nav .slicknav_arrow::before {
  position: absolute;
  content: "\F107";
  font-size: 20px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  right: 2px;
  transition: 0.3s all;
}
.slicknav_nav li.slicknav_parent.slicknav_open span.slicknav_arrow {
  transform: rotate(180deg);
}
.slicknav_nav li.slicknav_parent.slicknav_open .slicknav_row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 40px !important;
}
.slicknav_nav li.slicknav_collapsed.slicknav_parent .slicknav_row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 40px !important;
}
.slicknav_menu {
  margin-bottom: -25px;
}
.slicknav_menu .slicknav_item a {
  padding-left: 0 !important;
  display: inline-block;
}
.slicknav_menu .slicknav_item a i {
  left: -28px !important;
}
.slicknav_menu ul {
  overflow: auto;
}
.slicknav_menu ul li {
  display: inline-block;
}
.slicknav_menu ul li:hover a {
  border-radius: 0 !important;
  color: #241F20 !important;
  background: #CCCCCC;
}
.slicknav_menu ul li:hover ul li a {
  background: transparent !important;
}
.slicknav_menu ul li:hover ul li a:hover {
  color: #000 !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;
}
.slicknav_menu ul li ul {
  height: auto;
  margin: 0 !important;
}
.slicknav_menu ul li ul li a {
  margin: 0 !important;
  color: #FFFFFF !important;
  padding-left: 15px !important;
  text-align: center;
}
@media all and (max-width: 980px) {
  .mobile-navigation {
    display: block !important;
  }
  header > .container > .row > div.menu-content-area {
    display: none !important;
  }
  .main-menu {
    display: none;
  }
  .hamburger-menu-button {
    display: block;
    visibility: visible;
    opacity: 1;
    position: fixed;
  }
  .mobile-navigation {
    display: block;
  }
  ul.menu.mobile-menu {
    display: none;
  }
  .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;
  }
  .welcome-area .welcome-content-area {
    padding-top: 0;
    max-width: 750px;
    margin: auto;
  }
  .welcome-area .image-area {
    position: relative;
    margin-bottom: 30px;
    max-width: 100%;
  }
  .welcome-area .single-welcome-item {
    width: 100%;
    padding: 40px 30px;
  }
  .welcome-area .single-welcome-item h2 {
    font-size: 35px;
  }
  .calendar-area .single-calendar-item {
    max-width: 750px;
    margin: auto;
  }
  .calendar-area .calendar-content {
    max-width: 100%;
  }
  .page-content-area {
    padding-bottom: 50px;
  }
  .page-content-area .sidebar-menu {
    width: 100%;
  }
  .page-content-area .sidebar-menu .sidebar-menu-list {
    max-width: 750px;
    margin: auto;
  }
  .page-content-area .right-page-content-area {
    width: 100%;
    padding-left: 15px;
  }
  .page-content-area .right-page-content-area .e-safety-content {
    max-width: 750px;
    margin: auto;
  }
  .page-content-area .right-page-content-area .title {
    font-size: 35px;
  }
  .breadcrumb-area {
    min-height: 60vh;
    padding-top: 250px;
  }
  .breadcrumb-area .breadcrumb-content-area {
    max-width: 750px;
    margin: auto;
  }
  .not-found-area .not-found-content-area {
    max-width: 750px;
    margin: auto;
  }
  footer .footer-row {
    max-width: 750px;
    margin: auto;
  }
  footer .footer-item-1,
  footer .footer-item-2 {
    width: 100%;
  }
  footer .single-footer-item {
    margin-bottom: 30px;
  }
  footer .single-footer-item p:last-child {
    margin-bottom: 0;
  }
  footer .image-area {
    width: 100%;
  }
  .copy-rigth-content {
    max-width: 750px;
    margin: auto;
  }
}
/* mobile menu  css end
----------------------------------------*/
/* header area css start 
----------------------------------------*/
header {
  padding-top: 20px;
  padding-bottom: 10px;
  position: fixed;
  width: 100%;
  background: var(--weduc-header-colour);
  z-index: 999;
  box-shadow: 0 4px 2px #00000017;
}
header .logo-area {
  width: 23%;
  float: left;
  padding: 0 15px;
  position: relative;
  z-index: 999999;
}
header .logo-area img {
  max-width: 240px;
  transition: 0.3s all;
}
header .top-menu {
  display: flex;
  justify-content: flex-end;
}
header .menu-content-area {
  width: 77%;
  float: left;
  padding: 0 15px;
  text-align: right;
}
header .main-menu nav ul .home {
  margin-right: 10px;
}
header .main-menu nav ul .home a {
  position: relative;
  z-index: 1;
  font-size: 0;
  line-height: 0;
}
header .main-menu nav ul .home a::after {
  position: absolute;
  content: "\f015";
  font-size: 22px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  left: 0px;
  top: -7px;
  transition: 0.3s all;
  font-weight: 600 !important;
  z-index: -1;
  color: white;
}
header .main-menu nav ul .home.current-menu-item > a,
header .main-menu nav ul .home:hover > a:after {
  color: var(--weduc-secondary-colour);
}
header .main-menu nav ul li {
  display: inline-block;
  margin: 0;
}
header .main-menu nav ul li a {
  color: #FFFFFF;
  text-transform: capitalize;
  display: block;
  transition: 0.3s all;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
  font-weight: 400 !important;
}
header .main-menu nav ul li a:hover {
  filter: brightness(0.9);
  color: var(--weduc-secondary-colour);
}
.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;
  padding: 7px 0;
  display: none;
  top: 100%;
  left: 0;
  z-index: 1000000;
  background: #FFFFFF;
  width: 200px;
  box-shadow: 0 12px 32px #1a1a1a4a;
}
.sf-menu ul li {
  padding: 2px 12px 8px;
  margin: 0 !important;
  width: 100% !important;
  text-align: center;
}
.sf-menu ul li a {
  padding: 0 8px 3px !important;
  border-bottom: 3px solid var(--weduc-primary-colour);
  display: block;
  width: 100% !important;
  font-size: 14px;
  transition: 0.3s all;
  color: #000 !important;
  text-align: left;
}
.sf-menu ul li a:hover {
  border-color: var(--weduc-secondary-colour) !important;
  color: #000 !important;
}
.sf-menu ul li a.sf-with-ul {
  position: relative;
}
.sf-menu ul li a.sf-with-ul::after {
  position: absolute;
  content: "\F107";
  font-size: 18px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  right: 0px;
  top: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
  font-weight: 600 !important;
}
.sf-menu ul li ul {
  padding-bottom: 0 !important;
  padding-top: 0 !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%;
}
/* header area css end 
----------------------------------------*/
/* hero area css start 
----------------------------------------*/
.hero-area {
  min-height: 600px;
  width: 100%;
  background-position: 50%;
  margin-bottom: 30px;
  background-size: cover;
  position: relative;
}
.hero-area .arrow-btn {
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
}
.hero-area .arrow-btn a {
  background: #fff;
  border: 2px solid var(--weduc-primary-colour);
  border-radius: 50px;
  width: 70px;
  height: 70px;
  display: inline-block;
  color: #1D2D47;
  text-align: center;
  line-height: 80px;
}
/* hero area css end 
----------------------------------------*/
/* about school area css start 
----------------------------------------*/
.about-school {
  padding-top: 85px;
  padding-bottom: 110px;
}
.about-school .container {
  padding: 0 30px;
}
.about-school .content-area {
  float: left;
  width: 67%;
  padding: 0 15px;
}
.about-school .content-area p {
  margin-bottom: 20px;
  line-height: 1.6em;
}
.about-school .content-area img {
  height: auto!important;
  max-width: 100%;
}
.about-school .image-aera {
  width: 33%;
  float: left;
  padding-right: 15px;
}
/* about school area css end 
----------------------------------------*/
/* place  area css start 
----------------------------------------*/
.place-area .container {
  padding: 0 30px;
}
.place-area h2 {
  padding: 130px 15px;
  background: url("images/colour-logo-faint.png") no-repeat top;
  font-size: 37px;
  font-weight: 500;
  line-height: 1.5em;
  font-family: 'Gotham Rounded Medium';
  text-align: center;
  color: var(--weduc-primary-colour);
  margin-bottom: 60px;
}
.place-area .single-place-item {
  width: 33.33%;
  float: left;
  padding: 0 15px;
}
.place-area .single-place-item a {
  display: block;
  position: relative;
}
.place-area .single-place-item a::after {
  color: #fff;
  transition: all 1s;
  opacity: 0;
  background: rgba(29, 29, 29, 0.6);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.place-area .single-place-item a:hover::after {
  opacity: 1;
}
.place-area .single-place-item a img {
  height: 368px;
  width: 100%;
  background-position: 50%;
  background-size: cover;
  object-fit: cover;
  display: block;
}
.place-area .single-place-item a .content {
  position: absolute;
  left: 0;
  background: var(--weduc-primary-colour);
  padding: 8px 20px;
  margin: 0;
  bottom: 20px;
  z-index: 9;
}
.place-area .single-place-item a .content p {
  line-height: 1.6em;
  color: #FFFFFF;
}
.place-area .single-place-item a .content p span {
  display: block;
  color: var(--weduc-secondary-colour);
}
/* place area css end 
----------------------------------------*/
/* news  area css start 
----------------------------------------*/
.latest-newes-aera {
  padding-top: 75px;
  padding-bottom: 85px;
}
.latest-newes-aera .news-letter {
  width: 50%;
  padding: 0 15px;
  float: left;
}
.latest-newes-aera .news-letter .section-title {
  padding: 0;
}
.latest-newes-aera .single-news-item {
  margin-bottom: 10px;
}
.latest-newes-aera .single-news-item a.link.open-popup-link {
  display: flex;
  color: #000;
  padding: 16px 13px;
  transition: 0.3s all;
  position: relative;
}
.latest-newes-aera .single-news-item a.link.open-popup-link::after {
  position: absolute;
  content: "";
  background: url("images/next.png");
  top: 27%;
  right: 11px;
  width: 15px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}
.latest-newes-aera .single-news-item a.link.open-popup-link:hover {
  background-color: #f9f9f9;
}
.latest-newes-aera .single-news-item a.link.open-popup-link span.icon {
  padding-right: 18px;
  font-size: 45px;
  color: var(--weduc-primary-colour);
}
.latest-newes-aera .single-news-item a.link.open-popup-link .content {
  padding-right: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  border-bottom: 2px solid #ddd;
  padding-bottom: 14px;
  width: 100%;
}
.latest-newes-aera .single-news-item a.link.open-popup-link .content p span {
  font-size: 14px;
  display: block;
  line-height: 13px;
  margin-top: 6px;
  margin-bottom: 6px;
  font-weight: lighter;
}
.latest-newes-aera .single-news-item a.link.open-popup-link .content button {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding: 11px 13px;
  line-height: 1em;
  background: var(--weduc-primary-colour);
  color: #fff;
  border: 1px solid var(--weduc-primary-colour);
  width: auto;
  display: block;
  margin-top: 10px;
  transition: 0.3s all;
}
.latest-newes-aera .single-news-item a.link.open-popup-link .content button:hover {
  color: var(--weduc-secondary-colour);
}
.white-popup {
  max-width: 800px;
  text-align: left !important;
  vertical-align: middle;
  background: #fff;
  box-shadow: 0 12px 15px 0 #00000029;
  margin: 0 auto !important;
  padding: 19.2px;
  position: relative;
  overflow-y: auto;
  transition: 0.1s all;
}
.white-popup ul {
  padding-left: 48px;
  margin-bottom: 20px;
}
.white-popup ul li {
  list-style: disc;
}
.white-popup ul li::marker {
  font-size: 20px;
  color: #000;
}
.white-popup p {
  margin-bottom: 20px;
}
.white-popup a {
  color: #000;
  text-decoration: underline;
}
.white-popup a:hover {
  text-decoration: none;
}
.main-content-wrap {
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.mfp-auto-cursor .mfp-content {
  text-align: center;
  padding: 19.2px !important;
}
.mfp-close-btn-in .mfp-close {
  color: #000;
  font-size: 40px;
  opacity: 1 !important;
}
/* news area css end 
----------------------------------------*/
/* inner her area css end 
----------------------------------------*/
.inner-hero-area {
  height: 600px;
  width: 100%;
  background-position: 50%;
  background-size: cover;
  position: relative;
  margin-bottom: 30px;
}
/* inner hero area css end 
----------------------------------------*/
/* inner page area css start 
----------------------------------------*/
.inner-page {
  padding-bottom: 44px;
}
.inner-page .content-area {
  width: 74.33%;
  float: left;
  padding-left: 15px;
  padding-right: 60px;
}
.inner-page .content-area.full-content-area {
  width: 100%;
  float: none;
  padding-right: 15px;
}
.inner-page .content-area p {
  margin-bottom: 30px;
}
.inner-page .content-area p a {
  text-decoration: underline;
  text-transform: capitalize;
  color: #000;
}
.inner-page .content-area p a:hover {
  text-decoration: none;
}
.inner-page .content-area .page-content ul,
.inner-page .content-area .page-content ol {
  list-style: disc;
  margin-left: 30px;
}
.inner-page .content-area .page-content ul li,
.inner-page .content-area .page-content ol li {
  padding: 5px 0;
}
.inner-page .content-area .page-content ol {
  list-style: decimal;
}
.inner-page .content-area .blog-grid {
  display: flex;
  flex-wrap: wrap;
}
.inner-page .content-area .blog-grid .single-post-grid {
  border: 1px solid #ddd;
  padding: 1rem;
  margin-bottom: 1rem;
  max-width: calc(33.33% - 20px);
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
.inner-page .content-area .blog-grid .single-post-grid .title {
  font-weight: normal;
  color: #383838;
}
.inner-page .sidebar-area {
  width: 25.33%;
  float: left;
  padding: 0 15px;
}
.inner-page .sidebar-area .sidebar-content {
  background: #4B5871;
  color: #FFFFFF;
  padding: 25px 0;
}
.inner-page .sidebar-area .sidebar-content h4 {
  position: relative;
  margin: 0 25px;
  font-weight: 100;
  padding-bottom: 8px;
}
.inner-page .sidebar-area .sidebar-content h4::after {
  position: absolute;
  content: "";
  width: 60px;
  border-radius: 100px;
  height: 5px;
  left: 0;
  bottom: 0;
  background: var(--weduc-secondary-colour);
}
.inner-page .sidebar-area .sidebar-content ul {
  margin-top: 15px;
}
.inner-page .sidebar-area .sidebar-content ul li a {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 2.2em;
  display: block;
  padding: 5px 25px;
  transition: 0.3s all;
}
.inner-page .sidebar-area .sidebar-content ul li a:hover {
  background: #fff;
  color: var(--weduc-primary-colour);
}
.inner-page .breadcrumb {
  color: #fff;
  font-size: 14px;
  background: rgba(69, 69, 69, 0.8);
  padding: 11px 16px;
  display: inline-block;
  margin-bottom: 35px;
}
.inner-page .breadcrumb a {
  color: #fff;
  padding-right: 5px;
}
.inner-page .breadcrumb a:hover {
  text-decoration: underline;
}
.inner-page .breadcrumb .fa-angle-right {
  font-size: 18px;
  position: relative;
  top: 3px;
  color: var(--weduc-secondary-colour);
}
.inner-page .breadcrumb ul li {
  display: inline-block;
  margin-right: 5px;
}
.inner-page .breadcrumb ul li:last-child {
  margin-right: 0 !important;
}
.inner-page .breadcrumb ul li i {
  font-size: 18px;
  position: relative;
  top: 3px;
  color: var(--weduc-secondary-colour);
}
.inner-page .breadcrumb ul li a {
  color: #fff;
  padding-right: 5px;
}
.inner-page .breadcrumb ul li a:hover {
  text-decoration: underline;
}
.inner-page .section-title h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5em;
  font-family: 'Gotham Rounded Medium';
  margin-bottom: 25px;
  padding-bottom: 7px;
}
.inner-page .section-title h1::after {
  border-radius: 100px;
  height: 6px;
}
.inner-page .pdf-floder-title {
  margin-bottom: 20px;
}
.inner-page .pdf-floder-title h3 {
  font-size: 22px;
  line-height: 28px;
}
ul.pdf-list {
  background: #F1F1F1;
}
ul.pdf-list li a {
  padding: 15px 15px 15px 100px;
  color: #000;
  text-decoration: underline;
  display: block;
  position: relative;
}
ul.pdf-list li a:hover {
  text-decoration: none;
}
ul.pdf-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(images/pdf.png) center no-repeat;
  top: 0;
  bottom: 0;
  display: block;
  width: 80px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 17px;
  border-right: 1px solid #ccc;
}
/* inner page area css end 
----------------------------------------*/
/* 404 page area css start 
----------------------------------------*/
.not-found-hero {
  margin-bottom: 30px;
  height: 600px;
  width: 100%;
  background-position: 50%;
  background-size: cover;
  position: relative;
}
.not-found .content {
  padding: 15px 21px;
  min-height: 324px;
}
.not-found .content h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 24px;
}
.not-found .content a {
  padding: 8px;
  border: 1px solid var(--weduc-primary-colour);
  display: block;
  transition: 0.3s all;
  text-align: center;
  color: var(--weduc-primary-colour);
}
.not-found .content a:hover {
  background: var(--weduc-primary-colour);
  color: #FFFFFF;
}
/* 404 page area css end 
----------------------------------------*/
/* footer area css start
----------------------------------------*/
footer {
  background: var(--weduc-footer-colour);
  padding-top: 50px;
  padding-bottom: 63px;
  color: #FFFFFF;
  font-weight: 300 !important;
  font-size: 14px;
}
footer .logo {
  text-align: left;
  margin-top: 5px;
}
footer a {
  color: #FFFFFF;
  transition: 0.3s all;
}
footer a:hover {
  color: var(--weduc-secondary-colour);
}
footer i {
  color: var(--weduc-secondary-colour);
}
footer .title h4 {
  position: relative;
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 19.2px;
  font-weight: 400;
}
footer .title h4::after {
  position: absolute;
  content: "";
  width: 33px;
  background: var(--weduc-secondary-colour);
  height: 5px;
  border-radius: 30px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
footer ul.footer-menu li {
  margin-bottom: 4px;
}
footer .widget-area-1 {
  float: left;
  width: 16.6%;
  padding: 0 15px;
  text-align: center;
}
footer .widget-area-2 {
  float: left;
  width: 32.6%;
  padding: 0 15px;
  text-align: center;
}
footer .widget-area-2 .title {
  text-align: center;
  max-width: 152px;
}
footer .widget-area-2 .title h4 {
  display: inline-block;
}
footer .widget-area-2 ul.footer-menu.left {
  float: right;
  padding-right: 15px;
}
footer .widget-area-2 ul.footer-menu.left {
  float: left;
}
footer .widget-area-3 {
  float: left;
  width: 33.33%;
  padding: 0 15px;
  text-align: center;
}
footer .widget-area-3 ul {
  margin-top: 25px;
}
footer .widget-area-3 ul li {
  margin-bottom: 4px;
}
footer .widget-area-3 ul li i {
  margin-right: 14px;
}
footer .widget-area-4 {
  float: left;
  width: 16.6%;
  padding: 0 15px;
}
footer .widget-area-4 p {
  text-align: center;
}
footer .widget-area-4 ul.social-menu {
  justify-content: center;
  margin-left: -100px;
}
footer .widget-area-4 .location {
  max-width: 175px;
  margin: auto;
  margin-bottom: 30px;
  display: block;
  padding-left: 13px;
  position: relative;
}
footer .widget-area-4 .location:hover {
  text-decoration: underline;
  color: unset;
}
footer .widget-area-4 .location i {
  height: 100%;
  position: absolute;
  left: 0;
  top: 5px;
}
footer .widget-area-4 .websites {
  text-align: center;
  margin-top: 35px;
}
.footer-area > .container > div.row.footer-row > div.widget-area > .social-menu {
  margin-left: -100px;
  display: flex !important;
}
/* footer area css end
----------------------------------------*/
.btn-block {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding: 11px 13px;
  line-height: 1em;
  background: var(--weduc-primary-colour);
  color: #fff;
  border: 1px solid var(--weduc-primary-colour);
  width: auto;
  display: inline-block;
  margin-top: 10px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.btn-block:hover {
  color: var(--weduc-secondary-colour);
}
.page-navigation-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px;
}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 1180px) {
  #menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: transparent;
  }
  .slicknav_btn {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background-color: #ffdead00;
  }
  .slicknav_btn .slicknav_icon {
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .slicknav_btn .slicknav_icon-bar {
    height: 4px !important;
  }
  .slicknav_open .slicknav_row {
    position: relative;
  }
  .slicknav_open span.slicknav_icon-bar {
    display: none !important;
  }
  .slicknav_open .slicknav_icon {
    position: relative;
    z-index: 1;
  }
  .slicknav_open .slicknav_icon::after {
    position: absolute;
    content: "\f00d";
    font-size: 27px;
    color: #FFFFFF;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s all;
    font-weight: 600 !important;
    z-index: -1;
  }
  ul.slicknav_nav {
    padding: 7px 14px!important;
    display: block !important;
    position: absolute;
    width: 100%;
    top: calc(-80vh - 20px);
    background: #FFFFFF;
    right: 0 !important;
    transition: 0.5s all !important;
    max-width: 330px;
    height: 88vh;
    overflow: auto !important;
  }
  ul.slicknav_nav li.home {
    display: none;
  }
  ul.slicknav_nav li a {
    color: #000;
    padding: 13px 8px !important;
  }
  ul.slicknav_nav li a::hover {
    background: transparent;
  }
  ul.slicknav_nav .slicknav_arrow {
    position: absolute;
    right: 0px;
    width: 19px;
    margin-left: 10px;
    font-size: 0;
    top: 15px;
    transition: 0.2s all;
  }
  ul.slicknav_nav .slicknav_arrow::before {
    position: absolute;
    content: "\F107";
    font-size: 28px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    right: 2px;
    transition: 0.3s all;
  }
  ul.slicknav_nav li.slicknav_parent.slicknav_open span.slicknav_arrow {
    transform: rotate(180deg);
  }
  ul.slicknav_nav li.slicknav_parent.slicknav_open .slicknav_row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 50px !important;
  }
  ul.slicknav_nav li.slicknav_parent.slicknav_open .slicknav_parent span.slicknav_arrow {
    transform: rotate(0deg);
  }
  ul.slicknav_nav li.slicknav_parent.slicknav_open .slicknav_open span.slicknav_arrow {
    transform: rotate(180deg);
  }
  ul.slicknav_nav li.slicknav_collapsed.slicknav_parent .slicknav_row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 50px !important;
    position: relative;
  }
  ul.slicknav_nav.slicknav_hidden {
    display: block !important;
    position: absolute;
    width: 100%;
    height: 88vh;
    top: calc(-80vh - 20px);
    background: #FFFFFF;
    transition: 0.5s !important;
  }
  .slicknav_nav a {
    border-bottom: 3px solid var(--weduc-primary-colour);
    margin: 0 !important;
  }
  .slicknav_nav a:hover {
    background: none !important;
    border-radius: 0 !important;
    text-decoration: underline;
  }
  a.slicknav_item.slicknav_row {
    border: 0 !important;
  }
  a.slicknav_item.slicknav_row:hover {
    background: none !important;
    border-radius: 0 !important;
    color: #000 !important;
  }
  .slicknav_nav .slicknav_item a {
    display: block !important;
  }
  footer ul.social-menu {
    display: table-cell !important;
  }
}
@media all and (max-width: 980px) {
  header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .logo-area img {
    max-width: 200px;
  }
  header .top-menu {
    display: none !important;
  }
  ul.slicknav_nav {
    max-width: 100%;
    height: 90vh !important;
  }
  ul.slicknav_nav.slicknav_hidden {
    height: 90vh !important;
  }
  .slicknav_btn {
    top: -20px;
  }
  .hero-area {
    height: 340px;
  }
  .inner-hero-area {
    height: 340px;
  }
  .not-found-hero {
    height: 340px !important;
  }
  .about-school {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-school .content-area {
    width: 100%;
  }
  .about-school .image-aera {
    margin-top: 30px;
    width: 100%;
    padding: 0 15px;
  }
  .place-area h2 {
    padding: 50px 15px;
    font-size: 32px;
    background-size: contain;
  }
  .place-area .single-place-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .place-area .single-place-item:last-child {
    margin-bottom: 0;
  }
  .place-area .single-place-item a {
    max-width: 700px;
    margin: auto;
  }
  .inner-page .content-area {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 15px;
  }
  .inner-page .sidebar-area {
    width: 100%;
  }
  .latest-newes-aera {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .latest-newes-aera .news-letter {
    margin-bottom: 50px;
    width: 100%;
    float: none;
    padding: 0 30px;
  }
  .latest-newes-aera .news-letter:last-child {
    margin-bottom: 0 !important;
  }
  footer {
    padding-bottom: 45px;
  }
  footer .logo {
    text-align: center;
  }
  footer ul.social-menu {
    display: flex !important;
  }
  footer ul.footer-menu.left {
    float: none !important;
    padding-right: 0 !important;
  }
  footer .footer-row {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  footer .widget-area-1 {
    width: 100%;
    order: 4;
  }
  footer .widget-area-2 {
    margin-bottom: 30px;
    width: 100%;
    order: 1;
  }
  footer .widget-area-2 .title {
    max-width: 100%;
  }
  footer .widget-area-3 {
    margin-bottom: 30px;
    width: 100%;
    order: 2;
  }
  footer .widget-area-4 {
    margin-bottom: 30px;
    width: 100%;
    order: 3;
  }
  .inner-page .content-area .blog-grid .single-post-grid {
    max-width: calc(50% - 20px);
  }
  .main-menu {
    display: none!important;
  }
}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  .inner-hero-area {
    height: 260px;
  }
}
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
  header .logo-area img {
    max-width: 180px;
  }
  ul.slicknav_nav {
    height: 91vh !important;
  }
  ul.slicknav_nav.slicknav_hidden {
    height: 91vh !important;
  }
  .inner-page .content-area .blog-grid .single-post-grid {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .place-area .container,
  .about-school .container {
    padding: 0 10px;
  }
}
.single-hero-slider {
  padding: 103px 0;
  padding-top: 431px;
  background-size: cover;
  background-position: center;
}
.single-hero-slider .slider-content {
  width: 100%;
}
.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;
}
.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: 18px;
}
section#hero-slider .owl-dots button {
  width: 60px;
  height: 2px;
  background: rgba(200, 215, 235, 0.6);
  margin: 0 6px;
}
section#hero-slider .owl-dots button.owl-dot {
  background: #C8D7EB;
}
