/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #070337;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #070337;
  margin-top: 44px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #e0e3ed;
  text-decoration: none;
  text-transform: capitalize;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 10px 10%;
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 10px 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 10px 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 10px 25%;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: transparent;
  border: none !important;
  font-size: 14px;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-push {
  display: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  border-top: 1px solid #5c5c5c;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--main-color);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #ebebeb !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #fff;
  line-height: 30px;
  top: 0;
  font-weight: 400;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: #fff;
  background-color: var(--main-color);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: #fff;
}

/*----------------------------------------*/
/*  OFFCANVAS CSS START
/*----------------------------------------*/
.offcanvas__logo img {
  max-width: 128px;
  /* background: white; */
  padding: 10px;
}

.offcanvas__area {
  position: fixed;
  right: -490px;
  top: 0;
  width: 450px;
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 1s;
  height: 100%;
  overflow-y: auto;
  min-width: 300px;
  background-size: cover;
  background-color: #002147;
  z-index: 9999;
}

.offcanvas__area.offcanvas-opened {
  right: 0px;
}

@media (max-width: 575px) {
  .offcanvas__area {
    width: 290px;
  }
}

.offcanvas__wrapper {
  position: relative;
  padding: 45px;
  margin-bottom: 60px;
  width: 100%;
}

.offcanvas__wrapper .social-style-one a {
  background-color: #fff;
}

.offcanvas__wrapper .social-style-one a:hover {
  color: #fff;
  background-color: var(--main-color);
}

.offcanvas__wrapper .tp-btn {
  height: 45px;
  line-height: 45px;
}

@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}

.offcanvas__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 36px;
  background: var(--main-color);
  color: #fff;
  outline: 0;
  border: 0;
  transition: 0.3s;
}

.offcanvas__close-btn:hover {
  background-color: white;
  color: #000;
}

.mobile-menu.fix.mb-40.mean-container {
  display: block;
  overflow: hidden;
}

.offcanvas-info p {
  margin-bottom: 20px;
  color: #fff;
}

.offcanvas__top {
  padding-bottom: 20px;
}

@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__top {
    margin-bottom: 0;
  }
}

.offcanvas__cta {
  position: absolute;
  bottom: 0;
}

.offcanvas__cta-2 {
  position: static;
}

@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__cta {
    position: static;
  }
}

.offcanvas__cta-title {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 35px;
  position: relative;
}

.offcanvas__cta-title:after {
  height: 1px;
  width: 100px;
  content: "";
  bottom: -5px;
  left: 0;
  position: absolute;
  background: var(--main-color);
}

.offcanvas__cta span {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}

.offcanvas__cta span i {
  color: var(--main-color);
  margin-right: 10px;
}

.offcanvas__cta span a:hover {
  color: var(--main-color);
}

.body-overlay {
  background-color: #002147;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}

.body-overlay.opened {
  opacity: 0.7;
  visibility: visible;
  overflow-y: hidden;
}

body.locked {
  overflow: hidden;
}

.site-title {
  font-size: 40px;
  color: #fff;
}

.cause-item .content .cause-btn {
  text-align: center;
  margin-bottom: 10px;
}

.event-item-three {
  padding: 20px 20px 20px;
}

.cause-two-item .content {
  padding: 0 30px 40px;
}

.cause-two-item .content p {
  margin-bottom: 25px;
}

.hero-slider {
  position: relative;
}
.hero-slider .slick-dots {
  position: absolute;
  bottom: 50px;
  text-align: center;
  left: 0;
  right: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.active a {
  color: var(--main-color);
}

.edumint_side_nav .icon-left {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: #002147;
  left: 7px;
}
.edumint_side_nav .icon-left:before {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #002147;
  content: "";
  top: -7px;
  left: 0;
}
.edumint_side_nav .icon-left:after {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #002147;
  content: "";
  top: 7px;
  left: 0;
}
.edumint_side_nav .icon-right {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: #002147;
  left: 18px;
}
.edumint_side_nav .icon-right:before {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #002147;
  content: "";
  top: -7px;
  left: 0;
}
.edumint_side_nav .icon-right:after {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #002147;
  content: "";
  top: 7px;
  left: 0;
}
