/*
@author:Anup Biswas
@author url: https://github.com/anup04sust
@contact:+8801717819234
@project:PanjaEdu
@project url:https://github.com/panjaedu/greenuniversity
*/
/*$border-radius:          .25rem !default;
$border-radius-lg:       .3rem !default;
$border-radius-sm:       .2rem !default;*/
/* line 1, ../scss/_typography.scss */
h1, h2, h3, h4, h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}

/* line 4, ../scss/_card.scss */
.card {
  display: block;
  position: relative;
  height: 100%;
}
/* line 8, ../scss/_card.scss */
.card .card-header {
  margin-bottom: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid #c6c2c2;
}
/* line 12, ../scss/_card.scss */
.card .card-header .card-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
/* line 19, ../scss/_card.scss */
.card .card-subtitle {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
/* line 25, ../scss/_card.scss */
.card .card-block img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-bottom: 8px solid transparent;
}
/* line 31, ../scss/_card.scss */
.card .card-block .card-txt {
  text-align: justify;
}
/* line 37, ../scss/_card.scss */
.card.card-torch_red .card-block img {
  border-color: #fe0a32;
}
/* line 44, ../scss/_card.scss */
.card.card-red_violet .card-block img {
  border-color: #d61868;
}
/* line 51, ../scss/_card.scss */
.card.card-web_orange .card-block img {
  border-color: #ffa800;
}
/* line 58, ../scss/_card.scss */
.card.card-emerald .card-block img {
  border-color: #5ccc56;
}
/* line 66, ../scss/_card.scss */
.card.card-coral_red .card-block img {
  border-color: #fb3e3e;
}
/* line 73, ../scss/_card.scss */
.card.card-conifer .card-block img {
  border-color: #a4de39;
}
/* line 80, ../scss/_card.scss */
.card.card-crimson .card-block img {
  border-color: #ED1C3F;
}

/* line 89, ../scss/_card.scss */
.message-block .card .card-block {
  text-align: center;
}
/* line 91, ../scss/_card.scss */
.message-block .card .card-block img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
  border-width: 0 0 3px 0;
  margin: 0 auto 30px;
}
/* line 99, ../scss/_card.scss */
.message-block .card .card-block .card-subtitle {
  text-transform: uppercase;
}
/* line 103, ../scss/_card.scss */
.message-block .card .card-block .card-txt {
  text-align: center;
}
/* line 105, ../scss/_card.scss */
.message-block .card .card-block .card-txt a {
  color: #3a3a3a;
  text-decoration: none;
}
/* line 109, ../scss/_card.scss */
.message-block .card .card-block .card-txt .fa.fa-quote-left {
  font-size: 25px;
  color: #a4de39;
}
/* line 113, ../scss/_card.scss */
.message-block .card .card-block .card-txt .author {
  font-weight: 600;
}

/* line 122, ../scss/_card.scss */
.owl-carousel-has-pagging {
  margin-bottom: 30px;
}
/* line 124, ../scss/_card.scss */
.owl-carousel-has-pagging .owl-dots {
  position: absolute;
  text-align: center;
  left: 0;
  width: 100%;
  bottom: -25px;
}
/* line 130, ../scss/_card.scss */
.owl-carousel-has-pagging .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid transparent;
  border-radius: 100%;
  margin: 0 3px;
  background-color: #efefef;
}
/* line 138, ../scss/_card.scss */
.owl-carousel-has-pagging .owl-dots .owl-dot.active {
  background-color: #4bb93e;
}

/* line 1, ../scss/_accessibility.scss */
html, body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

/* line 5, ../scss/_accessibility.scss */
a, input, select, img, span, label, ul, li, .fa, :before, :after {
  transition: all 0.3s linear;
  outline: none;
}

/* line 9, ../scss/_accessibility.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 13, ../scss/_accessibility.scss */
.screen-reader-text {
  display: none;
}

/* line 1, ../scss/_formatting.scss */
.btn {
  border: 0;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 32px;
  box-shadow: none;
}
/* line 7, ../scss/_formatting.scss */
.btn.btn-lg {
  font-size: 24px;
  line-height: 1.2;
  max-width: 100%;
  padding: 12px 16px;
  text-align: center;
  width: 262px;
}
/* line 15, ../scss/_formatting.scss */
.btn.btn-readmore {
  padding: 0 0 0 23px;
  position: relative;
}
/* line 18, ../scss/_formatting.scss */
.btn.btn-readmore:before {
  font-family: "FontAwesome";
  content: "\f067";
  font-size: 18px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 1px;
}
/* line 28, ../scss/_formatting.scss */
.btn.btn-link {
  padding: 0 10px;
  font-size: inherit;
  line-height: 1;
  font-weight: inherit;
  vertical-align: baseline;
}

/* line 36, ../scss/_formatting.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(75, 185, 62, 0.75);
}

/* line 39, ../scss/_formatting.scss */
.display-flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  /* line 39, ../scss/_formatting.scss */
  .display-flex {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  /* line 39, ../scss/_formatting.scss */
  .display-flex {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  /* line 39, ../scss/_formatting.scss */
  .display-flex {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  /* line 39, ../scss/_formatting.scss */
  .display-flex {
    margin-right: -15px;
    margin-left: -15px;
  }
}

/* line 42, ../scss/_formatting.scss */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  display: none;
}

/* line 58, ../scss/_formatting.scss */
.hamburger:hover {
  opacity: 0.7;
}

/* line 61, ../scss/_formatting.scss */
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

/* line 67, ../scss/_formatting.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

/* line 72, ../scss/_formatting.scss */
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #4bb93e;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

/* line 81, ../scss/_formatting.scss */
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

/* line 84, ../scss/_formatting.scss */
.hamburger-inner::before {
  top: -10px;
}

/* line 86, ../scss/_formatting.scss */
.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Slider
   */
/* line 92, ../scss/_formatting.scss */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

/* line 94, ../scss/_formatting.scss */
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

/* line 99, ../scss/_formatting.scss */
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

/* line 102, ../scss/_formatting.scss */
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

/* line 104, ../scss/_formatting.scss */
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

/* line 107, ../scss/_formatting.scss */
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
/* line 113, ../scss/_formatting.scss */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

/* line 115, ../scss/_formatting.scss */
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

/* line 120, ../scss/_formatting.scss */
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

/* line 123, ../scss/_formatting.scss */
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/* line 125, ../scss/_formatting.scss */
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

/* line 128, ../scss/_formatting.scss */
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/* line 1, ../scss/_lists.scss */
ul.list-square {
  text-align: left;
  padding: 0;
  margin: 0 0 10px 0;
}
/* line 5, ../scss/_lists.scss */
ul.list-square > li {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 18px;
  position: relative;
}
/* line 11, ../scss/_lists.scss */
ul.list-square > li > a {
  display: block;
  text-decoration: none;
  line-height: 1.5;
  color: #3a3a3a;
}
/* line 16, ../scss/_lists.scss */
ul.list-square > li > a:hover {
  text-decoration: none;
  color: #4bb93e;
}
/* line 21, ../scss/_lists.scss */
ul.list-square > li:before {
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  left: 0;
  top: 5px;
  background: #a4de39;
}

/* line 33, ../scss/_lists.scss */
.enn-listblock {
  padding-bottom: 17px;
  margin-bottom: 32px;
  position: relative;
}
/* line 37, ../scss/_lists.scss */
.enn-listblock:before {
  position: absolute;
  content: " ";
  height: 1px;
  background: #f3f3f3;
  left: 15px;
  right: 15px;
  bottom: 0;
  display: block;
}
/* line 47, ../scss/_lists.scss */
.enn-listblock .feature-img {
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 15px;
}
/* line 52, ../scss/_lists.scss */
.enn-listblock .title {
  font-size: 18px;
  border-bottom: 3px solid #a4de39;
  text-transform: uppercase;
  padding-bottom: 25px;
  margin-bottom: 22px;
  color: #3a3a3a;
}
/* line 59, ../scss/_lists.scss */
.enn-listblock .title > a {
  color: inherit;
  text-decoration: none;
}
/* line 64, ../scss/_lists.scss */
.enn-listblock .enn-meta {
  margin-bottom: 15px;
  color: #959595;
}
/* line 67, ../scss/_lists.scss */
.enn-listblock .enn-meta > span {
  display: inline-block;
  margin-right: 10px;
}
/* line 72, ../scss/_lists.scss */
.enn-listblock .enn-desc {
  margin-bottom: 15px;
}

/* line 1, ../scss/_navigation.scss */
#topbar {
  border-width: 0 0 2px 0;
  background-color: #e6e7e7;
  border-color: #e1e3e2;
  height: 36px;
}
/* line 8, ../scss/_navigation.scss */
#topbar .nav > .menu-item > a {
  text-transform: uppercase;
  font-size: 14px;
  color: #090909;
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
}
/* line 15, ../scss/_navigation.scss */
#topbar .nav > .menu-item > a:after {
  content: " ";
  position: absolute;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  width: 1px;
  background-color: #8c8e8d;
  right: 0px;
}
/* line 26, ../scss/_navigation.scss */
#topbar .nav > .menu-item > a:hover {
  color: #4bb93e;
}
/* line 32, ../scss/_navigation.scss */
#topbar .nav > .menu-item:last-child > a:after {
  display: none;
}
/* line 38, ../scss/_navigation.scss */
#topbar .nav.navbar-right {
  margin-right: 0;
}

