@charset "UTF-8";
@font-face {
  font-family: "BebasNeue";
  src: url("fonts/BebasNeueRegulard41d.eot?#iefix") format("embedded-opentype"), url("fonts/BebasNeueRegular.otf") format("opentype"), url("fonts/BebasNeueRegular.woff") format("woff"), url("fonts/BebasNeueRegular.ttf") format("truetype"), url("fonts/BebasNeueRegular.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeue";
  src: url("fonts/BebasNeueBoldd41d.eot?#iefix") format("embedded-opentype"), url("fonts/BebasNeueBold.otf") format("opentype"), url("fonts/BebasNeueBold.woff") format("woff"), url("fonts/BebasNeueBold.ttf") format("truetype"), url("fonts/BebasNeueBold.svg#BebasNeueBold") format("svg");
  font-weight: bold;
  font-style: normal;
}
.ls-1 {
  letter-spacing: 1px !important;
}

.fn-btn {
  display: inline-block;
  padding: 10px 24px 8px 24px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  font-family: "BebasNeue", sans-serif;
  letter-spacing: 1.5px;
  line-height: 1;
  font-size: 15px;
  white-space: nowrap;
  vertical-align: middle;
}

.fn-btn--primary {
  background: #1e2d3b  ;
  border: 1px solid #1e2d3b;
  color:#EDCD1F;
}
.fn-btn--primary:hover {
  background: #EDCD1F;
  color: #1e2d3b;
}
.fn-btn--primary:focus {
  background: #c73838;
  color: white;
}
.fn-btn--primary:active {
  color: white;
}
.fn-btn--primary--outlined {
  background: white;
  color: #313541;
  border: 1px solid #0045C1;
}
.fn-btn--primary--outlined:hover {
  color: #FFF;
}

.fn-btn--secondary {
  background: #da3c3c;
  color: #FFF;
}
.fn-btn--secondary:hover {
  background: #8c0101;
}
.fn-btn--secondary:focus {
  background: #8c0101;
}
.fn-btn--secondary:active {
  color: white;
}
.fn-btn--secondary--outlined {
  color: #313541;
  border: 1px solid #da3c3c;
  background: #ffffff;
}
.fn-btn--secondary--outlined:hover {
  color: #FFF;
  background: #8c0101;
}

.fn-btn--white {
  background: #FFF;
  padding: 12px 24px 10px 24px;
  color: #da3c3c;
  border: none;
}
.fn-btn--white:hover {
  background: #da3c3c;
  color: white;
}
.fn-btn--white:focus {
  background: #da3c3c;
}
.fn-btn--white:active {
  color: white;
}

.fn-btn--transparent {
  position: relative;
  color: #da3c3c;
  background: transparent;
}
.fn-btn--transparent:hover {
  background: #da3c3c;
  color: #fff;
}
.fn-btn--transparent:focus {
  background: #da3c3c;
  color: #fff;
}
.fn-btn--transparent-border {
  border: 1px solid #da3c3c;
}

.ciBtn--transparent--lg .ciPrimaryBtn__text {
  font-size: 22px;
}
.ciBtn--transparent--lg .icon--left {
  top: 4px;
}

.fn-btn--lg {
  height: 60px;
}

a.fn-btn--lg {
  padding: 22px 40px;
}

.fn-btn--padding-lg {
  padding: 10px 60px;
}

.fn-custom-checkbox-wrap {
  margin: 0;
  vertical-align: middle;
}

.fn-custom-checkbox:hover .fn-custom-checkbox-icon {
  border-color: #da3c3c;
}

.fn-custom-checkbox-input {
  display: none;
}

.fn-custom-checkbox-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
  background: transparent;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.fn-custom-checkbox-icon .icon-tick {
  font-size: 10px;
  padding-top: 4px;
  vertical-align: top;
  padding-left: 1px;
  display: inline-block;
  font-weight: bold;
  opacity: 0;
  filter: alpha(opacity=0);
}

.fn-custom-checkbox-label {
  display: inline-block;
  color: #444;
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 4px;
}

.fn-custom-checkbox-icon,
.fn-custom-checkbox-label,
.fn-custom-checkbox-icon .icon-tick {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fn-custom-checkbox-input:checked + .fn-custom-checkbox-skin .fn-custom-checkbox-icon {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #ffe5e5;
  border-color: #da3c3c;
}

.fn-custom-checkbox-input:checked + .fn-custom-checkbox-skin .fn-custom-checkbox-icon .icon-tick {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #da3c3c;
}

.fn-custom-radio-wrap {
  margin: 0;
  vertical-align: middle;
}

.fn-custom-radio-btn:hover .fn-custom-radio-btn-icon {
  border-color: #da3c3c;
}

.fn-custom-radio-input {
  display: none;
}

.fn-custom-radio-btn-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  background: transparent;
  overflow: hidden;
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.fn-custom-radio-btn-icon::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #da3c3c;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.fn-custom-radio-btn-label {
  display: inline-block;
  color: #444;
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 4px;
}

.fn-custom-radio-btn-icon,
.fn-custom-radio-label,
.fn-custom-radio-btn-icon .icon-tick {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fn-custom-radio-input:checked + .fn-custom-radio-btn-skin .fn-custom-radio-btn-icon {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-color: #da3c3c;
  background: #ffe5e5;
}

.fn-custom-radio-input:checked + .fn-custom-radio-btn-skin .fn-custom-radio-btn-icon::after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.fn-custom-radio-input:checked + .fn-custom-radio-btn-skin .fn-custom-radio-btn-icon .icon-tick {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #4c84ff;
}

.pj-Input__txtBox {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1.3px solid #b0b0b0c2;
  padding: 5px 11.5px;
  color: #898989;
  font-size: 14px;
  position: relative;
}
.pj-Input__txtBox:hover {
  border-color: #b0b0b0;
}
.pj-Input__txtBox:focus {
  outline: none;
}
.pj-Input__txtBox--success::after {
  position: relative;
  right: 0;
  content: "ok";
}
.pj-Input__txtBox__msg {
  position: absolute;
  font-size: 14px;
  bottom: 6px;
  left: 212px;
}
.pj-Input__txtBox__msg--success {
  color: #56bd5b;
}
.pj-Input__txtBox__msg--error {
  color: #e34c4c;
}
.pj-Input__checkBox {
  opacity: 0;
  margin-right: 15px;
}
.pj-Input__checkBox + .skin {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1.5px solid #4c84ff;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 17px;
  height: 17px;
}
.pj-Input__checkBox:checked ~ .skin {
  background-color: #c5d7ff;
  content: "&10004;";
  color: #FFFFFF;
}
.pj-Input__checkBox:disabled ~ .skin {
  border: 1px solid #ccc;
}

.pj-Input__wrapper {
  position: relative;
}

.xs-mt-1 {
  margin-top: 10px;
}

.xs-mt-2 {
  margin-top: 20px;
}

.xs-mt-3 {
  margin-top: 30px;
}

.xs-mt-4 {
  margin-top: 40px;
}

.xs-mt-5 {
  margin-top: 50px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .sm-mt-1 {
    margin-top: 10px;
  }

  .sm-mt-2 {
    margin-top: 20px;
  }

  .sm-mt-3 {
    margin-top: 30px;
  }

  .sm-mt-4 {
    margin-top: 40px;
  }

  .sm-mt-5 {
    margin-top: 50px;
  }

  .sm-mb-1 {
    margin-top: 10px;
  }

  .sm-mb-2 {
    margin-top: 20px;
  }

  .sm-mb-3 {
    margin-top: 30px;
  }

  .sm-mb-4 {
    margin-top: 40px;
  }

  .sm-mb-5 {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .md-mt-1 {
    margin-top: 10px;
  }

  .md-mt-2 {
    margin-top: 20px;
  }

  .md-mt-3 {
    margin-top: 30px;
  }

  .md-mt-4 {
    margin-top: 40px;
  }

  .md-mt-5 {
    margin-top: 50px;
  }

  .md-mb-1 {
    margin-top: 10px;
  }

  .md-mb-2 {
    margin-top: 20px;
  }

  .md-mb-3 {
    margin-top: 30px;
  }

  .md-mb-4 {
    margin-top: 40px;
  }

  .md-mb-5 {
    margin-top: 50px;
  }
}
.ml-1 {
  margin-left: 10px;
}

.ml-2 {
  margin-left: 20px;
}

.ml-3 {
  margin-left: 30px;
}

.ml-4 {
  margin-left: 40px;
}

.ml-5 {
  margin-left: 50px;
}

.ml-6 {
  margin-left: 60px;
}

.ml-7 {
  margin-left: 70px;
}

.ml-8 {
  margin-left: 80px;
}

.ml-9 {
  margin-left: 90px;
}

.ml-10 {
  margin-left: 100px;
}

.ml-11 {
  margin-left: 110px;
}

.ml-12 {
  margin-left: 120px;
}

.ml-13 {
  margin-left: 130px;
}

.ml-14 {
  margin-left: 140px;
}

.ml-15 {
  margin-left: 150px;
}

.ml-16 {
  margin-left: 160px;
}

.ml-17 {
  margin-left: 170px;
}

.ml-18 {
  margin-left: 180px;
}

.ml-19 {
  margin-left: 190px;
}

.ml-20 {
  margin-left: 200px;
}

.ml-21 {
  margin-left: 210px;
}

.ml-22 {
  margin-left: 220px;
}

.ml-23 {
  margin-left: 230px;
}

.ml-24 {
  margin-left: 240px;
}

.ml-25 {
  margin-left: 250px;
}

.ml-26 {
  margin-left: 260px;
}

.ml-27 {
  margin-left: 270px;
}

.ml-28 {
  margin-left: 280px;
}

.ml-29 {
  margin-left: 290px;
}

.ml-30 {
  margin-left: 300px;
}

.ml-31 {
  margin-left: 310px;
}

.ml-32 {
  margin-left: 320px;
}

.ml-33 {
  margin-left: 330px;
}

.ml-34 {
  margin-left: 340px;
}

.ml-35 {
  margin-left: 350px;
}

.ml-36 {
  margin-left: 360px;
}

.ml-37 {
  margin-left: 370px;
}

.ml-38 {
  margin-left: 380px;
}

.ml-39 {
  margin-left: 390px;
}

.ml-40 {
  margin-left: 400px;
}

.ml-41 {
  margin-left: 410px;
}

.ml-42 {
  margin-left: 420px;
}

.ml-43 {
  margin-left: 430px;
}

.ml-44 {
  margin-left: 440px;
}

.ml-45 {
  margin-left: 450px;
}

.ml-46 {
  margin-left: 460px;
}

.ml-47 {
  margin-left: 470px;
}

.ml-48 {
  margin-left: 480px;
}

.ml-49 {
  margin-left: 490px;
}

.ml-50 {
  margin-left: 500px;
}

.ml-51 {
  margin-left: 510px;
}

.ml-52 {
  margin-left: 520px;
}

.ml-53 {
  margin-left: 530px;
}

.ml-54 {

  margin-left: 540px;
}

.ml-55 {
  margin-left: 550px;
}

.ml-56 {
  margin-left: 560px;
}

.ml-57 {
  margin-left: 570px;
}

.ml-58 {
  margin-left: 580px;
}

.ml-59 {
  margin-left: 590px;
}

.ml-60 {
  margin-left: 600px;
}

.ml-61 {
  margin-left: 610px;
}

.ml-62 {
  margin-left: 620px;
}

.ml-63 {
  margin-left: 630px;
}

.ml-64 {
  margin-left: 640px;
}

.ml-65 {
  margin-left: 650px;
}

.ml-66 {
  margin-left: 660px;
}

.ml-67 {
  margin-left: 670px;
}

.ml-68 {
  margin-left: 680px;
}

.ml-69 {
  margin-left: 690px;
}

.ml-70 {
  margin-left: 700px;
}

.ml-71 {
  margin-left: 710px;
}

.ml-72 {
  margin-left: 720px;
}

.ml-73 {
  margin-left: 730px;
}

.ml-74 {
  margin-left: 740px;
}

.ml-75 {
  margin-left: 750px;
}

.ml-76 {
  margin-left: 760px;
}

.ml-77 {
  margin-left: 770px;
}

.ml-78 {
  margin-left: 780px;
}

.ml-79 {
  margin-left: 790px;
}

.ml-80 {
  margin-left: 800px;
}

.ml-81 {
  margin-left: 810px;
}

.ml-82 {
  margin-left: 820px;
}

.ml-83 {
  margin-left: 830px;
}

.ml-84 {
  margin-left: 840px;
}

.ml-85 {
  margin-left: 850px;
}

.ml-86 {
  margin-left: 860px;
}

.ml-87 {
  margin-left: 870px;
}

.ml-88 {
  margin-left: 880px;
}

.ml-89 {
  margin-left: 890px;
}

.ml-90 {
  margin-left: 900px;
}

.ml-91 {
  margin-left: 910px;
}

.ml-92 {
  margin-left: 920px;
}

.ml-93 {
  margin-left: 930px;
}

.ml-94 {
  margin-left: 940px;
}

.ml-95 {
  margin-left: 950px;
}

.ml-96 {
  margin-left: 960px;
}

.ml-97 {
  margin-left: 970px;
}

.ml-98 {
  margin-left: 980px;
}

.ml-99 {
  margin-left: 990px;
}

.ml-100 {
  margin-left: 1000px;
}

.mr-1 {
  margin-right: 10px;
}

.mr-2 {
  margin-right: 20px;
}

.mr-3 {
  margin-right: 30px;
}

.mr-4 {
  margin-right: 40px;
}

.mr-5 {
  margin-right: 50px;
}

.mr-6 {
  margin-right: 60px;
}

.mr-7 {
  margin-right: 70px;
}

.mr-8 {
  margin-right: 80px;
}

.mr-9 {
  margin-right: 90px;
}

.mr-10 {
  margin-right: 100px;
}

.mr-11 {
  margin-right: 110px;
}

.mr-12 {
  margin-right: 120px;
}

.mr-13 {
  margin-right: 130px;
}

.mr-14 {
  margin-right: 140px;
}

.mr-15 {
  margin-right: 150px;
}

.mr-16 {
  margin-right: 160px;
}

.mr-17 {
  margin-right: 170px;
}

.mr-18 {
  margin-right: 180px;
}

.mr-19 {
  margin-right: 190px;
}

.mr-20 {
  margin-right: 200px;
}

.mr-21 {
  margin-right: 210px;
}

.mr-22 {
  margin-right: 220px;
}

.mr-23 {
  margin-right: 230px;
}

.mr-24 {
  margin-right: 240px;
}

.mr-25 {
  margin-right: 250px;
}

.mr-26 {
  margin-right: 260px;
}

.mr-27 {
  margin-right: 270px;
}

.mr-28 {
  margin-right: 280px;
}

.mr-29 {
  margin-right: 290px;
}

.mr-30 {
  margin-right: 300px;
}

.mr-31 {
  margin-right: 310px;
}

.mr-32 {
  margin-right: 320px;
}

.mr-33 {
  margin-right: 330px;
}

.mr-34 {
  margin-right: 340px;
}

.mr-35 {
  margin-right: 350px;
}

.mr-36 {
  margin-right: 360px;
}

.mr-37 {
  margin-right: 370px;
}

.mr-38 {
  margin-right: 380px;
}

.mr-39 {
  margin-right: 390px;
}

.mr-40 {
  margin-right: 400px;
}

.mr-41 {
  margin-right: 410px;
}

.mr-42 {
  margin-right: 420px;
}

.mr-43 {
  margin-right: 430px;
}

.mr-44 {
  margin-right: 440px;
}

.mr-45 {
  margin-right: 450px;
}

.mr-46 {
  margin-right: 460px;
}

.mr-47 {
  margin-right: 470px;
}

.mr-48 {
  margin-right: 480px;
}

.mr-49 {
  margin-right: 490px;
}

.mr-50 {
  margin-right: 500px;
}

.mr-51 {
  margin-right: 510px;
}

.mr-52 {
  margin-right: 520px;
}

.mr-53 {
  margin-right: 530px;
}

.mr-54 {
  margin-right: 540px;
}

.mr-55 {
  margin-right: 550px;
}

.mr-56 {
  margin-right: 560px;
}

.mr-57 {
  margin-right: 570px;
}

.mr-58 {
  margin-right: 580px;
}

.mr-59 {
  margin-right: 590px;
}

.mr-60 {
  margin-right: 600px;
}

.mr-61 {
  margin-right: 610px;
}

.mr-62 {
  margin-right: 620px;
}

.mr-63 {
  margin-right: 630px;
}

.mr-64 {
  margin-right: 640px;
}

.mr-65 {
  margin-right: 650px;
}

.mr-66 {
  margin-right: 660px;
}

.mr-67 {
  margin-right: 670px;
}

.mr-68 {
  margin-right: 680px;
}

.mr-69 {
  margin-right: 690px;
}

.mr-70 {
  margin-right: 700px;
}

.mr-71 {
  margin-right: 710px;
}

.mr-72 {
  margin-right: 720px;
}

.mr-73 {
  margin-right: 730px;
}

.mr-74 {
  margin-right: 740px;
}

.mr-75 {
  margin-right: 750px;
}

.mr-76 {
  margin-right: 760px;
}

.mr-77 {
  margin-right: 770px;
}

.mr-78 {
  margin-right: 780px;
}

.mr-79 {
  margin-right: 790px;
}

.mr-80 {
  margin-right: 800px;
}

.mr-81 {
  margin-right: 810px;
}

.mr-82 {
  margin-right: 820px;
}

.mr-83 {
  margin-right: 830px;
}

.mr-84 {
  margin-right: 840px;
}

.mr-85 {
  margin-right: 850px;
}

.mr-86 {
  margin-right: 860px;
}

.mr-87 {
  margin-right: 870px;
}

.mr-88 {
  margin-right: 880px;
}

.mr-89 {
  margin-right: 890px;
}

.mr-90 {
  margin-right: 900px;
}

.mr-91 {
  margin-right: 910px;
}

.mr-92 {
  margin-right: 920px;
}

.mr-93 {
  margin-right: 930px;
}

.mr-94 {
  margin-right: 940px;
}

.mr-95 {
  margin-right: 950px;
}

.mr-96 {
  margin-right: 960px;
}

.mr-97 {
  margin-right: 970px;
}

.mr-98 {
  margin-right: 980px;
}

.mr-99 {
  margin-right: 990px;
}

.mr-100 {
  margin-right: 1000px;
}

.pr-0 {
  padding-right: 0 !important;
}

*:focus {
  outline: none;
}

.color-primary {
  color: #da3c3c;
}

.color-secondary {
  color: #242323;
}

.color-tertiary {
  color: #4c84ff;
}

.pj-clear-list-styles, ul {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #da3c3c;
}

a:hover {
  color: #da3c3c;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BebasNeue", sans-serif;
  color: #1e2d3b;
}

h1 {
  font-size: 32px;
  font-weight: bold;
}

h2 {
  font-size: 24px;
  font-weight: bold;
}

h3 {
  font-size: 20px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: bold;
}

h5 {
  font-size: 16px;
  font-weight: bold;
  color: #132d3b;
}

h6 {
  font-size: 14px;
  font-weight: bold;
}

.subtitle {
  font-size: 14px;
  color: #b6b6b6;
  padding: 0 20px;
}

.extra-large-font {
  font-size: 48px;
  line-height: 1.56;
}

.small-font-size {
  font-size: 14px;
  line-height: 1.57;
}

.extra-small-font-size {
  font-size: 12px;
  line-height: 1.67;
}

img {
  max-width: 100%;
  height: auto;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

button:focus {
  outline: none;
}

body {
  font-family: "'Poppins', sans-serif", sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
  overflow-x: hidden;
  background: #FFF;
  color: #747b8c;
}

.gc-date-picker-wrapper {
  position: relative;
}

.ui-datepicker.ui-widget.ui-widget-content {
  border-color: #d6d6d6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.1);
  z-index: 2000 !important;
}

.gc-date-picker-icon {
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 14px;
  color: #999;
}

.ui-datepicker-header.ui-widget-header {
  background: #da3c3c;
  font-family: "Fira Sans", sans-serif;
  font-weight: normal;
  color: #fff;
  border-color: #da3c3c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.ui-datepicker-next-hover {
  background: none !important;
  border: none !important;
  top: 2px !important;
  right: 2px !important;
  cursor: pointer;
}

.ui-datepicker th {
  font-family: "Fira Sans", sans-serif;
  color: #999;
  font-size: 14px;
}

.ui-datepicker-calendar td {
  color: #da3c3c;
  font-weight: bold;
}

.ui-datepicker-calendar td .ui-state-default {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 7px;
  border: none;
  font-family: "Fira Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.ui-datepicker-prev-hover {
  background: none !important;
  border: none !important;
  top: 2px !important;
  left: 2px !important;
  cursor: pointer;
}

.ui-datepicker-calendar td .ui-state-highlight {
  background: #ffe4e4;
}

.ui-datepicker-calendar td .ui-state-highlight.ui-state-active {
  color: #727272;
}

.gc-date-picker-wrapper .ui-datepicker-trigger {
  position: absolute;
  top: 12px;
  right: 14px;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
  background: transparent;
}
.ui-datepicker .ui-datepicker-prev:hover {
  background: transparent;
}

.ui-datepicker .ui-datepicker-next {
  background: transparent;
}
.ui-datepicker .ui-datepicker-next:hover {
  background: transparent;
}

.ui-datepicker .ui-datepicker-prev {
  height: 28px;
}
.ui-datepicker .ui-datepicker-prev span {
  background: url("https://www.frankfinn.com/wp-content/themes/frankfinn/images/left-arrow.svg") no-repeat center center;
  background-size: 14px;
}

.ui-datepicker .ui-datepicker-next {
  height: 28px;
}
.ui-datepicker .ui-datepicker-next span {
  background: url("https://www.frankfinn.com/wp-content/themes/frankfinn/images/right-arrow.svg") no-repeat center center;
  background-size: 14px;
}

.ui-datepicker .ui-datepicker-title {
  font-size: 14px;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  color: #fff;
  background: #da3c3c;
}

.fn-card {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(141, 151, 158, 0.2);
  -moz-box-shadow: 0 10px 30px 0 rgba(141, 151, 158, 0.2);
  box-shadow: 0 10px 30px 0 rgba(141, 151, 158, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 15px;
  font-family: "Fira Sans", sans-serif;
}
.fn-card .fn-card_head .fn-title-small {
  color: #da3c3c;
  font-family: "BebasNeue", sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fn-card .fn-card_head .fn-section-head__decorator {
  height: 1.5px;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fn-card .fn-card_head .fn-section-head__decorator:after {
  height: 1.5px;
}
.fn-card .fn-card_head .fn-card-title {
  font-size: 18px;
  font-family: inherit;
  line-height: 1.38;
  letter-spacing: 0.8px;
  color: #595959;
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .fn-card .fn-card_head .fn-card-title {
    font-size: 26px;
    min-height: 68px;
    max-height: 68px;
  }
}
.fn-card .fn-card__content > a {
  display: block;
}
.fn-card .fn-card__content > a:hover .fn-card__content__main-title {
  color: #da3c3c;
}
.fn-card .fn-card__content .fn-card__content__main-title {
  font-size: 18px;
  font-weight: 400;
  color: #626262;
  line-height: 1.25;
  font-family: "Fira Sans", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media (min-width: 768px) {
  .fn-card .fn-card__content .fn-card__content__main-title {
    min-height: 55px;
    max-height: 55px;
  }
}
@media (min-width: 992px) {
  .fn-card .fn-card__content .fn-card__content__main-title {
    min-height: 84px;
    max-height: 84px;
  }
}
.fn-card .fn-card__content .fn-card__content__main-title--small {
  font-size: 18px !important;
}
@media (min-width: 992px) {
  .fn-card .fn-card__content .fn-card__content__main-title--small {
    min-height: 44px;
    max-height: 44px;
  }
}
@media (min-width: 992px) {
  .fn-card .fn-card__content .fn-card__content__main-title {
    font-size: 23px;
  }
}
.fn-card .fn-card__content .fn-card__content__main-title > a {
  color: #626262;
}
.fn-card .fn-card__content .fn-card__content__main-title > a:hover {
  color: #da3c3c;
}
.fn-card .fn-card__content p {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.43;
  color: #828282;
  font-family: inherit;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .fn-card .fn-card__content p {
    font-size: 20px;
  }
}
.fn-card .fn-card__content small {
  font-size: 14px;
  color: #595959;
  font-weight: 300;
}
.fn-card--lg {
  padding: 25px;
}
@media (min-width: 992px) {
  .fn-card--lg {
    padding: 50px;
    min-height: 420px;
    max-height: 420px;
  }
}
@media (min-width: 1200px) {
  .fn-card--lg {
    min-width: 600px;
    padding-right: 100px;
  }
}
.fn-card--custom:hover {
  background-color: #da3c3c;
}
.fn-card--custom:hover .fn-title-small {
  color: #fff;
}
.fn-card--custom:hover .fn-card-title {
  color: #fff;
}
.fn-card--custom:hover .fn-card__content p {
  color: #fff;
}
.fn-card--custom:hover .fn-card__CTA .fn-btn {
  background: #fff;
  color: #da3c3c;
}
.fn-card--custom:hover .fn-section-head__decorator {
  background: #dedede41;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fn-card--custom:hover .fn-section-head__decorator:after {
  background-color: #fff;
}
.fn-card--has-image .fn-card__content {
  padding: 20px;
}
.fn-card--has-image .fn-card__content p {
  font-size: 15px;
  color: #5b5b5b;
  font-weight: 400;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .fn-card--has-image .fn-card__content p {
    min-height: 65px;
    max-height: 65px;
    overflow: hidden;
  }
}

.fn-card__CTA .fn-btn {
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 1.5px;
}
.fn-card__CTA--custom {
  cursor: pointer;
}
.fn-card__CTA--custom .fn-btn {
  border: none;
  background-color: transparent !important;
  padding-left: 0;
  font-family: "Fira Sans", sans-serif;
  letter-spacing: normal;
  font-weight: 400;
}
.fn-card__CTA--custom .fn-btn__decorator {
  width: 82px;
  height: 2px;
  background: #dedede;
  position: relative;
  display: inline-block;
}
.fn-card__CTA--custom .fn-btn__decorator:after {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  background: #da3c3c;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fn-card__CTA--custom:hover .fn-btn {
  color: #da3c3c;
}
.fn-card__CTA--custom:hover .fn-btn__decorator:after {
  width: 100%;
}

.fn-enquire-section__cards {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}
.fn-enquire-section__cards .fn-enquire-section__cards__card1 {
  z-index: 2;
  position: relative;
}
.fn-enquire-section__cards .fn-enquire-section__cards__card2 {
  position: relative;
  right: 0;
  z-index: 2;
  margin: 10px 0 10px 0;
}
@media (min-width: 768px) {
  .fn-enquire-section__cards .fn-enquire-section__cards__card2 {
    position: absolute;
    z-index: 1;
    top: 50px;
  }
  .fn-enquire-section__cards .fn-enquire-section__cards__card2 .fn-card--lg {
    padding-left: 100px;
  }
}
@media (min-width: 992px) {
  .fn-enquire-section__cards .fn-enquire-section__cards__card2 {
    right: 30px;
  }
}
@media (min-width: 1200px) {
  .fn-enquire-section__cards .fn-enquire-section__cards__card2 {
    right: 0;
  }
}
@media (min-width: 768px) {
  .fn-enquire-section__cards {
    margin-right: 0;
    margin-left: 0;
  }
}

.fn-news-list {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px 0 rgba(141, 151, 158, 0.2);
  -moz-box-shadow: 0 10px 30px 0 rgba(141, 151, 158, 0.2);
  box-shadow: 0 10px 30px 0 rgba(141, 151, 158, 0.2);
  border-radius: 3px;
}
.fn-news-list .fn-card {
  box-shadow: none;
}
.fn-news-list .fn-card:not(:nth-last-child(2)) .fn-card__content {
  border-bottom: solid 1px #e2e2e2;
  padding-bottom: 20px;
}
.fn-news-list .fn-card .fn-card__content {
  position: relative;
}
.fn-news-list .fn-card .fn-card__content > .fn-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fn-news-list .fn-card .fn-card__content > .fn-btn:hover + .fn-card__content__main-title {
  color: #da3c3c;
}

.fn-text-small {
  color: #b6b6b6;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
}

.fn-image-content-block {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .fn-image-content-block {
    margin: 20px 0;
  }
}
.fn-image-content-block__content {
  color: #787878;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .fn-image-content-block__content {
    margin-top: 0;
  }
}
.fn-image-content-block__content h1,
.fn-image-content-block__content h2,
.fn-image-content-block__content h3,
.fn-image-content-block__content h4,
.fn-image-content-block__content h5 {
  font-family: "Fira Sans", sans-serif;
  color: #1e2d3b;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.fn-image-content-block__content h1 {
  font-size: 34px;
}
.fn-image-content-block__content h2 {
  font-size: 30px;
}
.fn-image-content-block__content h3 {
  font-size: 22px;
}
@media (min-width: 768px) {
  .fn-image-content-block__content h3 {
    font-size: 24px;
  }
}
.fn-image-content-block__content h4 {
  font-size: 20px;
}
.fn-image-content-block__content h5 {
  font-size: 18px;
}
.fn-image-content-block__content h6 {
  font-size: 16px;
}
.fn-image-content-block__content p {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  color: #626262;
}
.fn-image-content-block--secondary .fn-image-content-block__content h1,
.fn-image-content-block--secondary .fn-image-content-block__content h2,
.fn-image-content-block--secondary .fn-image-content-block__content h3,
.fn-image-content-block--secondary .fn-image-content-block__content h4,
.fn-image-content-block--secondary .fn-image-content-block__content h5,
.fn-image-content-block--secondary .fn-image-content-block__content h6 {
  font-family: "BebasNeue", sans-serif;
  font-weight: 300;
  color: #b6b6b6;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.fn-image-content-block--secondary .fn-image-content-block__content h1 {
  font-size: 34px;
}
.fn-image-content-block--secondary .fn-image-content-block__content h2 {
  font-size: 30px;
}
.fn-image-content-block--secondary .fn-image-content-block__content h3 {
  font-size: 24px;
}
.fn-image-content-block--secondary .fn-image-content-block__content h4 {
  font-size: 20px;
}
.fn-image-content-block--secondary .fn-image-content-block__content h5 {
  font-size: 18px;
}
.fn-image-content-block--secondary .fn-image-content-block__content h6 {
  font-size: 16px;
}
.fn-image-content-block--secondary .fn-image-content-block__content p {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
}
.fn-image-content-block .fn-image-content-block__image {
  border-radius: 4px;
  overflow: hidden;
}

.fn-overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.52);
  left: 0;
  top: 0;
}

.fn-section-head-center h5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 0.8px;
  color: #4a4a4a;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .fn-section-head-center h5 {
    font-size: 26px;
  }
}

.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

.owl-dots {
  position: absolute;
  bottom: -20px;
  left: 0;
}
@media (min-width: 992px) {
  .owl-dots {
    bottom: 20px;
  }
}
.owl-dots .owl-dot {
  background-color: transparent;
  border: none;
}
.owl-dots .owl-dot.active span {
  background-color: #da3c3c !important;
  position: relative;
}
.owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 !important;
  background-color: #aaa;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}

/* Feel free to change duration  */
.owl-carousel .owl-animated-out {
  -webkit-animation-delay: 10ms !important;
  animation-delay: 10ms !important;
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
}

.fn-testimonial-person__image .fn-bg-pattern {
  position: relative;
}
.fn-testimonial-person__image .fn-bg-pattern img {
  border-radius: 50%;
}
.fn-testimonial-person__image .fn-bg-pattern .fn-play-button {
  position: absolute;
  bottom: 0;
  right: 40px;
}
@media (min-width: 992px) {
  .fn-testimonial-person__image .fn-bg-pattern .fn-play-button {
    bottom: 40px;
  }
}
.fn-testimonial-person__image .fn-bg-pattern .fn-play-button span {
  transition: all 0.3s ease-in-out;
}
.fn-testimonial-person__image .fn-bg-pattern .fn-play-button:hover span {
  background: #c73838;
}

.fn-title-primary {
  font-family: "Fira Sans", sans-serif;
  font-weight: normal;
}
.fn-title-primary--xs {
  font-size: 18px;
}
.fn-title-primary--sm {
  font-size: 18px;
}
@media (min-width: 768px) {
  .fn-title-primary--sm {
    font-size: 22px;
  }
}
.fn-title-primary--lg {
  font-size: 22px;
}
@media (min-width: 768px) {
  .fn-title-primary--lg {
    font-size: 26px;
  }
}
.fn-title-primary--thin {
  font-weight: 100;
}
.fn-title-primary--light {
  font-weight: 200;
}
.fn-title-primary--normal {
  font-weight: 300;
}

.fn-section-accordion .fn-section-head .fn-section-head__text {
  font-size: 18px;
  color: #626262;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
}
@media (min-width: 768px) {
  .fn-section-accordion .fn-section-head .fn-section-head__text {
    font-size: 24px;
  }
}

/* add by me */
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.card-header{
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.d-flex {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;

}

.fn-accordion--small .card .card-header {
  padding-left: 0 !important;
}
.fn-accordion--small .card .card-header .fn-accordion-collapse .fn-course-name {
  font-size: 16px !important;
  color: #37383c !important;
  font-weight: 400 !important;
}
.fn-accordion--small .card .card-header .fn-accordion-collapse .fn-accordion-icon {
  font-size: 8px !important;
}
.fn-accordion--small .card .card-body {
  padding-left: 0 !important;
}
.fn-accordion--small .card .card-body p {
  font-size: 14px !important;
}
.fn-accordion .card {
  border: none;
}
.fn-accordion .card .card-header {
  background-color: transparent;
}
.fn-accordion .card .card-header .fn-accordion-collapse {
  cursor: pointer;
}
.fn-accordion .card .card-header .fn-accordion-collapse[aria-expanded=true] .fn-accordion-icon {
  color: #da3c3c;
  transform: rotate(180deg);
}
.fn-accordion .card .card-header .fn-accordion-collapse[aria-expanded=true] .fn-number {
  color: #1e2d3b;
  border-color: #EDCD1F;
}
.fn-accordion .card .card-header .fn-accordion-collapse:hover .fn-course-name, .fn-accordion .card .card-header .fn-accordion-collapse.active .fn-course-name {
  color: #5b5b5b;
}
.fn-accordion .card .card-header .fn-accordion-collapse .fn-number {
  display: block;
  color: #1e2d3b;
  font-size: 20px;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
  width: 40px;
  height: 40px;
  border: 2px solid #EDCD1F;
  border-radius: 50%;
  text-align: center;
  padding: 6px;
  margin-right: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fn-accordion .card .card-header .fn-accordion-collapse .fn-course-name {
  color: #898989;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) {
  .fn-accordion .card .card-header .fn-accordion-collapse .fn-course-name {
    font-size: 18px;
    transform: translateY(9px);
  }
}
.fn-accordion .card .card-header .fn-accordion-collapse .fn-accordion-icon {
  margin-left: auto;
  font-size: 12px;
  color: #b6b6b6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fn-accordion .card .card-body {
  color: #828282;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 300;
}
@media (min-width: 768px) {
  .fn-accordion .card .card-body {
    padding-left: 80px;
  }
}
.fn-accordion .card .card-body .fn-course-duration {
  color: #626262;
  font-size: 20px;
  font-weight: 500;
}

.fn-enquire-popup {
  background: url("../images/airport.jpg") no-repeat center center;
}
.fn-enquire-popup .fn-enquire-popup__form-tabs {
  background-color: #fff;
  padding: 20px;
}
@media (min-width: 768px) {
  .fn-enquire-popup .fn-enquire-popup__form-tabs {
    width: 72%;
    padding: 50px;
  }
}
@media (min-width: 992px) {
  .fn-enquire-popup .fn-enquire-popup__form-tabs {
    width: 50%;
  }
}
.fn-enquire-popup .fn-enquire-popup__form-tabs ul li a {
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fn-enquire-popup .fn-enquire-popup__form-tabs ul li a.active {
  background-color: #f2f2f2;
  color: #da3c3c;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.fn-enquire-popup__form .form-group {
  position: relative;
}
@media (min-width: 768px) {
  .fn-enquire-popup__form .form-group {
    margin-bottom: 1.5rem;
  }
}
.fn-enquire-popup__form .form-group .form-control {
  border-radius: 0 !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.fn-enquire-popup__form .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.fn-enquire-popup__form .form-group .fn-custom-label {
  color: #898989;
  font-weight: 300;
}
.fn-enquire-popup__form .form-group label {
  margin-bottom: 0;
}
.fn-enquire-popup__form .form-group .fn-custom-radio-btn-label {
  text-transform: uppercase;
  color: #898989;
  font-weight: 300;
  font-size: 16px;
}
.fn-enquire-popup__form .form-group .select2-container {
  min-width: 100%;
}

.fn-custom-label {
  position: absolute;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 100;
  top: 13px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.form-control:focus + .fn-custom-label {
  display: none;
}

.select2-dropdown {
  border: none;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 10px 30px 0 rgba(141, 151, 158, 0.2);
}

a.fn-play-button.js-popup-video {
    display: none;
}

@media (min-width: 768px) {
  .fn-modal .modal-lg {
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .fn-modal .modal-lg {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .fn-modal .modal-lg {
    width: 1000px;
  }
}
.fn-modal .modal-lg .modal-content {
  border: none;
  overflow: hidden;
}
.fn-modal .modal-lg .modal-content .modal-body {
  padding: 0;
  border: 0;
}
.fn-modal .modal-lg .modal-content .modal-body .fn-enquire-popup__close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
}
.fn-modal .modal-lg .modal-content .modal-body .fn-enquire-popup__close-btn .close {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.17);
  color: #fff;
  font-size: 14px;
  padding: 8px 12px;
  opacity: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fn-modal .modal-lg .modal-content .modal-body .fn-enquire-popup__close-btn .close span {
  font-size: 11px;
}
.fn-modal .modal-lg .modal-content .modal-body .fn-enquire-popup__close-btn .close:hover {
  color: #da3c3c;
}

.social-navigation a[href*="youtube.com"]:before {
  content: "";
  font-family: "icomoon" !important;
}

.social-navigation a[href*="facebook.com"]:before {
  content: "";
  font-family: "icomoon" !important;
}

.social-navigation a[href*="twitter.com"]:before {
  content: "";
  font-family: "icomoon" !important;
}

.social-navigation a[href*="plus.google.com"]:before {
  content: "";
  font-family: "icomoon" !important;
}

.social-navigation a[href*="linkedin.com"]:before {
  content: "";
  font-family: "icomoon" !important;
}

.social-navigation a[href*="instagram.com"]:before {
  content: "\f16d";
      font-size: 15px;
  font-family: "fontAwesome" !important;
}

.fn-social-media-list {
  margin: 0;
}

.fn-social-media-list a {
  border-radius: 50%;
}
.fn-social-media-list a:before {
  font-size: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.fn-social-media-list a .screen-reader-text {
  visibility: hidden;
}

.fn-header-top {
  background: #fbfbfb;
  padding: 7px 0;
}

.fn-header-top__content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .fn-header-top__content-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}

.fn-header-top__contact-detail {
  font-size: 12px;
  padding-top: 3px;
}
@media (min-width: 768px) {
  .fn-header-top__contact-detail {
    font-size: 14px;
    line-height: 1;
    padding-top: 4px;
  }
}
@media (min-width: 992px) {
  .fn-header-top__contact-detail {
    margin-right: 15px;
  }
}

.fn-header-top__contact-detail-icon {
  color: #da3c3c;
}

.fn-header-top__contact-detail-label {
  color: #898989;
  margin-left: 2px;
}

.fn-social-media-list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
@media (min-width: 768px) {
  .fn-social-media-list li {
    margin-right: 4px;
  }
}
.fn-social-media-list li:last-child {
  margin-right: 0;
}
.fn-social-media-list li > a {
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #858585;
  color: #7E7E7E;
  position: relative;
  line-height: 1;
  font-size: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.fn-social-media-list li > a:hover {
  border-color: #da3c3c;
  color: #da3c3c;
}
.fn-social-media-list li > a > i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fn-header-bottom {
  position: relative;
  background-color: #EDCD1F;
}

.fn-header-bottom__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .fn-header-bottom__content {
    padding: 20px 0;
  }
}

.fn-header-bottom__content-left .mega-toggle-blocks-right {
  display: inline-block !important;
}
.fn-header-bottom__content-left .mega-toggle-blocks-right .mega-toggle-label {
  display: none;
}
.fn-header-bottom__content-left #mega-menu-wrap-top-header-menu {
  display: inline-block;
  vertical-align: middle;
  position: static;
}
@media (min-width: 768px) {
  .fn-header-bottom__content-left #mega-menu-wrap-top-header-menu {
    display: none;
  }
}
.fn-header-bottom__content-left #mega-menu-wrap-top-header-menu + a {
  display: inline-block;
  max-width: 128px;
  vertical-align: middle;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .fn-header-bottom__content-left #mega-menu-wrap-top-header-menu + a {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .fn-header-bottom__content-left #mega-menu-wrap-top-header-menu + a {
    max-width: 184px;
  }
}
.fn-header-bottom__content-left #mega-menu-wrap-top-header-menu .mega-menu-toggle {
  display: inline-block;
  vertical-align: middle;
  background: url("https://www.frankfinn.com/wp-content/themes/frankfinn/images/hamburger.svg") no-repeat center center;
  width: 30px;
  height: 30px;
}
.fn-header-bottom__content-left #mega-menu-wrap-top-header-menu .mega-menu-toggle::before {
  content: "";
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.34);
  z-index: 20;
}
.fn-header-bottom__content-left #mega-menu-wrap-top-header-menu .mega-menu-toggle + #mega-menu-top-header-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 92%;
  background: #fff;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 480px) {
  .fn-header-bottom__content-left #mega-menu-wrap-top-header-menu .mega-menu-toggle + #mega-menu-top-header-menu {
    width: 72%;
  }
}
.fn-header-bottom__content-left #mega-menu-wrap-top-header-menu .mega-menu-toggle + #mega-menu-top-header-menu > li.mega-menu-item:last-child {
  margin-bottom: 170px;
}
.fn-header-bottom__content-left #mega-menu-wrap-top-header-menu .mega-menu-toggle + #mega-menu-top-header-menu > li.mega-menu-item ul.mega-sub-menu {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 15px 10px;
}
.fn-header-bottom__content-left #mega-menu-wrap-top-header-menu .mega-menu-toggle + #mega-menu-top-header-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item > a {
  font-size: 13px;
  line-height: 1.29;
  color: #626262;
  display: block;
  padding: 4px 0;
  background: #fff;
}
.fn-header-bottom__content-left #mega-menu-wrap-top-header-menu .mega-menu-toggle.mega-menu-open .fn-header-bottom__content-left-contact-details {
  display: block;
  width: 72%;
}
.fn-header-bottom__content-left #mega-menu-wrap-top-header-menu .mega-menu-toggle.mega-menu-open::before {
  display: block;
}
.fn-header-bottom__content-left #mega-menu-wrap-top-header-menu .mega-menu-toggle.mega-menu-open + #mega-menu-top-header-menu {
  left: 0;
}
.fn-header-bottom__content-left #mega-menu-wrap-top-header-menu .mega-menu-toggle .mega-toggle-block-1::after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.fn-header-bottom__content-left #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-item {
  margin-bottom: 20px;
}
.fn-header-bottom__content-left #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  color: #da3c3c;
}
.fn-header-bottom__content-left #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link::after {
  color: #da3c3c !important;
}
.fn-header-bottom__content-left #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-item.mega-menu-item-has-children a.mega-menu-link::after {
  content: "";
  font-size: 14px;
  color: #898989;
  float: none;
  vertical-align: middle;
}
.fn-header-bottom__content-left #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-item > a.mega-menu-link {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1.3px;
  color: #474747;
  height: auto;
  line-height: 1;
  font-family: "BebasNeue", sans-serif;
}
.fn-header-bottom__content-left #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-megamenu > ul .mega-sub-menu > li.mega-menu-item {
  padding-right: 0;
}
.fn-header-bottom__content-left #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-megamenu > ul .mega-sub-menu > li.mega-menu-item:first-child {
  padding-left: 0;
}
.fn-header-bottom__content-left .mega-menu-toggle .mega-toggle-blocks-left {
  display: none !important;
}
.fn-header-bottom__content-left .mega-menu-toggle .mega-toggle-blocks-center {
  display: none !important;
}
.fn-header-bottom__content-left #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-top: 0;
}
.fn-header-bottom__content-left #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu .menu-item > a {
  font-size: 13px;
  line-height: 1.29;
  color: #626262;
  display: block;
  padding: 4px 0;
}

