* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: MuseoSans100;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/museo/100/museosans_100-webfont.eot");
  src: url("../fonts/museo/100/museosans_100-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo/100/museosans_100-webfont.woff") format("woff"), url("../fonts/museo/100/museosans_100-webfont.ttf") format("truetype"), url("../fonts/museo/100/museosans_100-webfont.svg#MuseoSans100") format("svg"); }

@font-face {
  font-family: MuseoSans100;
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/museo/100/museosans_100_italic-webfont.eot");
  src: url("../fonts/museo/100/museosans_100_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo/100/museosans_100_italic-webfont.woff") format("woff"), url("../fonts/museo/100/museosans_100_italic-webfont.ttf") format("truetype"), url("../fonts/museo/100/museosans_100_italic-webfont.svg#MuseoSans100") format("svg"); }

@font-face {
  font-family: MuseoSans300;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/museo/300/museosans_300-webfont.eot");
  src: url("../fonts/museo/300/museosans_300-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo/300/museosans_300-webfont.woff") format("woff"), url("../fonts/museo/300/museosans_300-webfont.ttf") format("truetype"), url("../fonts/museo/300/museosans_300-webfont.svg#MuseoSans300") format("svg"); }

@font-face {
  font-family: MuseoSans500;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/museo/500/museosans_500-webfont.eot");
  src: url("../fonts/museo/500/museosans_500-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo/500/museosans_500-webfont.woff") format("woff"), url("../fonts/museo/500/museosans_500-webfont.ttf") format("truetype"), url("../fonts/museo/500/museosans_500-webfont.svg#MuseoSans500") format("svg"); }

@font-face {
  font-family: MuseoSans700;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/museo/700/museosans_700-webfont.eot");
  src: url("../fonts/museo/700/museosans_700-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo/700/museosans_700-webfont.woff") format("woff"), url("../fonts/museo/700/museosans_700-webfont.ttf") format("truetype"), url("../fonts/museo/700/museosans_700-webfont.svg#MuseoSans700") format("svg"); }

@font-face {
  font-family: MuseoSans900;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/museo/900/museosans_900-webfont.eot");
  src: url("../fonts/museo/900/museosans_900-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo/900/museosans_900-webfont.woff") format("woff"), url("../fonts/museo/900/museosans_900-webfont.ttf") format("truetype"), url("../fonts/museo/900/museosans_900-webfont.svg#MuseoSans900") format("svg"); }

.animatable {
  /* initially hide animatable objects */
  visibility: hidden;
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused; }