/* line 44, ../scss/_navigation.scss */
#primary-navbar {
  height: auto;
  height: 106px;
  border-width: 0 0 2px 0;
  border-color: #e1e3e2;
}
/* line 49, ../scss/_navigation.scss */
#primary-navbar .container-fluid {
  position: relative;
}
/* line 52, ../scss/_navigation.scss */
#primary-navbar .navbar-header {
  height: 106px;
  padding: 10px 25px 0 0;
  position: relative;
}
/* line 56, ../scss/_navigation.scss */
#primary-navbar .navbar-header:after {
  content: " ";
  position: absolute;
  width: 1px;
  background-color: rgba(81, 83, 83, 0.31);
  height: 60px;
  top: 50%;
  margin-top: -30px;
  right: 0;
}
/* line 67, ../scss/_navigation.scss */
#primary-navbar .navbar-header .navbar-brand {
  margin: 0;
}
/* line 72, ../scss/_navigation.scss */
#primary-navbar .nav-primary {
  margin-right: 107px;
  height: 106px;
}
/* line 76, ../scss/_navigation.scss */
#primary-navbar .nav-primary > .menu-item > a {
  line-height: 101px;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  color: #090909;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
}
/* line 84, ../scss/_navigation.scss */
#primary-navbar .nav-primary > .menu-item > a > .caret {
  display: none;
}
/* line 88, ../scss/_navigation.scss */
#primary-navbar .nav-primary > .menu-item > a:hover {
  color: #4bb93e;
  border-color: #4bb93e;
}
/* line 94, ../scss/_navigation.scss */
#primary-navbar .nav-primary > .menu-item.current-menu-item > a {
  color: #4bb93e;
  border-color: #4bb93e;
}
/* line 100, ../scss/_navigation.scss */
#primary-navbar .nav-primary .menu-item {
  position: relative;
}
/* line 104, ../scss/_navigation.scss */
#primary-navbar .nav-primary .menu-item > ul > li > ul {
  left: 100%;
  top: 0;
}
/* line 111, ../scss/_navigation.scss */
#primary-navbar .nav-primary .menu-item:hover > ul.dropdown-menu {
  display: block;
}
/* line 115, ../scss/_navigation.scss */
#primary-navbar .nav-primary .menu-item ul.dropdown-menu {
  left: 0;
  right: auto;
  min-width: 250px;
  width: auto;
}
/* line 121, ../scss/_navigation.scss */
#primary-navbar .nav-primary .menu-item ul.dropdown-menu > li > a {
  white-space: normal;
  padding: 10px 20px;
  position: relative;
  border-bottom: 1px solid #f3f3f3;
}
/* line 126, ../scss/_navigation.scss */
#primary-navbar .nav-primary .menu-item ul.dropdown-menu > li > a:hover {
  color: #4bb93e;
}
/* line 135, ../scss/_navigation.scss */
#primary-navbar .nav-primary .menu-item ul.dropdown-menu > li.dropdown-submenu > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 5px;
}
/* line 144, ../scss/_navigation.scss */
#primary-navbar .nav-primary .menu-item ul.dropdown-menu > li.dropdown-submenu > a:hover:after {
  right: 7px;
}
/* line 149, ../scss/_navigation.scss */
#primary-navbar .nav-primary .menu-item ul.dropdown-menu > li.dropdown-submenu .dropdown-menu {
  left: 100%;
}
/* line 154, ../scss/_navigation.scss */
#primary-navbar .nav-primary .menu-item ul.dropdown-menu > li:last-child > a {
  border-bottom: 1px solid transparent;
}

/* line 167, ../scss/_navigation.scss */
.mm-menu .mm-navbar .mm-close:after, .mm-menu .mm-navbar .mm-close:before {
  display: none;
}
/* line 170, ../scss/_navigation.scss */
.mm-menu .mm-navbar .mm-close:after {
  display: block;
  border: 0;
  content: "\f00d";
  font-family: "FontAwesome";
  transform: none;
  font-weight: 300;
  width: auto;
  height: auto;
  top: 9px;
  left: 14px;
  position: absolute;
}

/* line 187, ../scss/_navigation.scss */
.breadcrumb {
  min-height: 58px;
  background-color: transparent;
  padding: 16px 0px;
  margin-bottom: 0;
}
/* line 192, ../scss/_navigation.scss */
.breadcrumb > li {
  font-size: 14px;
}
/* line 194, ../scss/_navigation.scss */
.breadcrumb > li > a {
  color: #fff;
}

/* line 199, ../scss/_navigation.scss */
.wp-pagenavi {
  display: inline-block;
  border-top: 2px solid #f3f3f3;
  height: 40px;
  border-bottom: 2px solid #f3f3f3;
}
/* line 204, ../scss/_navigation.scss */
.wp-pagenavi .pages {
  display: none;
}
/* line 207, ../scss/_navigation.scss */
.wp-pagenavi > a, .wp-pagenavi > span, .wp-pagenavi .current {
  display: inline-block;
  vertical-align: top;
  border: 0;
  color: #3a3a3a;
  text-decoration: none;
  line-height: 36px;
  text-align: center;
  width: 36px;
  margin: 0;
  padding: 0;
}
/* line 219, ../scss/_navigation.scss */
.wp-pagenavi > span.current {
  color: #4bb93e;
  font-weight: normal;
}

/* line 1, ../scss/_layout.scss */
.container-fluid {
  max-width: 1710px;
}