.fn-header-bottom__content-right #mega-menu-wrap-top-header-menu {
  display: none;
}
@media (min-width: 768px) {
  .fn-header-bottom__content-right #mega-menu-wrap-top-header-menu {
    display: block;
  }
}
.fn-header-bottom__content-right #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-item > a.mega-menu-link {
  font-size: 14px;
}
@media (min-width: 992px) {
  .fn-header-bottom__content-right #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-item > a.mega-menu-link {
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 16px;
    color: #474747;
  }
}
.fn-header-bottom__content-right #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-item > a.mega-menu-link::after {
  content: "";
  font-size: 14px;
  font-weight: normal;
  color: #898989;
  float: none;
  vertical-align: middle;
}
.fn-header-bottom__content-right #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-item .mega-sub-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 15px;
}
@media (min-width: 992px) {
  .fn-header-bottom__content-right #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-item .mega-sub-menu {
    max-width: 340px;
  }
}
.fn-header-bottom__content-right #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-item .mega-sub-menu li.mega-menu-item {
  font-family: "Fira Sans", sans-serif;
  color: #626262;
}
.fn-header-bottom__content-right #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-item .mega-sub-menu li.mega-menu-item:first-child {
  margin-top: 0;
}
.fn-header-bottom__content-right #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-item .mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-size: 13px;
  background: #fff;
  color: #626262;
  line-height: 1.33;
  padding: 4px 0 !important;
  display: block;
}
.fn-header-bottom__content-right #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-item .mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  background: transparent;
  color: #da3c3c;
}
.fn-header-bottom__content-right #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-item .mega-sub-menu li.mega-menu-item a.mega-menu-link:first-child {
  padding-top: 0;
}
.fn-header-bottom__content-right #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-item .mega-sub-menu li.mega-menu-item a.mega-menu-link:last-child {
  padding-bottom: 0;
}
.fn-header-bottom__content-right #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  padding: 0;
}
.fn-header-bottom__content-right #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  font-family: "Fira Sans", sans-serif;
  font-size: 10px;
  padding-bottom: 4px;
}
.fn-header-bottom__content-right #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item .menu-item {
  font-family: "Fira Sans", sans-serif;
  font-size: 12px;
  line-height: 1.33;
  color: #626262;
  margin-top: 12px;
}
.fn-header-bottom__content-right #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item .menu-item > a {
  color: #626262;
}
.fn-header-bottom__content-right #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item .menu-item > a:hover {
  color: #da3c3c;
}

