/*
Theme Name: Excel Education
Theme URI: 
Author: Adim Subedi
Author URI: 
Description: 
Version: 1.0
Tags:responsive
Text Domain: 
*/
html {
  font-size: 100%;
  height: 100%;
  min-height: 100%;
}

body {
  font-size: 16px;
  font-size: 1rem;
  min-height: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  color: rgb(38, 38, 38);
}
@media (min-width: 1367px) {
  body {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
}

p, ul, ol, li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 1367px) {
  p, ul, ol, li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

h1 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media (min-width: 1367px) {
  h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
h1 strong {
  color: rgb(11, 103, 177);
  font-weight: 400;
}

h2 {
  font-size: 32px;
  font-size: 2rem;
}
@media (min-width: 1367px) {
  h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
h2 strong {
  color: rgb(11, 103, 177);
  font-weight: 400;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 1367px) {
  h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
h3 strong {
  color: rgb(11, 103, 177);
  font-weight: 400;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1367px) {
  h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
h4 strong {
  color: rgb(11, 103, 177);
  font-weight: 400;
}

a {
  color: rgb(11, 103, 177);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:hover, a:focus {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: inherit;
}

header.header {
  padding: 5px 0;
}
header.header.home {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header-logo img {
  max-height: 130px;
}
.header-top ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.header-top li {
  display: inline-block;
}
.header-top li a {
  color: #595959;
  padding: 0 15px;
  font-size: 24px;
  font-size: 1.5rem;
}
.header-top li a:focus, .header-top li a:hover {
  color: rgb(180, 209, 52);
}
@media (min-width: 768px) {
  .header-top li:last-child {
    display: none;
  }
}
.header-nav {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.banner.home {
  height: calc(100vh - 140px);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: relative;
}
.banner.home > div {
  position: relative;
  z-index: 99;
}
@media (max-width: 991px) {
  .banner.home {
    background-size: contain;
    padding-top: 150px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .banner.home .h-100 {
    height: auto !important;
  }
}
.banner.inside {
  position: relative;
  margin-bottom: 0;
}

.nav-item a {
  color: #2b2b2b;
}
@media (max-width: 991px) {
  .nav-item a {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .nav-item {
    border-top: 1px solid #eeefef;
    border-bottom: none;
  }
}
.nav-link {
  color: rgb(38, 38, 38);
}
@media (min-width: 992px) {
  .nav-link {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding: 0;
    color: rgb(255, 255, 255);
  }
}
.navbar-expand-lg .navbar-nav {
  position: relative;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 15px;
  }
}
.navbar-toggler {
  color: rgb(255, 255, 255);
  background: rgb(11, 103, 177);
  border-radius: 4px;
}
.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown-menu {
  border: none;
  background: none;
  padding: 0;
}
.dropdown-menu li {
  border-top: 1px solid #309cf2;
  border-bottom: 1px solid #073d69;
}
@media (max-width: 767px) {
  .dropdown-menu li {
    border: none;
  }
}
.dropdown-menu li a {
  background: rgb(11, 103, 177);
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
  color: rgb(255, 255, 255);
  background: rgb(180, 209, 52);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .dropdown-menu li a {
    background: transparent;
    color: rgb(38, 38, 38);
  }
}
.dropdown-menu li:first-child {
  border-top: none;
}
.dropdown-menu li:last-child {
  border-bottom: none;
}

section {
  margin: 60px 0;
}
@media (max-width: 1024px) {
  section {
    margin: 20px 0;
  }
}
@media (max-width: 991px) {
  section {
    margin: 30px 0;
  }
}
section.banner {
  margin-top: 0;
}
section.experience {
  padding-top: 60px;
  padding-bottom: 60px;
}
section.experience .slick-arrow_prev {
  padding: 15px;
  font-size: 30px;
  font-size: 1.875rem;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: -10%;
  top: 20.5%;
  bottom: 0;
  right: auto;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.experience .slick-arrow_prev:hover, section.experience .slick-arrow_prev:focus {
  background: rgb(180, 209, 52);
  border: none;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  section.experience .slick-arrow_prev {
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    z-index: 999;
  }
}
section.experience .slick-arrow_next {
  padding: 15px;
  font-size: 30px;
  font-size: 1.875rem;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: auto;
  top: 20.5%;
  right: -10%;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.experience .slick-arrow_next:hover, section.experience .slick-arrow_next:focus {
  background: rgb(180, 209, 52);
  border: none;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  section.experience .slick-arrow_next {
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    z-index: 999;
  }
}
section.block {
  margin-bottom: 0;
}
section.footer-copy {
  margin: 5px 0 0 0;
  padding: 0;
  border-top: 1px solid #9db82a;
  position: relative;
}
section.footer-copy:before {
  content: "";
  background: #b8d33e;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0px;
  left: 0;
}

.btn {
  font-size: 16px;
  font-size: 1rem;
  line-height: 34px;
  padding: 7px 15px;
  margin-bottom: 0;
  border: none;
  background: transparent;
  color: rgb(255, 255, 255);
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
  max-width: 300px;
}
.btn:hover, .btn:focus {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .btn {
    margin-top: 5px;
    max-width: 100%;
  }
}
.btn-first {
  background-color: rgb(180, 209, 52);
}
.btn-first:hover, .btn-first:focus {
  background: #819622;
  color: #fff;
}
@media (max-width: 991px) {
  .btn-first {
    margin-bottom: 20px;
  }
}
.btn-first.dark {
  background-color: #8aa124;
}
.btn-first.dark:hover, .btn-first.dark:focus {
  background: #a5c02c;
  color: #fff;
}
.btn-second {
  background-color: rgb(11, 103, 177);
}
.btn-second:hover, .btn-second:focus {
  background: #073d69;
  color: #fff;
}
@media (max-width: 991px) {
  .btn-second {
    margin-bottom: 20px;
  }
}
.btn-black {
  background: #000;
}
.btn-black:hover, .btn-black:focus {
  background: #2d2d2d;
  color: #fff;
}
.btn-white {
  background: rgb(255, 255, 255);
  color: rgb(180, 209, 52);
}
.btn-white:hover, .btn-white:focus {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.form-control {
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  height: 48px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wpcf7-form textarea {
  resize: none;
  height: 100px;
}
.wpcf7-form input {
  margin-bottom: 15px;
}
.wpcf7-form input[type=submit] {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .block-nav {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .block-nav a {
    width: 60%;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .block-nav img {
    max-width: 70%;
  }
}
.block-banner {
  padding-bottom: 85px;
}
.block-banner h2 {
  font-size: 52px;
  font-size: 3.25rem;
  padding-bottom: 19px;
  margin-bottom: 0;
  line-height: 0.8;
  text-align: right;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.block-banner h2 strong {
  font-size: 96px;
  font-size: 6rem;
  display: block;
  font-weight: 700;
  clear: both;
  line-height: 1;
  color: rgb(11, 103, 177);
}
@media (max-width: 767px) {
  .block-banner h2 strong {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
@media (max-width: 767px) {
  .block-banner h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.block-banner h3 {
  background: rgb(180, 209, 52);
  font-weight: 300;
  color: rgb(255, 255, 255);
  font-family: "Roboto", sans-serif;
  display: inline-block;
  padding: 10px 20px;
  float: right;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  text-align: right;
}
.block-banner.inside {
  padding-bottom: 0;
}
.block-banner_arrow {
  position: absolute;
  bottom: 0px;
  right: 45%;
  width: 40px;
  height: 40px;
}
.block-banner_arrow .fa {
  font-size: 20px;
  font-size: 1.25rem;
}
.block-banner_services {
  padding-bottom: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.block-banner_services ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .block-banner_services ul {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .block-banner_services ul {
    max-width: 100%;
  }
}
.block-banner_services li {
  width: 47.619047619%;
  margin: 0.5%;
}
.block-banner_services li a {
  padding: 10px;
  color: rgb(255, 255, 255);
  background: rgb(11, 103, 177);
  display: block;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
}
.block-banner_services li a:hover, .block-banner_services li a:focus {
  background: #a5c02c;
}
.block-banner_title {
  border-top: 3px solid rgb(180, 209, 52);
  padding: 20px 50px;
  background: white;
  text-align: left;
  margin-top: -50px;
  display: inline-block;
  margin-left: 100px;
}
.block-banner_title h1 {
  font-size: 42px;
  font-size: 2.625rem;
  font-family: "Josefin Sans", sans-serif;
  line-height: 2.5;
}
@media (max-width: 991px) {
  .block-banner_title h1 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  .block-banner_title {
    margin-left: 25px;
    padding: 10px 20px;
    line-height: 1;
    width: 75%;
  }
}
.block-content_img.shade.green {
  position: relative;
}
.block-content_img.shade.green:before {
  content: "";
  width: 75%;
  height: 75%;
  position: absolute;
  top: -10px;
  left: -10px;
  background: rgb(180, 209, 52);
  z-index: 0;
}
.block-content_img.shade.green:after {
  content: "";
  width: 75%;
  height: 75%;
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: rgb(11, 103, 177);
  z-index: 0;
}
.block-content_img.shade.green img {
  position: relative;
  z-index: 1;
}
.block-content_text h1 {
  font-size: 72px;
  font-size: 4.5rem;
  color: rgb(11, 103, 177);
}
.block-content_text h1 strong {
  font-size: 36px;
  font-size: 2.25rem;
  display: block;
  clear: both;
  color: rgb(38, 38, 38);
  font-weight: 400;
  line-height: 0.7;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .block-content_text h1 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
.block-content_form {
  display: none;
  margin-top: 30px;
  padding: 30px 20px;
  border: 1px solid rgb(180, 209, 52);
  background: #f7f7f7;
}
.block-content_form label {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  text-align: left;
  display: block;
}
.block-content_form .form-control {
  margin-bottom: 15px;
}
.block-content_form textarea {
  height: 100px;
  resize: none;
}
.block-content_form input, .block-content_form textarea {
  font-weight: 300;
}
.block-feature {
  border: 1px solid rgb(180, 209, 52);
  position: relative;
}
.block-feature a {
  display: block;
}
.block-feature .overlay {
  position: absolute;
  z-index: 9;
  padding: 20px;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-feature .overlay:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), color-stop(80%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 bottom 0;
          transform-origin: 0 bottom 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.block-feature .overlay:hover, .block-feature .overlay:focus {
  color: #fff;
}
.block-feature .overlay:hover:before, .block-feature .overlay:focus:before {
  content: "";
  -webkit-transform-origin: 0 bottom 0;
          transform-origin: 0 bottom 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#0b67b1), color-stop(80%, rgba(180, 209, 52, 0)));
  background: linear-gradient(0deg, #0b67b1 0%, rgba(180, 209, 52, 0) 80%);
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.block-feature .overlay h2 {
  font-size: 22px;
  font-size: 1.375rem;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
  position: relative;
}
.block-feature_details {
  margin-bottom: 30px;
  text-align: center;
}
.block-feature_details h2 {
  font-size: 20px;
  font-size: 1.25rem;
  padding-top: 10px;
}
.block-feature_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid rgb(180, 209, 52);
  margin-bottom: 30px;
}
.block-feature_wrapper .block-feature {
  width: 33.3333333333%;
  border: none;
}
@media (max-width: 767px) {
  .block-feature_wrapper {
    padding: 5px;
  }
}
.block-feature_courses {
  width: 57.1428571429%;
}
@media (max-width: 767px) {
  .block-feature_courses {
    width: 66.6666666667%;
    padding-left: 15px;
  }
}
.block-feature_courses h3 a {
  font-size: 20px;
  font-size: 1.25rem;
  color: rgb(11, 103, 177);
}
@media (max-width: 767px) {
  .block-feature_courses h3 {
    line-height: 1.2;
  }
}
.block-feature_courses ul {
  margin: 0;
  padding: 0;
}
.block-feature_courses li {
  list-style: none;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .block-feature_courses li {
    margin-bottom: 0;
    line-height: 2;
  }
}
.block-feature_courses li a {
  color: rgb(38, 38, 38);
}
.block-feature_courses li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 7px;
  height: 7px;
  background: rgb(11, 103, 177);
  top: 0;
  bottom: 0;
  margin: auto;
  right: auto;
}
.block-testimonials {
  text-align: center;
}
.block-testimonials_img {
  max-width: 150px;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: inline-block;
  overflow: hidden;
}
.block-testimonials_name {
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  color: rgb(38, 38, 38);
}
.block-testimonials_name span {
  display: inline-block;
  clear: both;
  width: 100%;
  font-size: 13px;
  color: rgb(11, 103, 177);
}
.block-footer {
  color: #fff;
}
.block-footer a {
  color: #fff;
}
.block-footer p {
  margin-bottom: 5px;
}
.block-footer_copy p {
  margin-bottom: 0;
  padding: 15px 0;
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  font-size: 0.8125rem;
}
.block-footer_copy p a {
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .block-footer_copy {
    text-align: center;
  }
}
.block-footer_copy.powered {
  text-align: right;
}
.block-footer_copy.powered img {
  max-width: 70px;
  border: 2px solid #fff;
}
@media (max-width: 767px) {
  .block-footer_copy.powered {
    text-align: center;
  }
}
.block-footer.widget ul {
  margin: 0;
  padding: 0;
}
.block-footer.widget li {
  list-style: none;
}
.block-footer.menu ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-footer.menu li {
  width: 50%;
  padding: 0 5px;
}
.block-footer.menu li a {
  line-height: 32px;
}
.block-footer.social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-footer.social li {
  margin: 0 5px;
  width: 16.6666666667%;
}
.block-footer.social li a {
  display: block;
}
@media (max-width: 767px) {
  .block-footer {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .block-contact {
    display: none;
  }
}
@media (max-width: 767px) {
  .block-contact {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .block-contact button {
    width: 80%;
    padding: 10px 10px;
    display: inline-block;
    font-size: 15px;
  }
  .block-contact .fa-phone-square {
    width: 40%;
    margin-left: 10px;
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.accordion-item {
  margin-bottom: 15px;
}
.accordion-button {
  font-weight: 700;
  color: rgb(38, 38, 38);
}
.accordion-button:not(.collapsed) {
  color: rgb(255, 255, 255);
  background-color: rgb(11, 103, 177);
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 30px;
  font-size: 1.875rem;
  top: 5px;
}
.accordion-button::after {
  background-image: none;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 30px;
  font-size: 1.875rem;
  top: -6px;
  line-height: 1;
  position: relative;
}

.footer {
  padding: 30px 0 0 0;
  border-top: 5px solid rgb(180, 209, 52);
  background: #0c75c9;
}
.footer-bottom {
  background: #dedede;
  margin-top: 40px;
}

hr {
  clear: both;
}

.spacer-top-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.spacer-eq {
  padding-top: 30px;
  padding-bottom: 30px;
}
.spacer-eq.single {
  padding-top: 60px;
  padding-bottom: 60px;
}

.slick-arrow_prev {
  padding: 20px;
  font-size: 30px;
  font-size: 1.875rem;
  border: 1px solid #000;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: -10%;
  top: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slick-arrow_prev:hover, .slick-arrow_prev:focus {
  background: rgb(180, 209, 52);
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slick-arrow_next {
  padding: 20px;
  font-size: 30px;
  font-size: 1.875rem;
  border: 1px solid #000;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: -10%;
  top: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slick-arrow_next:hover, .slick-arrow_next:focus {
  background: rgb(180, 209, 52);
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#elevation {
  height: 400px;
}

.bg-light {
  background: #ebebeb;
}
.bg-green {
  background: #c6dc66;
}
.bg-blue {
  background: #0f89eb;
  color: #fff;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}