/*==========================================
#Page Banner
=============================================*/
/* line 7, ../scss/_layout.scss */
.front-pagebanner {
  background-position: center top;
  position: relative;
  background-size: cover;
}
/* line 12, ../scss/_layout.scss */
.front-pagebanner > .container {
  min-height: 503px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 19, ../scss/_layout.scss */
.front-pagebanner .banner-caption {
  position: relative;
  z-index: 1;
}

/* line 27, ../scss/_layout.scss */
#page-banner.inner-page .banner-image {
  padding-top: 296px;
  background-position: center top;
  background-size: cover;
  background-color: #4bb93e;
}
/* line 33, ../scss/_layout.scss */
#page-banner.inner-page .banner-caption {
  background-color: #4bb93e;
  color: #fff;
}
/* line 41, ../scss/_layout.scss */
#page-banner .cslider-wrap .camera_overlayer {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  top: 0;
}
/* line 49, ../scss/_layout.scss */
#page-banner .cslider-wrap .camera_caption {
  display: block !important;
  opacity: 1 !important;
  top: 0;
  bottom: 0;
  color: #3a3a3a;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}
/* line 56, ../scss/_layout.scss */
#page-banner .cslider-wrap .camera_caption > div {
  padding: 0;
  position: relative;
  height: 100%;
  background: transparent;
  color: #3a3a3a;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 67, ../scss/_layout.scss */
#page-banner .cslider-wrap .camera_caption .bc-title {
  text-transform: uppercase;
  margin: 0;
  font-weight: 300;
  font-size: 51px;
  margin-bottom: 59px;
  color: #3a3a3a;
}
/* line 75, ../scss/_layout.scss */
#page-banner .cslider-wrap .camera_caption .bc-desc {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
  margin-bottom: 92px;
  color: #3a3a3a;
}
/* line 82, ../scss/_layout.scss */
#page-banner .cslider-wrap .camera_caption .bcc-btn {
  margin-bottom: 0;
}

/* line 90, ../scss/_layout.scss */
.banner-caption .bc-title {
  text-transform: uppercase;
  margin: 0;
  font-weight: 300;
  font-size: 51px;
  margin-bottom: 59px;
}
/* line 97, ../scss/_layout.scss */
.banner-caption .bc-desc {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
  margin-bottom: 92px;
}
/* line 103, ../scss/_layout.scss */
.banner-caption .bcc-btn {
  margin-bottom: 0;
}

/* line 107, ../scss/_layout.scss */
.bc-shadow {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  top: 0;
}

/* line 115, ../scss/_layout.scss */
#topnews-scrollbar {
  background-color: #4bb93e;
}

/* line 118, ../scss/_layout.scss */
#header + #topnews-scrollbar {
  background-color: #4bb93e;
  margin-bottom: 50px;
}

/* line 123, ../scss/_layout.scss */
.topnews-lead {
  height: 70px;
  padding: 0 150px;
  position: relative;
}
/* line 127, ../scss/_layout.scss */
.topnews-lead .sc-title {
  color: white;
  display: inline-block;
  left: 0;
  line-height: 70px;
  position: absolute;
  font-size: 22px;
  font-weight: bold;
}
/* line 136, ../scss/_layout.scss */
.topnews-lead .scroll-carousel {
  height: 70px;
  padding: 21px 0;
}
/* line 139, ../scss/_layout.scss */
.topnews-lead .scroll-carousel .news {
  font-size: 17px;
  color: #fff;
  padding-right: 100px;
  position: relative;
  line-height: 28px;
}
/* line 145, ../scss/_layout.scss */
.topnews-lead .scroll-carousel .news a {
  display: inline-block;
  padding: 0;
  margin: 0;
  color: inherit;
  text-decoration: none;
  line-height: 28px;
  font-size: 17px;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  vertical-align: top;
}
/* line 158, ../scss/_layout.scss */
.topnews-lead .scroll-carousel .news a.redmore {
  text-decoration: underline;
  margin-left: 30px;
  position: absolute;
  right: 0;
  width: auto;
}
/* line 169, ../scss/_layout.scss */
.topnews-lead .scroll-carousel .owl-nav .owl-prev, .topnews-lead .scroll-carousel .owl-nav .owl-next {
  position: absolute;
  right: -150px;
  top: 50%;
  width: 16px;
  height: 32px;
  margin-top: -16px;
  overflow: hidden;
  text-indent: -50px;
}
/* line 178, ../scss/_layout.scss */
.topnews-lead .scroll-carousel .owl-nav .owl-prev:before, .topnews-lead .scroll-carousel .owl-nav .owl-next:before {
  font-family: "FontAwesome";
  text-indent: 0px;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
/* line 191, ../scss/_layout.scss */
.topnews-lead .scroll-carousel .owl-nav .owl-prev.disabled, .topnews-lead .scroll-carousel .owl-nav .owl-next.disabled {
  opacity: .5;
}
/* line 197, ../scss/_layout.scss */
.topnews-lead .scroll-carousel .owl-nav .owl-next:before {
  content: "\f105";
}
/* line 201, ../scss/_layout.scss */
.topnews-lead .scroll-carousel .owl-nav .owl-prev {
  right: -132px;
}
/* line 203, ../scss/_layout.scss */
.topnews-lead .scroll-carousel .owl-nav .owl-prev:before {
  content: "\f104";
}

/* line 211, ../scss/_layout.scss */
#sec-news {
  padding-top: 35px;
  margin-bottom: 90px;
}