.fn-hamburger-icon {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
}
@media (min-width: 768px) {
  .fn-hamburger-icon {
    display: none;
  }
}
.fn-hamburger-icon span {
  display: block;
  width: 100%;
  height: 2px;
  background: #da3c3c;
  margin-top: 4px;
}
.fn-hamburger-icon span:first-child {
  margin-top: 0;
}

.fn-navbar-brand {
  display: inline-block;
  vertical-align: middle;
  max-width: 128px;
  margin-left: 12px;
}
@media (min-width: 768px) {
  .fn-navbar-brand {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .fn-navbar-brand {
    max-width: 184px;
  }
}

@media (min-width: 992px) {
  .fn-primary-nav {
    margin-top: 4px;
  }
}

.fn-primary-nav__list {
  display: none;
}
@media (min-width: 768px) {
  .fn-primary-nav__list {
    display: inline-block;
    vertical-align: middle;
  }
}
.fn-primary-nav__list > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "BebasNeue", sans-serif;
}
@media (min-width: 992px) {
  .fn-primary-nav__list > li {
    font-size: 16px;
  }
}
.fn-primary-nav__list > li > a {
  color: #474747;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .fn-primary-nav__list > li > a {
    padding: 0 16px;
    letter-spacing: 1px;
  }
}
.fn-primary-nav__list > li > a > i {
  font-size: 5px;
  color: #898989;
  margin-left: 2px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .fn-primary-nav__enquire-btn {
    margin-left: 13px;
  }
}

