/**
 * Theme Name: FET Dundrum
 * Version: 1.0.644
 * Theme URI: -
 * Author: -
 * Author URI: -
 * Description: FET Dundrum.
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom
 * Text Domain: fet
 */
/*
 1. Fonts
 2. Variables
 3. General Resets
 4. Bootstrap Resets
 3. Header
 4. Footer
 5. Home Page
*/
/*===== Variables =====*/
/*===== General resets =====*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px; }

h1,
h2 {
  margin-bottom: 35px;
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 72px;
  color: #2b7e3e; }

h3 {
  margin-bottom: 55px;
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 73px;
  color: #2b7e3e; }

h5 {
  margin-bottom: 30px;
  font-family: "Lora", serif;
  font-size: 400;
  font-size: 30px;
  color: #153c2e; }

.btn-success {
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  background-color: #368448;
  border: 1px solid #368448;
  border-radius: 0;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background-color: transparent;
    border: 1px solid #fff;
    outline: none;
    box-shadow: none; }

.btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }

.btn-link {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #2b7e3e;
  border-radius: 0;
  outline: none; }
  .btn-link:hover, .btn-link:focus, .btn-link:active {
    color: #2b7e3e;
    outline: none; }

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.space {
  margin-top: 185px; }

.page-template-home header .bg-dark {
  background-color: transparent !important; }

.page-template-home.space {
  margin-top: 0px; }

.bg-dark {
  background-color: #205a4a !important; }

.bg-darker {
  background-color: #2b7e3e; }

.bg-light {
  background-color: #7fbd45 !important; }

.content {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #153c2e; }
  .content img.aligncenter {
    display: block;
    margin: auto; }
  .content img {
    padding: 20px;
    border: 1px solid #7fbd45;
    background: #FFF; }

.bubble {
  position: relative;
  display: inline-block;
  background: #c1d8c4;
  color: #2b7e3e;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .bubble .icon {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Lora", serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 18px; }
  .bubble:hover {
    opacity: .8; }

.home.space {
  margin-top: 0px; }

.home header .bg-dark {
  background-color: transparent !important; }

/*== End General resets ==*/
/*==== Start header ====*/
header .bg-dark {
  background-color: #205a4a !important; }

header .navbar-brand img {
  width: 175px;
  height: auto; }

header .search-icon {
  color: #FFF;
  font-size: 22px;
  margin: 0 20px; }

header .navbar-nav .nav-item .nav-link,
header .navbar-nav .nav-item a,
header .navbar-nav li .nav-link,
header .navbar-nav li a {
  padding: 22px 25px 22px 20px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  header .navbar-nav .nav-item .nav-link:hover, header .navbar-nav .nav-item .nav-link:focus, header .navbar-nav .nav-item .nav-link:active,
  header .navbar-nav .nav-item a:hover,
  header .navbar-nav .nav-item a:focus,
  header .navbar-nav .nav-item a:active,
  header .navbar-nav li .nav-link:hover,
  header .navbar-nav li .nav-link:focus,
  header .navbar-nav li .nav-link:active,
  header .navbar-nav li a:hover,
  header .navbar-nav li a:focus,
  header .navbar-nav li a:active {
    color: #7fbd45;
    text-decoration: none; }

header .navbar-nav .current-menu-item a {
  color: #7fbd45; }

header .navbar {
  padding: 18px 0px 30px 0px; }

header .navbar {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  header .navbar.affix {
    -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5); }
    header .navbar.affix.bg-dark {
      background: #205a4a !important; }
    header .navbar.affix.navbar-dark .navbar-brand {
      width: 90px; }
    header .navbar.affix.navbar {
      padding-top: 5px;
      padding-bottom: 5px; }

/*== End header ==*/
/*==== Start main-slider section ====*/
.main-slider .slide {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 720px;
  height: auto; }
  .main-slider .slide .img-bg-color {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: .3; }
  .main-slider .slide .slide-box {
    position: absolute;
    bottom: 110px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 9; }
    .main-slider .slide .slide-box h2 {
      margin-bottom: 0;
      font-family: "Lora", serif;
      font-weight: 400;
      font-size: 57px;
      line-height: 57px;
      color: #fff;
      max-width: 970px; }

/*== End main-slider ==*/
/*==== Start ctas sections ====*/
.ctas {
  padding-top: 70px;
  padding-bottom: 70px; }

.cta {
  position: relative;
  margin-bottom: 25px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .cta img {
    position: relative;
    z-index: 9;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    opacity: 0.3; }
  .cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .cta .overlay:after, .cta .overlay:before {
      content: '';
      position: absolute;
      top: 25px;
      right: 25px;
      bottom: 25px;
      left: 25px;
      opacity: 0;
      z-index: 1;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
    .cta .overlay:before {
      border-top: 1px solid #e1e8e6;
      -webkit-transform: scale(0, 1);
      -moz-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      -o-transform: scale(0, 1);
      transform: scale(0, 1);
      opacity: 1;
      transform: scale(1);
      transition: opacity .4s ease,transform .45s ease .2s; }
    .cta .overlay:after {
      border-left: 1px solid #e1e8e6;
      border-right: 1px solid #e1e8e6;
      -webkit-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
      opacity: 1;
      transform: scale(1);
      transition: opacity .4s ease,transform .45s ease .2s; }
    .cta .overlay .overlay-color {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
    .cta .overlay .mask {
      z-index: 11; }
    .cta .overlay .border-bottom-left {
      position: absolute;
      left: 25px;
      bottom: 25px;
      display: inline-block;
      height: 1px;
      width: calc(50% - 95px);
      background: #e1e8e6; }
    .cta .overlay .border-bottom-right {
      position: absolute;
      right: 25px;
      bottom: 25px;
      display: inline-block;
      height: 1px;
      width: calc(50% - 95px);
      background: #e1e8e6; }
  .cta .overlay-content {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .cta .overlay-content h6 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-family: "Lora", serif;
      font-weight: 400;
      font-size: 30px;
      line-height: 36px;
      color: #fff;
      z-index: 9; }
    .cta .overlay-content .btn-link {
      padding: 10px;
      position: absolute;
      left: 50%;
      bottom: 7px;
      color: #fff;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
  .cta:hover img {
    opacity: .3; }
  .cta:hover .overlay .overlay-content {
    opacity: 1; }
  .cta:hover .overlay .overlay-color {
    opacity: 0.9; }
  .cta:hover .overlay:before, .cta:hover .overlay:after {
    opacity: 1;
    transform: scale(1);
    transition: opacity .4s ease,transform .45s ease .2s; }

/*== End ctas ==*/
/*==== Start content-box ====*/
.content-box {
  padding-top: 70px;
  padding-bottom: 90px;
  background-image: url("assets/img/bg-logo.png");
  background-repeat: no-repeat;
  background-size: 405px 540px;
  background-position: center top; }
  .content-box h1,
  .content-box h2 {
    margin-bottom: 40px; }
  .content-box .btn-link {
    margin-top: 25px;
    margin-left: -12px;
    margin-right: 12px;
    position: relative; }
    .content-box .btn-link .arrow-right {
      position: absolute;
      top: 50%;
      right: -24px;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .content-box .content {
    margin-bottom: 30px;
    max-width: 650px; }
  .content-box .content-img-box {
    padding: 20px;
    border: 1px solid #7fbd45;
    border-radius: 0;
    background: transparent; }
  .content-box .content-inner-img-box {
    max-height: 390px;
    overflow: hidden; }
  .content-box.no-bg {
    background-image: none; }
  .content-box .col-sm-12 .content {
    max-width: none; }

/*== End content-box ==*/
/*==== Strat spliter ====*/
.spliter hr {
  margin: 0;
  border-top: 3px solid #d7d7d7; }

/*== End spliter ==*/
/*==== Start wrapper-second-slider ====*/
.wrapper-second-slider {
  padding-top: 80px;
  padding-bottom: 140px;
  background-color: #e4f2d6; }
  .wrapper-second-slider .slide {
    padding-top: 100px;
    position: relative; }
    .wrapper-second-slider .slide .bg-quote {
      position: absolute;
      top: -140px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      font-family: "Lora", serif;
      font-weight: 700;
      font-size: 524px;
      font-style: italic;
      line-height: 635px;
      color: #dbeccc;
      z-index: -1; }
  .wrapper-second-slider blockquote {
    margin: auto;
    font-family: "Lora", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #2b7e3e;
    max-width: 790px;
    text-align: center; }
    .wrapper-second-slider blockquote cite {
      margin-top: 50px;
      display: block;
      font-weight: 700;
      font-style: normal;
      font-size: 24px;
      line-height: 24px; }
  .wrapper-second-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: transparent;
    border: 0;
    font-family: "Lora", serif;
    font-size: 30px;
    line-height: 48px;
    color: #2b7e3e;
    outline: none; }
    .wrapper-second-slider .slick-arrow.slick-prev {
      left: 0; }
    .wrapper-second-slider .slick-arrow.slick-next {
      right: 0; }

/*== End second-slider ==*/
/*==== Start banner ====*/
.banner {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #7fbd45;
  text-align: center; }
  .banner h2 {
    margin-bottom: 0;
    display: inline-block;
    font-family: "Lora", serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    color: #fff; }
  .banner .btn-success {
    margin: -10px 25px 0 25px; }

/*== End banner ==*/
/*==== start faq ====*/
.faq {
  padding-top: 70px;
  padding-bottom: 120px; }

.accordion .card {
  border-radius: 0;
  border: none; }
  .accordion .card .card-header {
    margin-bottom: 5px;
    padding: 0;
    border: none;
    border-radius: 0; }
    .accordion .card .card-header .btn-link {
      position: relative;
      padding: 25px 35px;
      font-family: "Lora", serif;
      font-weight: 400;
      font-size: 24px;
      line-height: 18px;
      color: #fff;
      width: 100%;
      text-align: left;
      text-decoration: none;
      border: none;
      border-radius: 0;
      background: #2b7e3e; }
      .accordion .card .card-header .btn-link .bubble {
        position: absolute;
        right: 35px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
        .accordion .card .card-header .btn-link .bubble.plus-icon {
          display: none; }
        .accordion .card .card-header .btn-link .bubble.minus-icon {
          display: inline-block;
          background: #155122; }
    .accordion .card .card-header .collapsed.btn-link {
      background: #deece0;
      color: #2b7e3e; }
      .accordion .card .card-header .collapsed.btn-link .bubble.plus-icon {
        display: inline-block; }
      .accordion .card .card-header .collapsed.btn-link .bubble.minus-icon {
        display: none; }
  .accordion .card .card-body {
    padding: 25px 40px;
    font-family: "Open Sans", sans-serif;
    color: #153c2e;
    font-size: 18px;
    line-height: 24px; }

/*== End faq ==*/
/*==== Start contact ====*/
.contact {
  padding-top: 135px;
  padding-bottom: 125px;
  background: #ecf4ed; }

.contact-form {
  font-family: "Lora", serif;
  font-weight: 400; }
  .contact-form .gform_wrapper .gform_heading {
    margin-bottom: 0; }
  .contact-form .gform_wrapper h3.gform_title {
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 60px;
    line-height: 72px;
    font-weight: 400;
    color: #205a4a;
    text-align: center; }
  .contact-form .gform_wrapper span.gform_description {
    margin-bottom: 0; }
  .contact-form .gform_wrapper input,
  .contact-form .gform_wrapper textarea {
    background: transparent;
    border: 1px solid #cccccc; }
  .contact-form .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    display: none; }
  .contact-form .gform_wrapper ul li.gfield {
    margin-top: 0; }
  .contact-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 15px; }
    .contact-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]).placeholder {
      opacity: 1;
      font-family: "Muli", sans-serif;
      font-size: 18px;
      line-height: 22px;
      color: #727272; }
    .contact-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-moz-placeholder {
      opacity: 1;
      font-family: "Muli", sans-serif;
      font-size: 18px;
      line-height: 22px;
      color: #727272; }
    .contact-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-moz-placeholder {
      opacity: 1;
      font-family: "Muli", sans-serif;
      font-size: 18px;
      line-height: 22px;
      color: #727272; }
    .contact-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder {
      opacity: 1;
      font-family: "Muli", sans-serif;
      font-size: 18px;
      line-height: 22px;
      color: #727272; }
  .contact-form .gform_wrapper textarea.small {
    padding: 15px; }
    .contact-form .gform_wrapper textarea.small.placeholder {
      opacity: 1;
      font-family: "Muli", sans-serif;
      font-size: 18px;
      line-height: 22px;
      color: #727272; }
    .contact-form .gform_wrapper textarea.small:-moz-placeholder {
      opacity: 1;
      font-family: "Muli", sans-serif;
      font-size: 18px;
      line-height: 22px;
      color: #727272; }
    .contact-form .gform_wrapper textarea.small::-moz-placeholder {
      opacity: 1;
      font-family: "Muli", sans-serif;
      font-size: 18px;
      line-height: 22px;
      color: #727272; }
    .contact-form .gform_wrapper textarea.small::-webkit-input-placeholder {
      opacity: 1;
      font-family: "Muli", sans-serif;
      font-size: 18px;
      line-height: 22px;
      color: #727272; }
  .contact-form .gform_wrapper .top_label .gfield_label {
    display: none; }
  .contact-form .gform_wrapper .top_label div.ginput_container {
    margin-top: 26px; }
  .contact-form .gform_wrapper div.ginput_container_name span {
    padding-right: 26px; }
  .contact-form .gform_wrapper .top_label input.medium {
    width: calc(50% - 18px); }
  .contact-form .gform_wrapper .gform_footer {
    margin-top: 25px;
    text-align: center; }
    .contact-form .gform_wrapper .gform_footer .gform_button {
      padding: 8px 53px;
      font-family: "Lora", serif;
      font-weight: 400;
      font-size: 36px;
      line-height: 39px;
      color: #fff;
      background: #2b7e3e;
      border: 1px solid #fff;
      outline: 10px solid #2b7e3e;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .contact-form .gform_wrapper .gform_footer .gform_button:hover {
        color: #2b7e3e;
        border: 1px solid #2b7e3e;
        background: transparent;
        outline-color: transparent; }

/*== End contact ==*/
/*==== Start footer ====*/
footer {
  padding-top: 70px;
  padding-bottom: 70px; }
  footer.bg-dark {
    background-color: #2b7e3e !important; }
  footer img {
    margin-bottom: 37px;
    width: 180px;
    height: auto; }
  footer nav {
    margin-bottom: 13px; }
    footer nav .navbar-nav .nav-link {
      font-family: "Lato", sans-serif;
      font-weight: 700;
      color: #fff;
      font-size: 16px;
      line-height: 18px;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      footer nav .navbar-nav .nav-link:hover, footer nav .navbar-nav .nav-link:active, footer nav .navbar-nav .nav-link:focus {
        color: #7fbd45; }
    footer nav.navbar-expand-lg .navbar-nav .nav-link {
      padding: 18px; }
  footer .navbar {
    padding: 0; }
  footer .term-policy {
    margin-bottom: 40px; }
    footer .term-policy li {
      margin-left: 30px;
      position: relative; }
      footer .term-policy li:after {
        content: '';
        width: 1px;
        height: 17px;
        position: absolute;
        top: 6px;
        right: -20px;
        background: #72bc83; }
      footer .term-policy li:last-child:after {
        display: none; }
      footer .term-policy li a {
        font-weight: 300;
        font-size: 18px;
        line-height: 18px;
        color: #72bc83;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        footer .term-policy li a:hover, footer .term-policy li a:active, footer .term-policy li a:focus {
          color: #7fbd45; }
  footer .copyright {
    font-family: "Lora", serif;
    font-size: 18px;
    line-height: 18px;
    font-style: italic;
    color: #72bc83; }
    footer .copyright a {
      color: #72bc83;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      footer .copyright a:hover, footer .copyright a:active, footer .copyright a:focus {
        color: #7fbd45;
        text-decoration: none; }

/*== End footer ==*/
/*==== Admin bar ====*/
.admin-bar header .navbar {
  margin-top: 32px; }

/*==End admin bar ==*/
main .sfcw .sfcw-section-result .sfcw-div-legend {
  padding: 5px 0;
  margin-bottom: 40px; }
  main .sfcw .sfcw-section-result .sfcw-div-legend .sfcw-table-legend {
    width: 100%; }
    main .sfcw .sfcw-section-result .sfcw-div-legend .sfcw-table-legend td {
      padding: 14px; }

main .sfcw .sfcw-section-result .sfcw-section-search {
  background: #efefef;
  padding: 5px 0; }
  main .sfcw .sfcw-section-result .sfcw-section-search input {
    border: 0;
    background: #efefef;
    box-shadow: none; }
  main .sfcw .sfcw-section-result .sfcw-section-search button {
    background: #efefef; }

main .sfcw .fulltime_bck {
  background: #7fbd45; }

main .sfcw .parttime_bck {
  background: #205a4a; }

main .sfcw h1.fulltime_bck,
main .sfcw h2.fulltime_bck,
main .sfcw h3.fulltime_bck {
  background-color: #7fbd45; }

main .sfcw h1.parttime_bck,
main .sfcw h2.parttime_bck,
main .sfcw h3.parttime_bck {
  background-color: #205a4a; }

main .sfcw .sfcw-course-colour.parttime {
  color: #205a4a; }

main .sfcw .sfcw-course-colour.fulltime {
  color: #205a4a; }

main .sfcw .sfcw-btn-close {
  color: #2b7e3e;
  font-size: 20px;
  margin: 0 0 20px 0;
  display: block;
  cursor: pointer;
  cursor: hand;
  outline: none; }

main .sfcw .sfcw-data-socialIcons {
  margin-bottom: 20px; }

main .sfcw-section-result h2 {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 72px;
  color: #2b7e3e;
  margin: 83px 0 55px 0; }

main .sfcw a:focus {
  outline: none; }

/*==== Breakpoints ====*/
@media (min-width: 1500px) {
  .container {
    max-width: 1500px; } }

/*==== Breakpoints ====*/
@media (min-width: 1500px) {
  .container {
    max-width: 1230px; } }

/*======================= Start Media Query ==========================*/
/*====== Tablet landscape ====*/
@media (max-width: 1199px) {
  .btn-link {
    font-size: 15px;
    line-height: 15px; }
  .main-slider .slide {
    min-height: 665px; }
  .ctas {
    padding-bottom: 35px; }
  .cta .overlay .overlay-content h6 {
    font-size: 25px; }
  .cta .overlay .overlay-content .btn-link {
    bottom: 11px; }
  .cta .overlay .border-bottom-left {
    width: calc(50% - 83px); }
  .cta .overlay .border-bottom-right {
    width: calc(50% - 83px); }
  .content-box {
    padding-bottom: 50px; }
  .faq {
    padding-top: 50px; } }

/*====== Tablet portret ====*/
@media (max-width: 991px) {
  .btn-success {
    font-size: 16px; }
  h2 {
    font-size: 35px;
    line-height: 40px; }
  h5 {
    margin-bottom: 20px;
    font-size: 25px; }
  .space {
    margin-top: 144px; }
  header .navbar-brand img {
    width: 135px;
    height: auto; }
  header .navbar-nav .nav-item .nav-link,
  header .navbar-nav .nav-item a,
  header .navbar-nav li .nav-link,
  header .navbar-nav li a {
    padding: 20px;
    font-size: 16px; }
  .main-slider .slide {
    min-height: 500px; }
    .main-slider .slide .slide-box h2 {
      font-size: 35px;
      line-height: 40px; }
  .content-box {
    padding-top: 60px;
    padding-bottom: 40px;
    background-size: 338px 420px; }
    .content-box h2 {
      margin-bottom: 30px; }
    .content-box .btn-link {
      margin-top: 15px; }
    .content-box .content-img-box {
      max-width: 400px;
      margin: 0 auto 30px auto; }
  .cta .overlay .overlay-content h6 {
    font-size: 20px;
    line-height: 30px; }
  .cta .overlay .overlay-content .btn-link {
    bottom: 1px; }
  .cta .overlay::after, .cta .overlay::before {
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px; }
  .cta .overlay .border-bottom-left {
    left: 18px;
    bottom: 18px;
    width: calc(50% - 65px); }
  .cta .overlay .border-bottom-right {
    right: 18px;
    bottom: 18px;
    width: calc(50% - 65px); }
  .cta.small .overlay-content h6 {
    font-size: 16px;
    line-height: 20px; }
  .cta.small .overlay-content .btn-link {
    font-size: 13px;
    line-height: 15px; }
  .cta.big .overlay .btn-link {
    font-size: 13px;
    line-height: 15px; }
  .wrapper-second-slider blockquote {
    font-size: 22px;
    line-height: 32px;
    max-width: 500px; }
  .banner h2 {
    font-size: 30px; }
  .banner .btn {
    display: inline-block;
    margin-top: 20px; }
  .faq {
    padding-top: 40px; }
  .contact {
    padding-top: 80px;
    padding-bottom: 100px; }
  .contact-form .gform_wrapper h3.gform_title {
    margin-bottom: 45px;
    font-size: 45px;
    line-height: 60px; }
  .sfcw-section-search form .form-group .col-md-8 {
    max-width: 100% !important;
    flex: 100% !important; }
  footer img {
    margin-bottom: 25px;
    width: 135px;
    height: auto; }
  footer .navbar-nav {
    flex-direction: row; }
  .admin-bar header .navbar {
    margin-top: 46px; } }

/*====== Mobile ====*/
@media (max-width: 767px) {
  .space {
    margin-top: 85px; }
  h2 {
    margin-bottom: 30px;
    font-size: 30px; }
  h5 {
    font-size: 20px; }
  .content {
    font-size: 16px;
    line-height: 28px; }
  .home.space {
    margin-top: 85px; }
  .home header .bg-dark {
    background-color: #205a4a !important; }
  header .navbar-brand img {
    width: 90px;
    height: auto; }
  header .navbar {
    padding: 5px 15px; }
  header .navbar-nav li {
    margin-bottom: 10px; }
  header .navbar-dark .navbar-toggler {
    outline: none; }
  header .navbar-collapse {
    margin-top: 20px;
    margin-bottom: 20px; }
  .page-template-home header .bg-dark {
    background-color: #205a4a !important; }
  .page-template-home.space {
    margin-top: 85px; }
  .main-slider .slide {
    min-height: 300px; }
    .main-slider .slide .slide-box {
      width: 100%;
      bottom: 25px; }
      .main-slider .slide .slide-box h2 {
        font-size: 30px;
        line-height: 32px; }
  .ctas {
    padding-bottom: 20px; }
  .cta.small .overlay-content h6 {
    font-size: 20px;
    line-height: 30px; }
  .cta.big .overlay .btn-link {
    font-size: 13px; }
  .content-box {
    padding-top: 20px;
    padding-bottom: 0px;
    background-size: 246px 316px; }
    .content-box .btn-link {
      margin-top: 0;
      margin-bottom: 30px; }
    .content-box .content-img-box {
      margin-bottom: 30px; }
    .content-box h2 {
      margin-bottom: 15px;
      font-size: 30px; }
  .wrapper-second-slider {
    padding-top: 0px;
    padding-bottom: 70px; }
    .wrapper-second-slider .slide {
      padding-top: 85px; }
      .wrapper-second-slider .slide .bg-quote {
        top: 0px;
        font-size: 200px;
        line-height: 175px; }
    .wrapper-second-slider blockquote {
      font-size: 18px;
      line-height: 28px;
      max-width: 275px; }
      .wrapper-second-slider blockquote cite {
        margin-top: 20px;
        font-size: 20px; }
    .wrapper-second-slider .slick-arrow.slick-next {
      right: -15px; }
    .wrapper-second-slider .slick-arrow.slick-prev {
      left: -15px; }
  .banner {
    padding-top: 30px;
    padding-bottom: 50px; }
    .banner h2 {
      font-size: 20px; }
    .banner .btn-success {
      margin-top: 0; }
  .faq {
    padding-top: 20px;
    padding-bottom: 50px; }
  .accordion .card .card-header .btn-link {
    padding: 20px;
    font-size: 20px; }
    .accordion .card .card-header .btn-link .bubble {
      right: 20px;
      width: 25px;
      height: 25px; }
      .accordion .card .card-header .btn-link .bubble .icon {
        font-size: 18px;
        line-height: 20px; }
  .accordion .card .card-body {
    padding: 10px;
    font-size: 16px; }
  .contact {
    padding-top: 40px;
    padding-bottom: 35px; }
  .contact-form .gform_wrapper h3.gform_title {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 30px; }
  .contact-form .gform_wrapper div.ginput_container_name span {
    padding: 0; }
  .contact-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 20px; }
  .contact-form .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 25px; }
  .contact-form .gform_wrapper .gform_footer .gform_button {
    padding: 5px 50px;
    font-size: 20px; }
  footer {
    padding-top: 55px;
    padding-bottom: 50px; }
    footer img {
      margin-bottom: 15px;
      width: 115px;
      height: auto; }
    footer nav.navbar-expand-lg .navbar-nav .nav-link {
      padding: 10px; }
    footer .navbar-nav {
      flex-direction: column; }
    footer .copyright {
      font-size: 16px;
      line-height: 25px; }
    footer .term-policy li::after {
      display: none; }
  main .sfcw .sfcw-section-result h2 {
    font-size: 45px;
    margin: 30px 0 30px 0; }
  main .sfcw .sfcw-section-result .sfcw-section-search {
    margin-bottom: 15px;
    position: relative;
    width: 100%; }
    main .sfcw .sfcw-section-result .sfcw-section-search button {
      position: absolute;
      right: 0;
      top: 5px; }
  main .sfcw .sfcw-section-result .sfcw-div-legend {
    margin-bottom: 15px; }
  main .sfcw .sfcw-section-details .sfcw-div-detailsNav a {
    font-size: 10px !important; } }

/*===== End Media Query ====*/

/*# sourceMappingURL=assets/scss/style.css.map */