/* line 215, ../scss/_layout.scss */
.enn-blocks {
  position: relative;
}
/* line 217, ../scss/_layout.scss */
.enn-blocks .enn-title {
  margin: 0;
  font-size: 28px;
  text-transform: uppercase;
  border-bottom: 2px solid #4bb93e;
  margin-bottom: 14px;
  padding-bottom: 14px;
}
/* line 225, ../scss/_layout.scss */
.enn-blocks .enn-item {
  max-width: 360px;
}
/* line 227, ../scss/_layout.scss */
.enn-blocks .enn-item .enn-date {
  margin-bottom: 10px;
  position: relative;
}
/* line 230, ../scss/_layout.scss */
.enn-blocks .enn-item .enn-date > span {
  display: inline-block;
  padding: 0 3px;
  vertical-align: middle;
  line-height: 1;
}
/* line 236, ../scss/_layout.scss */
.enn-blocks .enn-item .enn-date .day {
  font-weight: bold;
  color: #4bb93e;
  font-size: 24px;
}
/* line 241, ../scss/_layout.scss */
.enn-blocks .enn-item .enn-date .month {
  color: #3a3a3a;
  font-size: 14px;
}
/* line 245, ../scss/_layout.scss */
.enn-blocks .enn-item .enn-date .year {
  color: #3a3a3a;
  font-size: 14px;
  position: relative;
}
/* line 249, ../scss/_layout.scss */
.enn-blocks .enn-item .enn-date .year:after {
  content: " ";
  position: absolute;
  width: 3px;
  height: 13px;
  background-color: #4bb93e;
  right: -5px;
}
/* line 259, ../scss/_layout.scss */
.enn-blocks .enn-item .enn-item-title {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
/* line 264, ../scss/_layout.scss */
.enn-blocks .enn-item .enn-item-title a {
  color: inherit;
  text-decoration: none;
}
/* line 269, ../scss/_layout.scss */
.enn-blocks .enn-item .enn-img {
  margin-bottom: 30px;
}
/* line 271, ../scss/_layout.scss */
.enn-blocks .enn-item .enn-img img {
  width: 100%;
}
/* line 275, ../scss/_layout.scss */
.enn-blocks .enn-item .enn-desc {
  font-size: 16px;
  text-align: justify;
  line-height: 1.5;
}
/* line 281, ../scss/_layout.scss */
.enn-blocks .owl-stage {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 289, ../scss/_layout.scss */
.enn-blocks .owl-nav .owl-prev, .enn-blocks .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: 0;
  width: 16px;
  height: 32px;
  margin-top: -48px;
  overflow: hidden;
  text-indent: -50px;
}
/* line 298, ../scss/_layout.scss */
.enn-blocks .owl-nav .owl-prev:before, .enn-blocks .owl-nav .owl-next:before {
  font-family: "FontAwesome";
  text-indent: 0px;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  line-height: 30px;
  text-align: center;
  color: #4bb93e;
  font-size: 28px;
  font-weight: bold;
}
/* line 311, ../scss/_layout.scss */
.enn-blocks .owl-nav .owl-prev.disabled, .enn-blocks .owl-nav .owl-next.disabled {
  opacity: .5;
}
/* line 317, ../scss/_layout.scss */
.enn-blocks .owl-nav .owl-next:before {
  content: "\f105";
}
/* line 321, ../scss/_layout.scss */
.enn-blocks .owl-nav .owl-prev {
  right: 17px;
}
/* line 323, ../scss/_layout.scss */
.enn-blocks .owl-nav .owl-prev:before {
  content: "\f104";
}
/* line 329, ../scss/_layout.scss */
.enn-blocks .enn-bottom {
  padding: 25px 0 10px 0;
}

/* line 333, ../scss/_layout.scss */
.notice-board {
  position: relative;
}
/* line 335, ../scss/_layout.scss */
.notice-board .nb-title {
  background: #4bb93e;
  text-align: center;
  margin: 0;
  padding: 9px 3px 10px;
  font-size: 28px;
  line-height: 1;
  color: #fff;
}
/* line 344, ../scss/_layout.scss */
.notice-board .nb-content {
  height: 450px;
  overflow: hidden;
  position: relative;
  padding: 40px 40px 50px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}
/* line 350, ../scss/_layout.scss */
.notice-board .nb-content ul {
  display: block;
  padding: 0px;
  margin: 0;
}
/* line 354, ../scss/_layout.scss */
.notice-board .nb-content ul > li {
  margin-bottom: 20px;
  display: block;
}
/* line 357, ../scss/_layout.scss */
.notice-board .nb-content ul > li > a {
  display: block;
  border-bottom: 4px solid #4bb93e;
  line-height: 1.5;
  text-decoration: none;
  font-size: 16px;
  color: #3a3a3a;
  margin-bottom: 4px;
  padding-bottom: 9px;
}
/* line 367, ../scss/_layout.scss */
.notice-board .nb-content ul > li .nb-date {
  display: block;
  color: #a4a0a0;
}
/* line 375, ../scss/_layout.scss */
.notice-board .nb-bottom {
  position: absolute;
  left: 40px;
  bottom: 15px;
}

/* line 384, ../scss/_layout.scss */
.color-borders {
  position: relative;
  border-top: 7px solid #fda700;
}
/* line 387, ../scss/_layout.scss */
.color-borders:after {
  content: " ";
  position: absolute;
  top: -7px;
  height: 7px;
  background-color: #5dc854;
  width: 33.3%;
  right: 0;
}
/* line 396, ../scss/_layout.scss */
.color-borders:before {
  content: " ";
  position: absolute;
  top: -7px;
  height: 7px;
  background-color: #fa413f;
  width: 33.3%;
  left: 0;
}

/* line 407, ../scss/_layout.scss */
.featured-blocks {
  padding-top: 25px;
  background-image: url(../images/featured-block-bg.jpg);
  background-position: center center;
  background-size: cover;
}
/* line 413, ../scss/_layout.scss */
.featured-blocks .widget {
  margin-bottom: 30px;
}
/* line 415, ../scss/_layout.scss */
.featured-blocks .widget .panel {
  padding: 20px 54px;
  margin: 0;
  position: relative;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}
/* line 421, ../scss/_layout.scss */
.featured-blocks .widget .panel .panel-heading {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin-bottom: 18px;
}
/* line 427, ../scss/_layout.scss */
.featured-blocks .widget .panel .panel-body {
  padding: 0;
  line-height: 1.6;
}
/* line 430, ../scss/_layout.scss */
.featured-blocks .widget .panel .panel-body p {
  margin-bottom: 15px;
}
/* line 432, ../scss/_layout.scss */
.featured-blocks .widget .panel .panel-body p a {
  color: inherit;
  text-decoration: underline;
}
/* line 437, ../scss/_layout.scss */
.featured-blocks .widget .panel .panel-body a {
  color: inherit;
  text-decoration: underline;
}
/* line 443, ../scss/_layout.scss */
.featured-blocks .widget .panel.panel-default > .panel-heading {
  background: transparent;
  border: 0;
}
/* line 448, ../scss/_layout.scss */
.featured-blocks .widget .panel.panel-torch_red {
  background-color: rgba(254, 10, 50, 0.85);
  color: #fff;
}
/* line 452, ../scss/_layout.scss */
.featured-blocks .widget .panel.panel-red_violet {
  background-color: rgba(214, 24, 104, 0.85);
  color: #fff;
}
/* line 456, ../scss/_layout.scss */
.featured-blocks .widget .panel.panel-web_orange {
  background-color: rgba(255, 168, 0, 0.85);
  color: #fff;
}
/* line 460, ../scss/_layout.scss */
.featured-blocks .widget .panel.panel-emerald {
  background-color: rgba(92, 204, 86, 0.85);
  color: #fff;
}
/* line 464, ../scss/_layout.scss */
.featured-blocks .widget .panel.panel-coral_red {
  background-color: rgba(251, 62, 62, 0.85);
  color: #fff;
}
/* line 468, ../scss/_layout.scss */
.featured-blocks .widget .panel.panel-conifer {
  background-color: rgba(164, 222, 57, 0.85);
  color: #fff;
}
/* line 472, ../scss/_layout.scss */
.featured-blocks .widget .panel.panel-crimson {
  background-color: rgba(237, 28, 63, 0.85);
  color: #fff;
}

/* line 481, ../scss/_layout.scss */
.featured-msg {
  padding-top: 120px;
  background-color: #eeefef;
}
/* line 484, ../scss/_layout.scss */
.featured-msg .ftmsg-title {
  margin: 0;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  border-bottom: 1px solid #c6c2c2;
  padding-bottom: 36px;
  margin-bottom: 44px;
  text-transform: uppercase;
}
/* line 494, ../scss/_layout.scss */
.featured-msg .ftmsg-title strong {
  font-weight: 600;
}
/* line 498, ../scss/_layout.scss */
.featured-msg .ftmsg-body {
  line-height: 1.8;
  text-align: center;
}
/* line 502, ../scss/_layout.scss */
.featured-msg .ftmsg-body > p {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 30px;
}
/* line 507, ../scss/_layout.scss */
.featured-msg .ftmsg-body a {
  color: inherit;
}

/* line 512, ../scss/_layout.scss */
#vip-msgs {
  padding-top: 84px;
  margin-bottom: 30px;
}

/* line 517, ../scss/_layout.scss */
.sec-schools .sec-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 60px 0;
}
/* line 525, ../scss/_layout.scss */
.sec-schools .card {
  padding-bottom: 60px;
}
/* line 527, ../scss/_layout.scss */
.sec-schools .card .card-block {
  border-bottom: 3px solid #a4de39;
  padding-bottom: 15px;
  position: relative;
  height: 100%;
  margin: 0 0 0px 0;
}
/* line 533, ../scss/_layout.scss */
.sec-schools .card .card-block .card-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