.fn-primary-nav {
  font-family: "BebasNeue", sans-serif;
}

body.admin-bar .fn-header-bottom__content-left #mega-menu-wrap-top-header-menu .mega-menu-toggle + #mega-menu-top-header-menu {
  padding-top: 60px;
}

.fn-header-bottom__content-left #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
  padding-right: 10px;
  padding-left: 10px;
}
.fn-header-bottom__content-left #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:first-child {
  padding-left: 0;
}

.fn-header-bottom__content-left-contact-details {
  padding: 10px 10px 28px 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 92%;
  background: #fff;
  line-height: 1;
  display: none;
}
.fn-header-bottom__content-left-contact-details .fn-social-media-list {
  margin-top: 18px;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-top-header-menu .mega-menu-toggle + #mega-menu-top-header-menu {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-top-header-menu .mega-menu-toggle.mega-menu-open + #mega-menu-top-header-menu {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-top-header-menu #mega-menu-top-header-menu > li.mega-menu-item {
    display: list-item;
  }
}
.slick-next {
  display: none !important;
}

.mega-menu-item {
  vertical-align: unset !important;
}

.fn-footer {
  background-color: #242323;
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .fn-footer {
    padding-top: 4rem;
  }
}
.fn-footer .fn-footer-links .fn-footer-links__list li a {
  display: block;
  padding: 5px 0;
  color: #bcbbbb;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fn-footer .fn-footer-links .fn-footer-links__list li a:hover, .fn-footer .fn-footer-links .fn-footer-links__list li a:focus, .fn-footer .fn-footer-links .fn-footer-links__list li a:active {
  color: #fff;
}
.fn-footer .fn-footer-links__title {
  color: #fff;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.fn-footer .fn-footer-location .fn-panel p {
  color: #cbcbcb;
  font-size: 16px;
  font-weight: 300;
}
.fn-footer .fn-footer-newsletter__form .es_caption, .fn-footer .fn-footer-newsletter__form .es_lablebox {
  display: none;
}
.fn-footer .fn-footer-newsletter__form .es_msg {
  color: #fefe;
}
.fn-footer .fn-footer-newsletter__form .form-control {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.fn-footer .fn-footer-newsletter__form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9e9e9e;
  font-size: 12px;
}
.fn-footer .fn-footer-newsletter__form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
  font-size: 12px;
}
.fn-footer .fn-footer-newsletter__form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #9e9e9e;
  font-size: 12px;
}
.fn-footer .fn-footer-newsletter__form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
  font-size: 12px;
}
.fn-footer .fn-footer-newsletter__form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fn-footer .fn-footer-newsletter__form .input-group-append .btn {
  background-color: #da3c3c;
  border: none;
  color: #fff;
  font-weight: 300;
}
.fn-footer .fn-footer-newsletter__form .input-group-append .btn:hover, .fn-footer .fn-footer-newsletter__form .input-group-append .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.fn-footer .fn-footer-social-links .fn-social-media-list li > a {
  height: 25px;
  width: 25px;
  color: #fff;
  font-size: 11px;
  border-color: rgba(255, 255, 255, 0.787);
}
.fn-footer .fn-footer-social-links .fn-social-media-list li > a:hover, .fn-footer .fn-footer-social-links .fn-social-media-list li > a:focus, .fn-footer .fn-footer-social-links .fn-social-media-list li > a:active {
  background-color: #da3c3c;
  border-color: #da3c3c;
}



.fn-courses {
  position: relative;
  z-index: 2;
}
.fn-courses .fn-oval-1 {
  top: -70px;
  left: -70px;
  z-index: -1;
}
.fn-courses .fn-oval-2 {
  top: 70px;
  right: 0;
}
@media (min-width: 768px) {
  .fn-courses .fn-oval-2 {
    right: -50px;
  }
}
.fn-courses .fn-oval-3 {
  bottom: -100px;
  left: -50px;
  z-index: 0;
}

.fn-home-section-three {
  position: relative;
}
.fn-home-section-three .fn-oval-1 {
  top: 20px;
  left: 37%;
}
.fn-home-section-three .fn-oval-2 {
  right: 18%;
  bottom: 5%;
}
.fn-home-section-three .fn-oval-3 {
  right: 10%;
  bottom: 5%;
}

.fn-section__about {
  position: relative;
}
.fn-section__about .fn-oval-1 {
  bottom: 15%;
  left: 18%;
}

.fn-testimonial-section {
  position: relative;
}
.fn-testimonial-section .fn-oval-1 {
  top: 50%;
  transform: translateY(-50%);
  left: -90px;
}

.fn-brochure-download-wrapper {
  position: relative;
  z-index: 2;
}

.fn-blog-news-section {
  position: relative;
}
.fn-blog-news-section .fn-oval-2 {
  left: 15%;
  bottom: 10%;
  z-index: -1;
}