/* show objects being animated */
.animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running; }
  .animated.animationDelay {
    animation-delay: .4s;
    -webkit-animation-delay: .4s; }
  .animated.animationDelayMed {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s; }
  .animated.animationDelayLong {
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s; }
  .animated.fadeBgColor {
    -webkit-animation-name: fadeBgColor;
    -moz-animation-name: fadeBgColor;
    -o-animation-name: fadeBgColor;
    animation-name: fadeBgColor; }
  .animated.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn; }
  .animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight; }
  .animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft; }
  .animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn; }
  .animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown; }
  .animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp; }
  .animated.moveUp {
    -webkit-animation-name: moveUp;
    -moz-animation-name: moveUp;
    -o-animation-name: moveUp;
    animation-name: moveUp; }

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    -webkit-transform: translateX(20px); }
  80% {
    -webkit-transform: translateX(-5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    -moz-transform: translateX(20px); }
  80% {
    -moz-transform: translateX(-5px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(20px); }
  80% {
    -o-transform: translateX(-5px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    transform: translateX(20px); }
  80% {
    transform: translateX(-5px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    -webkit-transform: translateX(-20px); }
  80% {
    -webkit-transform: translateX(5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    -moz-transform: translateX(-20px); }
  80% {
    -moz-transform: translateX(5px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    -o-transform: translateX(-20px); }
  80% {
    -o-transform: translateX(5px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    transform: translateX(-20px); }
  80% {
    transform: translateX(5px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    opacity: 1;
    -o-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@-webkit-keyframes moveUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes moveUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(40px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes moveUp {
  0% {
    opacity: 1;
    -o-transform: translateY(40px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateY(40px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fadeBgColor {
  0% {
    background: none; }
  70% {
    background: none; }
  100% {
    background: #464646; } }

@-o-keyframes fadeBgColor {
  0% {
    background: none; }
  70% {
    background: none; }
  100% {
    background: #464646; } }

@keyframes fadeBgColor {
  0% {
    background: none; }
  70% {
    background: none; }
  100% {
    background: #464646; } }

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

html, body {
  height: 100%; }

body {
  color: #000000;
  font-family: "MuseoSans300", Arial, Helvetica sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased; }

.container {
  max-width: 1600px; }

.transition-animation, a, input {
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s; }

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

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

.wrapper {
  *zoom: 1;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto; }
  .wrapper:before, .wrapper:after {
    content: " ";
    display: table; }
  .wrapper:after {
    clear: both; }

.wrapper.wrapper-homepage {
  max-width: 1500px; }

p {
  line-height: 1.7em;
  margin: 0 0 1.4em 0; }

.page ul, .page ol {
  line-height: 1.7em;
  margin: 0 0 2em 0; }

a {
  color: #0094d3;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

strong, b {
  font-family: "MuseoSans500", Arial, Helvetica sans-serif;
  font-weight: normal; }

h1 {
  color: #818181;
  font-family: "MuseoSans700", Arial, Helvetica sans-serif;
  font-size: 36px;
  font-weight: normal;
  margin: 0 0 0.7em 0; }

h2 {
  color: #818181;
  font-family: "MuseoSans700", Arial, Helvetica sans-serif;
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 0.6em 0; }

h3 {
  color: #818181;
  font-family: "MuseoSans700", Arial, Helvetica sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 0.8em 0; }
  h3.impact {
    color: #333; }

h5 {
  color: #818181;
  font-family: "MuseoSans700", Arial, Helvetica sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0.5em 0; }

h6 {
  color: #818181;
  font-family: "MuseoSans700", Arial, Helvetica sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 0.9em 0; }

.bluetext {
  color: #0094d3; }

.bluebutton {
  color: #ffffff;
  background-color: #0094d3; }

.transparentButton {
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0; }

.carouselButton {
  background: #0886bf;
  border: none;
  cursor: pointer;
  height: 16px;
  margin: 0;
  padding: 0;
  width: 16px; }
  .carouselButton.active {
    background: #fff; }

.blueButton, .bluebutton {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  background-color: #0095d3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0095d3), color-stop(100%, #006dc2));
  background-image: -webkit-linear-gradient(#0095d3, #006dc2);
  background-image: linear-gradient(#0095d3, #006dc2);
  border: 1px solid #33a9db;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-family: "MuseoSans500", Arial, Helvetica sans-serif;
  text-transform: uppercase;
  font-size: 12px !important;
  margin: 0;
  padding: 11px 30px;
  text-align: center;
  text-shadow: 1px 1px 1px #0049a6;
  border-radius: 30px; }
  .blueButton:hover, .bluebutton:hover {
    background-color: #006dc2;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006dc2), color-stop(100%, #0095d3));
    background-image: -webkit-linear-gradient(#006dc2, #0095d3);
    background-image: linear-gradient(#006dc2, #0095d3);
    text-decoration: none; }
  .blueButton[disabled], .bluebutton[disabled] {
    background: #999;
    border-color: #999;
    color: #666;
    cursor: default;
    text-shadow: none; }
  .blueButton.thin, .bluebutton.thin {
    font-family: "MuseoSans500", Arial, Helvetica sans-serif;
    font-size: 15px;
    padding: 5px 10px; }

.noticeCompatibility {
  color: #aaa;
  display: inline-block;
  line-height: 1.2em;
  margin-top: 5px;
  max-width: 535px; }

footer {
  background: #f2f2f2;
  font-size: 0.8666666667em;
  padding: 30px; }
  footer .footerCols {
    float: left;
    display: block;
    margin-right: 4.6572939557%;
    width: 100%;
    *zoom: 1;
    display: table;
    width: 100%;
    table-layout: fixed; }
    footer .footerCols:last-child {
      margin-right: 0; }
    footer .footerCols:before {
      content: " ";
      display: table; }
    footer .footerCols:after {
      content: " ";
      display: table;
      clear: both; }
    footer .footerCols .col {
      float: left;
      display: block;
      margin-right: 4.6572939557%;
      width: 16.2741648354%;
      padding: 0;
      vertical-align: top; }
      footer .footerCols .col:last-child {
        margin-right: 0; }
    footer .footerCols .footerLinks {
      float: left;
      display: block;
      margin-right: 4.6572939557%;
      width: 79.0685412089%;
      padding-top: 0; }
      footer .footerCols .footerLinks:last-child {
        margin-right: 0; }
      footer .footerCols .footerLinks .footerLinkCategory {
        float: left;
        display: block;
        margin-right: 4.6572939557%;
        width: 21.5070295332%;
        margin-bottom: 20px; }
        footer .footerCols .footerLinks .footerLinkCategory:nth-child(4n) {
          margin-right: 0; }
        footer .footerCols .footerLinks .footerLinkCategory:nth-child(4n+1) {
          clear: left; }
        footer .footerCols .footerLinks .footerLinkCategory:last-child {
          margin-right: 0; }
        footer .footerCols .footerLinks .footerLinkCategory a {
          display: block;
          padding: 2px 0; }

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

img {
  outline: none;
  text-decoration: none; }

a {
  cursor: pointer;
  text-decoration: none;
  color: #292728; }
  a:hover {
    color: #292728;
    text-decoration: none; }

ul, li {
  list-style: none; }

.page-scrolling {
  position: absolute;
  bottom: 90px;
  right: 0; }
  .page-scrolling img {
    filter: invert(1) sepia(0) saturate(0) hue-rotate(175deg);
    width: 50px;
    transition: all 400ms ease; }
    .page-scrolling img:hover {
      opacity: 0.7; }

.align-flex {
  display: flex;
  align-items: center; }

.justify-content-center {
  justify-content: center; }

.justify-between {
  justify-content: space-between;
  display: flex;
  flex-wrap: nowrap; }

.w-330 {
  max-width: 330px;
  width: 100%; }

/*--------- Spacer Style --------- */
.pt-100 {
  padding-top: 100px; }

.pt-70 {
  padding-top: 70px; }

/*---------- Button Css ------------ */
.btn {
  background: #fe4d17;
  display: inline-block;
  color: #fff;
  font-size: 35px;
  padding: 31px 145px;
  border-radius: 0; }
  .btn:hover {
    background: #fe7a51;
    color: #fff; }

.btnMagenta {
  background: #cb2c54;
  display: inline-block;
  color: #fff;
  font-size: 35px;
  padding: 31px 145px;
  border-radius: 0; }
  .btnMagenta:hover {
    background: #cb5b77;
    color: #fff; }

.btnBlue {
  background: #465da9;
  display: inline-block;
  color: #fff;
  font-size: 35px;
  padding: 31px 145px;
  border-radius: 0; }
  .btnBlue:hover {
    background: #6c7aa9;
    color: #fff; }

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  background: #fe4d17 !important;
  width: 30px;
  height: 50px; }

button.owl-prev {
  left: 25px; }

.owl-nav button span {
  font-size: 60px;
  line-height: 0px;
  height: 0;
  position: relative;
  top: 10px;
  color: #fff; }

button.owl-next {
  right: -5px; }

.owl-nav button:hover {
  background: #fe7a51 !important; }

.submit-btn {
  background-color: #ffffff;
  color: #465da9;
  font-size: 24px;
  font-family: "MuseoSans500", Arial, Helvetica sans-serif;
  height: 70px;
  width: 300px;
  border-radius: 0;
  border: 0; }
  .submit-btn:hover {
    color: #a9b3d7; }

/*--------- Form Style ----------- */
.form-group {
  margin-bottom: 30px; }

.form-control {
  color: #a9b3d7;
  font-size: 24px;
  font-family: "MuseoSans500", Arial, Helvetica sans-serif;
  border-radius: 0;
  height: 80px;
  padding: 0px 20px;
  width: 100%;
  appearance: none;
  border: 2px solid #fff;
  background-clip: border-box; }
  .form-control:focus {
    border: 2px solid #fe4d17;
    color: #a9b3d7; }
  .form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control:-moz-placeholder, .form-control::placeholder {
    color: #a9b3d7; }

select.form-control {
  background-image: url(../images/2020/arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 13px) 28px;
  background-size: 20px;
  -webkit-appearance: none; }

/*---------- Header Css ------------ */
.header {
  position: absolute;
  z-index: 9;
  width: 100%;
  padding-top: 50px;
  transition: all 400ms ease; }

.menu ul {
  text-align: right;
  padding-top: 34px; }
  .menu ul li {
    display: inline-block;
    padding: 8px 23px; }
    .menu ul li:first-child {
      padding-left: 0; }
    .menu ul li:last-child {
      padding-right: 0; }
    .menu ul li a {
      color: #fff;
      text-transform: uppercase;
      position: relative; }
    .menu ul li.leave a:before {
      content: "";
      background: #cb2c54;
      position: absolute;
      width: 0;
      height: 5px;
      bottom: -10px;
      left: 0;
      transition: all 400ms ease; }
    .menu ul li.dropdown ul {
      position: absolute;
      background: #1c1c1c;
      text-align: left;
      padding: 20px 15px;
      min-width: 200px;
      top: 38px;
      display: none; }
      .menu ul li.dropdown ul li {
        padding: 0;
        display: block; }

.menu-toggle {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 15px;
  display: none; }
  .menu-toggle span {
    background: #fff;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 400ms ease; }
    .menu-toggle span:after {
      content: "";
      position: absolute;
      bottom: -10px;
      width: 100%;
      height: 2px;
      background: #fff;
      transition: all 400ms ease; }
    .menu-toggle span:before {
      content: "";
      position: absolute;
      bottom: -10px;
      width: 100%;
      height: 2px;
      background: #fff;
      transition: all 400ms ease;
      top: -10px; }
  .menu-toggle.active span {
    background: transparent !important; }
    .menu-toggle.active span:before {
      top: 0;
      transform: rotate(-45deg); }
    .menu-toggle.active span:after {
      top: 0;
      transform: rotate(45deg); }

header.header.sticky {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 0;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2); }

.sticky .logo img {
  max-height: 70px;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/TFN_logo_blacktext.png) no-repeat;
  width: 194px;
  height: 70px;
  padding-left: 194px; }

.sticky .menu ul {
  padding-top: 16px;
  margin-bottom: 10px; }
  .sticky .menu ul li a {
    color: #000000; }

.sticky .menu-toggle span {
  background: #000; }
  .sticky .menu-toggle span:after, .sticky .menu-toggle span:before {
    background: #000; }

/*---------- Banner Css ------------ */
.banner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto; }
  .banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.21); }

.banner-inner {
  text-align: center;
  position: relative;
  height: 1080px; }

.banner-contain {
  position: absolute;
  width: 100%;
  top: 220px;
  left: 0; }

.banner-title {
  font-size: 70px;
  color: #fff;
  font-weight: 600;
  max-width: 1040px;
  text-align: left;
  line-height: 80px;
  margin: 0 auto 180px; }

/*---------- Live Css ------------ */
.section-title {
  color: #465da9;
  font-family: "MuseoSans500", Arial, Helvetica sans-serif;
  font-size: 48px; }

.live {
  padding-top: 20px;
  padding-bottom: 70px; }
  .live .spacer {
    height: 75px; }

.live-nobottom-padding {
  padding-bottom: 0 !important; }

.live-extrapad {
  padding-top: 980px !important; }

.live-inner {
  display: inline-block;
  width: 100%;
  position: relative; }
  .live-inner .section-title {
    padding-bottom: 65px; }

.live-box {
  position: relative;
  min-height: 470px;
  width: 33.33%;
  float: left;
  background: #fe4d17;
  text-align: center;
  padding: 50px 60px 30px 60px; }

.live-title {
  text-align: left;
  color: #fff;
  font-size: 35px;
  padding-bottom: 10px; }

.live-desc {
  text-align: left;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 15px; }

.live-box .center-button {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%); }

.live-box .btn {
  background: #fff;
  color: #fe4d17;
  padding: 15px 85px;
  font-size: 25px;
  width: 290px;
  height: 106px; }
  .live-box .btn:hover {
    color: rgba(254, 77, 23, 0.6); }

.live-box.act-now .btn:hover {
  color: rgba(203, 44, 84, 0.6); }

.live-box.donate .btn:hover {
  color: rgba(70, 93, 169, 0.6); }

.live-box.act-now {
  background: #cb2c54; }

.live-box:hover {
  transform: scale(1.1);
  position: relative;
  z-index: 1; }

.live-box.donate {
  background: #465da9; }

.live-box.act-now .btn {
  color: #cb2c54; }

.live-box.donate .btn {
  color: #465da9; }

.live .page-scrolling {
  bottom: -110px; }
  .live .page-scrolling img {
    filter: unset;
    transition: all 400ms ease; }
    .live .page-scrolling img:hover {
      opacity: 0.5; }

/*---------- Video Part Css ------------ */
.quia-video {
  padding-top: 140px;
  position: relative; }
  .quia-video:before {
    content: "";
    position: absolute;
    background: #465da9;
    width: 100%;
    height: 50%;
    top: 70px;
    left: 0;
    transform: skewY(-3deg);
    z-index: -1; }

.quia-video-bg {
  background: #465da9;
  padding-bottom: 50px; }

.quia-contain {
  padding-right: 130px; }

.quia-title {
  color: #fff;
  font-family: "MuseoSans500", Arial, Helvetica sans-serif;
  font-size: 30px;
  padding-bottom: 20px; }

.quia-desc {
  color: #fff;
  font-size: 20px;
  line-height: 28px; }

.quia-video-part {
  background: #fff;
  text-align: center;
  min-height: 400px;
  position: relative; }

.quia-video-part iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/*---------- Gallery Css ------------ */
.gallery-box {
  position: relative;
  overflow: hidden;
  background: #fff;
  min-height: 235px;
  max-height: 235px;
  background-repeat: no-repeat;
  background-size: cover; }
  .gallery-box.withImage {
    display: flex;
    justify-content: center;
    align-items: flex-end; }

.gallery-hover {
  position: absolute;
  top: -100%;
  left: 1px;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 30px 20px;
  transition: all 400ms ease; }

.hover-title {
  font-size: 24px;
  font-family: "MuseoSans500", Arial, Helvetica sans-serif;
  line-height: 28px;
  padding: 30px 20px; }
  .hover-title.overImage {
    color: white;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 36px; }

.gallery-box .btn {
  font-size: 20px;
  padding: 4px 45px;
  max-width: 210px;
  width: 100%;
  background: #4a5cb3; }
  .gallery-box .btn:hover {
    background: rgba(74, 92, 179, 0.7); }

.gallery-outer {
  margin-bottom: 30px; }

/*---------- Text Bennar Css ----------- */
.heading-banner {
  background: #fff;
  padding: 25px 50px; }

.heading-title {
  font-family: "MuseoSans500", Arial, Helvetica sans-serif;
  font-size: 32px;
  margin-bottom: 35px; }

.heading-desc {
  font-size: 24px;
  font-family: "MuseoSans500", Arial, Helvetica sans-serif;
  line-height: 28px;
  margin-bottom: 30px; }

/*---------- Subscribe Form Css ---------- */
.btnSubscribe {
  height: 70px;
  width: 300px;
  font-family: "MuseoSans500", Arial, Helvetica sans-serif;
  font-size: 24px;
  color: #465da9;
  padding: 15px 60px 15px 40px;
  background-color: #ffffff;
  background-image: url(../images/2020/arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 13px) 20px;
  background-size: 20px; }

.subscribe-btn select {
  color: #465da9;
  padding: 16px 82px;
  font-family: "MuseoSans500", Arial, Helvetica sans-serif;
  font-size: 25px;
  appearance: none;
  -webkit-appearance: none; }

.display-in {
  display: inline-block;
  position: relative; }

.subscribe-btn select:focus {
  outline: none; }

.subscribe-form {
  display: none; }
  .subscribe-form form {
    max-width: 620px;
    margin: auto; }
  .subscribe-form .display-in {
    width: 100%; }
  .subscribe-form .subscribe-inner {
    display: flex;
    justify-content: center; }

div.otherExpandField {
  overflow: hidden; }
  div.otherExpandField.passive {
    -webkit-transition: height 0.4s ease-in-out;
    -moz-transition: height 0.4s ease-in-out;
    transition: height 0.4s ease-in-out;
    height: 0;
    margin-bottom: 0; }
  div.otherExpandField.active {
    -webkit-transition: height 0.4s ease-in-out;
    -moz-transition: height 0.4s ease-in-out;
    transition: height 0.4s ease-in-out;
    height: 130px; }
  div.otherExpandField textarea {
    height: 110px; }

@media (max-height: 1100px) {
  .banner-inner {
    height: 100vh; } }

@media (max-width: 1500px) {
  .container {
    max-width: 1200px; }
  .live-box {
    padding: 30px 20px 30px 30px; }
  .quia-contain {
    padding-right: 0px; }
  .banner-title {
    margin-bottom: 85px; }
    .banner-title .spacer {
      height: 150px; }
  .gallery-hover-2 {
    padding: 20px 10px; } }

@media (max-width: 1199px) {
  .container {
    max-width: 960px; }
  .btn {
    padding: 20px 100px; }
  .btnMagenta {
    padding: 20px 100px; }
  .btnBlue {
    padding: 20px 100px; }
  .pt-100 {
    padding-top: 60px; }
  .pt-70 {
    padding-top: 30px; }
  /*---------- Header Css ------------ */
  .header {
    padding-top: 20px; }
  .menu ul {
    padding-top: 15px; }
    .menu ul li {
      padding: 8px 15px; }
  /*---------- Banner Css ------------ */
  .banner-title {
    max-width: 770px;
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 100px; }
  .page-scrolling img {
    width: 30px; }
  /*---------- Live Css ------------ */
  .live {
    padding-top: 20px;
    padding-bottom: 110px; }
  .section-title {
    font-size: 38px; }
  .live-title {
    font-size: 25px; }
  .live-desc {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 0; }
  .live-box {
    padding: 20px; }
    .live-box .btn {
      padding: 5px 40px;
      font-size: 22px;
      width: 100%; }
    .live-box .btnBlue {
      padding: 5px 40px;
      font-size: 22px; }
    .live-box .btnMagenta {
      padding: 5px 40px;
      font-size: 22px; }
    .live-box .center-button {
      width: calc(100% - 55px); }
  .live .page-scrolling {
    bottom: -110px; }
  .live-inner .section-title {
    padding-bottom: 45px; }
  /*---------- Video Part Css ------------ */
  .quia-video {
    padding-top: 150px; }
    .quia-video:before {
      top: 60px; }
  .quia-video-part {
    min-height: 300px; }
  .quia-title {
    font-size: 25px;
    padding-bottom: 10px; }
  .quia-desc {
    font-size: 18px;
    line-height: 24px; }
  /*---------- Gallery Css ------------ */
  .gallery-box {
    min-height: 200px;
    max-height: 200px; }
    .gallery-box img {
      width: unset !important;
      min-height: 200px;
      object-fit: cover; }
  .gallery-hover {
    padding: 10px 10px; }
  .hover-title {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 20px; }
  .gallery-hover .btn {
    font-size: 16px;
    padding: 4px 10px;
    max-width: 150px; }
  .gallery-box .btn {
    padding: 4px 30px;
    width: unset;
    position: absolute;
    left: 0;
    bottom: 25px; }
  .gallery-hover .btnMagenta {
    font-size: 16px;
    padding: 4px 10px;
    max-width: 150px; }
  .gallery-box .btnMagenta {
    padding: 4px 30px;
    width: unset; }
  .gallery-hover .btnBlue {
    font-size: 16px;
    padding: 4px 10px;
    max-width: 150px; }
  .gallery-box .btnBlue {
    padding: 4px 30px;
    width: unset; }
  /*---------- Text Bennar Css ------------ */
  .heading-title {
    font-size: 28px;
    margin-bottom: 20px; }
  .heading-desc {
    font-size: 20px;
    font-family: "MuseoSans500", Arial, Helvetica sans-serif;
    line-height: 24px;
    margin-bottom: 15px; }
  /*---------- Subscribe Form Css ---------- */
  .subscribe-btn select {
    padding: 14px 60px;
    font-size: 22px; }
  .display-in:before {
    top: 16px;
    right: 10px;
    width: 20px; }
  .form-control {
    font-size: 20px;
    height: 60px; }
  .subscribe-form .display-in:before {
    top: 22px; }
  .form-group {
    margin-bottom: 20px; }
  .submit-btn {
    font-size: 20px;
    height: 60px;
    width: 250px; }
  select.form-control {
    background-position: calc(100% - 13px) 20px; }
  /*---------- Footer Css ---------- */
  .footer {
    padding: 60px 0; } }

@media (max-width: 991px) {
  .container {
    max-width: 720px; }
  .pt-100 {
    padding-top: 40px; }
  .pt-70 {
    padding-top: 10px; }
  .btn {
    padding: 15px 60px;
    font-size: 28px; }
  .btnMagenta {
    padding: 15px 60px;
    font-size: 28px; }
  .btnBlue {
    padding: 15px 60px;
    font-size: 28px; }
  /*---------- Header Css ------------ */
  .sticky .menu ul {
    padding-top: 5px;
    margin-bottom: 0; }
  .menu ul {
    padding-top: 5px; }
    .menu ul li {
      padding: 8px 10px; }
      .menu ul li a {
        font-size: 15px; }
  /*---------- Banner Css ------------ */
  .banner-title {
    max-width: 570px;
    font-size: 50px;
    margin-bottom: 60px; }
  .banner-contain {
    bottom: 200px; }
  /*---------- Live Css ------------ */
  .live {
    padding-top: 0;
    padding-bottom: 70px; }
  .live-inner .section-title {
    padding-bottom: 35px; }
  .live-title {
    font-size: 22px;
    padding-bottom: 0; }
  .live-desc {
    font-size: 16px;
    line-height: 18px; }
  .live-box .btn {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  .live-box .btnMagenta {
    padding: 5px 30px;
    font-size: 16px; }
  .live-box .btnBlue {
    padding: 5px 30px;
    font-size: 16px; }
  .live .page-scrolling {
    bottom: -80px; }
  /*---------- Video Part Css ------------ */
  .quia-title {
    font-size: 20px; }
  .quia-video-part {
    min-height: 220px; }
  .quia-desc {
    font-size: 16px;
    line-height: 20px; }
  /*---------- Text Bennar Css ------------ */
  .heading-banner {
    padding: 20px 20px; }
  .heading-desc {
    font-size: 18px;
    margin-bottom: 10px; }
  /*---------- Footer Css ---------- */
  .footer {
    padding: 40px 0; }
  .footer-heading h2 {
    font-size: 30px; } }

@media (min-width: 768px) {
  /*---------- Header Hover Css ------------ */
  .menu ul li.leave:hover a:before {
    width: 100%; }
  .menu ul li.dropdown:hover ul {
    display: block; }
  .menu ul li.dropdown:hover a {
    color: #cb2c54; }
  .menu ul li.dropdown:hover ul li a {
    color: #c7c7c7; }
  .menu ul li.dropdown ul li a:hover {
    color: #cb2c54; } }

@media (max-width: 767px) {
  .btn {
    padding: 10px 40px;
    font-size: 22px; }
  .btnMagenta {
    padding: 10px 40px;
    font-size: 22px; }
  .btnBlue {
    padding: 10px 40px;
    font-size: 22px; }
  .pt-70 {
    padding-top: 30px; }
  /*---------- Header Css ------------ */
  .menu-toggle {
    display: block; }
  .header {
    padding-top: 10px;
    padding-bottom: 10px; }
  .logo img, .sticky .logo img {
    max-height: 50px; }
  .menu {
    background: #1c1c1c;
    position: fixed;
    width: 100%;
    left: 0;
    top: 70px;
    height: 0;
    overflow: hidden;
    transition: all 400ms ease; }
    .menu.active {
      height: 100vh; }
    .menu ul {
      text-align: left; }
      .menu ul li {
        padding: 0;
        display: block; }
        .menu ul li a {
          display: block;
          padding: 10px 15px; }
        .menu ul li.dropdown.active ul {
          display: block; }
        .menu ul li.dropdown ul {
          position: unset;
          padding: 0; }
          .menu ul li.dropdown ul li a {
            padding: 10px 35px; }
  li.dropdown:before {
    content: "";
    position: absolute;
    top: 18px;
    right: 10px;
    width: 20px;
    height: 2px;
    background: #fff; }
  li.dropdown:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 19px;
    height: 20px;
    width: 2px;
    background: #fff;
    transition: all 400ms ease; }
  li.dropdown.active:after {
    transform: rotate(90deg);
    top: 9px; }
  .sticky .menu-toggle, .menu-toggle {
    top: 10px; }
  .sticky .menu {
    top: 70px; }
    .sticky .menu ul li a {
      color: #fff; }
  /*---------- Banner Css ------------ */
  .banner-title {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 50px; }
  .banner-contain {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%); }
  .page-scrolling {
    bottom: 50px; }
    .page-scrolling img {
      width: 20px; }
  /*---------- Live Css ------------ */
  .live {
    padding-top: 0;
    padding-bottom: 30px; }
  .live-box {
    width: 100%;
    margin-bottom: 15px;
    min-height: 375px; }
    .live-box.active {
      transform: unset; }
  .live-inner .section-title {
    padding-bottom: 10px;
    font-size: 28px; }
  .live .page-scrolling {
    bottom: -25px; }
  /*---------- Video Part Css ------------ */
  .quia-video {
    padding-top: 90px;
    margin-top: 20px; }
    .quia-video:before {
      top: 30px; }
  /*---------- Gallery Css ------------ */
  .gallery-outer {
    margin-bottom: 15px; }
  .gallery-box {
    min-height: 280px;
    max-height: 280px; }
    .gallery-box img {
      width: 100% !important; }
  /*---------- Subscribe Form Css ---------- */
  .form-control {
    font-size: 16px;
    height: 45px; }
  .subscribe-form .display-in:before {
    top: 13px; }
  .form-group {
    margin-bottom: 10px; }
  .submit-btn {
    font-size: 18px;
    height: 45px;
    width: 150px; }
  .subscribe-btn select {
    padding: 6px 40px;
    font-size: 20px; }
  .display-in:before {
    top: 8px;
    width: 15px; }
  select.form-control {
    background-position: calc(100% - 13px) 12px; } }

@media (max-width: 481px) {
  .quia-video-part {
    min-height: 180px; }
  .gallery-box {
    min-height: 200px;
    max-height: 200px; }
  .footer-heading h2 {
    font-size: 22px; }
  footer .footerCols {
    display: block; }
    footer .footerCols .col, footer .footerCols .footerLinks {
      display: block;
      float: none;
      margin: 0 0 15px 0;
      width: 100%; }
    footer .footerCols .footerLinks {
      padding: 0; }
      footer .footerCols .footerLinks .footerLinkCategory {
        display: block;
        float: none;
        margin: 0 0 15px 0;
        width: 100%; }
        footer .footerCols .footerLinks .footerLinkCategory:last-child {
          margin-bottom: 0; }
        footer .footerCols .footerLinks .footerLinkCategory a {
          padding: 5px 0; }
    footer .footerCols .tfnCol img {
      position: static; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before {
    display: table;
    content: ''; }
  .slick-track:after {
    display: table;
    content: '';
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