/*
Footer
=====================================================
*/
/* line 548, ../scss/_layout.scss */
#footer-widgets {
  padding-top: 85px;
  padding-bottom: 75px;
  background-color: #010114;
}
/* line 553, ../scss/_layout.scss */
#footer-widgets .widget .widget-title {
  font-weight: 300;
  color: #efefef;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 60px 0;
}
/* line 560, ../scss/_layout.scss */
#footer-widgets .widget .textwidget {
  color: #5a5a5a;
}
/* line 562, ../scss/_layout.scss */
#footer-widgets .widget .textwidget p {
  color: #5a5a5a;
}
/* line 566, ../scss/_layout.scss */
#footer-widgets .widget .image-list {
  display: block;
  padding: 0;
  margin: 0;
}
/* line 570, ../scss/_layout.scss */
#footer-widgets .widget .image-list > li {
  display: inline-block;
  float: left;
  margin-bottom: 20px;
  width: 47%;
}
/* line 575, ../scss/_layout.scss */
#footer-widgets .widget .image-list > li > a {
  display: block;
}
/* line 577, ../scss/_layout.scss */
#footer-widgets .widget .image-list > li > a img {
  max-width: 100%;
  width: 100%;
}
/* line 582, ../scss/_layout.scss */
#footer-widgets .widget .image-list > li:nth-child(2n) {
  margin-left: 20px;
}
/* line 587, ../scss/_layout.scss */
#footer-widgets .widget .menu {
  padding: 0;
  margin: 0;
  display: block;
}
/* line 591, ../scss/_layout.scss */
#footer-widgets .widget .menu > li {
  display: block;
  vertical-align: top;
  position: relative;
}
/* line 595, ../scss/_layout.scss */
#footer-widgets .widget .menu > li.icon-social {
  display: inline-block;
}
/* line 597, ../scss/_layout.scss */
#footer-widgets .widget .menu > li.icon-social > a {
  display: block;
  position: relative;
  text-align: center;
  text-indent: -1000px;
  overflow: hidden;
  width: 45px;
  height: 45px;
}
/* line 606, ../scss/_layout.scss */
#footer-widgets .widget .menu > li.icon-social > a:before {
  font-family: "FontAwesome";
  line-height: 45px;
  color: #7e7e7e;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0px;
  font-size: 25px;
  width: 100%;
}
/* line 617, ../scss/_layout.scss */
#footer-widgets .widget .menu > li.icon-social > a:after {
  width: 1px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  background-color: #7e7e7e;
  content: " ";
}
/* line 632, ../scss/_layout.scss */
#footer-widgets .widget .menu > li.icon-social.icon-facebook > a:before {
  content: "\f09a";
}
/* line 640, ../scss/_layout.scss */
#footer-widgets .widget .menu > li.icon-social.icon-twitter > a:before {
  content: "\f099";
}
/* line 648, ../scss/_layout.scss */
#footer-widgets .widget .menu > li.icon-social.icon-youtube > a:before {
  content: "\f167";
}
/* line 658, ../scss/_layout.scss */
#footer-widgets .widget .menu > li:last-child.icon-social > a:after {
  display: none;
}

/* line 668, ../scss/_layout.scss */
#footer-bottom {
  background-color: #0b0b21;
  padding: 25px 0px;
  min-height: 75px;
}
/* line 672, ../scss/_layout.scss */
#footer-bottom p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 0;
  line-height: 22px;
}

/* line 680, ../scss/_layout.scss */
.front-blocks .widget-title {
  font-size: 18px;
  margin: 0 0 24px 0;
}
/* line 684, ../scss/_layout.scss */
.front-blocks .widget {
  margin-bottom: 23px;
}

/* line 688, ../scss/_layout.scss */
#links-blocks {
  margin-bottom: 50px;
}

/* line 692, ../scss/_layout.scss */
.contact-info .gmap {
  padding-top: 33.3%;
  margin-bottom: 43px;
}
/* line 697, ../scss/_layout.scss */
.contact-info .address-block .title {
  background: #4bb93e;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  font-size: 15px;
  text-transform: uppercase;
  padding: 14px 0;
}
/* line 707, ../scss/_layout.scss */
.contact-info .address-block .contact-address {
  line-height: 1.7;
  border-bottom: 2px solid #f3f3f3;
  padding: 20px 0;
  color: #5a5a5a;
  margin-bottom: 0;
}
/* line 713, ../scss/_layout.scss */
.contact-info .address-block .contact-address .fa {
  color: #4bb93e;
  margin-right: 8px;
}

/* line 1, ../scss/_widgets.scss */
.widget-img-link {
  display: block;
}
/* line 3, ../scss/_widgets.scss */
.widget-img-link a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  height: 100px;
  overflow: hidden;
  background: #000;
  text-align: center;
}
/* line 13, ../scss/_widgets.scss */
.widget-img-link a img {
  position: absolute;
  top: 50%;
  margin-top: -58px;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  opacity: .65;
}
/* line 23, ../scss/_widgets.scss */
.widget-img-link a .link-txt {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  display: block;
  vertical-align: top;
  top: 50%;
  margin-top: 0px;
  white-space: nowrap;
  margin-top: -12px;
}
/* line 41, ../scss/_widgets.scss */
.widget-img-link a:hover img {
  opacity: .5;
}

/* line 48, ../scss/_widgets.scss */
.widget-video-link .simple-image, .widget-image-link .simple-image {
  margin-bottom: 26px;
}
/* line 50, ../scss/_widgets.scss */
.widget-video-link .simple-image a, .widget-image-link .simple-image a {
  position: relative;
  display: block;
}
/* line 53, ../scss/_widgets.scss */
.widget-video-link .simple-image a:after, .widget-image-link .simple-image a:after {
  position: absolute;
  content: " ";
  background: url(../images/play-icon.png) center center no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  background-size: 60px;
  opacity: .65;
}
/* line 66, ../scss/_widgets.scss */
.widget-video-link .simple-image a:hover:after, .widget-image-link .simple-image a:hover:after {
  opacity: .8;
}
/* line 71, ../scss/_widgets.scss */
.widget-video-link .simple-image img, .widget-image-link .simple-image img {
  max-width: 100%;
  height: auto;
}
/* line 76, ../scss/_widgets.scss */
.widget-video-link .widget-title, .widget-image-link .widget-title {
  text-transform: uppercase;
}

/* line 83, ../scss/_widgets.scss */
.widget-image-link .simple-image a:after {
  background: url(../images/img-icon.png) center center no-repeat;
  background-size: 60px;
}

/* line 93, ../scss/_widgets.scss */
.links-blocks .widget_text p a {
  text-decoration: underline;
  color: #3a3a3a;
}

/* line 101, ../scss/_widgets.scss */
.widget .attachment-full {
  width: 100%;
  max-width: 100%;
}
/* line 106, ../scss/_widgets.scss */
.widget.widget_loginwithajaxwidget .lwa {
  padding: 15px 20px;
}