.fn-search__wrapper {
  background: #f3f3f3;
}
.fn-search__wrapper__sub-heading__content-wrapper {
  height: 46px;
}
@media (min-width: 576px) {
  .fn-search__wrapper__sub-heading__content-wrapper {
    height: 60px;
  }
}
.fn-search__wrapper__sub-heading__content-wrapper h2 {
  font-size: 20px;
  margin-bottom: 0;
  color: #b6b6b6;
  letter-spacing: 0.8px;
}
@media (min-width: 576px) {
  .fn-search__wrapper__sub-heading__content-wrapper h2 {
    font-size: 28px;
  }
}
.fn-search__wrapper__sub-heading__content-wrapper--detail h2 {
  font-size: 18px;
  letter-spacing: 1.1px;
}
.fn-search__wrapper__sub-heading__search {
  height: 30px;
  width: 140px;
  transition: 0.2s ease-out;
}
@media (min-width: 576px) {
  .fn-search__wrapper__sub-heading__search {
    height: 40px;
    width: 228px;
  }
}
.fn-search__wrapper__sub-heading__search .btn {
  background: #FFF;
}
.fn-search__wrapper__sub-heading__search .btn:focus {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.fn-search__wrapper__sub-heading__search input[type=text] {
  border-color: #FFF;
}
.fn-search__wrapper__sub-heading__search input[type=text]:focus {
  box-shadow: 0px 0px rgba(0, 0, 0, 0);
}

.fn-media__sidebar__menu-item {
  color: #b6b6b6;
  font-family: "BebasNeue", sans-serif;
  font-size: 18px;
  letter-spacing: 2.1px;
}
@media (min-width: 768px) {
  .fn-media__sidebar__menu-item {
    font-size: 20px;
    margin-bottom: 12px;
    padding-left: 5px;
  }
}
.fn-media__sidebar__menu-item i {
  font-size: 5px;
  vertical-align: middle;
  transition: all 0.2s ease-out;
  display: inline-block;
}
@media (min-width: 768px) {
  .fn-media__sidebar__menu-item i {
    display: none;
  }
}
.fn-media__sidebar__menu-item.active .icon-down-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fn-media__sidebar__menu-item__wrapper {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .fn-media__sidebar__menu-item__wrapper {
    margin-top: 36px;
  }
}
.fn-media__sidebar__submenu {

  display: none;
}
@media (min-width: 768px) {
  .fn-media__sidebar__submenu {
    display: block;
  }
}
.fn-media__sidebar__submenu__item {
  color: #626262;
  line-height: 1.94;
  font-size: 16px;
  display: block;
  padding-left: 5px;
}
.fn-media__sidebar__submenu__item:hover, .fn-media__sidebar__submenu__item:focus {
  background-color: #e2e2e2;
  border-radius: 5px;
}
@media (min-width: 576px) {
  .fn-media__sidebar__submenu__item {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .fn-media__sidebar__submenu__item {
    font-size: 18px;
  }
}
.fn-media__sidebar__submenu__item.active {
  background-color: #e2e2e2;
  border-radius: 5px;
}
.fn-media__sidebar__submenu-list > li.active > a {
  background-color: #e2e2e2;
  border-radius: 5px;
}
.fn-media__sidebar__submenu-list > li.active > a:hover, .fn-media__sidebar__submenu-list > li.active > a:focus {
  color: #626262;
}
.fn-media__sidebar__submenu-list > li > a {
  color: #626262;
  line-height: 1.94;
  font-size: 16px;
  display: block;
  padding-left: 5px;
  text-transform: capitalize;
}
.fn-media__sidebar__submenu-list > li > a:hover, .fn-media__sidebar__submenu-list > li > a:focus {
  background-color: #e2e2e2;
  border-radius: 5px;
  color: #da3c3c;
}
@media (min-width: 576px) {
  .fn-media__sidebar__submenu-list > li > a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .fn-media__sidebar__submenu-list > li > a {
    font-size: 18px;
  }
}

.fn-media__content__wrapper {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .fn-media__content__wrapper {
    margin-top: 36px;
  }
}
.fn-media__content__wrapper .fn-card__CTA {
  display: none;
}
@media (min-width: 576px) {
  .fn-media__content__wrapper .fn-card__CTA {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.fn-media__content__text__wrapper {
  min-width: 70%;
}
.fn-media__content__text__wrapper h3 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  line-height: 1.29;
  margin-bottom: 5px;
  font-size: 16px;
}
.fn-media__content__text__wrapper h3:hover {
  color: #da3c3c;
}
@media (min-width: 992px) {
  .fn-media__content__text__wrapper h3 {
    font-size: 24px;
  }
}
.fn-media__content__text__wrapper p {
  display: none;
  margin-bottom: 0;
  line-height: 1.28;
  color: #626262;
}
@media (min-width: 576px) {
  .fn-media__content__text__wrapper p {
    display: block;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .fn-media__content__text__wrapper p {
    font-size: 18px;
  }
}
.fn-media__content__text--small {
  font-size: 14px;
  color: #898989;
  margin-bottom: 6px;
}
.fn-media__content__img {
  border-radius: 5px;
  min-width: 80px;
}
@media (min-width: 576px) {
  .fn-media__content__img {
    min-width: 125px;
  }
}
@media (min-width: 992px) {
  .fn-media__content__img {
    min-width: 216px;
  }
}
.fn-media__content__img__wrapper {
  flex-grow: 1;
  margin-right: 12px;
}
@media (min-width: 576px) {
  .fn-media__content__img__wrapper {
    margin-right: 24px;
  }
}
.fn-media__content__img__wrapper > img {
  border-radius: 5px;
  min-width: 80px;
}
@media (min-width: 576px) {
  .fn-media__content__img__wrapper > img {
    min-width: 125px;
  }
}
@media (min-width: 992px) {
  .fn-media__content__img__wrapper > img {
    min-width: 216px;
  }
}
@media (min-width: 768px) {
  .fn-media__border-left {
    border-left: 2px solid #f3f3f3;
  }
}
@media (min-width: 1200px) {
  .fn-media__border-left {
    padding-left: 31px;
  }
}
.fn-media.fn-pagination {
  margin: 36px 0;
  background: #FFF;
}
@media (min-width: 992px) {
  .fn-media.fn-pagination {
    margin: 95px 0 98px 0;
  }
}

.fn-page__welcome-banner {
  height: 235px;
  display: flex;
  align-items: flex-end;
  background-color: #999;
  background-size: cover;
  background-position: center 30%;
  margin: 30px auto 60px auto;
  border-radius: 2px;
}
@media (min-width: 786px) {
  .fn-page__welcome-banner {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .fn-page__welcome-banner {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .fn-page__welcome-banner {
    height: 400px;
  }
}
.fn-page__welcome-banner__content {
  max-width: 556px;
}
.fn-page__welcome-banner__content--detail {
  max-width: 705px;
}
.fn-page__welcome-banner__content--detail h2 {
  font-size: 20px;
  margin-bottom: 18px;
}
@media (min-width: 576px) {
  .fn-page__welcome-banner__content--detail h2 {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .fn-page__welcome-banner__content--detail h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .fn-page__welcome-banner__content--detail h2 {
    font-size: 30px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .fn-page__welcome-banner__content--detail h2 {
    font-size: 34px;
  }
}
.fn-page__welcome-banner__content--detail .fn-page__welcome-banner__content__wrapper__time {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 16px;
}
.fn-page__welcome-banner__content__wrapper {
  background: linear-gradient(rgba(255, 255, 255, 0), #000);
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  border-radius: 2px;
}
@media (min-width: 576px) {
  .fn-page__welcome-banner__content__wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 992px) {
  .fn-page__welcome-banner__content__wrapper {
    padding: 28px 44px;
  }
}
.fn-page__welcome-banner__content__wrapper .fn-section-head__text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}
@media (min-width: 576px) {
  .fn-page__welcome-banner__content__wrapper .fn-section-head__text {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .fn-page__welcome-banner__content__wrapper .fn-section-head__text {
    font-size: 28px;
  }
}
.fn-page__welcome-banner__content__wrapper .fn-section-head__decorator::after {
  background: #FFF;
}
.fn-page__welcome-banner__content__wrapper__heading {
  font-size: 18px;
  color: #FFF;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.29;
  font-size: 16px;
  font-weight: 500;
  margin-top: 4px;
}
@media (min-width: 576px) {
  .fn-page__welcome-banner__content__wrapper__heading {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .fn-page__welcome-banner__content__wrapper__heading {
    font-size: 28px;
  }
}
.fn-page__welcome-banner__content__wrapper__para {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.29;
}
@media (min-width: 576px) {
  .fn-page__welcome-banner__content__wrapper__para {
    font-size: 16px;
  }
}
.fn-page__welcome-banner__content__wrapper__time {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.29;
  margin-top: 31px;
}
@media (min-width: 576px) {
  .fn-page__welcome-banner__content__wrapper__time {
    font-size: 16px;
  }
}
.fn-page__welcome-banner--contact-us {
  height: auto;
  display: block;
  align-items: normal;
  overflow: hidden;
  height: 226px;
  background: #6c6f70;
}
@media (min-width: 576px) {
  .fn-page__welcome-banner--contact-us {
    height: 226px;
  }
}
@media (min-width: 768px) {
  .fn-page__welcome-banner--contact-us {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .fn-page__welcome-banner--contact-us {
    height: 380px;
    /*max-height: 380px;*/
    
  }
}
@media (min-width: 1200px) {
  .fn-page__welcome-banner--contact-us {
    /*max-height: 500px;*/
    height: 500px;
  }
}

.fn-article__wrapper .fn-section-head {
  margin-bottom: 35px;
}
.fn-article__wrapper .fn-section-head__text {
  font-size: 24px;
  letter-spacing: 2px;
}
.fn-article__wrapper .fn-section-head__decorator {
  width: 70px;
}
.fn-article__wrapper .fn-card {
  max-width: 350px;
  margin-bottom: 30px;
  position: relative;
}
.fn-article__wrapper .fn-card__img {
  height: 157px;
  background-size: cover;
  background-position: center;
  border-radius: 2px 2px 0 0;
}
@media (min-width: 768px) {
  .fn-article__wrapper .fn-card__img {
    height: 180px;
  }
}
@media (min-width: 992px) {
  .fn-article__wrapper .fn-card__img {
    height: 112px;
  }
}
@media (min-width: 1200px) {
  .fn-article__wrapper .fn-card__img {
    height: 140px;
  }
}
.fn-article__wrapper .fn-card__content {
  padding: 12px !important;
  min-height: unset;
}
@media (min-width: 768px) {
  .fn-article__wrapper .fn-card__content {
    height: 170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .fn-article__wrapper .fn-card__content {
    height: 210px;
  }
}
@media (min-width: 1200px) {
  .fn-article__wrapper .fn-card__content {
    height: 186px;
  }
}
.fn-article__wrapper .fn-card__content__main-title {
  font-size: 18px !important;
  min-height: 0px !important;
  max-height: none !important;
  font-weight: 500 !important;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .fn-article__wrapper .fn-card__content__main-title {
    max-height: 65px !important;
  }
}
.fn-article__wrapper .fn-card__content p {
  font-size: 14px !important;
  color: #888888;
  overflow: hidden;
  margin: 0;
  flex-grow: 1;
  position: relative;
  min-height: unset;
  max-height: none;
}
.fn-article__wrapper .fn-card__content__header-link {
  flex-shrink: 0;
}
.fn-article__wrapper .fn-card .fn-btn {
  font-weight: 500;
}
.fn-article__wrapper .fn-card__CTA {
  flex-shrink: 0;
}
.fn-article__next {
  font-size: 20px;
  color: #b7b7b7;
  margin-bottom: 16px;
}
.fn-article__next__wrapper {
  padding: 24px 0;
}
.fn-article__next__content {
  font-size: 16px;
  font-weight: 500;
  color: #37383c;
}
@media (min-width: 576px) {
  .fn-article__next__content {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .fn-article__next__content {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .fn-article__next__content {
    font-size: 24px;
  }
}
.fn-article__next__content__wrapper {
  padding-left: 30px;
}

.fn-blog--detail__summary {
  color: #626262;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  padding: 30px 0;
}
@media (min-width: 576px) {
  .fn-blog--detail__summary {
    padding: 30px 60px;
    position: relative;
    left: -60px;
  }
}
@media (min-width: 768px) {
  .fn-blog--detail__summary {
    padding: 50px 60px 50px 60px;
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .fn-blog--detail__summary {
    padding-left: 90px;
    padding-right: 90px;
    left: -90px;
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  .fn-blog--detail__wrapper .fn-article {
    padding: 0 60px;
  }
}
.fn-blog--detail__wrapper .fn-article h2 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  margin: 40px auto 26px auto;
  font-size: 22px;
}
@media (min-width: 768px) {
  .fn-blog--detail__wrapper .fn-article h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .fn-blog--detail__wrapper .fn-article h2 {
    font-size: 28px;
  }
}
.fn-blog--detail__wrapper .fn-article p {
  line-height: 1.44;
  color: #626262;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .fn-blog--detail__wrapper .fn-article p {
    font-size: 18px;
  }
}
.fn-blog--detail__wrapper .fn-article figure {
  margin: 24px auto;
  max-width: 100%;
}
@media (min-width: 576px) {
  .fn-blog--detail__wrapper .fn-article figure {
    margin: 36px 0;
  }
}
.fn-blog--detail__wrapper .fn-article figure img {
  border-radius: 2px;
}
.fn-blog--detail__wrapper .fn-article figure figcaption {
  color: #b7b7b7;
  font-size: 14px;
  margin-top: 18px;
}
@media (min-width: 768px) {
  .fn-blog--detail__wrapper .fn-article figure figcaption {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .fn-blog--detail__wrapper .fn-article .fn-blog--detail__summary {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.fn-next__wrapper {
  background-color: #f8f8f8;
  margin: 48px auto;
}
@media (min-width: 768px) {
  .fn-next__wrapper {
    margin-top: 60px;
  }
}

.fn-contact-page__form__inner {
  margin: auto;
  max-width: 340px;
}
@media (min-width: 768px) {
  .fn-contact-page__form__inner {
    max-width: 490px;
  }
}
@media (min-width: 992px) {
  .fn-contact-page__form__inner {
    max-width: 706px;
  }
}
@media (min-width: 1200px) {
  .fn-contact-page__form__inner {
    margin: 0 auto 0 96px;
    max-width: 825px;
  }
}
.fn-contact-page__form__inner .fn-section-head__text {
  letter-spacing: 2.5px;
}
.fn-contact-page__form__input {
  border-bottom: 1px solid #d6d6d6;
  border-width: 0 0 1px 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  padding: 16PX 0;
  letter-spacing: 0.5px;
  height: 34px;
}
.fn-contact-page__form__input__wrapper {
  position: relative;
  height: 68px;
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #898989;
  letter-spacing: 0.5px;
  font-weight: 300;
  font-size: 18px;
}
@media (min-width: 768px) {
  .fn-contact-page__form__input__wrapper--small {
    width: 47%;
  }
}
.fn-contact-page__form__input__wrapper button {
  letter-spacing: 1.5px;
  font-weight: 300;
  font-size: 16px;
  width: 130px;
  height: 40px;
}
.fn-contact-page__form__input__wrapper label {
  z-index: 1;
  position: absolute;
  transition: all 0.1s ease-out;
  bottom: 0;
}
.fn-contact-page__form__input__wrapper.focused label {
  color: #da3c3c;
}
.fn-contact-page__form__input__wrapper.focused .fn-contact-page__form__input {
  color: #da3c3c;
}
.fn-contact-page__form__input__wrapper.active label {
  bottom: 24px;
  font-size: 10px;
}
.fn-contact-page__form__input__wrapper.active .fn-contact-page__form__input {
  color: #898989;
}
.fn-contact-page__form__wrapper {
  padding: 60px 16px;
  background-color: #FFF;
  max-width: 1110px;
  position: relative;
}
@media (min-width: 576px) {
  .fn-contact-page__form__wrapper {
    margin-top: -91px;
  }
}
@media (min-width: 768px) {
  .fn-contact-page__form__wrapper {
    margin-top: -130px;
  }
}
@media (min-width: 992px) {
  .fn-contact-page__form__wrapper {
    margin-top: -170px;
    padding: 76px 0;
  }
}
@media (min-width: 1200px) {
  .fn-contact-page__form__wrapper {
    margin-top: -210px;
  }
}
.fn-contact-page__form__wrapper .fn-section-head__para {
  margin-top: 24px;
  max-width: none;
}
.fn-contact-page__address__wrapper {
  display: inline-flex;
  margin-right: 30px;
  margin-top: 40px;
  width: 244px;
}
.fn-contact-page__address__container {
  margin-top: 50px;
  margin-bottom: 89px;
}
.fn-contact-page__address__container p {
  font-size: 16px !important;
  line-height: 1.63 !important;
  color: #787878 !important;
}
.fn-contact-page__address__container .fn-image-content-block--secondary .fn-image-content-block__content h3 {
  font-weight: 600 !important;
}
.fn-contact-page__location-selector .select2-container {
  width: 250px !important;
  min-width: 250px !important;
  margin-right: 30px;
}
@media (min-width: 576px) {
  .fn-contact-page__location-selector .select2-container {
    width: 349px !important;
  }
}
@media (min-width: 768px) {
  .fn-contact-page__location-selector .select2-container {
    width: 383px !important;
  }
}
.fn-contact-page__location-selector .fn-btn--transparent {
  border: 1px solid #da3c3c;
  margin-top: 15px;
}
@media (min-width: 441px) {
  .fn-contact-page__location-selector .fn-btn--transparent {
    margin-top: 0;
  }
}
.fn-contact-page__location-selector .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
}
.fn-contact-page__location-selector.fn-image-content-block--secondary .fn-image-content-block__content h3 {
  font-weight: 600 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #898989;
  height: 12.5px;
  width: 12.5px;
  border-width: 0 0 1px 1px;
  transform: rotate(-45deg);
  top: 4px;
  left: 0px;
  transition: all 0.1s ease-out;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #898989;
  height: 12.5px;
  width: 12.5px;
  border-width: 0 0 1px 1px;
  transform: rotate(135deg);
  top: 12px;
  left: 0px;
}

#map {
  width: 100%;
  background-color: grey;
  position: relative;
  height: 500px;
}
@media (min-width: 1200px) {
  #map {
    height: 560px;
  }
}
#map::after {
  content: "";
  display: block;
  height: 50px;
  background: linear-gradient(white, rgba(255, 255, 255, 0));
  z-index: 10;
  position: relative;
}
#map .gm-style-iw p {
  max-width: 250px;
}

@keyframes myAnimation {
  0% {
    right: 0;
    bottom: 0;
  }
  100% {
    right: -50px;
    bottom: -50px;
  }
}
.myAnimation {
  animation-name: myAnimation;
  animation-duration: 0.2s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.ui-widget {
  font-family: "Fira Sans", sans-serif;
}

.ui-button:focus {
  outline: none;
}

.ui-selectmenu-button.ui-button {
  width: 100%;
  border-radius: 4px;
}

.ui-menu-item-wrapper {
  border: 1px solid transparent;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 10px 1em 10px 1.4em;
}

picture {
  display: block;
}

.fn-component-page-body {
  background: #EDEEF4;
}

.fn-components-aside {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 18.33%;
  background: #272936;
}
@media (min-width: 1400px) {
  .fn-components-aside {
    width: 16%;
  }
}

.fn-component-page-title {
  color: #fff;
  background: #242634;
  margin: 0;
  padding: 20px;
  font-size: 30px;
  letter-spacing: 1.5px;
}

.fn-components-goto-list > li {
  font-size: 14px;
}
.fn-components-goto-list > li > a {
  display: block;
  color: #686c89;
  padding: 20px 30px;
  position: relative;
  line-height: 1;
}
.fn-components-goto-list > li > a:hover {
  background: #252633;
  color: #81839A;
}
.fn-components-goto-list > li > a:hover::after {
  background: #81839A;
}
.fn-components-goto-list > li > a::after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #686c89;
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 1;
}

.fn-components-content-wrap {
  padding-top: 20px;
  padding-left: calc(18.33% + 20px);
}
@media (min-width: 1400px) {
  .fn-components-content-wrap {
    padding-left: calc(16% + 20px);
  }
}

.fn-components-content-wrap,
.fn-component-wrapper {
  width: 100%;
  float: left;
}

.fn-component-wrapper {
  width: 100%;
  float: left;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 10px 0 rgba(76, 132, 255, 0.05);
  -moz-box-shadow: 0 10px 10px 0 rgba(76, 132, 255, 0.05);
  box-shadow: 0 10px 10px 0 rgba(76, 132, 255, 0.05);
}

.fn-component-vertical-list > li {
  margin-bottom: 20px;
}
.fn-component-vertical-list > li:last-child {
  margin-bottom: 0;
}

.fn-component-horizontal-list > li {
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}
.fn-component-horizontal-list > li:last-child {
  margin-right: 0;
}

.fn-component-row {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.fn-component-head-wrap {
  border-bottom: 1px solid #ebedf2;
}

.fn-component-head {
  padding: 20px;
  margin: 0;
  font-size: 18px;
  color: #575962;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
}

.fn-component-content {
  padding: 20px;
}

.fn-pagination .pagination li {
  margin-right: 10px;
}
.fn-pagination .pagination li:last-child {
  margin-right: 0;
}
.fn-pagination .pagination li.active .page-link {
  background: #da3c3c;
  border-color: #da3c3c;
  color: #fff;
}
.fn-pagination .pagination li.active .page-link:hover {
  background: #da3c3c;
  border-color: #da3c3c;
  color: #fff;
}
.fn-pagination .pagination li.previous .page-link {
  font-size: 6px;
  line-height: 18px;
  padding: 9px 10px;
}
.fn-pagination .pagination li.next .page-link {
  font-size: 6px;
  line-height: 18px;
  padding: 9px 10px;
}
.fn-pagination .pagination li .page-link {
  border-color: #eaeaea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #b6b6b6;
  font-size: 16px;
  min-width: 36px;
  min-height: 36px;
  font-weight: 300;
  padding: 9px 12px;
  line-height: 1;
}
.fn-pagination .pagination li .page-link:hover {
  border-color: #da3c3c;
  background: #fff;
  color: #da3c3c;
}
.fn-pagination .pagination li .page-link:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.fn-input-text {
  border: none;
  border-bottom: 1px solid #d6d6d6;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #898989;
  text-transform: uppercase;
  padding: 3px 0;
  letter-spacing: 0.5px;
  min-width: 300px;
}
.fn-input-text:hover {
  border-color: #cac8c8;
}
.fn-input-text:focus {
  border-color: #da3c3c;
}

.select2-container {
  min-width: 300px;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid #d6d6d6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  padding: 0 !important;
  font-weight: 300;
  height: 31px;
  position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  margin-left: 0;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #898989;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #da3c3c !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background: #fbfbfb;
}

.select2-results__option {
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #898989;
  text-transform: uppercase;
  line-height: 1;
}

.select2-container--open .select2-dropdown--below {
  border: none;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(141, 151, 158, 0.2);
  -moz-box-shadow: 0 10px 30px 0 rgba(141, 151, 158, 0.2);
  box-shadow: 0 10px 30px 0 rgba(141, 151, 158, 0.2);
  overflow: hidden;
  display: inline-block;
}

.fn-home-first-fold-content {
  margin-top: 32px;
  position: relative;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .fn-home-first-fold-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .fn-home-first-fold-content {
    margin-top: 38px;
  }
}
@media (min-width: 1400px) {
  .fn-home-first-fold-content {
    margin-top: 88px;
    padding-bottom: 140px;
  }
}
@media (min-width: 1700px) {
  .fn-home-first-fold-content {
    margin-top: 148px;
    padding-bottom: 160px;
  }
}

.fn-home-first-fold-content__left {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .fn-home-first-fold-content__left {
    padding-top: 60px;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .fn-home-first-fold-content__left {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .fn-home-first-fold-content__left {
    padding-top: 80px;
  }
}
.fn-home-first-fold-content__left .fn-play-button {
  margin-left: 7px;
}
@media (min-width: 992px) {
  .fn-home-first-fold-content__left .fn-play-button {
    margin-left: 11px;
    padding-bottom: 10px;
  }
}
.fn-home-first-fold-content__left .slick-dots {
  display: none !important;
}
@media (min-width: 768px) {
  .fn-home-first-fold-content__left .slick-dots {
    display: block !important;
    position: absolute;
    top: 50%;
    left: -24px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 100;
    width: auto;
    height: auto;
  }
}
@media (min-width: 992px) {
  .fn-home-first-fold-content__left .slick-dots {
    left: -22px;
  }
}
@media (min-width: 1200px) {
  .fn-home-first-fold-content__left .slick-dots {
    left: -40px;
  }
}
.fn-home-first-fold-content__left .slick-dots li {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 10px 0;
}
.fn-home-first-fold-content__left .slick-dots li:last-child {
  margin-bottom: 0;
}
.fn-home-first-fold-content__left .slick-dots li button {
  position: relative;
  width: 12px;
  height: 12px;
  background: #d8d8d8;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
}
.fn-home-first-fold-content__left .slick-dots li button:before {
  content: "";
  display: none;
}
.fn-home-first-fold-content__left .slick-dots li.slick-active button {
  background: #da3c3c;
}

.fn-home-first-fold-content__sub-head {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #898989;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .fn-home-first-fold-content__sub-head {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .fn-home-first-fold-content__sub-head {
    font-size: 16px;
  }
}

.fn-home-first-fold-content__head {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.4px;
  text-align: center;
  color: #626262;
  margin: 6px 0 0 0;
  text-align: center;
}
@media (min-width: 480px) {
  .fn-home-first-fold-content__head {
    padding: 0 10%;
  }
}
@media (min-width: 768px) {
  .fn-home-first-fold-content__head {
    text-align: left;
    padding: 0;
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .fn-home-first-fold-content__head {
    font-size: 66px;
    line-height: 1.1;
    letter-spacing: 1px;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .fn-home-first-fold-content__head {
    margin-top: 14px;
  }
}

.fn-home-first-fold__anniversary-text {
  font-size: 100px;
  color: #f3f3f3;
  display: block;
  position: absolute;
  top: -30px;
  left: 10%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  z-index: -1;
  text-align: center;
  background: url("../../../uploads/2019/04/26.png") no-repeat center center;
  background-size: contain;
  width: 230px;
  height: 160px;
}
@media (min-width: 768px) {
  .fn-home-first-fold__anniversary-text {
    top: 10px;
    left: 50%;
  }
}
@media (min-width: 1200px) {
  .fn-home-first-fold__anniversary-text {
    width: 420px;
    height: 290px;
    top: 30px;
    left: 26%;
  }
}
@media (min-width: 1400px) {
  .fn-home-first-fold__anniversary-text {
    left: 45%;
  }
}

.fn-home-first-fold-content__right {
  position: relative;
  z-index: 2;
  margin-top: -50px;
  text-align: right;
}
@media (min-width: 480px) {
  .fn-home-first-fold-content__right {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .fn-home-first-fold-content__right {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .fn-home-first-fold-content__right {
    width: 70%;
  }
}
.fn-home-first-fold-content__right > picture {
  display: inline-block;
  max-width: 80%;
}
@media (min-width: 1200px) {
  .fn-home-first-fold-content__right > picture {
    max-width: none;
    margin-right: -160px;
  }
}
@media (min-width: 1400px) {
  .fn-home-first-fold-content__right > picture {
    margin-right: -200px;
  }
}

.fn-play-button {
  display: inline-block;
  text-align: center;
  margin-top: 30px;
}
.fn-play-button--normal .fn-play-button__icon {
  width: 68px;
  height: 68px;
  border: none !important;
  box-shadow: none !important;
}
.fn-play-button--white .fn-play-button__icon {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.72);
}
.fn-play-button--white .fn-play-button__text {
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 300;
}

.fn-play-button__icon {
  width: 66px;
  height: 66px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #da3c3c;
  position: relative;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  border: 10px solid #ffb3b3;
  -webkit-box-shadow: 0px 0px 0px 8px #ffdfdf;
  -moz-box-shadow: 0px 0px 0px 8px #ffdfdf;
  box-shadow: 0px 0px 0px 8px #ffdfdf;
}
@media (min-width: 992px) {
  .fn-play-button__icon {
    width: 88px;
    height: 88px;
    border-width: 14px;
    -webkit-box-shadow: 0px 0px 0px 11px #ffdfdf;
    -moz-box-shadow: 0px 0px 0px 11px #ffdfdf;
    box-shadow: 0px 0px 0px 11px #ffdfdf;
    vertical-align: middle;
  }
}
.fn-play-button__icon > i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fn-play-button__text {
  font-size: 10px;
  display: block;
  line-height: 1;
  margin: 10px 0 0 0;
}
@media (min-width: 992px) {
  .fn-play-button__text {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    padding-left: 30px;
    margin: 0;
  }
}

.fn-course-card {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px 0 rgba(141, 151, 158, 0.2);
  -moz-box-shadow: 0 10px 30px 0 rgba(141, 151, 158, 0.2);
  box-shadow: 0 10px 30px 0 rgba(141, 151, 158, 0.2);
  padding: 24px 20px 24px 20px;
  min-height: 172px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  -ms-flex-line-pack: space-between;
  align-content: space-between;
}
@media (min-width: 992px) {
  .fn-course-card {
    min-height: 226px;
  }
}

.fn-course-card__top {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fn-course-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fn-course-card__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #edcd1f;
  z-index: -1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.fn-course-card__link:hover::after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(10px, -20px);
  -moz-transform: translate(10px, -20px);
  -o-transform: translate(10px, -20px);
  -ms-transform: translate(10px, -20px);
  transform: translate(10px, -20px);
}

.fn-section {
  position: relative;
}
.fn-section.has-grey-bg {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .fn-section.has-grey-bg {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.fn-section-head p {
  font-size: 22px;
  font-weight: 200;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: normal;
  color: #898989;
}

.fn-section-head__text {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.4px;
  color: #cfcfcf;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
@media (min-width: 992px) {
  .fn-section-head__text {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .fn-section-head__text--small {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .fn-section-head__text--extra-small {
    font-size: 30px;
  }
}
.fn-section-head__text--secondary {
  color: #da3c3c !important;
}

.fn-section-head__decorator {
  width: 82px;
  height: 2px;
  background: #dedede;
  position: relative;
  top: -3px;
  left: 6px;

  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .fn-section-head__decorator {
    top: -5px;
  }
}
.fn-section-head__decorator::after {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  background: #da3c3c;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fn-section-head__decorator--inverted-color {
  background: rgba(255, 255, 255, 0.3);
}
.fn-section-head__decorator--inverted-color::after {
  background: white;
}

.fn-section-head.active .fn-section-head__decorator:after {
  width: 100%;
}
.fn-section-head--small .fn-section-head__text {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 2.5px;
}

.fn-section-head__para {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.22;
  color: #898989;
  margin: 10px 0 0 0;
}
@media (min-width: 992px) {
  .fn-section-head__para {
    font-size: 18px;
    line-height: 1.55;
    max-width: 345px;
  }
}
.fn-section-head__para--lg {
  font-size: 18px;
}
@media (min-width: 992px) {
  .fn-section-head__para--lg {
    max-width: 60%;
    font-size: 26px;
  }
}

.fn-section__content-wrapper {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}

.fn-course-card__small-title {
  font-size: 14px;
  letter-spacing: 0.8px;
  color: #1e2d3b;
  margin: 0;
  line-height: 1;
}
@media (min-width: 992px) {
  .fn-course-card__small-title {
    font-size: 18px;
  }
}

.fn-course-card__title {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: normal;
  color: #626262;
  font-family: "Fira Sans", sans-serif;
  margin: 10px 0 0 0;
}
@media (min-width: 992px) {
  .fn-course-card__title {
    font-size: 22px;
  }
}

.fn-course-card__duration-list > li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 30px;
}
@media (min-width: 992px) {
  .fn-course-card__duration-list > li {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .fn-course-card__duration-list > li {
    margin-right: 30px;
  }
}
.fn-course-card__duration-list > li:last-child {
  margin-right: 0;
}

.fn-course-card__duration-list-number {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #898989;
}
@media (min-width: 992px) {
  .fn-course-card__duration-list-number {
    font-size: 16px;
  }
}

.fn-course-card__duration-list-label {
  display: block;
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  color: #898989;
}
@media (min-width: 992px) {
  .fn-course-card__duration-list-label {
    font-size: 16px;
  }
}

.fn-view-all-course-card {
  background: #da3c3c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 24px 20px;
  position: relative;
}
@media (min-width: 768px) {
  .fn-view-all-course-card {
    min-height: 172px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .fn-view-all-course-card {
    min-height: 226px;
  }
}
.fn-view-all-course-card > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.fn-view-all-course-card .fn-section-head__decorator {
  top: 0;
}
@media (min-width: 768px) {
  .fn-view-all-course-card .fn-view-all-course-card__title {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.fn-view-all-course-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fn-view-all-course-card__title {
  font-family: "Fira Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.42;
  color: #fff;
}

.fn-view-all-course-card__bottom-title-text {
  font-family: "Fira Sans", sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.has-grey-bg {
  background: #fcfcfc;
}

.fn-data-card {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 20px 24px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(141, 151, 158, 0.2);
  -moz-box-shadow: 0 10px 30px 0 rgba(141, 151, 158, 0.2);
  box-shadow: 0 10px 30px 0 rgba(141, 151, 158, 0.2);
}
@media (min-width: 1200px) {
  .fn-data-card {
    padding: 20px 44px;
  }
}
@media (min-width: 768px) {
  .fn-data-card {
    min-height: 150px;
    max-height: 150px;
  }
}
@media (min-width: 992px) {
  .fn-data-card {
    min-height: 170px;
    max-height: 170px;
  }
}

.fn-data-card-number {
  font-family: "Fira Sans", sans-serif;
  font-size: 50px;
  font-weight: 200;
  letter-spacing: 1.3px;
  color: #898989;
  margin: 0;
}
@media (min-width: 1200px) {
  .fn-data-card-number {
    font-size: 66px;
  }
}

.fn-data-card-label {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.1px;
  color: #da3c3c;
  margin: 0;
  padding-right: 18%;
}
@media (min-width: 992px) {
  .fn-data-card-label {
    padding-right: 43%;
  }
}
@media (min-width: 1200px) {
  .fn-data-card-label {
    font-size: 22px;
    padding-right: 20%;
  }
}

.fn-home-section-three {
  margin-top: 28px;
}
@media (min-width: 768px) {
  .fn-home-section-three {
    margin-top: 48px;
  }
}
@media (min-width: 992px) {
  .fn-home-section-three {
    margin-top: 72px;
  }
}

@media (min-width: 768px) {
  .fn-enquire-section {
    margin-bottom: 150px !important;
  }
}
.fn-enquire-section .fn-primary-nav__enquire-btn {
  margin-left: 4px;
}

.fn-placement-company-logoes .fn-placement-company-logoes-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  min-width: 120px;
  max-width: 120px;
  min-height: 60px;
  max-height: 60px;
  margin-bottom: 20px;
}

.fn-testimonial-section {
  background-color: #fcfcfc;
}
.fn-testimonial-section .fn-testimonial-content .fn-quoted-text .fn-quote img {
  max-width: 30px;
}
.fn-testimonial-section .fn-testimonial-content .fn-quoted-text p {
  color: #606060;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .fn-testimonial-section .fn-testimonial-content .fn-quoted-text p {
    font-size: 20px;
  }
}
.fn-testimonial-section .fn-testimonial-content .fn-testimonial-person h4 {
  color: #626262;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .fn-testimonial-section .fn-testimonial-content .fn-testimonial-person h4 {
    font-size: 20px;
  }
}
.fn-testimonial-section .fn-testimonial-content .fn-testimonial-person .fn-testimonial-logo img {
  max-width: 60px;
}
@media (min-width: 768px) {
  .fn-testimonial-section .fn-testimonial-content .fn-testimonial-person .fn-testimonial-logo img {
    max-width: 100px;
  }
}

.fn-section__about .fn-section__about-bg {
  /*background: url("../images/about-banner.jpg");
  background-size: cover;
  background-attachment: fixed;*/
  padding-top: 0;
}
@media (min-width: 992px) {
  .fn-section__about .fn-section__about-bg {
    padding-top: 500px;
  }
}
.fn-section__about .fn-section__about__inner {
  background-color: #fff;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .fn-section__about .fn-section__about__inner {
    padding: 30px;
    margin-top: -250px;
  }
}
@media (min-width: 992px) {
  .fn-section__about .fn-section__about__inner {
    padding: 100px;
  }
}
.fn-section__about .fn-section__about__inner .fn-section__about__inner-title {
  margin-bottom: 0;
}
.fn-section__about .fn-section__about__inner .fn-section__about__inner-title .fn-title-small {
  color: #da3c3c;
  font-size: 18px;
  letter-spacing: 1.5px;
  margin-bottom: 0;
}
.fn-section__about .fn-section__about__inner .fn-section__about__inner-title h3 {
  color: #5b5b5b;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
}
@media (min-width: 768px) {
  .fn-section__about .fn-section__about__inner .fn-section__about__inner-title h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .fn-section__about .fn-section__about__inner .fn-section__about__inner-title h3 {
    font-size: 30px;
  }
}
.fn-section__about .fn-section__about__inner p {
  color: #828282;
  font-size: 16px;
  line-height: 1.44;
  font-weight: 300;
}
@media (min-width: 768px) {
  .fn-section__about .fn-section__about__inner p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .fn-section__about .fn-section__about__inner p {
    font-size: 18px;
  }
}

.fn-bg-pattern {
  display: block;
  padding: 60px;
  background: linear-gradient(90deg, #fff 19px, transparent 1%) center, linear-gradient(#fff 19px, transparent 1%) center, #D1D1D7;
  background-size: 22px 22px;
}
.fn-bg-pattern--custom {
  padding: 10px;
  background: linear-gradient(90deg, #fcfcfc 19px, transparent 1%) center, linear-gradient(#fcfcfc 19px, transparent 1%) center, #D1D1D7;
  background-size: 22px 22px;
}
@media (min-width: 992px) {
  .fn-bg-pattern--custom {
    padding: 40px;
  }
}

.fn-bg-pattern.fn-about-brand-img {
  text-align: center;
}
.fn-bg-pattern.fn-about-brand-img img {
  max-width: 200px;
  margin: auto;
}

.fn-training-partners h4 {
  color: #b6b6b6;
  letter-spacing: 2px;
  font-size: 18px;
  margin-bottom: 0;
}

.fn-brochure-download-wrapper {
  background-color: #242323;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .fn-brochure-download-wrapper {
    padding: 75px 0;
  }
}
.fn-brochure-download-wrapper .fn-brochure-download__title {
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
}
@media (min-width: 768px) {
  .fn-brochure-download-wrapper .fn-brochure-download__title {
    font-size: 24px;
  }
}
.fn-brochure-download-wrapper .fn-brochure-download__form .before-and-after-goal > p .download_link {
  text-align: center;
  display: block;
}
.fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-not-valid-tip {
  font-size: 12px;
  padding-top: 8px;
}
.fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-validation-errors {
  font-size: 12px;
  color: #fff;
  padding: 10px 20px;
  line-height: 1.5;
  border-width: 1px;
  text-align: center;
}
.fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-mail-sent-ok {
  font-size: 12px;
  color: #fff;
  padding: 10px 20px;
  line-height: 1.5;
  border-width: 1px;
  text-align: center;
}
.fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-submit {
  display: inline-block;
  padding: 10px 24px 8px 24px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  font-family: "BebasNeue", sans-serif;
  letter-spacing: 1.5px;
  line-height: 1;
  font-size: 15px;
  white-space: nowrap;
  vertical-align: middle;
  color: #EDCD1F;
  background: #1e2d3b;
  border-color: #fff;
  border: none;
}
.fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-submit:hover, .fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-submit:active {
  background: #EDCD1F;
  color: #1e2d3b;
}
@media (min-width: 1200px) {
  .fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-submit {
    padding: 12px 24px 9px 24px;
  }
}
.fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-form .fn-custom-label {
  position: absolute;
  color: #cbcbcb;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 100;
  top: 13px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-form .fn-download-form-elements-wrapper p {
  width: 100%;
  line-height: 1;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-form .fn-download-form-elements-wrapper p:first-child {
    width: 22%;
  }
}
@media (min-width: 992px) {
  .fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-form .fn-download-form-elements-wrapper p:first-child {
    width: 24%;
  }
}
@media (min-width: 1200px) {
  .fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-form .fn-download-form-elements-wrapper p:first-child {
    width: 22.5%;
  }
}
@media (min-width: 768px) {
  .fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-form .fn-download-form-elements-wrapper p:nth-child(2) {
    width: 22%;
  }
}
@media (min-width: 992px) {
  .fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-form .fn-download-form-elements-wrapper p:nth-child(2) {
    width: 24%;
  }
}
@media (min-width: 1200px) {
  .fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-form .fn-download-form-elements-wrapper p:nth-child(2) {
    width: 22.5%;
  }
}
@media (min-width: 768px) {
  .fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-form .fn-download-form-elements-wrapper p:nth-child(3) {
    width: 22%;
  }
}
@media (min-width: 992px) {
  .fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-form .fn-download-form-elements-wrapper p:nth-child(3) {
    width: 24%;
  }
}
@media (min-width: 1200px) {
  .fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-form .fn-download-form-elements-wrapper p:nth-child(3) {
    width: 22.5%;
  }
}
@media (min-width: 768px) {
  .fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-form .fn-download-form-elements-wrapper p:nth-child(4) {
    width: 26%;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-form .fn-download-form-elements-wrapper p:nth-child(4) {
    width: 19%;
  }
}
@media (min-width: 1200px) {
  .fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-form .fn-download-form-elements-wrapper p:nth-child(4) {
    width: 16%;
  }
}
@media (min-width: 768px) {
  .fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-form .fn-download-form-elements-wrapper p {
    margin-right: 2%;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 1200px) {
  .fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-form .fn-download-form-elements-wrapper p {
    margin-right: 5%;
  }
}
.fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-form .fn-download-form-elements-wrapper p.fn-focus-in .fn-custom-label {
  top: -10px;
  font-size: 11px;
}
.fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-form .fn-download-form-elements-wrapper p > label {
  display: block;
  max-width: 100%;
  position: relative;
  margin-bottom: 0;
}
.fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-form .fn-download-form-elements-wrapper p .wpcf7-form-control-wrap {
  display: block;
  max-width: 100%;
}
.fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-form .fn-download-form-elements-wrapper p .wpcf7-form-control-wrap input {
  width: 100%;
  height: 38px;
  max-width: 100%;
  position: relative;
  font-family: "Fira Sans", sans-serif;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #585858;
  border-radius: 0;
  color: #ffffff;
  z-index: 2;
}
.fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-form .fn-download-form-elements-wrapper p .wpcf7-form-control-wrap input:focus, .fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-form .fn-download-form-elements-wrapper p .wpcf7-form-control-wrap input:valid {
  box-shadow: none;
  outline: none;
}
.fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-form .fn-download-form-elements-wrapper p .wpcf7-form-control-wrap input:focus ~ .fn-input-bottom-border, .fn-brochure-download-wrapper .fn-brochure-download__form .wpcf7-form .fn-download-form-elements-wrapper p .wpcf7-form-control-wrap input:valid ~ .fn-input-bottom-border {
  transform: scale(1);
}
.fn-brochure-download-wrapper .fn-brochure-download__form .fn-input {
  position: relative;
  font-family: "Fira Sans", sans-serif;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #585858;
  border-radius: 0;
  color: #ffffff;
  z-index: 2;
}
.fn-brochure-download-wrapper .fn-brochure-download__form .fn-input:focus, .fn-brochure-download-wrapper .fn-brochure-download__form .fn-input:valid {
  box-shadow: none;
  outline: none;
}
.fn-brochure-download-wrapper .fn-brochure-download__form .fn-input:focus ~ label, .fn-brochure-download-wrapper .fn-brochure-download__form .fn-input:valid ~ label {
  top: -20px;
  font-size: 11px;
}
.fn-brochure-download-wrapper .fn-brochure-download__form .fn-input:focus ~ .fn-input-bottom-border, .fn-brochure-download-wrapper .fn-brochure-download__form .fn-input:valid ~ .fn-input-bottom-border {
  transform: scale(1);
}
.fn-brochure-download-wrapper .fn-brochure-download__form .fn-label {
  position: absolute;
  color: #cbcbcb;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 100;
  top: 5px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.fn-brochure-download-wrapper .fn-brochure-download__form .fn-input-bottom-border {
  position: absolute;
  width: 96.5%;
  border-bottom: solid 1px #fff;
  left: 5px;
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.fn-testimonial-person__image img {
  border-radius: 50%;
}
@media (max-width: 767px) {
  .fn-testimonial-person__image img {
    margin: auto;
    max-width: 200px;
  }
}

.fn-megamenu-close-wrapper {
  text-align: right;
  margin-bottom: 20px;
  padding: 0 10px;
}

.fn-megamenu-close-btn {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  color: #898989;
}
.fn-megamenu-close-btn > i {
  color: #1e2d3b;
  margin-left: 3px;
  font-size: 9px;
}

.fn-inner-banner {
  position: relative;
  background-color:#dabb14;
  overflow: hidden;
}
.fn-inner-banner .fn-oval-1 {
  top: 50px;
  right: 30%;
  background-color: #1e2d3b;
}
.fn-inner-banner .fn-inner-banner__title {
  position: relative;
  padding: 80px 0;
}
@media (min-width: 992px) {
  .fn-inner-banner .fn-inner-banner__title {
    padding: 120px 0;
  }
}
.fn-inner-banner .fn-inner-banner__title .fn-inner-banner__bg-object {
  position: absolute;
  top: 17%;
  left: 0;
}
.fn-inner-banner .fn-inner-banner__title h2 {
  position: absolute;
  color: #fff;
  font-weight: normal;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 1.28;
  letter-spacing: 1.5px;
}
@media (min-width: 992px) {
  .fn-inner-banner .fn-inner-banner__title h2 {
    font-size: 50px;
  }
}

.split-slideshow {
  padding: 15px 0;
  position: relative;
}

.slideshow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: -50px;
}
.slideshow .slider {
  width: 100%;
  height: 100%;
  z-index: 2;
  margin-bottom: 0;
}
.slideshow .slider * {
  outline: none;
}
.slideshow .slider .item {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: none;
}
.slideshow .slider .item .text {
  display: none;
}
.slideshow .slider .slick-list {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.slideshow .slick-dots {
  display: none;
}
@media (min-width: 768px) {
  .slideshow .slick-dots {
    display: block;
    position: absolute;
    top: 50%;
    left: 22px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 100;
    width: auto;
    height: auto;
  }
}
@media (min-width: 992px) {
  .slideshow .slick-dots {
    left: 26px;
  }
}
@media (min-width: 1200px) {
  .slideshow .slick-dots {
    left: 12px;
  }
}
.slideshow .slick-dots li {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 10px 0;
}
.slideshow .slick-dots li:last-child {
  margin-bottom: 0;
}
.slideshow .slick-dots li button {
  position: relative;
  width: 12px;
  height: 12px;
  background: #d8d8d8;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
}
.slideshow .slick-dots li button:before {
  content: "";
  display: none;
}
.slideshow .slick-dots li.slick-active button {
  background: #da3c3c;
}
.slideshow.slideshow-right {
  left: 0;
  z-index: 1;
  width: 50vw;
  pointer-events: none;
}
.slideshow.slideshow-right .slider {
  left: 0;
  position: absolute;
}

.slideshow-text {
  width: 100%;
  pointer-events: none;
}

.fn-home-first-fold-content__inner-wrapper {
  min-height: 257px;
}
@media (min-width: 480px) {
  .fn-home-first-fold-content__inner-wrapper {
    min-height: 289px;
  }
}
@media (min-width: 768px) {
  .fn-home-first-fold-content__inner-wrapper {
    min-height: 321px;
  }
}
@media (min-width: 992px) {
  .fn-home-first-fold-content__inner-wrapper {
    min-height: 414px;
  }
}
@media (min-width: 1200px) {
  .fn-home-first-fold-content__inner-wrapper {
    min-height: 342px;
  }
}

.fn-section-black-overlay {
  position: relative;
  background: url("../images/vision-bg-new.jpg") no-repeat;
  background-size: cover;
  background-position: -600px 0;
}
@media (min-width: 576px) {
  .fn-section-black-overlay {
    background-position: -250px 0;
  }
}
@media (min-width: 768px) {
  .fn-section-black-overlay {
    background-position: -90px 0;
  }
}
@media (min-width: 992px) {
  .fn-section-black-overlay {
    background-size: cover;
    /*background-position: right;*/
	background-position: 0px -8px;
	  padding: 85px 0px 175px !important;
  }
}
.fn-section-black-overlay__content {
  position: relative;
  z-index: 2;
}
.fn-section-black-overlay .fn-section-black-overlay__content {
  position: relative;
}
.fn-section-black-overlay .fn-section-black-overlay__content h1,
.fn-section-black-overlay .fn-section-black-overlay__content h2,
.fn-section-black-overlay .fn-section-black-overlay__content h3,
.fn-section-black-overlay .fn-section-black-overlay__content h4,
.fn-section-black-overlay .fn-section-black-overlay__content h5,
.fn-section-black-overlay .fn-section-black-overlay__content h6 {
  color: #fff;
  letter-spacing: 2.5px;
  font-weight: normal;
}
.fn-section-black-overlay .fn-section-black-overlay__content h1 {
  font-size: 32px;
}
.fn-section-black-overlay .fn-section-black-overlay__content h2 {
  font-size: 28px;
}
.fn-section-black-overlay .fn-section-black-overlay__content h3 {
  font-size: 24px;
}
.fn-section-black-overlay .fn-section-black-overlay__content h4 {
  font-size: 20px;
}
.fn-section-black-overlay .fn-section-black-overlay__content .fn-quoted-text p {
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  margin: 20px 0;
  font-size: 16px;
  font-weight: 100;
  color: #fff;
}
@media (min-width: 992px) {
  .fn-section-black-overlay .fn-section-black-overlay__content .fn-quoted-text p {
    font-size: 28px;
    max-width: 75%;
  }
}
.fn-section-black-overlay .fn-section-black-overlay__content .fn-testimonial-person {
  position: absolute;
  right: 0;
  bottom: -140px;
}
.fn-section-black-overlay .fn-section-black-overlay__content .fn-testimonial-person h4 {
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
}
.fn-quoted-text.my-2.my-sm-4 {
    color: #ccc;
}
@media (min-width: 768px) {
  .fn-section-black-overlay .fn-section-black-overlay__content .fn-testimonial-person h4 {
    font-size: 28px;
  }
}

.fn-section-involved {
  background-color: #242323;
  padding: 25px;
}
@media (min-width: 768px) {
  .fn-section-involved {
    padding: 75px;
  }
}
.fn-section-involved h5 {
  font-weight: 300;
  color: #fff;
  font-size: 24px;
  letter-spacing: 2.5px;
}
.fn-section-involved a {
  position: relative;
  font-size: 20px;
  color: #b2b2b2;
  font-family: "BebasNeue", sans-serif;
  letter-spacing: 1.9px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.fn-section-involved a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  left: 50%;
  top: 250%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 767px) {
  .fn-section-involved a:before {
    display: none;
  }
  
  .fn-section-black-overlay .fn-section-black-overlay__content .fn-testimonial-person
  {
        position: static;
  }
  .fn-section-black-overlay .fn-section-black-overlay__content .fn-quoted-text p{
    font-size:14px;
  }
  
}
.fn-section-involved a:hover {
  color: #fff;
}
.fn-section-involved a:hover:before {
  opacity: 1;
  top: 200%;
}

.fn-footer-links__list-wrapper > ul > li > a {
  display: block;
  padding: 5px 0;
  color: #bcbbbb;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fn-footer-links__list-wrapper > ul > li > a:hover {
  color: #fff;
}
.fn-footer-links__list-wrapper > ul > li > a:focus {
  color: #fff;
}

.fn-course-detail-wrapper {
  margin-top: -140px;
}
@media (min-width: 992px) {
  .fn-course-detail-wrapper {
    margin-top: -200px;
  }
}
.fn-course-detail-wrapper .fn-course-detail__head h5 {
  letter-spacing: 2.2px;
  color: #ffffff;
  font-size: 16px;
}
@media (min-width: 992px) {
  .fn-course-detail-wrapper .fn-course-detail__head h5 {
    margin-top: 18px;
  }
}
@media (min-width: 768px) {
  .fn-course-detail-wrapper .fn-course-detail__head h5 {
    margin-top: 18px;
  }
}
.fn-course-detail-wrapper .fn-course-detail__head h2 {
  color: #fff;
  font-size: 20px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .fn-course-detail-wrapper .fn-course-detail__head h2 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .fn-course-detail-wrapper .fn-course-detail__head h2 {
    font-size: 32px;
  }
}

.fn-course-details {
  background-color: #fff;
  position: relative;
  padding: 20px 40px;
  border-radius: 4px;
  box-shadow: 0 0 16px 12px rgba(11, 11, 11, 0.05);
}
@media (min-width: 992px) {
  .fn-course-details {
    padding: 40px 60px;
    max-height: 400px;
    overflow: hidden;
  }
}

.fn-course-detail__back-btn a {
  color: #ffdcdc;
  font-size: 14px;
  font-weight: 400;
}
.fn-course-detail__back-btn a i {
  font-weight: bold;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fn-course-detail__back-btn a:hover i, .fn-course-detail__back-btn a:active i {
  transform: translateX(-15px);
}

.fn-course-details__block h5 {
  color: #3D5975;
  font-size: 16px;
  letter-spacing: 2.2px;
  font-family: "BebasNeue", sans-serif;
}
@media (min-width: 768px) {
  .fn-course-details__block h5 {
    font-size: 17px;
  }
}
.fn-course-details__block h2 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
  color: #626262;
}
@media (min-width: 768px) {
  .fn-course-details__block h2 {
    font-size: 24px;
  }
}
.fn-course-details__block small {
  font-size: 14px;
  font-weight: 300;
  color: #747b8c;
}
@media (min-width: 768px) {
  .fn-course-details__block small {
    font-size: 16px;
  }
}

.fn-card-around-oval {
  padding: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .fn-card-around-oval {
    margin-top: 0px; 
    /* edited from -60 */
  }
}
.fn-card-around-oval .fn-card {
  padding: 50px;
}
.fn-card-around-oval .fn-card h1 {
  font-size: 30px;
  font-family: "Fira Sans", sans-serif;
  color: #4a4a4a;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .fn-card-around-oval .fn-card h1 {
    font-size: 60px;
  }
}
.fn-card-around-oval .fn-card h1,
.fn-card-around-oval .fn-card h2,
.fn-card-around-oval .fn-card h3,
.fn-card-around-oval .fn-card h4 {
  font-family: "Fira Sans", sans-serif;
  color: #4a4a4a;
  font-weight: 500;
}
.fn-card-around-oval span {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.31;
  letter-spacing: 0.4px;
  color: #4a4a4a;
}
@media (min-width: 768px) {
  .fn-card-around-oval span {
    font-size: 22px;
  }
}
.fn-card-around-oval .fn-oval-1 {
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fn-card-around-oval .fn-oval-2 {
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fn-card-around-oval:hover .fn-oval-1 {
  left: -30px;
  top: -30px;
}
.fn-card-around-oval:hover .fn-oval-2 {
  right: -40px;
  bottom: -40px;
}

.fn-banner-awards-logo-list {
  margin-top: 10px;
}
.fn-banner-awards-logo-list > li {
  display: inline-block;
  vertical-align: middle;
  max-width: 71px;
  margin-right: 18px;
}
.fn-banner-awards-logo-list > li:last-child {
  margin-right: 0;
}

.fn-banner-awards-label {
  display: block;
  font-size: 13px;
  margin: 15px 0 0 0;
  letter-spacing: 0.5px;
  text-align: left;
  color: #4a4a4a;
}
@media (min-width: 768px) {
  .fn-banner-awards-label {
    margin-top: 30px;
  }
}

.fn-advantages-wrapper .fn-advantages__head h4 {
  font-size: 18px;
  color: #da3c3c;
  letter-spacing: 2.2px;
  text-align: center;
}
.fn-advantages-wrapper .fn-advantages__content {
  background-color: #f8f8f8;
  padding: 25px 50px;
  font-family: "Fira Sans", sans-serif;
  color: #626262;
}
.fn-advantages-wrapper .fn-advantages__content h2,
.fn-advantages-wrapper .fn-advantages__content h3,
.fn-advantages-wrapper .fn-advantages__content h4,
.fn-advantages-wrapper .fn-advantages__content h5 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
}
.fn-advantages-wrapper .fn-advantages__content h4 {
  font-size: 17px;
}
.fn-advantages-wrapper .fn-advantages__content span {
  font-weight: 300;
  font-size: 14px;
}

.fn-bullet-list .fn-bullet-list__head {
  color: #626262;
}
.fn-bullet-list .fn-bullet-list__head h1,
.fn-bullet-list .fn-bullet-list__head h2,
.fn-bullet-list .fn-bullet-list__head h3,
.fn-bullet-list .fn-bullet-list__head h4,
.fn-bullet-list .fn-bullet-list__head h5,
.fn-bullet-list .fn-bullet-list__head h6 {
  font-family: "Fira Sans", sans-serif;
  font-weight: normal;
}
.fn-bullet-list .fn-bullet-list__head h1 {
  font-size: 30px;
}
@media (min-width: 768px) {
  .fn-bullet-list .fn-bullet-list__head h1 {
    font-size: 36px;
  }
}
.fn-bullet-list .fn-bullet-list__head h2 {
  font-size: 28px;
}
@media (min-width: 768px) {
  .fn-bullet-list .fn-bullet-list__head h2 {
    font-size: 32px;
  }
}
.fn-bullet-list .fn-bullet-list__head h3 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .fn-bullet-list .fn-bullet-list__head h3 {
    font-size: 28px;
  }
}
.fn-bullet-list .fn-bullet-list__head h4 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .fn-bullet-list .fn-bullet-list__head h4 {
    font-size: 25px;
  }
}
.fn-bullet-list .fn-bullet-list__content ul > li {
  color: #828282;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  position: relative;
  padding-left: 0px;
}
.fn-bullet-list .fn-bullet-list__content ul > li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #1e2d3b;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
    position: relative;
    left: inherit;
    top: 5px;
    transform: translateY(-50%);
    display: inline-block;
    margin-right: 10px;
}

.fn-faq-section {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .fn-faq-section {
    margin-top: 75px;
  }
}

.fn-section-CTA {
  background-color: #f4f4f4;
}
.fn-section-CTA h2 {
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  color: #4a4a4a;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .fn-section-CTA h2 {
    font-size: 26px;
  }
}

.fn-why-frankfinn-section .fn-why-frankfinn-block .fn-section-head p {
  font-size: 15px;
}
@media (min-width: 768px) {
  .fn-why-frankfinn-section .fn-why-frankfinn-block .fn-section-head p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .fn-why-frankfinn-section .fn-why-frankfinn-block .fn-section-head p {
    font-size: 22px;
  }
}
.fn-why-frankfinn-section .fn-why-frankfinn-block .fn-bullet-list {
  position: relative;
  background-color: #fff;
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0 10px 30px 0 rgba(141, 151, 158, 0.11);
  padding: 25px;
  z-index: 2;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .fn-why-frankfinn-section .fn-why-frankfinn-block .fn-bullet-list {
    padding: 50px;
    max-width: 65%;
    bottom: -100px;
    margin-top: 0;
  }
}
.fn-why-frankfinn-section .fn-why-frankfinn-block .fn-bullet-list .fn-bullet-list__content li {
  line-height: 1.5;
  color: #626262;
  font-size: 16px;
  font-weight: 400;
}
.fn-why-frankfinn-section .fn-why-frankfinn-block .fn-bullet-list .fn-bullet-list__content li:not(:last-child) {
  margin-bottom: 20px;
}
.fn-why-frankfinn-section .fn-why-frankfinn-block .fn-bullet-list .fn-bullet-list__content li:before {
  top: 5px !important;
  transform: translateY(0) !important;
}
@media (min-width: 768px) {
  .fn-why-frankfinn-section .fn-why-frankfinn-block .fn-bullet-list .fn-bullet-list__content li {
    font-size: 18px;
  }
  .fn-why-frankfinn-section .fn-why-frankfinn-block .fn-bullet-list .fn-bullet-list__content li:before {
    top: 12px !important;
  }
}
@media (min-width: 992px) {
  .fn-why-frankfinn-section .fn-why-frankfinn-block .fn-bullet-list .fn-bullet-list__content li {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .fn-why-frankfinn-section .fn-why-frankfinn-block {
    padding-top: 30px;
  }
}
.fn-why-frankfinn-section .fn-inner-banner__bg-object {
  position: absolute;
}
@media (min-width: 768px) {
  .fn-why-frankfinn-section .fn-inner-banner__bg-object {
    right: 26%;
    top: 20%;
    transform: rotate(118deg);
  }
}
.fn-why-frankfinn-section .fn-oval-1 {
  top: 50%;
  right: 20%;
}
.fn-why-frankfinn-section .fn-inner-banner {
  overflow: visible;
}

.fn-tabs-section {
  position: relative;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .fn-tabs-section {
    margin-top: 100px;
  }
}
.fn-tabs-section .nav:before {
  content: "";
  position: absolute;
  left: 0;
  top: 41px;
  width: 100%;
  border-bottom: solid 2px #d4d4d4;
  visibility: hidden;
}
@media (min-width: 768px) {
  .fn-tabs-section .nav:before {
    visibility: visible;
  }
}
.fn-tabs-section .nav .nav-item .nav-link {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.6px;
  color: #626262;
}
@media (min-width: 768px) {
  .fn-tabs-section .nav .nav-item .nav-link {
    font-size: 18px;
  }
}
.fn-tabs-section .nav .nav-item .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #da3c3c;
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fn-tabs-section .nav .nav-item .nav-link.active {
  background-color: transparent;
  color: #da3c3c;
  font-weight: 500;
}
.fn-tabs-section .nav .nav-item .nav-link.active:before {
  transform: scale(1);
}
.fn-tabs-section .fn-image-content-block__content p {
  font-size: 14px;
}
@media (min-width: 768px) {
  .fn-tabs-section .fn-image-content-block__content p {
    font-size: 17px;
  }
}

.fn-site-search > form > div {
  text-align: right;
  padding: 8px 0;
}
@media (min-width: 768px) {
  .fn-site-search > form > div {
    padding: 10px 0;
  }
}
.fn-site-search > form > div input[type=text] {
  border: 1px solid #fff;
  height: 30px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  vertical-align: middle;
  width: 100px;
}
@media (min-width: 768px) {
  .fn-site-search > form > div input[type=text] {
    width: 180px;
    height: 40px;
  }
}
.fn-site-search > form > div input[type=submit] {
  border: 1px solid transparent;
  padding: 0;
  -webkit-border-radius: 0 0.25rem 0.25rem 0;
  -moz-border-radius: 0 0.25rem 0.25rem 0;
  border-radius: 0 0.25rem 0.25rem 0;
  width: 40px;
  height: 30px;
  text-indent: 100px;
  background: url("https://www.frankfinn.com/wp-content/themes/frankfinn/images/search.svg") no-repeat center center;
  background-color: #fff;
  margin-left: -8px;
  margin-top: -1px;
  vertical-align: middle;
  cursor: pointer;
}
@media (min-width: 768px) {
  .fn-site-search > form > div input[type=submit] {
    height: 40px;
  }
}

.fn-post-pagination {
  display: block;
  width: 100%;
  margin: 36px 0;
}
@media (min-width: 992px) {
  .fn-post-pagination {
    margin: 95px 0 98px 0;
  }
}
.fn-post-pagination > a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #b6b6b6;
  font-size: 16px;
  min-width: 36px;
  min-height: 36px;
  font-weight: 300;
  padding: 9px 12px;
  line-height: 1;
  margin-right: 10px;
}
.fn-post-pagination > a.active {
  background: #da3c3c;
  border-color: #da3c3c;
  color: #fff;
}

.fn-footer-bottom {
  background: #151414;
  padding: 18px 0;
  margin-top: 40px;
  line-height: 1;
}
@media (min-width: 768px) {
  .fn-footer-bottom {
    padding: 10px 0;
  }
}

.fn-footer-copyright-text {
  display: block;
  margin: 4px 0 0 0;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .fn-footer-copyright-text {
    margin: 3px 0 0 0;
  }
}

.fn-footer-designed-by-text {
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .fn-footer-designed-by-text {
    margin: 0;
  }
}

.fn-footer-designed-by-label {
  font-size: 10px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.fn-footer-designed-by-logo {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  padding-left: 6px;
  line-height: 1;
  overflow: hidden;
}
.fn-footer-designed-by-logo > img {
  vertical-align: top;
  width: 68px;
  max-width: none;
}

.fn-footer-bottom__inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  line-height: 1;
}

.fn-wp-contact-form-wrapper {
  margin-top: 10px;
}
.fn-wp-contact-form-wrapper .wpcf7-not-valid-tip {
  font-size: 12px;
  padding-top: 4px;
}
.fn-wp-contact-form-wrapper .wpcf7-validation-errors {
  font-size: 12px;
  padding: 10px 20px;
  line-height: 1.5;
  border-width: 1px;
  text-align: center;
}
.fn-wp-contact-form-wrapper .wpcf7-mail-sent-ok {
  font-size: 12px;
  padding: 10px 20px;
  line-height: 1.5;
  border-width: 1px;
  text-align: center;
}
.fn-wp-contact-form-wrapper .wpcf7-submit {
  display: inline-block;
  padding: 14px 34px 12px 34px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-family: "BebasNeue", sans-serif;
  letter-spacing: 1.5px;
  line-height: 1;
  font-size: 15px;
  white-space: nowrap;
  vertical-align: middle;
  color: #da3c3c;
  background: #da3c3c;
  border-color: #da3c3c;
  color: #fff;
  margin-top: 20px;
  border: none;
}
.fn-wp-contact-form-wrapper .wpcf7-submit:hover, .fn-wp-contact-form-wrapper .wpcf7-submit:active {
  background: #c73838;
  color: white;
}
@media (min-width: 1200px) {
  .fn-wp-contact-form-wrapper .wpcf7-submit {
    padding: 12px 24px 9px 24px;
  }
}
.fn-wp-contact-form-wrapper .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text {
  border-bottom: 1px solid #d6d6d6;
  border-width: 0 0 1px 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  padding: 16PX 0;
  letter-spacing: 0.5px;
  height: 34px;
  width: 100%;
  max-width: 100%;
  color: #898989;
}
.fn-wp-contact-form-wrapper .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
  border-bottom: 1px solid #d6d6d6;
  border-width: 0 0 1px 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  padding: 16PX 0;
  letter-spacing: 0.5px;
  height: 34px;
  width: 100%;
  max-width: 100%;
  color: #898989;
}

@media (min-width: 992px) {
  .fn-wp-contact-form-two-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .fn-wp-contact-form-two-column > label {
    max-width: 48%;
    width: 100%;
  }
}

.fn-wp-contact-form-label {
  color: #898989;
  letter-spacing: 0.5px;
  font-weight: 300;
  font-size: 18px;
  z-index: 1;
  position: absolute;
  transition: all 0.1s ease-out;
  top: 26px;
  display: block;
  text-transform: uppercase;
}

.fn-wp-contact-form-field > label {
  position: relative;
  display: block;
}
.fn-wp-contact-form-field > label.fn-focus-color .fn-wp-contact-form-label {
  color: #da3c3c;
}
.fn-wp-contact-form-field > label.fn-focus-in .fn-wp-contact-form-label {
  top: 10px;
  font-size: 11px;
}
.fn-wp-contact-form-field > label .wpcf7-form-control-wrap {
  display: block;
}
.fn-wp-contact-form-field .wpcf7-date {
  border-bottom: 1px solid #d6d6d6;
  border-width: 0 0 1px 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  padding: 16PX 0;
  letter-spacing: 0.5px;
  height: 34px;
  width: 100%;
  max-width: 100%;
  color: #898989;
  position: relative;
  z-index: 3;
  background: transparent;
}

.fn-wp-contact-form-field .fn-wp-contact-form-field__inner-wrap {
  position: relative;
  display: block;
}
.fn-wp-contact-form-field .fn-wp-contact-form-field__inner-wrap.fn-focus-color .fn-wp-contact-form-label {
  color: #da3c3c;
}
.fn-wp-contact-form-field .fn-wp-contact-form-field__inner-wrap.fn-focus-in .fn-wp-contact-form-label {
  top: 10px;
  font-size: 11px;
}
.fn-wp-contact-form-field .fn-wp-contact-form-field__inner-wrap .wpcf7-form-control-wrap {
  display: block;
}

.fn-enquire-popup__form-wrapper {
  margin-top: 0;
}
.fn-enquire-popup__form-wrapper .wpcf7-not-valid-tip {
  font-size: 12px;
  padding-top: 4px;
}
.fn-enquire-popup__form-wrapper .wpcf7-validation-errors {
  font-size: 12px;
  padding: 10px 20px;
  line-height: 1.5;
  border-width: 1px;
  text-align: center;
}
.fn-enquire-popup__form-wrapper .wpcf7-mail-sent-ok {
  font-size: 12px;
  padding: 10px 20px;
  line-height: 1.5;
  border-width: 1px;
  text-align: center;
}
.fn-enquire-popup__form-wrapper .wpcf7-submit {
  display: inline-block;
  width: 100%;
  padding: 14px 34px 12px 34px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-family: "BebasNeue", sans-serif;
  letter-spacing: 1.5px;
  line-height: 1;
  font-size: 15px;
  white-space: nowrap;
  vertical-align: middle;
  color: #da3c3c;
  background: #da3c3c;
  border-color: #da3c3c;
  color: #fff;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .fn-enquire-popup__form-wrapper .wpcf7-submit {
    padding: 12px 24px 9px 24px;
  }
}
.fn-enquire-popup__form-wrapper .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text {
  border-bottom: 1px solid #d6d6d6;
  border-width: 0 0 1px 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  padding: 16PX 0;
  letter-spacing: 0.5px;
  height: 34px;
  width: 100%;
  max-width: 100%;
  color: #898989;
  position: relative;
  z-index: 3;
  background: transparent;
}
.fn-enquire-popup__form-wrapper .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-number {
  border-bottom: 1px solid #d6d6d6;
  border-width: 0 0 1px 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  padding: 16PX 0;
  letter-spacing: 0.5px;
  height: 34px;
  width: 100%;
  max-width: 100%;
  color: #898989;
  position: relative;
  z-index: 3;
  background: transparent;
}
.fn-enquire-popup__form-wrapper .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
  border-bottom: 1px solid #d6d6d6;
  border-width: 0 0 1px 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  padding: 16PX 0;
  letter-spacing: 0.5px;
  height: 34px;
  width: 100%;
  max-width: 100%;
  color: #898989;
}
.fn-enquire-popup__form-wrapper .select2-container {
  width: 100% !important;
}
.fn-enquire-popup__form-wrapper .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  margin-right: 26px;
}
.fn-enquire-popup__form-wrapper .wpcf7-radio .wpcf7-list-item.last {
  margin-right: 0;
}
.fn-enquire-popup__form-wrapper .wpcf7-radio .wpcf7-list-item > label {
  position: relative;
  line-height: 1;
}
.fn-enquire-popup__form-wrapper .wpcf7-radio .wpcf7-list-item > label input[type=radio] {
  display: none;
}
.fn-enquire-popup__form-wrapper .wpcf7-radio .wpcf7-list-item > label input[type=radio]:checked + .wpcf7-list-item-label::before {
  border-color: #da3c3c;
}
.fn-enquire-popup__form-wrapper .wpcf7-radio .wpcf7-list-item > label input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.fn-enquire-popup__form-wrapper .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  color: #898989;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 300;
}
.fn-enquire-popup__form-wrapper .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  background: transparent;
  overflow: hidden;
  text-align: center;
  position: relative;
  top: -2px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 6px;
}
.fn-enquire-popup__form-wrapper .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before:hover {
  border-color: #da3c3c;
}
.fn-enquire-popup__form-wrapper .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #da3c3c;
  position: absolute;
  top: 8px;
  left: 8px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .fn-enquire-popup__form-wrapper .fn-wp-contact-form-two-column .fn-wp-contact-form-field__inner-wrap {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .fn-enquire-popup__form-wrapper .fn-wp-contact-form-two-column .fn-wp-contact-form-field__inner-wrap .wpcf7-radio {
    padding-left: 20px;
    padding-top: 4px;
    display: block;
  }
}

/*# sourceMappingURL=styles/main.css.map */

.page-id-44 #form-students-tab,.page-id-44 #form-general-tab {
    display: none;
}
