@import "../fonts/Roboto/stylesheet.css";
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: 'Roboto', sans-serif;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html,
body {
  height: 100%;
  margin: 0;
  position: relative;
}
* {
  padding: 0;
  margin: 0;
}
body {
  margin: 0;
}
img {
  max-width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a,
img,
input,
textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
.slicknav_menu {
  display: none;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
#scrollUp {
  right: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  z-index: 33;
  font-size: 30px;
  bottom: 10px;
  text-align: center;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
  color: #ffff;
}
#scrollUp:hover {
  background: #fff;
  color: #252525;
  bottom: 15px;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #252525;
  line-height: 25px;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}
p {
  color: #666;
  margin: 0;
}
a,
button {
  font-weight: 500;
}
input {
  font-weight: 400;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
img,
a,
input,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
.container {
  max-width: 1170px;
}
.overlay {
  position: relative;
}
.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
  content: "";
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button .btn {
  font-weight: 500;
  text-align: center;
  color: #252525;
  display: inline-block;
  padding: 13px 32px;
  border-radius: 0px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  position: relative;
  background: #fff;
  border: none;
  box-shadow: none;
  -webkit-transition: all 0.4S ease;
  -moz-transition: all 0.4S ease;
  transition: all 0.4S ease;
}
.button .btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4S ease-out;
  -moz-transition: all 0.4S ease-out;
  transition: all 0.4S ease-out;
}
.button .btn:hover:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.section {
  padding: 90px 0;
}
.section-bg {
  background-image: url('../images/section-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-position: top;
}
.section-title {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 120px;
}
.section-title h2 {
  font-size: 38px;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 18px;
}
.section-title h2::before {
  position: absolute;
  left: 50%;
  content: "";
  width: 100px;
  height: 2px;
  background: #666;
  bottom: -1px;
  margin-left: -50px;
}
.section-title h2::after {
  position: absolute;
  left: 50%;
  content: "";
  width: 100px;
  height: 2px;
  background: #666;
  bottom: -6px;
  margin-left: -63px;
}
.section-title p {
  font-size: 15px;
}
/*Bread Crumbs */
.breadcrumbs {
  background: url('../images/enroll-bg.jpg');
  background-position: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 80px 0;
}
.breadcrumbs.overlay::before {
  opacity: 0.6;
  background: #252525;
}
.breadcrumbs h1,
.breadcrumbs h2 {
  color: #fff;
  text-transform: capitalize;
  font-size: 45px;
  font-weight: 700;
}
.breadcrumbs .bread-list {
  border-radius: 3px;
  background: transparent;
  margin-top: 20px;
  display: flex;
}
.breadcrumbs .bread-list li {
  display: flex;
  position: relative;
  font-size: 16px;
}
.breadcrumbs .bread-list li a {
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}
.breadcrumbs .bread-list li i {
  margin: 0 15px;
}
.breadcrumbs .bread-list li.active {
  border-radius: 5px;
  color: #fff;
}
.breadcrumbs .bread-list li.active a,
.breadcrumbs .bread-list li.active span {
  border-radius: 5px;
  color: #fff;
}
.breadcrumbs .bread-list li:after {
  display: block;
  content: "\f105";
  font-family: 'FontAwesome';
  margin: 0 15px;
  color: #fff;
}
.breadcrumbs .bread-list li:last-child:after {
  display: none;
}
.book_preload {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #00B16A;
  z-index: 999999;
}
.book {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  margin: 0 auto;
  border: 5px solid #ecf0f1;
  width: 100px;
  height: 60px;
}
.book__page {
  position: absolute;
  left: 50%;
  top: -5px;
  margin: 0 auto;
  border-top: 5px solid #ecf0f1;
  border-bottom: 5px solid #ecf0f1;
  border-right: 5px solid #ecf0f1;
  background: #15D588;
  width: 50px;
  height: 60px;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: flip 1.2s infinite linear;
  animation: flip 1.2s infinite linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.book__page:nth-child(1) {
  z-index: -1;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.book__page:nth-child(2) {
  z-index: -2;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.book__page:nth-child(3) {
  z-index: -3;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
  }
  20% {
    background: #00B16A;
  }
  29.9% {
    background: #00B16A;
  }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #15D588;
  }
  54.999% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #15D588;
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #15D588;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
  }
  20% {
    background: #00B16A;
  }
  29.9% {
    background: #00B16A;
  }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #15D588;
  }
  54.999% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #15D588;
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #15D588;
  }
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
body,
html {
  font-family: Roboto, Helvetica, Arial, sans-serif !important;
}
a {
  text-decoration: none;
}
.header {
  background-color: #fff;
}
.header-inner .flex-row {
  display: flex;
  justify-content: space-between;
}
.header .navbar-collapse {
  padding: 0;
}
.header .topbar {
  background-color: #252525;
  padding: 12px 0;
}
.header .content {
  float: left;
}
.header .content li {
  display: inline-block;
  color: #ccc;
  margin-right: 10px;
  font-weight: 500;
}
.header .content li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.header .content li i {
  margin-right: 5px;
}
.header .content li a {
  color: #ccc;
}
.header .social {
  float: right;
}
.header .social li {
  display: inline-block;
  margin: 0 15px 0 0;
}
.header .social li:last-child {
  margin-right: 0;
}
.header .social li a {
  color: #ccc;
}
.header .logo {
  margin: 30px 0;
}
.header .logo a,
.header .logo span {
  display: flex;
  color: #2C7A75;
  align-items: center;
  font-size: 20px;
}
.header .logo img {
  width: 100px;
  margin-right: 15px;
  align-self: center;
}
.header .header-widget {
  display: flex;
  justify-content: flex-end;
  padding: 30px 0;
}
.header .single-widget {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.header .single-widget:last-child {
  margin-right: 0;
}
.header .single-widget a {
  color: #252525;
}
.header .single-widget i {
  text-align: center;
  font-size: 18px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .single-widget:hover i {
  border-color: transparent;
}
.header .single-widget h4 {
  font-weight: 500;
  font-size: 16px;
}
.header .single-widget h4 span {
  color: #666;
  font-weight: 400;
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.header .single-widget h4 a {
  color: #000;
}
.header .header-menu {
  background: #f6f6f6;
  z-index: 3333;
}
.header .navbar {
  background: none;
  box-shadow: none;
  border: none;
  position: relative;
  padding: 0;
  margin: 0;
}
.header .navbar-default .navbar-nav > li > a {
  color: #252525;
}
.header .nav {
  display: flex;
  flex-direction: row;
}
.header .nav li {
  position: relative;
}
.header .nav li a,
.header .nav li span {
    color: #252525;
    font-size: 14px;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    position: relative;
    text-shadow: none;
    font-weight: 500;
    text-decoration: none;
}
.header .nav li a i,
.header .nav li span i {
  margin-left: 5px;
}
.header .nav li:hover a,
.header .nav li:hover span {
  color: #fff;
}
.header .nav li:hover .dropdown {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.header .nav li .dropdown {
  background: #fff;
  width: 220px;
  position: absolute;
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}
.header .nav li .dropdown li {
  float: none;
  margin: 0;
}
.header .nav li .dropdown li a,
.header .nav li .dropdown li span {
  padding: 10px 15px;
  color: #666;
  display: flex;
  font-weight: 400;
  background: transparent;
  align-items: center;
  justify-content: space-between;
}
.header .nav li .dropdown li:hover a,
.header .nav li .dropdown li:hover span {
  color: #fff;
}
.header .nav li .dropdown li:hover .dropdown.submenu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header .nav li .dropdown li .dropdown.submenu li a,
.header .nav li .dropdown li .dropdown.submenu li span {
  color: #777;
  background: transparent;
}
.header .nav li .dropdown li .dropdown.submenu li:hover a,
.header .nav li .dropdown li .dropdown.submenu li:hover span {
  color: #fff;
}
.header .nav li .dropdown.submenu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}
.header .nav li.active a,
.header .nav li.active span {
  color: #fff;
}
.header .button {
  position: absolute;
  top: 0;
  right: 0;
}
.header .button .btn {
  margin-top: 8px;
  color: #fff;
  border-radius: 50px;
  box-shadow: none;
  border: 1px solid transparent;
}
.header .button .btn:hover {
  color: #252525;
  background: transparent;
  border-color: #e6e6e6;
}
.header .button .btn i {
  margin-right: 5px;
}
.header .slicknav_menu .slicknav_btn {
  background: #2C7A75;
  border-radius: 2px;
}
.breadcrumbs h1,
.breadcrumbs h2 {
  text-transform: initial;
}
.navbar-nav {
  display: block;
}
.header.sticky .header-menu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  background: #fff;
  transition: all 0.4s ease;
  animation: fadeInDown 1s both 0.2s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.home-slider {
  height: 650px;
}
.home-slider .single-slider {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 650px;
  border: none;
}
.home-slider .single-slider:before {
  opacity: 0.25;
}
.home-slider .single-slider .slider-text {
  margin: 171px 0 0;
}
.home-slider .single-slider h1 {
  font-size: 32px;
  line-height: 1.5;
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
}
.home-slider .single-slider p {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding-right: 100px;
  text-align: right;
}
.home-slider .single-slider .text-center p {
  font-size: 16px;
  color: #ccc;
  padding: 0 100px;
}
.home-slider .single-slider .text-right p {
  font-size: 16px;
  color: #ccc;
  padding: 0 0 0 100px;
}
.home-slider .single-slider .button {
  margin-top: 50px;
}
.home-slider .single-slider .btn {
  margin-right: 15px;
  color: #252525;
  background: #fff;
  position: relative;
  z-index: 3;
  text-transform: uppercase;
  border-radius: 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-slider .single-slider .btn:hover {
  background: transparent;
  color: #fff;
}
.home-slider .single-slider .btn:last-child {
  margin-right: 0;
}
.home-slider .single-slider .btn.primary {
  color: #fff;
}
.home-slider .single-slider .btn.primary:before {
  background: #fff;
}
.home-slider .single-slider .btn.primary:hover {
  color: #252525;
  background: transparent;
}
.home-slider .owl-carousel .owl-nav div {
  height: 55px;
  width: 55px;
  line-height: 55px;
  top: 50%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 25px;
  position: absolute;
  border: none;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 100%;
  margin: -30px 0 0 0;
}
.home-slider .owl-carousel .owl-nav div:hover {
  background: #fff;
}
.home-slider .owl-carousel .owl-nav .owl-prev {
  left: 15px;
}
.home-slider .owl-carousel .owl-nav .owl-prev:hover {
  left: 25px;
}
.home-slider .owl-carousel .owl-nav .owl-next {
  right: 15px;
}
.home-slider .owl-carousel .owl-nav .owl-next:hover {
  right: 25px;
}
.home-slider .owl-item.active .slider-text h1 {
  animation: fadeInUp 1s both 0.8s;
}
.home-slider .owl-item.active .slider-text p {
  text-align: right;
  animation: fadeInUp 1s both 1s;
}
.home-slider .owl-item.active .slider-text .button {
  animation: fadeInUp 1s both 1.2s;
}
.our-features {
  background-color: #fff;
}
.our-features .single-feature {
  background: #fff;
  margin-top: 30px;
}
.our-features .single-feature img {
  width: 100%;
}
.our-features .single-feature h2 {
  font-size: 20px;
  margin: 15px 0;
}
.our-features .feature-head {
  position: relative;
  overflow: hidden;
}
.team {
  padding: 60px 0 90px;
}
.team .team-button {
  padding-left: 20px;
  margin-top: 45px;
}
.team .button .btn {
  color: #fff;
}
.team .button .btn:before {
  background: #252525;
}
.team .button .btn:hover {
  background: transparent;
  color: #fff;
}
.team .single-team {
  position: relative;
  margin-top: 30px;
}
.team .single-team img {
  height: 100%;
  width: 100%;
  text-align: center;
}
.team .single-team:hover .team-hover {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.team .single-team .name {
  font-size: 16px;
  padding: 10px 10px 0;
  color: #2C7A75;
  font-weight: bold;
}
.team .single-team .speciality {
  padding: 0 10px;
  font-weight: bold;
}
.team .team-hover {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 20px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  bottom: 0;
  right: 10px;
}
.team .team-hover h4 {
  color: #fff;
  font-size: 20px;
}
.team .team-hover h4 span {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
}
.team .team-hover p {
  color: #fff;
  margin: 20px 0;
}
.team .team-hover .social {
  padding-bottom: 42px;
}
.team .team-hover .social li {
  display: inline-block;
  margin-right: 10px;
}
.team .team-hover .social li:last-child {
  margin: 0;
}
.team .team-hover .social li a {
  color: #fff;
  font-size: 14px;
}
.team .team-hover .social li a:hover {
  opacity: 0.6;
}
.team .single-team.active .team-hover {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.team-style2 .single-team {
  text-align: center;
  margin-top: 30px;
}
.team-style2 .single-team .image {
  position: relative;
}
.team-style2 .single-team .image:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team-style2 .single-team .image a {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  margin: -25px 0 0 -25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  transform: scale(3);
}
.team-style2 .single-team .image a:hover {
  background: #fff;
  color: #252525;
}
.team-style2 .single-team:hover .image:before {
  opacity: 0.8;
  visibility: visible;
}
.team-style2 .single-team:hover .image a {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.team-style2 .single-team img {
  height: 100%;
  width: 100%;
}
.team-style2 .single-team.active .image:before {
  opacity: 0.8;
  visibility: visible;
}
.team-style2 .single-team.active .image i {
  opacity: 1;
  visibility: visible;
}
.team-style2 .team-content .name {
  font-size: 20px;
  margin-top: 12px;
}
.team-style2 .team-content .name span {
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 5px;
  font-weight: 500;
}
.team-style2 .team-content p {
  margin-top: 12px;
}
.team-style2 .team-content .social {
  margin-top: 12px;
}
.team-style2 .team-content .social li {
  display: inline-block;
  margin-right: 10px;
  color: #262b38;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.team-style2 .team-content .social li:last-child {
  margin-right: 0;
}
.team-style2 .team-content .social li a {
  font-size: 14px;
  color: #252525;
}
.team-details {
  padding: 60px 0 90px;
}
.team-details .member-detail {
  margin-top: 30px;
  text-align: center;
}
.team-details .member-detail img {
  width: 100%;
}
.team-details .member-detail .social {
  margin-top: 20px;
}
.team-details .member-detail .social li {
  display: inline-block;
}
.team-details .member-detail .social li:last-child {
  margin-right: 0;
}
.team-details .member-detail .social li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: #252525;
  color: #fff;
  display: block;
  border-radius: 100%;
}
.team-details .detail-content {
  margin-top: 30px;
}
.team-details .detail-content h2 {
  font-size: 32px;
}
.team-details .detail-content .title {
  font-size: 16px;
  margin: 0;
}
.team-details .detail-content p {
  margin-top: 30px;
}
.team-details .detail-content .signature {
  margin-top: 50px;
}
.team-details .address {
  margin-top: 10px;
}
.team-details .address li a {
  color: #252525;
}
.team-details .address li i {
  margin-right: 10px;
}
.team-details .single-progress {
  margin-top: 15px;
}
.team-details .single-progress h4 {
  color: #252525;
  font-size: 15px;
  margin-bottom: 15px;
}
.team-details .single-progress p {
  margin-bottom: 0;
}
.team-details .progress {
  background: #f6f6f6;
  border-radius: 30px 0 0 30px;
  height: 10px;
  overflow: visible;
}
.team-details .progress .progress-bar {
  border-radius: 30px;
  position: relative;
}
.team-details .progress .percent {
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: -15px;
  padding: 5px;
  font-weight: 600;
  display: table-cell;
}
.events .single-event {
  margin: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.events .single-event:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.events .single-event:hover .head .btn {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.events .single-event:hover .head.overlay:before {
  opacity: 0.5;
  visibility: visible;
}
.events .single-event .head {
  position: relative;
}
.events .single-event .head .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 50px;
  padding: 0;
  margin: -25px 0 0 -25px;
  color: #fff;
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  transform: scale(3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 35;
}
.events .single-event .head .btn:hover {
  background: #fff;
  color: #252525;
}
.events .single-event .head.overlay:before {
  opacity: 0;
  visibility: hidden;
  z-index: 34;
}
.events .event-content {
  margin-top: 10px;
  padding: 20px;
}
.events .event-content .meta span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #e6e6e6;
  font-weight: 500;
  display: inline-block;
}
.events .event-content .meta span:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.events .event-content .meta span i {
  margin-right: 5px;
}
.events .event-content h4 {
  font-size: 18px;
  margin: 10px 0;
}
.events .event-content h4 a {
  color: #252525;
  font-weight: 700;
}
.events .event-content .btn {
  margin-top: 20px;
  border: 2px solid;
  padding: 11px 32px;
}
.events .event-content .btn:hover {
  background: transparent;
  border-color: transparent;
  color: #fff;
}
.events .owl-nav {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}
.events:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.events .owl-carousel .owl-nav div {
  height: 48px;
  width: 48px;
  line-height: 48px;
  top: 50%;
  background: #666;
  color: #fff;
  font-size: 25px;
  position: absolute;
  border: none;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 100%;
  margin: -24px 0 0;
}
.events .owl-carousel .owl-nav div:hover {
  color: #fff;
}
.events .owl-carousel .owl-nav .owl-prev {
  left: -75px;
}
.events .owl-carousel .owl-nav .owl-prev:hover {
  left: -65px;
}
.events .owl-carousel .owl-nav .owl-next {
  right: -75px;
}
.events .owl-carousel .owl-nav .owl-next:hover {
  right: -65px;
}
.event-view,
.news-view {
  color: #333;
  line-height: 28px;
  padding: 20px 0;
  font-size: 14px;
}
.event-view img,
.news-view img {
  margin-bottom: 20px;
  max-width: 100%;
}
.event-view .meta,
.news-view .meta {
  margin-bottom: 20px;
}
.event-view .meta span,
.news-view .meta span {
  color: #2C7A75;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #e6e6e6;
  font-weight: 500;
  display: inline-block;
}
.event-view .meta span:last-child,
.news-view .meta span:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.event-view .meta span i,
.news-view .meta span i {
  margin-right: 5px;
}
.event-view .share-block,
.news-view .share-block {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.event-view .share-block ul,
.news-view .share-block ul {
  display: flex;
  margin: 0 0 0 15px;
}
.event-view .share-block ul li,
.news-view .share-block ul li {
  margin-right: 10px;
}
.event-view .share-block ul li a,
.news-view .share-block ul li a {
  transition: all 0.2s;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  border: 1px solid #e6e6e6;
  text-align: center;
  color: #252525;
  border-radius: 100%;
}
.event-view .share-block ul li a:hover,
.news-view .share-block ul li a:hover {
  background: #2C7A75;
  color: #fff;
  border-color: transparent;
}
.events.archives .single-event {
  margin-top: 30px;
}
.events.archives .pagination-main {
  text-align: center;
}
.events.archives .pagination {
  padding-left: 0;
  margin: 50px 0 0;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
}
.events.archives .pagination li {
  float: left;
  margin-right: 5px;
}
.events.archives .pagination li a {
  padding: 12px 25px;
  border: none;
  display: block;
  background: #f6f6f6;
  color: #252525;
}
.events.archives .pagination li:hover a {
  color: #fff;
}
.events.archives .pagination li.active a {
  color: #fff;
}
.events.single {
  padding: 60px 0 90px;
}
.events.single .single-event {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  margin-top: 30px;
}
.events.single .event-content h2 {
  font-size: 30px;
  margin: 5px 0 20px;
}
.events.single .event-content h2 a {
  color: #252525;
}
.events.single .event-content p {
  margin-bottom: 30px;
}
.events.single .event-content img {
  margin-bottom: 30px;
}
.events.single .book-now {
  overflow: hidden;
}
.events.single .book-now .button {
  float: left;
}
.events.single .book-now .button .btn {
  margin-top: 0;
}
.events.single .social {
  float: right;
}
.events.single .social li {
  display: inline-block;
  margin-right: 5px;
}
.events.single .social li:last-child {
  margin: 0;
}
.events.single .social li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  border: 1px solid #e6e6e6;
  text-align: center;
  color: #252525;
  border-radius: 100%;
}
.events.single .social li:hover a {
  color: #fff;
  border-color: transparent;
}
.events.single .owl-carousel .owl-nav div {
  background: #fff;
  color: #252525;
}
.events.single .owl-carousel .owl-nav div:hover {
  color: #fff;
}
.events.single .owl-carousel .owl-nav .owl-prev {
  left: 10px;
}
.events.single .owl-carousel .owl-nav .owl-next {
  right: 10px;
}
.fun-facts {
  background-size: cover;
  background: url('../images/cta-bg.jpg') no-repeat center;
  position: relative;
  padding: 100px 0 130px;
}
.fun-facts::before {
  opacity: 0.9;
}
.fun-facts .single-fact {
  text-align: center;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fun-facts .single-fact:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  transform: translateY(-15px);
}
.fun-facts .single-fact i {
  font-size: 40px;
  color: #fff;
  margin-bottom: 30px;
}
.fun-facts .single-fact .number {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 15px;
  position: relative;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fun-facts .single-fact p {
  color: #eee;
  font-size: 15px;
}
.blog {
  background: #fff;
}
.blog .blog-slider {
  margin-top: 30px;
}
.blog .single-blog {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  margin: 5px;
}
.blog .single-blog:hover .blog-head:before {
  opacity: 0.3;
  visibility: visible;
}
.blog .single-blog:hover .date {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.blog .single-blog img {
  width: 100%;
}
.blog .blog-head {
  overflow: hidden;
}
.blog .blog-head:before {
  z-index: 35;
  opacity: 0;
  visibility: hidden;
}
.blog .blog-head .date {
  position: absolute;
  left: 12px;
  top: 12px;
  text-align: center;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  z-index: 36;
}
.blog .blog-head .date h4 {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  padding-top: 10px;
}
.blog .blog-head .date h4 span {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  display: block;
}
.blog .blog-main {
  margin-top: 50px;
  background: #f6f6f6;
  position: relative;
}
.blog .blog-content {
  padding: 20px;
}
.blog .blog-content .blog-title {
  font-size: 18px;
  margin-bottom: 5px;
}
.blog .blog-content .blog-title a {
  color: #252525;
}
.blog .blog-content p {
  height: 100px;
}
.blog .blog-content .btn {
  color: #fff;
  margin-top: 20px;
  padding: 12px 30px;
}
.blog .blog-content .btn:before {
  background: #2e5654;
}
.blog .blog-content .btn i {
  margin-left: 5px;
}
.blog .blog-info {
  margin-bottom: 5px;
}
.blog .blog-info a {
  color: #777;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #e7e7e7;
  font-weight: 500;
}
.blog .blog-info a:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.blog .blog-info a i {
  margin-right: 5px;
  text-align: center;
  border-radius: 100%;
  font-size: 13px;
}
.blog .owl-nav {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}
.blog:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.blog .owl-carousel .owl-nav div {
  height: 48px;
  width: 48px;
  line-height: 48px;
  top: 50%;
  background: #666;
  color: #fff;
  font-size: 25px;
  position: absolute;
  border: none;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 100%;
  margin: -24px 0 0;
}
.blog .owl-carousel .owl-nav div:hover {
  color: #fff;
}
.blog .owl-carousel .owl-nav .owl-prev {
  left: -75px;
}
.blog .owl-carousel .owl-nav .owl-prev:hover {
  left: -65px;
}
.blog .owl-carousel .owl-nav .owl-next {
  right: -75px;
}
.blog .owl-carousel .owl-nav .owl-next:hover {
  right: -65px;
}
.blog .owl-dots {
  margin-top: 50px;
}
.blog .owl-dots .owl-dot {
  margin-right: 5px;
}
.blog .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.blog .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  line-height: 12px;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog .owl-dots .owl-dot.active span {
  border-color: transparent;
  width: 30px;
  height: 12px;
}
.blog .text-right {
  margin-top: 25px;
  padding-right: 25px;
}
.blog .text-right a {
  color: #2C7A75;
}
.blog.b-archives {
  padding: 60px 0 90px;
}
.blog.b-archives .single-blog {
  margin: 30px 0 0;
}
.blog.b-archives.single .blog-detail {
  margin-top: 30px;
}
.blog.b-archives.single .b-gallery .owl-nav div {
  background: #fff;
  color: #252525;
}
.blog.b-archives.single .b-gallery .owl-nav div:hover {
  color: #fff;
}
.blog.b-archives.single .b-gallery .owl-nav .owl-prev {
  left: 10px;
}
.blog.b-archives.single .b-gallery .owl-nav .owl-next {
  right: 10px;
}
.blog.b-archives.single .blog-info {
  margin: 0;
}
.blog.b-archives.single .blog-info a {
  margin-right: 10px;
  color: #666;
  font-size: 14px;
}
.blog.b-archives.single .blog-info a:last-child {
  margin: 0;
}
.blog.b-archives.single .blog-info a i {
  margin-right: 10px;
}
.blog.b-archives.single .detail-content {
  margin-top: 20px;
}
.blog.b-archives.single .detail-content .blog-title {
  font-size: 30px;
  margin-bottom: 20px;
}
.blog.b-archives.single .detail-content p {
  margin-bottom: 20px;
}
.blog.b-archives.single .detail-content p:last-child {
  margin: 0;
}
.blog.b-archives.single .blog-title a {
  color: #252525;
}
.blog.b-archives.single .blockquote {
  margin-left: 20px;
  border-left: 3px solid transparent;
  background: #f6f6f6;
  padding: 21px;
}
.blog.b-archives.single .blockquote p {
  color: #252525;
  font-size: 15px;
}
.blog.b-archives.single .blog-bottom {
  overflow: hidden;
  margin-top: 30px;
}
.blog.b-archives.single .blog-bottom li:before {
  display: none;
}
.blog.b-archives.single .blog-bottom .share {
  float: left;
}
.blog.b-archives.single .blog-bottom .share li {
  position: relative;
  padding-left: 0;
  margin-right: 5px;
  display: inline-block;
}
.blog.b-archives.single .blog-bottom .share li a {
  color: #fff;
  background: #353535;
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
}
.blog.b-archives.single .blog-bottom .prev-next {
  float: right;
}
.blog.b-archives.single .blog-bottom .prev-next li {
  display: inline-block;
  padding: 0;
}
.blog.b-archives.single .blog-bottom .prev-next li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 17px;
  color: #fff;
}
.blog.b-archives.single .blog-bottom .prev-next li a:hover {
  background: #252525;
}
.blog.b-archives.single .comment-main {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #e6e6e6;
}
.blog.b-archives.single .comment-title {
  margin-bottom: 20px;
}
.blog.b-archives.single .comment-title h2 {
  font-size: 22px;
  color: #252525;
}
.blog.b-archives.single .comment-title p {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}
.blog.b-archives.single .form-group {
  margin-bottom: 20px;
}
.blog.b-archives.single .form-group input {
  box-shadow: none;
  text-shadow: none;
  font-size: 15px;
  color: #666666;
  width: 100%;
  padding-left: 15px;
  text-transform: capitalize;
  height: 50px;
  border: 1px solid #eeeeee;
}
.blog.b-archives.single .form-group input:hover {
  padding-left: 25px;
}
.blog.b-archives.single .form-group textarea {
  box-shadow: none;
  text-shadow: none;
  font-size: 15px;
  padding: 15px;
  resize: none;
  color: #666666;
  text-transform: capitalize;
  width: 100%;
  border: 1px solid #e7e7e7;
}
.blog.b-archives.single .form-group textarea:hover {
  padding-left: 25px;
}
.blog.b-archives.single .form-group button {
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog.b-archives.single .form-group button:hover {
  background: transparent;
}
.blog.b-archives.single .form-group button:before {
  background: #252525;
}
.about-us {
  background: #fff;
  padding: 60px 0 90px;
}
.about-us .single-image {
  margin-top: 30px;
  position: relative;
}
.about-us .single-image:before {
  opacity: 0;
  visibility: hidden;
}
.about-us .single-image:hover:before {
  opacity: 0.6;
  visibility: visible;
}
.about-us .single-image:hover .btn {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.about-us .single-image img {
  width: 100%;
}
.about-us .single-image .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #fff;
  color: #252525;
  padding: 0;
  font-size: 26px;
  border-radius: 100%;
  margin: -35px 0 0 -35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-us .single-image .btn:hover {
  color: #fff;
}
.about-us .about-text {
  margin-top: 30px;
}
.about-us .about-text h2 {
  font-size: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.about-us .about-text h2:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60px;
  height: 2px;
  content: "";
}
.about-us .about-text p {
  margin-bottom: 15px;
}
.about-us .about-text p:last-child {
  margin: 0;
}
.about-us .about-text .button {
  margin-top: 30px;
}
.about-us .about-text .btn {
  color: #fff;
}
.about-us .about-text .btn:before {
  background: #252525;
}
.about-us .signature {
  margin-top: 35px;
}
.about-us .signature .name {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  text-transform: uppercase;
}
.about-us .signature .name span {
  display: block;
  color: #777;
  margin-top: 5px;
  font-size: 15px;
}
.faq .faq-content {
  margin-top: 30px;
}
.faq .text-content {
  text-align: left;
  padding: 0 60px 0 0;
  margin-bottom: 30px;
}
.faq .text-content h2 {
  font-size: 38px;
  margin-bottom: 25px;
}
.faq .text-content p {
  font-size: 16px;
}
.faq .panel-group {
  margin: 0;
  text-align: left;
}
.faq .panel {
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 0 2px;
}
.faq .panel-heading {
  background: none;
}
.faq .faq-title a {
  padding: 20px;
  font-size: 16px;
  position: relative;
  color: #5e5e5e;
  background: #f6f7f8;
  width: 100%;
  display: block;
}
.faq .faq-title a::after {
  content: "\f0d8";
  font-family: 'FontAwesome';
  top: 50%;
  margin-top: -5px;
  right: 24px;
  position: absolute;
  background: transparent;
  width: 10px;
  height: 10px;
  line-height: 10px;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 17px;
}
.faq .faq-title a.collapsed::after {
  content: "\f0d7";
  color: #191919;
  background: transparent;
}
.faq .panel.active .faq-title a {
  color: #fff;
  text-decoration: none;
}
.faq .faq-body {
  padding: 20px;
  color: #464646;
  font-size: 14px;
  box-shadow: none;
  text-shadow: none;
}
.faq .panel-default {
  border: none;
  box-shadow: none;
  text-shadow: none;
}
.faq .faq-img img {
  width: 100%;
}
.contact .contact-bottom {
  margin-top: 30px;
}
.contact .contact-info {
  text-align: left;
  margin-top: 30px;
  position: relative;
  padding-left: 100px;
}
.contact .contact-info .icon {
  position: absolute;
  left: 0;
}
.contact .contact-info .icon i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #e7e7e7;
  font-size: 25px;
  border-radius: 100%;
  text-align: center;
}
.contact .contact-info h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px;
}
.contact .contact-info a {
  color: #777;
}
.contact .contact-info p {
  color: #777;
  font-size: 15px;
}
.contact .contact-map {
  margin-top: 30px;
}
.contact .contact-map #map {
  height: 466px;
}
.contact .contact-head {
  overflow: hidden;
}
.contact .form-head {
  margin-top: 30px;
}
.contact .form-head .form-group:last-child {
  margin: 0;
}
.contact .form-head .form-group input {
  height: 50px;
  width: 100%;
  padding-left: 15px;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid #eeeeee;
  color: #666666;
  font-size: 15px;
}
.contact .form-head .form-group input:hover {
  padding-left: 25px;
}
.contact .form-head .form-group textarea {
  height: 192px;
  width: 100%;
  font-size: 15px;
  padding-left: 15px;
  padding-top: 18px;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid #eeeeee;
  color: #666666;
  resize: none;
}
.contact .form-head .form-group textarea:hover {
  padding-left: 25px;
}
.contact .form-head .form-group .button {
  margin-top: 20px;
}
.contact .form-head .form-group button {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact .form-head .form-group button:before {
  background: #252525;
}
.contact .form-head .form-group button:hover {
    background: transparent;
}
.site-index .best-students .text-right {
    margin-top: 25px;
    padding-right: 25px;
}
.site-index .best-students .text-right a {
    color: #2C7A75;
}
.site-index .distance-learning,
.site-index .annunciation {
    padding-bottom: 0;
}
.site-index .distance-learning a,
.site-index .annunciation a {
    display: block;
}
.site-index .distance-learning a img,
.site-index .annunciation a img {
    display: block;
    box-shadow: 0 0 2px #ccc;
}
.site-index .distance-learning a span,
.site-index .annunciation a span {
    display: block;
    margin-top: 15px;
}

.site-index .annunciation .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    align-items: center;
}
.staff-index .list-view .single-team {
    margin-top: initial;
    margin-bottom: 30px;
}
.staff-index .list-view .single-team .team-hover {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sidebar .categories-widget {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  padding: 15px;
}
.sidebar .categories-widget h3 {
  font-size: 20px;
  padding-left: 10px;
  border-left: 2px solid #2C7A75;
  color: #2C7A75;
  margin-bottom: 20px;
}
.sidebar .categories-widget ul li {
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
}
.sidebar .categories-widget ul li a,
.sidebar .categories-widget ul li span {
  color: #252525;
}
.sidebar .categories-widget ul li a i,
.sidebar .categories-widget ul li span i {
  margin-right: 5px;
}
.sidebar .categories-widget ul li.active a,
.sidebar .categories-widget ul li.active span {
  color: #2C7A75;
}
.sidebar .categories-widget ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.pagination-main {
  text-align: left;
}
.pagination-main .pagination {
  padding-left: 0;
  margin: 50px 0 0;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
}
.pagination-main .pagination li {
  float: left;
  margin-right: 5px;
}
.pagination-main .pagination li a,
.pagination-main .pagination li span {
  padding: 12px 25px;
  border: none;
  display: block;
  background: #f6f6f6;
  color: #252525;
}
.pagination-main .pagination li:hover a {
  color: #fff;
}
.pagination-main .pagination li.active a {
  color: #fff;
}
.pagination-main .pagination.disabled:hover span {
  background: #f6f6f6 !important;
  color: #252525;
}
.gallery-block h3 {
  font-size: 16px;
}
.gallery-block .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
.gallery-block a {
  display: block;
}
.gallery-block a img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0;
}
.page-view {
  padding: 60px 0;
  color: #333;
}
.page-view p {
  color: #333;
}
.page-view ul {
  margin-left: 20px;
}
.page-view ul li {
  list-style: initial;
}
.page-view table {
  border: 1px solid #999;
}
.page-view table tr td {
  padding: 5px;
  border: 1px solid #999;
}
.page-view .share-block {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.page-view .share-block ul {
  display: flex;
  margin: 0 0 0 15px;
}
.page-view .share-block ul li {
  list-style: none;
  margin-right: 10px;
}
.page-view .share-block ul li a {
  transition: all 0.2s;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  border: 1px solid #e6e6e6;
  text-align: center;
  color: #252525;
  border-radius: 100%;
}
.page-view .share-block ul li a:hover {
  background: #2C7A75;
  color: #fff;
  border-color: transparent;
}
.footer {
  background-image: url('../images/footer.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}
.footer::before {
  opacity: 0.6;
}
.footer a {
  color: #eee;
  font-weight: 400;
}
.footer p {
  color: #eee;
  font-weight: 400;
}
.footer .footer-top {
  padding: 60px 0 90px;
}
.footer .footer-top .logo img {
  max-width: 100px;
}
.footer .single-widget {
  margin-top: 30px;
}
.footer .single-widget h2 {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  color: #fff;
  position: relative;
}
.footer .single-widget h2:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 50px;
  height: 2px;
}
.footer .about p {
  margin-top: 20px;
}
.footer .list {
  margin-top: 20px;
}
.footer .list li {
  line-height: 30px;
  color: #fff;
}
.footer .list li a {
  color: #fff;
}
.footer .list li i {
  margin-right: 15px;
}
.footer .useful-links ul li {
  position: relative;
  line-height: 36px;
}
.footer .useful-links ul li a {
  color: #fff;
  font-size: 15px;
}
.footer .useful-links ul li i {
  margin-right: 10px;
}
.footer .single-news {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}
.footer .single-news:last-child {
  margin: 0;
}
.footer .single-news img {
  width: 55px;
  height: 55px;
  border-radius: 50px;
  object-fit: cover;
}
.footer .single-news h4 a {
    color: #fff !important;
    font-size: 15px;
}
.footer .single-news p {
    display: none;
}
.footer .newsletter .title {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}
.footer .newsletter .form {
  position: relative;
  margin-top: 20px;
}
.footer .newsletter .form input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #2c2c2c;
  box-shadow: none;
  text-shadow: none;
  border: none;
  padding: 0 50px 0 20px;
  font-size: 16px;
  border-radius: 0;
}
.footer .newsletter .button {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 50px;
  color: #fff;
  box-shadow: none;
  font-size: 20px;
  text-shadow: none;
  border: none;
  border-radius: 0;
  border-left: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .newsletter .button:hover {
  background: #fff;
  border-left-color: #e7e7e7;
  color: #252525;
}
.footer .bottom-head {
  padding: 20px 0;
  border-top: 1px solid rgba(231, 231, 231, 0.25);
}
.footer .social {
  text-align: center;
}
.footer .social li {
  display: inline-block;
  margin-right: 5px;
}
.footer .social li:last-child {
  margin: 0;
}
.footer .social li a {
  display: block;
  height: 34px;
  width: 34px;
  line-height: 37px;
  background: rgba(69, 69, 69, 0.5);
  text-align: center;
  margin: 0;
  padding: 0;
  border-radius: 100%;
  color: #fff;
}
.footer .social li a:hover {
  background: #fff;
}
.footer .copyright {
  text-align: center;
  margin-top: 15px;
}
.footer .copyright p {
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
}
.footer .copyright a:hover {
  color: #fff;
}
@media (min-width: 991px) and (max-width: 1280px) {
  .courses .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-prev,
  .events .owl-carousel .owl-nav .owl-prev,
  .blog .owl-carousel .owl-nav .owl-prev {
    left: -55px;
  }
  .courses .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-next,
  .events .owl-carousel .owl-nav .owl-next,
  .blog .owl-carousel .owl-nav .owl-next {
    right: -55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 30px;
  }
  .container {
    width: auto;
  }
  .header .content,
  .header .social {
    float: none;
    text-align: center;
  }
  .header .single-widget {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    margin-right: 10px;
    text-align: left;
  }
  .header .single-widget i {
    display: none;
  }
  .header .nav li a {
    padding: 15px;
  }
  .header .button .btn {
    margin-top: 5px;
    font-size: 14px;
    padding: 12px 21px;
  }
  .home-slider,
  .home-slider .single-slider {
    height: 500px;
  }
  .home-slider .single-slider .slider-text {
    margin: 99px 0 0;
  }
  .home-slider .single-slider h1 {
    font-size: 35px;
    line-height: 55px;
  }
  .home-slider .single-slider .slider-text {
    margin: 112px 0 0;
  }
  .home-slider .owl-item.active .slider-text p,
  .home-slider .single-slider .text-center p,
  .home-slider .single-slider .text-right p {
    padding: 0;
  }
  .team .section-title {
    margin-top: 0;
  }
  .fun-facts .single-fact {
    border: none;
  }
  .courses.single .course-feature {
    margin-top: 30px;
  }
  .faq-img {
    margin-top: 30px;
  }
  .about-us .message-area {
    padding: 0;
    margin-top: 30px;
  }
  .courses.single .course-info,
  .courses.single .course-price {
    float: none;
    text-align: center;
  }
  .contact .contact-info {
    padding: 0;
  }
  .b-archives .blog-sidebar {
    border: none;
    padding-left: 0;
  }
  .learnedu-sidebar,
  .learnedu-sidebar.left {
    padding: 0;
    border: none;
    margin-left: 0;
    margin-right: 0;
  }
  .contact-bottom {
    display: none;
  }
  .footer .copyright,
  .footer .footer-menu {
    float: none;
    text-align: center;
  }
  .footer .footer-menu {
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .header .nav > li span,
  .header .nav > li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .header-widget {
    display: block;
  }
  .header .header-widget .single-widget {
    margin-bottom: 5px;
  }
  .header .header-widget .single-widget i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
  .header .header-widget .single-widget a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .header .header-inner .flex-row {
    display: initial;
  }
  .header .header-widget {
    display: none;
  }
  .header .logo {
    float: none;
    margin: 0;
  }
  .header .logo img {
    max-width: 80%;
    margin-right: 15px;
  }
  .slicknav_menu {
    background: transparent;
    padding: 10px 0 0;
  }
  .slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    background: #00B16A;
  }
  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .slicknav_nav .slicknav_item .fa-angle-down {
    display: none;
  }
  .slicknav_nav li:hover a {
    background: #fff;
    color: #252525;
    text-decoration: none;
  }
  .slicknav_nav li .dropdown li a,
  .slicknav_nav li .dropdown li .dropdown li a {
    background: transparent;
    color: #fff;
  }
  .slicknav_nav li .dropdown li:hover a,
  .slicknav_nav li .dropdown li .dropdown li:hover a {
    background: #fff;
    color: #252525;
  }
  .slicknav_nav .slicknav_arrow {
    float: right;
  }
  .slicknav_menu {
    display: block;
    margin-top: 0;
    position: relative;
  }
  .slicknav_btn {
      margin: 0;
      position: absolute;
      top: -105px;
      right: 0;
  }
  .header .header-inner {
    padding: 15px 0;
    background: #fff;
  }
  .header .content,
  .header .social {
    float: none;
    text-align: center;
  }
  .header .content li {
    display: block;
    font-size: 15px;
    margin-right: 0;
    padding-right: 0;
    border: none;
  }
  .header .single-widget.button,
  .header .search-bar,
  .header .header-widget,
  .header .header-menu {
    display: none;
  }
  .header.sticky .header-inner {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 33333;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    animation: fadeInDown 1s both 0.2s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 50px 0;
  }
  .breadcrumbs h2 {
    font-size: 25px;
  }
  .section-title {
    text-align: center;
    margin-bottom: 30px;
    padding: 0;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .section-title p {
    font-size: 14px;
  }
  .button .btn {
    font-size: 14px;
  }
  .home-slider,
  .home-slider .single-slider {
    height: 450px;
  }
  .home-slider .single-slider h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .home-slider .single-slider .slider-text {
    margin: 69px 0 0;
  }
  .home-slider .single-slider .slider-text,
  .home-slider .single-slider .text-center,
  .home-slider .single-slider .text-right {
    text-align: left !important;
  }
  .home-slider .single-slider .slider-text p,
  .home-slider .single-slider .text-center p,
  .home-slider .single-slider .text-right p {
    padding: 0;
    font-size: 14px;
  }
  .home-slider .single-slider .button {
    margin-top: 30px;
  }
  .home-slider .single-slider .btn {
    padding: 12px 15px;
    margin-right: 10px;
    font-size: 13px;
  }
  .cta .news-inner {
    padding: 25px;
  }
  .team .section-title {
    margin-top: 0;
  }
  .fun-facts .single-fact {
    border: none;
  }
  .faq .faq-title a::after {
    display: none;
  }
  .courses.single .course-feature {
    margin-top: 30px;
  }
  .courses.single .single-main {
    padding: 12px;
  }
  .courses.single .course-meta {
    padding: 0;
    margin: 20px 0;
  }
  .courses.single .content h2 {
    font-size: 25px;
  }
  .courses.single .course-price p,
  .courses.single .course-price .btn {
    float: none;
  }
  .courses.single .course-price .btn {
    margin-top: 10px;
  }
  .courses.single .course-info,
  .courses.single .course-price {
    float: none;
    text-align: left;
  }
  .courses.single .single-info {
    margin: 0 0 20px 0;
    float: none;
  }
  .courses.single .single-contnet h2 {
    font-size: 25px;
  }
  .courses .course-meta .meta-left,
  .courses .course-meta .price {
    float: none;
    text-align: center;
  }
  .courses .course-meta .price {
    margin-top: 10px;
  }
  .events.single .event-content h2 {
    font-size: 25px;
  }
  .events.single .book-now .button,
  .events.single .social {
    float: none;
    text-align: center;
  }
  .events.single .social {
    margin-top: 10px;
  }
  .about-us .message-area {
    padding: 0;
    margin-top: 30px;
  }
  .about-us .section-title h2 {
    font-size: 25px;
  }
  .about-us .section-title h4 {
    margin: 10px 0;
    font-size: 20px;
  }
  .team-details .member-detail {
    text-align: left;
  }
  .b-archives .blog-sidebar {
    border: none;
    padding-left: 0;
  }
  .learnedu-sidebar,
  .learnedu-sidebar.left {
    padding: 0;
    border: none;
    margin-left: 0;
    margin-right: 0;
  }
  .b-archives .pagination li a,
  .events.archives .pagination li a {
    padding: 8px 20px;
  }
  .b-archives.single .blog-detail .tags ul {
    margin-left: 0;
  }
  .b-archives.single .blog-detail ul li a {
    font-size: 14px;
  }
  .b-archives.single .next-prev h4 {
    font-weight: 400;
    color: #777;
  }
  .blog.b-archives .pagination li a {
    padding: 6px 16px;
  }
  .error-page .error-inner p {
    padding: 0;
  }
  .contact-bottom {
    display: none;
  }
  .mail-success {
    background: #f6f6f6;
  }
  .footer .copyright,
  .footer .footer-menu {
    float: none;
    text-align: center;
  }
  .footer .footer-menu ul li {
    display: inline-block;
    margin-right: 15px;
  }
  .footer .footer-menu ul li a {
    font-size: 14px;
  }
  .footer .footer-menu {
    margin-top: 10px;
  }
}
@media (max-width: 550px) {
  .header .logo span {
      max-width: 280px;
      font-size: 16px;
  }
}
.header .content li i {
  color: #2C7A75;
}
.header .social li:hover a {
  color: #2C7A75;
}
.header .single-widget i {
  color: #2C7A75;
}
.header .button .btn {
  background: #2C7A75;
}
.header .button .btn:hover i {
  color: #2C7A75;
}
.header .nav li:hover a,
.header .nav li:hover span {
  background: #2C7A75;
}
.header .nav li .dropdown li:hover a,
.header .nav li .dropdown li:hover span {
  background: #2C7A75;
}
.header .nav li .dropdown li .dropdown.submenu li:hover a,
.header .nav li .dropdown li .dropdown.submenu li:hover span {
  background: #2C7A75;
}
.header .nav li.active a,
.header .nav li.active span {
  background: #2C7A75;
}
.home-slider .single-slider h1 span {
  color: #2C7A75;
}
.home-slider .single-slider .btn:before {
  background: #2C7A75;
}
.home-slider .single-slider .btn.primary {
  background: #2C7A75;
}
.home-slider .owl-carousel .owl-nav div:hover {
  color: #2C7A75;
}
.enroll .form-group input:hover {
  color: #2C7A75;
}
.enroll .form-group textarea:hover {
  color: #2C7A75;
}
.enroll .form-group .btn:hover {
  background: #2C7A75;
}
.enroll .form-title {
  background: #2C7A75;
}
.courses .single-course .btn:hover {
  color: #2C7A75;
}
.courses .single-course h4 span {
  color: #2C7A75;
}
.courses .single-course h4:hover a {
  color: #2C7A75;
}
.courses .course-head a {
  background: #2C7A75;
}
.courses .course-meta .price {
  background: #2C7A75;
}
.courses .owl-carousel .owl-nav div:hover {
  background: #2C7A75;
}
.courses.single .single-info i {
  color: #2C7A75;
}
.courses.single .course-required h4 {
  color: #2C7A75;
}
.courses.single .course-required ul li span {
  color: #2C7A75;
  border-color: #2C7A75;
}
.courses.single .course-price .btn {
  background: #2C7A75;
}
.courses.single .course-feature h4:before {
  background: #2C7A75;
}
.team-style2 .team-content .social li:hover a {
  color: #2C7A75;
}
.team-style2 .team-content .social li.active {
  color: #2C7A75;
}
.team-style2 .single-team .image:before {
  background: #2C7A75;
}
.team-details .address li a:hover {
  color: #2C7A75;
}
.team-details .address li i {
  color: #2C7A75;
}
.team-details .member-detail .social li a:hover {
  background: #2C7A75;
}
.team-details .member-detail .social li a.active {
  background: #2C7A75;
}
.team-details .progress .progress-bar {
  background: #2C7A75;
}
.team-details .progress .percent {
  background: #2C7A75;
}
.events .event-content .meta span i {
  color: #2C7A75;
}
.events .event-content .btn {
  color: #2C7A75;
}
.events .event-content .btn:before {
  background: #2C7A75;
}
.events .single-event .head .btn {
  background: #2C7A75;
}
.events .owl-carousel .owl-nav div:hover {
  background: #2C7A75;
}
.events.single .event-content h2:hover a {
  color: #2C7A75;
}
.events.single .social li:hover a {
  background: #2C7A75;
}
.events.single .owl-carousel .owl-nav div:hover {
  background: #2C7A75;
}
.blog .blog-content .blog-title:hover a {
  color: #2C7A75;
}
.blog .blog-content .btn {
  background: #2C7A75;
}
.blog .blog-info a i {
  color: #2C7A75;
}
.blog .blog-head .date {
  background: #2C7A75;
}
.blog .owl-carousel .owl-nav div:hover {
  background: #2C7A75;
}
.blog .owl-dots .owl-dot span {
  background: #2C7A75;
}
.blog .owl-dots .owl-dot.active span {
  background: #2C7A75;
}
.blog.b-archives.single .blog-info a i {
  color: #2C7A75;
}
.blog.b-archives.single .blog-title a:hover {
  color: #2C7A75;
}
.blog.b-archives.single .form-group input:hover {
  color: #2C7A75;
}
.blog.b-archives.single .form-group textarea:hover {
  color: #2C7A75;
}
.blog.b-archives.single .form-group button {
  background: #2C7A75;
}
.blog.b-archives.single .b-gallery .owl-nav div:hover {
  background: #2C7A75;
}
.blog.b-archives.single .blog-bottom .share li:hover a {
  background: #2C7A75;
}
.blog.b-archives.single .blog-bottom .prev-next li a {
  background: #2C7A75;
}
.blog.b-archives.single .blockquote {
  border-left-color: #2C7A75;
}
.learnedu-sidebar .search input:hover {
  color: #2C7A75;
}
.learnedu-sidebar .search .button {
  background: #2C7A75;
}
.learnedu-sidebar .single-widget h3 {
  border-left-color: #2C7A75;
}
.learnedu-sidebar .single-widget h3 span {
  color: #2C7A75;
}
.learnedu-sidebar .post-info h4:hover a {
  color: #2C7A75;
}
.learnedu-sidebar .post-info span i {
  color: #2C7A75;
}
.learnedu-sidebar .course-content a:hover {
  color: #2C7A75;
}
.learnedu-sidebar .course-content .meta span i {
  color: #2C7A75;
}
.learnedu-sidebar .calendar li a:hover {
  color: #2C7A75;
}
.learnedu-sidebar .calendar li a:hover i {
  color: #2C7A75;
}
.learnedu-sidebar .tags ul li a:hover {
  color: #2C7A75;
  border-color: #2C7A75;
}
.error-page .error-inner h2 span {
  color: #2C7A75;
}
.error-page .search-form .btn {
  background: #2C7A75;
}
.contact .contact-info .icon i {
  color: #2C7A75;
}
.contact .contact-info a:hover {
  color: #2C7A75;
}
.contact .form-head .form-group button {
  background: #2C7A75;
}
.footer .list li i {
  color: #2C7A75;
}
.footer .useful-links ul li a:hover {
  color: #2C7A75;
}
.footer .single-news h4 a:hover {
  color: #2C7A75;
}
.footer .social li a:hover {
  color: #2C7A75;
}
.footer .copyright a {
  color: #2C7A75;
}
.footer .single-widget h2:before {
  background: #2C7A75;
}
.footer .newsletter .button {
  background: #2C7A75;
}
.section-title h2 span {
  color: #2C7A75;
}
.cta .cta-inner:before {
  background: #2C7A75;
}
.courses.archives .pagination li:hover a {
  background: #2C7A75;
}
.courses.archives .pagination li.active a {
  background: #2C7A75;
}
.team .button .btn {
  background: #2C7A75;
}
.team .team-hover {
  background: rgba(44, 122, 117, 0.9);
}
.events.archives .pagination li:hover a {
  background: #2C7A75;
}
.events.archives .pagination li.active a {
  background: #2C7A75;
}
.fun-facts::before {
  background: #2C7A75;
}
.blog.b-archives .pagination li:hover a {
  background: #2C7A75;
}
.blog.b-archives .pagination li.active a {
  background: #2C7A75;
}
.about-us .single-image .btn:hover {
  background: #2C7A75;
}
.about-us .about-text h2:before {
  background: #2C7A75;
}
.about-us .about-text .btn {
  background: #2C7A75;
}
.faq .panel.active .faq-title a {
  background: #2C7A75;
}
.slicknav_nav {
  background: #2C7A75;
}
#scrollUp {
  background: #2C7A75;
}
.breadcrumbs ul li.active a {
  background: #2C7A75;
}
/*# sourceMappingURL=style.css.map */