/* line 2, ../scss/_forms.scss */
.wp-search {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 104px;
  top: 0;
}
/* line 8, ../scss/_forms.scss */
.wp-search .search-form {
  display: none;
  background-color: #4bb93e;
  height: 44px;
  margin-right: 0;
  margin-top: 0;
  overflow: hidden;
  padding: 0 0 0 15px;
  position: absolute;
  right: 30px;
  bottom: -44px;
  border-radius: 0;
  z-index: 10;
  width: 250px;
}
/* line 22, ../scss/_forms.scss */
.wp-search .search-form .screen-reader-text {
  display: none;
}
/* line 26, ../scss/_forms.scss */
.wp-search .search-form input.search-field {
  border: 0;
  background: #fff;
  font-weight: normal;
  position: absolute;
  width: 190px;
  left: 8px;
  height: 32px;
  line-height: 16px;
  padding: 4px 5px;
  top: 50%;
  margin-top: -16px;
}
/* line 39, ../scss/_forms.scss */
.wp-search .search-form input.search-submit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  overflow: hidden;
  text-indent: -999px;
  background: url(../images/search-bg.png) center center;
}
/* line 54, ../scss/_forms.scss */
.wp-search .search-trigger {
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  line-height: 44px;
  height: 44px;
  width: 44px;
  background-color: #4bb93e;
  color: #fff;
  font-size: 24px;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  cursor: pointer;
}
/* line 72, ../scss/_forms.scss */
.wp-search .search-trigger.close-visible .fa-search:before {
  content: "\f00d";
}

/* line 79, ../scss/_forms.scss */
.navbar-header .wp-search {
  right: 56px;
}

/* line 82, ../scss/_forms.scss */
.form-group {
  margin-bottom: 22px;
}
/* line 84, ../scss/_forms.scss */
.form-group .form-control {
  height: 50px;
  border-color: #f3f3f3;
  box-shadow: none;
  font-size: 15px;
}
/* line 91, ../scss/_forms.scss */
.form-group textarea.form-control {
  height: auto;
  max-height: 150px;
}

/* line 97, ../scss/_forms.scss */
.wpcf7-form > p {
  margin-bottom: 36px;
}
/* line 100, ../scss/_forms.scss */
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  padding: 3px;
  opacity: .6;
}

/* line 1, ../scss/_contents.scss */
#content-area {
  padding: 50px 0;
}
/* line 3, ../scss/_contents.scss */
#content-area .page-subtitle {
  font-size: 20px;
  font-weight: 600;
}
/* line 7, ../scss/_contents.scss */
#content-area #content-main {
  margin-bottom: 25px;
}
/* line 10, ../scss/_contents.scss */
#content-area #content-main a:hover {
  color: #4bb93e;
}

/* line 18, ../scss/_contents.scss */
.thumbnail.profile-faculty {
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 34px;
}
/* line 28, ../scss/_contents.scss */
.thumbnail.profile-faculty .feature-img {
  display: block;
  max-width: 100%;
  overflow: hidden;
}
/* line 33, ../scss/_contents.scss */
.thumbnail.profile-faculty img {
  border-bottom: 7px solid #a4de39;
}
/* line 36, ../scss/_contents.scss */
.thumbnail.profile-faculty .caption {
  padding: 32px 0 0 0;
  margin: 0;
}
/* line 39, ../scss/_contents.scss */
.thumbnail.profile-faculty .caption .title {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 10px;
  min-height: 40px;
}
/* line 45, ../scss/_contents.scss */
.thumbnail.profile-faculty .caption .designation, .thumbnail.profile-faculty .caption .email {
  display: block;
  color: #888b88;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 53, ../scss/_contents.scss */
.thumbnail.profile-faculty .caption .btn-group {
  width: 100%;
  display: block;
  clear: both;
  padding: 33px 0 0;
  float: left;
  min-height: 37px;
}
/* line 60, ../scss/_contents.scss */
.thumbnail.profile-faculty .caption .btn-group .btn {
  font-weight: normal;
  padding: 0;
  width: 100px;
  height: 37px;
  line-height: 37px;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 10px;
  float: right;
}
/* line 72, ../scss/_contents.scss */
.thumbnail.profile-faculty .caption .btn-group .btn.link-profile {
  float: left;
}
/* line 81, ../scss/_contents.scss */
.thumbnail.profile-staff {
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  border-bottom: 0px solid #f3f3f3;
  background: #4bb93e;
  padding-bottom: 0px;
}
/* line 90, ../scss/_contents.scss */
.thumbnail.profile-staff .feature-img {
  display: block;
  max-width: 100%;
  overflow: hidden;
}
/* line 95, ../scss/_contents.scss */
.thumbnail.profile-staff img {
  border-bottom: 0px solid #a4de39;
}
/* line 98, ../scss/_contents.scss */
.thumbnail.profile-staff .caption {
  text-align: center;
  position: relative;
  padding: 20px 3px;
  left: 0;
  min-height: 75px;
  right: 0;
  background: #4bb93e;
}
/* line 107, ../scss/_contents.scss */
.thumbnail.profile-staff .caption .title {
  font-size: 16px;
  padding: 0;
  margin: 0 0 4px;
  color: #111;
  text-transform: uppercase;
}
/* line 114, ../scss/_contents.scss */
.thumbnail.profile-staff .caption .designation {
  color: #fff;
  display: block;
}

/* line 122, ../scss/_contents.scss */
.list-profile-faculty {
  margin-bottom: 34px;
}

/* line 127, ../scss/_contents.scss */
.faculty-profile-details {
  margin-bottom: 45px;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
/* line 130, ../scss/_contents.scss */
.faculty-profile-details .featured-profile-image {
  border-bottom: 7px solid #a4de39;
  background-color: #f0f0f0;
  text-align: center;
  vertical-align: bottom;
}
/* line 136, ../scss/_contents.scss */
.faculty-profile-details .profile-name {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
/* line 141, ../scss/_contents.scss */
.faculty-profile-details .pm-designation {
  color: #888b88;
  margin-bottom: 30px;
}
/* line 145, ../scss/_contents.scss */
.faculty-profile-details .pm-links {
  margin-bottom: 0;
}
/* line 147, ../scss/_contents.scss */
.faculty-profile-details .pm-links > a {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #3a3a3a;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  background-color: #e7e7e7;
}
/* line 158, ../scss/_contents.scss */
.faculty-profile-details .pm-links > a + a {
  margin-left: 10px;
}
/* line 161, ../scss/_contents.scss */
.faculty-profile-details .pm-links > a:hover {
  background-color: #4bb93e;
  color: #fff;
}
/* line 167, ../scss/_contents.scss */
.faculty-profile-details .pm-email {
  margin-bottom: 30px;
}

/* line 175, ../scss/_contents.scss */
.profile-tabs .nav-tabs > li > a {
  font-size: 16px;
  padding: 8px 15px 9px;
  min-width: 140px;
}
/* line 183, ../scss/_contents.scss */
.profile-tabs .tab-content .tabinner-edit {
  display: none;
}
/* line 187, ../scss/_contents.scss */
.profile-tabs .tab-content .mce-edit-area iframe {
  height: 300px !important;
}

/* line 193, ../scss/_contents.scss */
.post-article {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
/* line 199, ../scss/_contents.scss */
.post-article .entry-header .entry-title {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 600;
  color: #3a3a3a;
}
/* line 204, ../scss/_contents.scss */
.post-article .entry-header .entry-title a {
  color: inherit;
  text-decoration: none;
}
/* line 209, ../scss/_contents.scss */
.post-article .entry-header .entry-meta {
  margin-bottom: 12px;
}
/* line 211, ../scss/_contents.scss */
.post-article .entry-header .entry-meta a {
  color: #a4a0a0;
  display: inline-block;
  margin-right: 8px;
}
/* line 216, ../scss/_contents.scss */
.post-article .entry-header .entry-meta .updated {
  display: none;
}
/* line 221, ../scss/_contents.scss */
.post-article .post-thumbnail {
  margin-bottom: 12px;
  text-align: center;
}
/* line 224, ../scss/_contents.scss */
.post-article .post-thumbnail img {
  float: none;
  margin: 0 auto;
  max-width: 100%;
}

/* line 2, ../scss/_sidebar.scss */
.sidebar .widget {
  margin-bottom: 25px;
  border: 1px solid #f3f3f3;
}
/* line 5, ../scss/_sidebar.scss */
.sidebar .widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  color: #3a3a3a;
  padding: 22px 20px;
  border-bottom: 1px solid #f3f3f3;
}
/* line 12, ../scss/_sidebar.scss */
.sidebar .widget .views-lists {
  padding: 7px 20px 15px;
}
/* line 14, ../scss/_sidebar.scss */
.sidebar .widget .views-lists .article-listing {
  padding: 0;
  margin: 0;
}
/* line 17, ../scss/_sidebar.scss */
.sidebar .widget .views-lists .article-listing > .list-item {
  display: block;
  padding: 0px 0 20px;
  margin-bottom: 28px;
  border-bottom: 1px solid #f3f3f3;
}
/* line 23, ../scss/_sidebar.scss */
.sidebar .widget .views-lists .article-listing > .list-item .item-content > h4 {
  margin-bottom: 10px;
  font-size: 16px;
}
/* line 26, ../scss/_sidebar.scss */
.sidebar .widget .views-lists .article-listing > .list-item .item-content > h4 a {
  text-decoration: none;
  display: block;
  color: #3a3a3a;
}
/* line 32, ../scss/_sidebar.scss */
.sidebar .widget .views-lists .article-listing > .list-item .item-content .entry-excerpt {
  margin-bottom: 14px;
  font-size: 15px;
}
/* line 35, ../scss/_sidebar.scss */
.sidebar .widget .views-lists .article-listing > .list-item .item-content .entry-excerpt p {
  margin: 0;
}
/* line 39, ../scss/_sidebar.scss */
.sidebar .widget .views-lists .article-listing > .list-item .item-content .post-link, .sidebar .widget .views-lists .article-listing > .list-item .item-content .entry-date {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}
/* line 45, ../scss/_sidebar.scss */
.sidebar .widget .views-lists .article-listing > .list-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
/* line 52, ../scss/_sidebar.scss */
.sidebar .widget .popup-gallery {
  padding: 10px 9px 0;
}
/* line 54, ../scss/_sidebar.scss */
.sidebar .widget .popup-gallery .gallery-item {
  display: inline-block;
  width: 140px;
  margin: 0px 15px 30px 15px;
}
/* line 58, ../scss/_sidebar.scss */
.sidebar .widget .popup-gallery .gallery-item .thumbnail {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  position: relative;
  background: #000;
  display: block;
}
/* line 66, ../scss/_sidebar.scss */
.sidebar .widget .popup-gallery .gallery-item .thumbnail img {
  width: 100%;
  height: auto;
}
/* line 70, ../scss/_sidebar.scss */
.sidebar .widget .popup-gallery .gallery-item .thumbnail:after {
  content: "\f00e";
  font-family: "FontAwesome";
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
  background-color: #4bb93e;
  color: #fff;
  opacity: 0;
  transition: all 0.3s linear;
}
/* line 89, ../scss/_sidebar.scss */
.sidebar .widget .popup-gallery .gallery-item .thumbnail:hover img {
  opacity: .5;
}
/* line 92, ../scss/_sidebar.scss */
.sidebar .widget .popup-gallery .gallery-item .thumbnail:hover:after {
  opacity: .9;
}
/* line 102, ../scss/_sidebar.scss */
.sidebar.sidebar-secondary .widget .widget-title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background-color: #4bb93e;
  margin-bottom: 0;
  padding: 14px 20px 13px;
}
/* line 110, ../scss/_sidebar.scss */
.sidebar.sidebar-secondary .widget .widget-submenu {
  display: block;
  padding: 0;
  margin: 0;
}
/* line 114, ../scss/_sidebar.scss */
.sidebar.sidebar-secondary .widget .widget-submenu > li {
  display: block;
  padding: 0 0px;
  border-bottom: 1px solid #f3f3f3;
  vertical-align: top;
}
/* line 119, ../scss/_sidebar.scss */
.sidebar.sidebar-secondary .widget .widget-submenu > li > a {
  display: block;
  font-size: 16px;
  color: #3a3a3a;
  text-decoration: none;
  line-height: 26px;
  padding: 14px 20px;
}
/* line 126, ../scss/_sidebar.scss */
.sidebar.sidebar-secondary .widget .widget-submenu > li > a:hover {
  background-color: #ededed;
}
/* line 130, ../scss/_sidebar.scss */
.sidebar.sidebar-secondary .widget .widget-submenu > li:last-child {
  border-bottom: 0;
}
/* line 136, ../scss/_sidebar.scss */
.sidebar.sidebar-secondary .widget .notices-wCarousel .carousel-item {
  border: 0;
  border-bottom: 2px solid #f3f3f3;
  padding: 15px;
}
/* line 140, ../scss/_sidebar.scss */
.sidebar.sidebar-secondary .widget .notices-wCarousel .carousel-item .notice-date {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
/* line 145, ../scss/_sidebar.scss */
.sidebar.sidebar-secondary .widget .notices-wCarousel .carousel-item .link {
  display: block;
  text-decoration: none;
  color: #3a3a3a;
}
/* line 149, ../scss/_sidebar.scss */
.sidebar.sidebar-secondary .widget .notices-wCarousel .carousel-item .link:hover {
  text-decoration: underline;
}
/* line 155, ../scss/_sidebar.scss */
.sidebar.sidebar-secondary .widget .notices-wCarousel .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 1;
  color: #fff;
  top: -25px;
}
/* line 163, ../scss/_sidebar.scss */
.sidebar.sidebar-secondary .widget .notices-wCarousel .slick-arrow.navc-next {
  top: -40px;
}

/* line 1, ../scss/_media.scss */
.wp-caption {
  margin-bottom: 25px;
  border: 1px solid #f3f3f3;
}
/* line 4, ../scss/_media.scss */
.wp-caption img {
  max-width: 100%;
  height: auto;
}
/* line 9, ../scss/_media.scss */
.wp-caption .wp-caption-text {
  padding: 40px;
  text-align: justify;
}

/* line 2, ../scss/_gallery.scss */
.album-listing .album-title {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 35px;
  text-transform: uppercase;
}
/* line 8, ../scss/_gallery.scss */
.album-listing .album-description {
  margin-bottom: 25px;
}
/* line 10, ../scss/_gallery.scss */
.album-listing .album-description > p {
  margin-bottom: 35px;
}
/* line 13, ../scss/_gallery.scss */
.album-listing .album-description hr {
  border-width: 2px 0 0 0;
}
/* line 18, ../scss/_gallery.scss */
.album-listing .thumbnail.album-gthum {
  border: 0px;
  border-radius: 0;
  padding: 0;
}
/* line 22, ../scss/_gallery.scss */
.album-listing .thumbnail.album-gthum .gallery-cover {
  display: block;
  position: relative;
  background: #000;
  overflow: hidden;
}
/* line 27, ../scss/_gallery.scss */
.album-listing .thumbnail.album-gthum .gallery-cover img {
  max-height: 100%;
}
/* line 30, ../scss/_gallery.scss */
.album-listing .thumbnail.album-gthum .gallery-cover:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -22px;
  margin-left: -22px;
  width: 44px;
  height: 44px;
  content: "\f1c5";
  font-family: "FontAwesome";
  line-height: 44px;
  color: #fff;
  background-color: #a4de39;
  text-align: center;
  font-size: 24px;
  display: none;
}
/* line 49, ../scss/_gallery.scss */
.album-listing .thumbnail.album-gthum .caption {
  padding: 30px 0;
}
/* line 51, ../scss/_gallery.scss */
.album-listing .thumbnail.album-gthum .caption .gallery-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #3a3a3a;
  text-decoration: none;
  font-weight: bold;
  display: block;
  border-bottom: 3px solid #a4de39;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 67, ../scss/_gallery.scss */
.album-listing .thumbnail.album-gthum:hover .gallery-cover:after {
  display: block;
}
/* line 70, ../scss/_gallery.scss */
.album-listing .thumbnail.album-gthum:hover .gallery-cover img {
  opacity: .7;
}

/* line 78, ../scss/_gallery.scss */
.gallery-inside {
  margin-bottom: 30px;
}
/* line 80, ../scss/_gallery.scss */
.gallery-inside > a {
  display: block;
  position: relative;
}
/* line 83, ../scss/_gallery.scss */
.gallery-inside > a img {
  max-width: 100%;
}
/* line 86, ../scss/_gallery.scss */
.gallery-inside > a .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 4px solid #a4de39;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
/* line 96, ../scss/_gallery.scss */
.gallery-inside > a .fa {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 0;
  bottom: 0;
  background: #a4de39;
  color: #fff;
  font-size: 24px;
  line-height: 44px;
  text-align: center;
  z-index: 1;
  opacity: 0;
}
/* line 111, ../scss/_gallery.scss */
.gallery-inside > a:hover .overlay, .gallery-inside > a:hover .fa {
  opacity: 1;
}

/* line 1, ../scss/_shortcode.scss */
.nav-tabs {
  border-bottom: 4px solid #4bb93e;
}
/* line 3, ../scss/_shortcode.scss */
.nav-tabs > li {
  margin: 0;
}
/* line 5, ../scss/_shortcode.scss */
.nav-tabs > li > a {
  border: 0;
  background: #ededed;
  text-transform: uppercase;
  color: #3a3a3a;
  padding: 12px 15px 12px;
  margin: 0;
  min-width: 175px;
  text-align: center;
  border-left: 1px solid #fff;
}
/* line 17, ../scss/_shortcode.scss */
.nav-tabs > li.active > a {
  border-width: 0;
  background-color: #4bb93e;
  color: #fff !important;
}
/* line 21, ../scss/_shortcode.scss */
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:active {
  border-width: 0;
  background-color: #4bb93e;
  color: #fff !important;
}

/* line 31, ../scss/_shortcode.scss */
.tab-content {
  border: 1px solid #f3f3f3;
  padding: 25px;
  margin-bottom: 25px;
}

/* line 37, ../scss/_shortcode.scss */
.panel-group .panel {
  border-color: #4bb93e;
}
/* line 39, ../scss/_shortcode.scss */
.panel-group .panel .panel-heading {
  border-color: #4bb93e;
  background: #4bb93e;
  padding: 13px 25px;
}
/* line 43, ../scss/_shortcode.scss */
.panel-group .panel .panel-heading a {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  font-weight: normal;
  color: #fff;
  position: relative;
}
/* line 51, ../scss/_shortcode.scss */
.panel-group .panel .panel-heading a:after {
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  content: "\f068";
}
/* line 58, ../scss/_shortcode.scss */
.panel-group .panel .panel-heading a.collapsed:after {
  content: "\f067";
}
/* line 65, ../scss/_shortcode.scss */
.panel-group .panel .panel-collapse .panel-body {
  padding: 25px;
}
/* line 69, ../scss/_shortcode.scss */
.panel-group .panel + .panel {
  margin-top: 1px;
}

@media (max-width: 991px) {
  /* line 2, ../scss/_media_queries.scss */
  .container {
    max-width: 480px;
  }

  /* line 5, ../scss/_media_queries.scss */
  .pull-left, .pull-right {
    float: none !important;
  }

  /* line 8, ../scss/_media_queries.scss */
  #primary-navbar .navbar-header {
    margin: 0;
    padding: 10px 0px 10px 0px;
    position: relative;
    width: 100%;
  }
  /* line 13, ../scss/_media_queries.scss */
  #primary-navbar .navbar-header .hamburger {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -27px;
    display: block;
  }
  /* line 20, ../scss/_media_queries.scss */
  #primary-navbar .navbar-header:after {
    display: none;
  }

  /* line 25, ../scss/_media_queries.scss */
  .banner-caption .bc-title {
    font-size: 30px;
    margin-bottom: 45px;
  }
  /* line 29, ../scss/_media_queries.scss */
  .banner-caption .bc-desc {
    font-size: 18px;
    margin-bottom: 45px;
  }

  /* line 34, ../scss/_media_queries.scss */
  .topnews-lead {
    padding: 50px 0 0;
    height: 90px;
  }
  /* line 37, ../scss/_media_queries.scss */
  .topnews-lead .sc-title {
    top: 0;
    line-height: 50px;
  }
  /* line 41, ../scss/_media_queries.scss */
  .topnews-lead .scroll-carousel {
    padding: 0;
  }
  /* line 44, ../scss/_media_queries.scss */
  .topnews-lead .scroll-carousel .owl-nav .owl-prev {
    right: 18px;
    margin-top: -7px;
    top: -50%;
  }
  /* line 49, ../scss/_media_queries.scss */
  .topnews-lead .scroll-carousel .owl-nav .owl-next {
    right: 0;
    margin-top: -7px;
    top: -50%;
  }

  /* line 57, ../scss/_media_queries.scss */
  .nav-tabs > li {
    display: block;
    margin: 0 0 3px;
    width: 100%;
  }

  /* line 63, ../scss/_media_queries.scss */
  #footer-widgets .widget {
    margin-bottom: 55px;
  }
  /* line 65, ../scss/_media_queries.scss */
  #footer-widgets .widget .widget-title {
    margin-bottom: 25px;
  }

  /* line 70, ../scss/_media_queries.scss */
  .faculty-profile-details {
    text-align: center;
  }
  /* line 72, ../scss/_media_queries.scss */
  .faculty-profile-details .featured-profile-image {
    margin-bottom: 35px;
  }

  /* line 79, ../scss/_media_queries.scss */
  #sec-news .container .row > div {
    margin-bottom: 30px;
  }

  /* line 85, ../scss/_media_queries.scss */
  .card {
    margin-bottom: 35px;
  }

  /* line 89, ../scss/_media_queries.scss */
  #links-blocks .front-blocks {
    margin-bottom: 35px;
  }
  /* line 92, ../scss/_media_queries.scss */
  #links-blocks .widget {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  /* line 99, ../scss/_media_queries.scss */
  .navbar-header .navbar-brand {
    display: block;
    max-width: 138px;
    padding: 16px 0;
  }

  /* line 106, ../scss/_media_queries.scss */
  .wp-search .search-form {
    right: -40px;
  }

  /* line 113, ../scss/_media_queries.scss */
  #footer-widgets .widget .image-list > li {
    display: inline-block;
    clear: both;
    margin: 0 auto 20px;
    width: 100%;
    float: none;
  }
  /* line 120, ../scss/_media_queries.scss */
  #footer-widgets .widget .image-list > li:nth-child(2n) {
    margin-left: 0;
  }
  /* line 123, ../scss/_media_queries.scss */
  #footer-widgets .widget .image-list > li > a {
    text-align: center;
  }
  /* line 125, ../scss/_media_queries.scss */
  #footer-widgets .widget .image-list > li > a img {
    width: auto;
    text-align: center;
  }
}
