@charset "UTF-8";
/*---------- FONTS ----------*/
/* PnD Font Face */
@font-face {
  font-family: "D-DIN";
  src: url("fonts/D-DIN.woff2") format("woff2"), url("fonts/D-DIN.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "D-DIN-Bold";
  src: url("fonts/D-DIN-Bold.woff2") format("woff2"), url("fonts/D-DIN-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "D-DIN-Italic";
  src: url("fonts/D-DIN-Italic.woff2") format("woff2"), url("fonts/D-DIN-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "D-DINExp";
  src: url("fonts/D-DINExp.woff2") format("woff2"), url("fonts/D-DINExp.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "D-DINExp-Bold";
  src: url("fonts/D-DINExp-Bold.woff2") format("woff2"), url("fonts/D-DINExp-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "D-DINExp-Italic";
  src: url("fonts/D-DINExp-Italic.woff2") format("woff2"), url("fonts/D-DINExp-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "D-DINCondensed";
  src: url("fonts/D-DINCondensed.woff2") format("woff2"), url("fonts/D-DINCondensed.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "D-DINCondensed-Bold";
  src: url("fonts/D-DINCondensed-Bold.woff2") format("woff2"), url("fonts/D-DINCondensed-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* End of PnD Font Face */


/*---------- ICONS ----------*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?wtoil5");
  src: url("fonts/icomoon.eot?wtoil5#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?wtoil5") format("truetype"), url("fonts/icomoon.woff?wtoil5") format("woff"), url("fonts/icomoon.svg?wtoil5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} 


body {
  font-family: "D-DIN",;
}/*# sourceMappingURL=style.css.map */


.icon-long-arrow-down:before {
  content: "\e90c";
}

.icon-search:before {
  content: "\e90a";
  color: #90292a;
}

.icon-mail:before {
  content: "\e92e";
  color: #90292a;
}

.icon-share:before {
  content: "\e92f";
  color: #90292a;
}

.icon-support:before {
  content: "\e92b";
  color: #90292a;
}

.icon-teacher-lecture-in-front-an-auditory:before {
  content: "\e92c";
  color: #90292a;
}

.icon-develop:before {
  content: "\e92d";
  color: #90292a;
}

.icon-twitter:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-instagram:before {
  content: "\e903";
}

.icon-entrepreneurship:before {
  content: "\e904";
}

.icon-health:before {
  content: "\e905";
}

.icon-agriculture:before {
  content: "\e906";
}

.icon-education:before {
  content: "\e907";
}

.icon-energy:before {
  content: "\e908";
}

.icon-chevron-down:before {
  content: "\e91a";
}

.icon-download:before {
  content: "\e92a";
}

.icon-arrow-right:before {
  content: "\e900";
}

.icon-arrow-right1:before {
  content: "\e919";
}

.icon-whatsapp:before {
  content: "\e90b";
}

.icon-linkedin:before {
  content: "\e909";
}

/* Device = Most of the Smartphones Mobiles (Portrait) */
/* Device = Low Resolution Tablets, Mobiles (Landscape) */
/* Device = Tablets, Ipads (portrait) */
/* Device = Laptops, Desktops */
/* Device = Desktops */
/* Higher Resolution Screens */
/* Color overrides*/
/*general font*/
/*Path to assets*/
.side-padding {
  padding: 0px 15px;
}

.text-center {
  text-align: center;
}

/* Link Buttons*/
.btn-primary {
  font-size: 20px;
  display: inline-block;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  background-color: #90292a;
  color: #fff;
  font-family: "D-DIN";
  margin: 30px 0px;
  border-radius: 51px;
  outline: none;
  border: none;
  padding: 10px 60px 10px 15px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.btn-primary:hover {
  background-color: #db8b47;
}

.btn-primary:hover::after {
  color: #db8b47;
}

.btn-primary::after {
  content: "\e900";
  color: #90292a;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
  line-height: 28px;
  right: 0;
  bottom: 0px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  position: absolute;
  margin: 0 auto;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.upload-file-bx {
  padding: 20px 0px;
}

.upload-file-bx p.txt {
  opacity: 0.6;
  font-size: 14px !important;
  margin-bottom: 20px;
}

.upload-file-bx input {
  color: #fff;
  opacity: 0.6;
  width: 100%;
}

.error {
  color: red;
}

.sticky {
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}

/*---------- PILLARS TABS ----------*/
.pillars-tabs {
  display: table;
  width: 100%;
}

.pillars-tabs a {
  display: table-cell;
  vertical-align: top;
  width: 20%;
  text-align: center;
  color: #333;
  padding: 30px;
}

.pillars-tabs a .icon {
  font-size: 100px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.pillars-tabs a .label {
  display: block;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.28;
}

.pillars-tabs a.active {
  background-color: #fff;
  color: #983829;
  border-radius: 10px 10px 0px 0px;
}

.pillars-tabs a:hover {
  color: #983829;
}

#pillars-dd {
  height: 40px;
  background-color: #fff;
  display: none;
  width: 100%;
  margin: 0;
  border: 0 none;
  padding: 10px;
  margin-bottom: 12px;
  color: #912d1f;
  font-weight: bold;
}

.tab-content {
  display: none;
  background-color: #fff;
  padding: 70px;
}

.tab-content.active {
  display: block;
}

.tab-content .tbl {
  display: table;
  width: 100%;
}

.tab-content .tbl .col {
  display: table-cell;
  vertical-align: top;
}

.tab-content .tbl .col.right a {
  color: #912d1f;
  font-family: "D-DIN-Bold";
}

.tab-content .tbl .col.left {
  width: 14%;
  text-align: center;
  padding: 40px;
}

.tab-content .tbl .col.left.color-sm {
  background-color: #db8b47;
  border-radius: 10px;
}

.tab-content .tbl .col.left.color-sm .icon {
  color: #fff;
}

#63.tab-content .tbl .col.left {
  background-color: chartreuse;
}

#63.tab-content .tbl .col.left .icon {
  color: #fff;
}

#64.tab-content .tbl .col.left {
  background-color: chocolate;
}

#64.tab-content .tbl .col.left .icon {
  color: #fff;
}

#67.tab-content .tbl .col.left {
  background-color: #9a1ed2;
}

#67.tab-content .tbl .col.left .icon {
  color: #fff;
}

#65.tab-content .tbl .col.left {
  background-color: #1e6ad2;
}

#65.tab-content .tbl .col.left .icon {
  color: #fff;
}

#66.tab-content .tbl .col.left {
  background-color: #d21e1e;
}

#66.tab-content .tbl .col.left .icon {
  color: #fff;
}

.tab-content .tbl .col.middle {
  width: 42%;
  padding: 0 40px;
}

.tab-content h3 {
  font-weight: bold;
  font-size: 80px;
  line-height: 1;
  color: #912d1f;
  margin-bottom: 5px;
}

.tab-content h3 span {
  display: block;
  font-size: 60px;
}

.tab-content .info {
  color: #912d1f;
  display: block;
  font-size: 36px;
}

.tab-content p {
  margin-bottom: 0;
}

.scroll-downs {
  position: absolute;
  right: 0;
  bottom: 100px;
  left: 0;
  margin: auto;
  width: 42px;
  height: 55px;
}

.mousey {
  width: 42px;
  padding: 5px 12px;
  height: auto;
  border-radius: 25px;
  opacity: 1;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.scroller {
  color: #fff;
  font-size: 29px;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.mousey .icon {
  color: #fff;
  font-size: 28px;
}

.scroll-downs p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  opacity: 1;
  margin-top: 5px;
  line-height: 1.1;
  font-weight: bold;
}

.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.hidden {
  display: none;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
}

/*---------- MEDIA QUERIES ----------*/
@media only screen and (min-width: 1400px) {
  .container-fluid {
    max-width: 90%;
  }
}

@media only screen and (max-width: 1470px) {
  .pillars-tabs a {
    padding: 30px 20px;
  }
  .pillars-tabs a .icon,
  .stories .icon-wrapper .icon {
    font-size: 70px;
  }
  .pillars-tabs a .label,
  .stories .icon-wrapper .label {
    font-size: 16px;
  }
  .tab-content h3 {
    font-size: 70px;
    line-height: 1;
  }
  .tab-content h3 span {
    font-size: 40px;
  }
  .tab-content .info {
    font-size: 30px;
  }
  .tab-content {
    padding: 40px;
  }
}

@media only screen and (max-width: 1300px) {
  body {
    font-size: 16px;
  }
  .tab-content .tbl .col.middle {
    width: 38%;
  }
  .tab-content .tbl .col.left {
    width: 12%;
  }
  .tab-content h3 {
    font-size: 60px;
  }
  .tab-content h3 span {
    font-size: 34px;
  }
  .tab-content .info {
    font-size: 26px;
  }
}

@media only screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }
  .pillars-tabs {
    margin-top: 60px;
  }
  .pillars-tabs a {
    padding: 20px 12px;
  }
  .pillars-tabs a .label,
  .stories .icon-wrapper .label {
    font-size: 14px;
  }
  .pillars-tabs a .icon,
  .stories .icon-wrapper .icon {
    font-size: 60px;
  }
  p {
    margin-bottom: 30px;
  }
  .tab-content {
    padding: 30px;
  }
  .tab-content .tbl .col.middle {
    padding: 0 30px;
  }
  .tab-content h3 {
    font-size: 50px;
  }
  .tab-content h3 span {
    font-size: 30px;
  }
  .tab-content .info {
    font-size: 20px;
  }
  .tab-content .tbl .col.middle {
    width: 34%;
  }
}

@media only screen and (max-width: 870px) {
  .tab-content {
    padding: 30px 20px;
  }
  .tab-content h3 {
    font-size: 40px;
  }
  .tab-content h3 span {
    font-size: 24px;
  }
  .tab-content .info {
    font-size: 17px;
  }
  .tab-content .tbl .col.middle {
    padding: 0 20px;
  }
  .tab-content .tbl .col.left {
    width: 100px;
  }
  .beneficiaries {
    margin: -20px 0 30px -20px;
  }
  .beneficiaries li {
    width: 50%;
    padding: 20px 0 0 20px;
  }
  .stories {
    width: 70%;
    margin: 0 auto;
  }
  .stories .col {
    display: block;
    width: 100%;
  }
  .stories .col.left {
    width: 100%;
  }
  .stories .col.right {
    width: 100%;
  }
  .stories .block {
    width: 100%;
    left: 0;
    top: 0;
  }
  .stories > li {
    margin-bottom: 30px;
  }
  .stories h2 {
    font-size: 28px;
  }
  .stories .block {
    padding: 30px;
  }
  .stories .icon-wrapper {
    width: 160px;
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 auto;
  }
  .summary {
    font-size: 20px;
  }
  .editor h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 670px) {
  #pillars-dd {
    display: block;
  }
  .pillars-tabs {
    display: none;
  }
  .tab-content .tbl .col {
    display: block;
  }
  .tab-content .tbl .col.middle {
    width: 100%;
    padding: 20px 0;
  }
  .tab-content h3 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 540px) {
  .tab-content h3 {
    font-size: 32px;
  }
  .tab-content h3 span {
    font-size: 20px;
  }
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
   *  Owl Carousel - Animate Plugin
   */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
   * 	Owl Carousel - Auto Height Plugin
   */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
   * 	Owl Carousel - Lazy Load Plugin
   */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
   * 	Owl Carousel - Video Plugin
   */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.about-scroll.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.about-scroll.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 25px;
  height: 25px;
  margin: 5px 7px;
  background: #90292a;
}

.about-scroll.profile-scroll.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.about-scroll.profile-scroll.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 25px;
  height: 25px;
  margin: 5px 7px;
  background: #90292a;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff !important;
}

.gallery-scroll.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: block;
  top: -78px;
  position: absolute;
  right: 0;
}

.gallery-scroll.owl-theme .owl-dots {
  display: none;
}

.wings-scroll.owl-theme .owl-dots {
  display: none;
}

.gallery-scroll.owl-theme .owl-nav [class*="owl-"] {
  color: #90292a;
  font-size: 20px;
  margin: 5px;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  font-weight: bold;
}

.wings-scroll.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: block;
  top: -78px;
  position: absolute;
  right: 0;
}

.wings-scroll.owl-theme .owl-nav [class*="owl-"] {
  color: #90292a;
  font-size: 20px;
  margin: 5px;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  font-weight: bold;
}

/*---------- ACCORDION ----------*/
.accordion > li {
  background-color: #fff;
  margin-bottom: 12px;
  border: 1px solid #dadbdd;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.accordion > li:hover {
  background-color: #dae1ec;
}

.accordion .title {
  display: block;
  padding: 18px 72px 18px 24px;
  position: relative;
  color: #7b7d7f;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.accordion .title:after {
  display: block;
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "\25BE";
  font-size: 27px;
  color: #253e85;
  height: 26px;
  line-height: 26px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.accordion > li:hover .title {
  color: #253e85;
}

.accordion .content-visible {
  background-color: #f2f4f8;
}

.accordion .content-visible .title {
  color: #253e85;
}

.accordion .content-visible .title:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion .desc {
  padding: 0 24px 30px;
  display: none;
  color: #666;
}

.accordion .desc p {
  margin: 0;
  padding-top: 30px;
}

.accordion .desc p:first-child {
  padding-top: 0;
}

.accordion .desc a {
  color: #253e85;
}

.accordion .desc a:hover {
  color: #000;
}

.accordion .desc ul {
  list-style: disc;
  padding-left: 18px;
}

.accordion .desc ol {
  list-style: lower-alpha;
  padding-left: 26px;
}

.accordion .desc ul li,
.accordion .desc ol li {
  padding-top: 16px;
}

.col-5 {
  width: 20%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.list {
  margin: 0.5rem;
  list-style: none;
}

.list__item {
  margin: 0 0 0.5rem 0;
  padding: 0;
  width: 50%;
  float: left;
}

.label--checkbox {
  position: relative;
  margin: 0.5rem;
  color: #90292a;
  font-family: "D-DIN-Bold";
  line-height: 135%;
  cursor: pointer;
}

.checkbox {
  position: relative;
  top: -0.375rem;
  margin: 0 1rem 0 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkbox:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: -13px;
  top: -10px;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border: 2px solid #90292a;
  border-radius: 0px;
}

.checkbox:checked:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 0.5rem;
  border-color: #90292a;
  border-top-style: none;
  border-right-style: none;
}

.checkbox:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: transparent;
  cursor: pointer;
}

.button--round {
  -webkit-transition: 0.3s background ease-in-out;
  transition: 0.3s background ease-in-out;
  width: 2rem;
  height: 2rem;
  background: #5677fc;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.button--round i {
  font-size: 1rem;
  line-height: 220%;
  vertical-align: middle;
}

.button--round:hover {
  background: #3b50ce;
}

.button--sticky {
  position: fixed;
  right: 2rem;
  top: 16rem;
}

.content {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(6.25rem);
    transform: translateY(6.25rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(6.25rem);
    transform: translateY(6.25rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.box {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 350px;
}

.box::after {
  background-color: #90292a;
  content: "";
  position: absolute;
  height: 2px;
  right: 0px;
  bottom: 0px;
  width: 100%;
}

.box select {
  background-color: transparent;
  font-family: "D-DIN";
  color: #90292a;
  padding: 12px 12px 12px 0px;
  width: 100%;
  border: none;
  font-size: 20px;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  outline: none;
  position: relative;
}

.box::before {
  content: "\e91a";
  position: absolute;
  top: 23%;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: right;
  font-size: 28px;
  line-height: 45px;
  color: #90292a;
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.box select option {
  padding: 30px;
}

.search-block {
  position: relative;
  width: 130px;
  background-color: #fff;
  margin: 10px auto;
}

.search-block .btn {
  padding: 10px;
  color: #90292a;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 0px;
  top: -3px;
  height: 100%;
}

.search-block .btn span.icon {
  font-size: 16px;
  font-family: "D-DIN-Bold";
}

.search-block input[placeholder][class="search-input"] {
  color: #90292a;
}

.search-block .search-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 35px 7px 10px;
  color: #90292a;
  outline: none;
  width: 100%;
  border: 1px solid #90292a;
  padding-right: 30px;
  border-radius: 40px;
}

.sub-menu {
  display: none;
  position: absolute !important;
  background: #fff;
  width: 300px;
  top: 27px;
  color: #90292a;
  margin-left: 0px;
  z-index: 9899;
  padding: 23px 0px 0px;
}

.sub-menu li.menu-item {
  display: block !important;
}

.sub-menu li.menu-item.menu-education a::before {
  content: "\e907";
}

.sub-menu li.menu-item.menu-finance a::before {
  content: "\e904";
}

.sub-menu li.menu-item.menu-agri a::before {
  content: "\e904";
}

.sub-menu li.menu-item.menu-energy a::before {
  content: "\e908";
}

.sub-menu li.menu-item.menu-health a::before {
  content: "\e905";
}

.sub-menu li.menu-item a {
  text-align: left !important;
  color: #90292a !important;
  padding: 15px 15px 15px 50px !important;
  display: table !important;
  width: 100%;
  position: relative;
}

.sub-menu li.menu-item a::before {
  position: absolute;
  left: 10px;
  font-size: 35px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sub-menu li.menu-item a:hover {
  background-color: rgba(144, 41, 42, 0.12);
}

/*---------------------
HAMBURGER MENU
----------------------*/
.ham-holder {
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 9999999;
}

.hamburger-menu {
  /* position: fixed; */
  top: 0;
  left: 0;
  padding: 10px 15px;
  width: 100%;
  height: 43px;
  cursor: pointer;
  z-index: 9998;
  /* background:#EBEBEB; */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.bar,
.bar:after,
.bar:before {
  width: 25px;
  height: 3px;
}

.bar {
  position: relative;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  background: #90292a;
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
}

.bar.animate {
  background: rgba(255, 255, 255, 0);
}

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #90292a;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #90292a;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*---------------------
  Mobiles Menu 
  ----------------------*/
/*---------------------
	  Mobiles Menu - Design 
	  ----------------------*/
.mobile-menu ul {
  margin: 0;
  padding: 0;
}

.mobile-menu li {
  font-size: 13px;
  line-height: 24px;
  margin: 0;
  overflow: hidden;
  color: #221f1f;
  border-bottom: 1px solid #e7eaea;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  padding-left: 15px;
  line-height: 20px;
  min-height: 44px;
}

.mobile-menu li.has-children span {
  position: absolute;
  right: 5px;
  top: 14px;
  font-size: 18px;
}

.mobile-menu li ul.children {
  background-color: #e8e9eb;
}

.mobile-menu li ul.children li {
  border-bottom: 1px solid #e7eaea;
  line-height: 24px;
}

.mobile-menu li:first-child {
  margin-top: 70px;
}

.mobile-menu li:hover {
  background-color: #e8e9eb;
}

.mobile-menu li a {
  text-decoration: none;
  color: #221f1f;
  display: inline-block;
  width: 100%;
  padding: 10px 5px;
}

/*---------------------
	  Mobiles Menu - Slide IN 
	  ----------------------*/
.mobile-menu {
  top: 0;
  max-width: 300px;
  right: -100%;
  width: 100%;
  background: #fff;
  color: black;
  height: 100%;
  position: fixed;
  z-index: 9997;
  padding: 0px 10px;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 205px);
  transform: translate3d(0, 0, 205px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.mobile-menu.active {
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

/*---------------------
	  Mobiles Menu - Dropdown Submenu
	  ----------------------*/
.has-children:hover {
  cursor: hand;
}

.children {
  display: none;
}

.mobile-menu .children li:first-child {
  margin-top: 0px;
}

/* gallery css */
body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

/* Buttons */
.fancybox-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
  outline: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--zoom svg path {
  fill: transparent;
}

/* Navigation arrows */
.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.fancybox-share p:first-of-type {
  margin-right: -10px;
}

.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #707070;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.fancybox-share_button:focus,
.fancybox-share_button:hover {
  text-decoration: none;
  color: #333;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.fancybox-share_button svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

.fancybox-share input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #ebebeb;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.profile-style.fancybox-is-open .fancybox-slide {
  background-color: #fff;
  left: 10%;
  width: 80%;
}

.profile-style.fancybox-is-open .fancybox-caption-wrap {
  left: 10%;
  width: 80%;
  bottom: unset;
  top: 323px;
  background: unset;
}

.profile-style.fancybox-is-open .fancybox-caption-wrap .fancybox-caption p {
  color: #000;
  font-family: "D-DIN";
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.profile-style.fancybox-is-open .fancybox-caption-wrap .fancybox-caption {
  position: relative;
}

.profile-style.fancybox-is-open .fancybox-caption-wrap .fancybox-caption > div {
  position: absolute;
  top: -100px;
  left: 330px;
  max-width: 550px;
}

@media only screen and (max-width: 800px) {
  .profile-style.fancybox-is-open .fancybox-caption-wrap .fancybox-caption > div {
    position: relative;
    top: unset;
    left: unset;
    max-width: 550px;
  }
  .profile-style.fancybox-is-open .fancybox-image-wrap {
    margin: 5px !important;
  }
}

#whoweare p img {
  margin: 0 auto;
  display: block;
}

.profile-style.fancybox-is-open .fancybox-caption-wrap .fancybox-caption h2 {
  color: #90292a;
  font-family: "D-DIN-Bold";
  font-size: 25px;
  margin-bottom: 15px;
}

.profile-style.fancybox-is-open .fancybox-image-wrap {
  -webkit-transform: unset !important;
          transform: unset !important;
  margin: 25px;
  height: 350px !important;
  max-width: 306px !important;
  overflow: hidden;
}

.profile-style.fancybox-is-open .fancybox-image-wrap img {
  max-height: 347px;
}

.profile-style.fancybox-is-open .fancybox-button {
  background: rgba(152, 56, 41, 0.9);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

.social-open {
  padding: 40px 20px;
  display: none;
}

.social-open ul.social-icons {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 10px 0px;
}

.social-open ul.social-icons li {
  display: inline-block;
  font-family: "D-DIN";
  margin-bottom: 0px;
}

.social-open ul.social-icons li a {
  display: inline-block;
}

.social-open ul.social-icons li a span {
  padding: 8px 11px;
  border-radius: 5px;
  margin-right: 5px;
}

.social-open ul.social-icons li a span.icon-facebook {
  background-color: #3b5998;
  color: #fff;
}

.social-open ul.social-icons li a span.icon-twitter {
  background-color: #00acee;
  color: #fff;
}

.social-open ul.social-icons li a span.icon-instagram {
  background-color: #dd2a7b;
  color: #fff;
}

.social-open ul.social-icons li a span.icon-whatsapp {
  background-color: #25d366;
  color: #fff;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

/* ---- grid ---- */
.grid {
  background: #ddd;
  margin: 20px 0px;
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 33.333%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.grid .grid-item .media-thumb-video {
  left: 50%;
  width: 70px;
  height: 70px;
}

@media only screen and (max-width: 600px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

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

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

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

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

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

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

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

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

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

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

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

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

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

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

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

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

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

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

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

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

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

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

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

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

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

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

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

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

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

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

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

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

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

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

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

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

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

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

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

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

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

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

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

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

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

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

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

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

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

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

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

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

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

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

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* The typing effect */
@-webkit-keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */
@-webkit-keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
  100% {
    border-color: transparent;
  }
}
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
  100% {
    border-color: transparent;
  }
}


/*---------- ICONS ----------*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?wtoil5");
  src: url("fonts/icomoon.eot?wtoil5#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?wtoil5") format("truetype"), url("fonts/icomoon.woff?wtoil5") format("woff"), url("fonts/icomoon.svg?wtoil5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-long-arrow-down:before {
  content: "\e90c";
}

.icon-search:before {
  content: "\e90a";
  color: #90292a;
}

.icon-mail:before {
  content: "\e92e";
  color: #90292a;
}

.icon-share:before {
  content: "\e92f";
  color: #90292a;
}

.icon-support:before {
  content: "\e92b";
  color: #90292a;
}

.icon-teacher-lecture-in-front-an-auditory:before {
  content: "\e92c";
  color: #90292a;
}

.icon-develop:before {
  content: "\e92d";
  color: #90292a;
}

.icon-twitter:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-instagram:before {
  content: "\e903";
}

.icon-entrepreneurship:before {
  content: "\e904";
}

.icon-health:before {
  content: "\e905";
}

.icon-agriculture:before {
  content: "\e906";
}

.icon-education:before {
  content: "\e907";
}

.icon-energy:before {
  content: "\e908";
}

.icon-chevron-down:before {
  content: "\e91a";
}

.icon-download:before {
  content: "\e92a";
}

.icon-arrow-right:before {
  content: "\e900";
}

.icon-arrow-right1:before {
  content: "\e919";
}

.icon-whatsapp:before {
  content: "\e90b";
}

.icon-linkedin:before {
  content: "\e909";
}

/* Device = Most of the Smartphones Mobiles (Portrait) */
/* Device = Low Resolution Tablets, Mobiles (Landscape) */
/* Device = Tablets, Ipads (portrait) */
/* Device = Laptops, Desktops */
/* Device = Desktops */
/* Higher Resolution Screens */
/* Color overrides*/
/*general font*/
/*Path to assets*/
.side-padding {
  padding: 0px 15px;
}

.text-center {
  text-align: center;
}

/* Link Buttons*/
.btn-primary {
  font-size: 20px;
  display: inline-block;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  background-color: #90292a;
  color: #fff;
  font-family: "D-DIN";
  margin: 30px 0px;
  border-radius: 51px;
  outline: none;
  border: none;
  padding: 10px 60px 10px 15px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.btn-primary:hover {
  background-color: #db8b47;
}

.btn-primary:hover::after {
  color: #db8b47;
}

.btn-primary::after {
  content: "\e900";
  color: #90292a;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
  line-height: 28px;
  right: 0;
  bottom: 0px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  position: absolute;
  margin: 0 auto;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.upload-file-bx {
  padding: 20px 0px;
}

.upload-file-bx p.txt {
  opacity: 0.6;
  font-size: 14px !important;
  margin-bottom: 20px;
}

.upload-file-bx input {
  color: #fff;
  opacity: 0.6;
  width: 100%;
}

.error {
  color: red;
}

.sticky {
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}

/*---------- PILLARS TABS ----------*/
.pillars-tabs {
  display: table;
  width: 100%;
}

.pillars-tabs a {
  display: table-cell;
  vertical-align: top;
  width: 20%;
  text-align: center;
  color: #333;
  padding: 30px;
}

.pillars-tabs a .icon {
  font-size: 100px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.pillars-tabs a .label {
  display: block;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.28;
}

.pillars-tabs a.active {
  background-color: #fff;
  color: #983829;
  border-radius: 10px 10px 0px 0px;
}

.pillars-tabs a:hover {
  color: #983829;
}

#pillars-dd {
  height: 40px;
  background-color: #fff;
  display: none;
  width: 100%;
  margin: 0;
  border: 0 none;
  padding: 10px;
  margin-bottom: 12px;
  color: #912d1f;
  font-weight: bold;
}

.tab-content {
  display: none;
  background-color: #fff;
  padding: 70px;
}

.tab-content.active {
  display: block;
}

.tab-content .tbl {
  display: table;
  width: 100%;
}

.tab-content .tbl .col {
  display: table-cell;
  vertical-align: top;
}

.tab-content .tbl .col.right a {
  color: #912d1f;
  font-family: "D-DIN-Bold";
}

.tab-content .tbl .col.left {
  width: 14%;
  text-align: center;
  padding: 40px;
}

.tab-content .tbl .col.left.color-sm {
  background-color: #db8b47;
  border-radius: 10px;
}

.tab-content .tbl .col.left.color-sm .icon {
  color: #fff;
}

#63.tab-content .tbl .col.left {
  background-color: chartreuse;
}

#63.tab-content .tbl .col.left .icon {
  color: #fff;
}

#64.tab-content .tbl .col.left {
  background-color: chocolate;
}

#64.tab-content .tbl .col.left .icon {
  color: #fff;
}

#67.tab-content .tbl .col.left {
  background-color: #9a1ed2;
}

#67.tab-content .tbl .col.left .icon {
  color: #fff;
}

#65.tab-content .tbl .col.left {
  background-color: #1e6ad2;
}

#65.tab-content .tbl .col.left .icon {
  color: #fff;
}

#66.tab-content .tbl .col.left {
  background-color: #d21e1e;
}

#66.tab-content .tbl .col.left .icon {
  color: #fff;
}

.tab-content .tbl .col.middle {
  width: 42%;
  padding: 0 40px;
}

.tab-content h3 {
  font-weight: bold;
  font-size: 80px;
  line-height: 1;
  color: #912d1f;
  margin-bottom: 5px;
}

.tab-content h3 span {
  display: block;
  font-size: 60px;
}

.tab-content .info {
  color: #912d1f;
  display: block;
  font-size: 36px;
}

.tab-content p {
  margin-bottom: 0;
}

.scroll-downs {
  position: absolute;
  right: 0;
  bottom: 100px;
  left: 0;
  margin: auto;
  width: 42px;
  height: 55px;
}

.mousey {
  width: 42px;
  padding: 5px 12px;
  height: auto;
  border-radius: 25px;
  opacity: 1;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.scroller {
  color: #fff;
  font-size: 29px;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.mousey .icon {
  color: #fff;
  font-size: 28px;
}

.scroll-downs p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  opacity: 1;
  margin-top: 5px;
  line-height: 1.1;
  font-weight: bold;
}

.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.hidden {
  display: none;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
}

/*---------- MEDIA QUERIES ----------*/
@media only screen and (min-width: 1400px) {
  .container-fluid {
    max-width: 90%;
  }
}

@media only screen and (max-width: 1470px) {
  .pillars-tabs a {
    padding: 30px 20px;
  }
  .pillars-tabs a .icon,
  .stories .icon-wrapper .icon {
    font-size: 70px;
  }
  .pillars-tabs a .label,
  .stories .icon-wrapper .label {
    font-size: 16px;
  }
  .tab-content h3 {
    font-size: 70px;
    line-height: 1;
  }
  .tab-content h3 span {
    font-size: 40px;
  }
  .tab-content .info {
    font-size: 30px;
  }
  .tab-content {
    padding: 40px;
  }
}

@media only screen and (max-width: 1300px) {
  body {
    font-size: 16px;
  }
  .tab-content .tbl .col.middle {
    width: 38%;
  }
  .tab-content .tbl .col.left {
    width: 12%;
  }
  .tab-content h3 {
    font-size: 60px;
  }
  .tab-content h3 span {
    font-size: 34px;
  }
  .tab-content .info {
    font-size: 26px;
  }
}

@media only screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }
  .pillars-tabs {
    margin-top: 60px;
  }
  .pillars-tabs a {
    padding: 20px 12px;
  }
  .pillars-tabs a .label,
  .stories .icon-wrapper .label {
    font-size: 14px;
  }
  .pillars-tabs a .icon,
  .stories .icon-wrapper .icon {
    font-size: 60px;
  }
  p {
    margin-bottom: 30px;
  }
  .tab-content {
    padding: 30px;
  }
  .tab-content .tbl .col.middle {
    padding: 0 30px;
  }
  .tab-content h3 {
    font-size: 50px;
  }
  .tab-content h3 span {
    font-size: 30px;
  }
  .tab-content .info {
    font-size: 20px;
  }
  .tab-content .tbl .col.middle {
    width: 34%;
  }
}

@media only screen and (max-width: 870px) {
  .tab-content {
    padding: 30px 20px;
  }
  .tab-content h3 {
    font-size: 40px;
  }
  .tab-content h3 span {
    font-size: 24px;
  }
  .tab-content .info {
    font-size: 17px;
  }
  .tab-content .tbl .col.middle {
    padding: 0 20px;
  }
  .tab-content .tbl .col.left {
    width: 100px;
  }
  .beneficiaries {
    margin: -20px 0 30px -20px;
  }
  .beneficiaries li {
    width: 50%;
    padding: 20px 0 0 20px;
  }
  .stories {
    width: 70%;
    margin: 0 auto;
  }
  .stories .col {
    display: block;
    width: 100%;
  }
  .stories .col.left {
    width: 100%;
  }
  .stories .col.right {
    width: 100%;
  }
  .stories .block {
    width: 100%;
    left: 0;
    top: 0;
  }
  .stories > li {
    margin-bottom: 30px;
  }
  .stories h2 {
    font-size: 28px;
  }
  .stories .block {
    padding: 30px;
  }
  .stories .icon-wrapper {
    width: 160px;
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 auto;
  }
  .summary {
    font-size: 20px;
  }
  .editor h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 670px) {
  #pillars-dd {
    display: block;
  }
  .pillars-tabs {
    display: none;
  }
  .tab-content .tbl .col {
    display: block;
  }
  .tab-content .tbl .col.middle {
    width: 100%;
    padding: 20px 0;
  }
  .tab-content h3 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 540px) {
  .tab-content h3 {
    font-size: 32px;
  }
  .tab-content h3 span {
    font-size: 20px;
  }
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
   *  Owl Carousel - Animate Plugin
   */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
   * 	Owl Carousel - Auto Height Plugin
   */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
   * 	Owl Carousel - Lazy Load Plugin
   */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
   * 	Owl Carousel - Video Plugin
   */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.about-scroll.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.about-scroll.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 25px;
  height: 25px;
  margin: 5px 7px;
  background: #90292a;
}

.about-scroll.profile-scroll.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.about-scroll.profile-scroll.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 25px;
  height: 25px;
  margin: 5px 7px;
  background: #90292a;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff !important;
}

.gallery-scroll.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: block;
  top: -78px;
  position: absolute;
  right: 0;
}

.gallery-scroll.owl-theme .owl-dots {
  display: none;
}

.wings-scroll.owl-theme .owl-dots {
  display: none;
}

.gallery-scroll.owl-theme .owl-nav [class*="owl-"] {
  color: #90292a;
  font-size: 20px;
  margin: 5px;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  font-weight: bold;
}

.wings-scroll.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: block;
  top: -78px;
  position: absolute;
  right: 0;
}

.wings-scroll.owl-theme .owl-nav [class*="owl-"] {
  color: #90292a;
  font-size: 20px;
  margin: 5px;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  font-weight: bold;
}

/*---------- ACCORDION ----------*/
.accordion > li {
  background-color: #fff;
  margin-bottom: 12px;
  border: 1px solid #dadbdd;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.accordion > li:hover {
  background-color: #dae1ec;
}

.accordion .title {
  display: block;
  padding: 18px 72px 18px 24px;
  position: relative;
  color: #7b7d7f;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.accordion .title:after {
  display: block;
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "\25BE";
  font-size: 27px;
  color: #253e85;
  height: 26px;
  line-height: 26px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.accordion > li:hover .title {
  color: #253e85;
}

.accordion .content-visible {
  background-color: #f2f4f8;
}

.accordion .content-visible .title {
  color: #253e85;
}

.accordion .content-visible .title:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion .desc {
  padding: 0 24px 30px;
  display: none;
  color: #666;
}

.accordion .desc p {
  margin: 0;
  padding-top: 30px;
}

.accordion .desc p:first-child {
  padding-top: 0;
}

.accordion .desc a {
  color: #253e85;
}

.accordion .desc a:hover {
  color: #000;
}

.accordion .desc ul {
  list-style: disc;
  padding-left: 18px;
}

.accordion .desc ol {
  list-style: lower-alpha;
  padding-left: 26px;
}

.accordion .desc ul li,
.accordion .desc ol li {
  padding-top: 16px;
}

.col-5 {
  width: 20%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.list {
  margin: 0.5rem;
  list-style: none;
}

.list__item {
  margin: 0 0 0.5rem 0;
  padding: 0;
  width: 50%;
  float: left;
}

.label--checkbox {
  position: relative;
  margin: 0.5rem;
  color: #90292a;
  font-family: "D-DIN-Bold";
  line-height: 135%;
  cursor: pointer;
}

.checkbox {
  position: relative;
  top: -0.375rem;
  margin: 0 1rem 0 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkbox:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: -13px;
  top: -10px;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border: 2px solid #90292a;
  border-radius: 0px;
}

.checkbox:checked:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 0.5rem;
  border-color: #90292a;
  border-top-style: none;
  border-right-style: none;
}

.checkbox:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: transparent;
  cursor: pointer;
}

.button--round {
  -webkit-transition: 0.3s background ease-in-out;
  transition: 0.3s background ease-in-out;
  width: 2rem;
  height: 2rem;
  background: #5677fc;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.button--round i {
  font-size: 1rem;
  line-height: 220%;
  vertical-align: middle;
}

.button--round:hover {
  background: #3b50ce;
}

.button--sticky {
  position: fixed;
  right: 2rem;
  top: 16rem;
}

.content {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(6.25rem);
    transform: translateY(6.25rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(6.25rem);
    transform: translateY(6.25rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.box {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 350px;
}

.box::after {
  background-color: #90292a;
  content: "";
  position: absolute;
  height: 2px;
  right: 0px;
  bottom: 0px;
  width: 100%;
}

.box select {
  background-color: transparent;
  font-family: "D-DIN";
  color: #90292a;
  padding: 12px 12px 12px 0px;
  width: 100%;
  border: none;
  font-size: 20px;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  outline: none;
  position: relative;
}

.box::before {
  content: "\e91a";
  position: absolute;
  top: 23%;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: right;
  font-size: 28px;
  line-height: 45px;
  color: #90292a;
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.box select option {
  padding: 30px;
}

.search-block {
  position: relative;
  width: 130px;
  background-color: #fff;
  margin: 10px auto;
}

.search-block .btn {
  padding: 10px;
  color: #90292a;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 0px;
  top: -3px;
  height: 100%;
}

.search-block .btn span.icon {
  font-size: 16px;
  font-family: "D-DIN-Bold";
}

.search-block input[placeholder][class="search-input"] {
  color: #90292a;
}

.search-block .search-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 35px 7px 10px;
  color: #90292a;
  outline: none;
  width: 100%;
  border: 1px solid #90292a;
  padding-right: 30px;
  border-radius: 40px;
}

.sub-menu {
  display: none;
  position: absolute !important;
  background: #fff;
  width: 300px;
  top: 27px;
  color: #90292a;
  margin-left: 0px;
  z-index: 9899;
  padding: 23px 0px 0px;
}

.sub-menu li.menu-item {
  display: block !important;
}

.sub-menu li.menu-item.menu-education a::before {
  content: "\e907";
}

.sub-menu li.menu-item.menu-finance a::before {
  content: "\e904";
}

.sub-menu li.menu-item.menu-agri a::before {
  content: "\e904";
}

.sub-menu li.menu-item.menu-energy a::before {
  content: "\e908";
}

.sub-menu li.menu-item.menu-health a::before {
  content: "\e905";
}

.sub-menu li.menu-item a {
  text-align: left !important;
  color: #90292a !important;
  padding: 15px 15px 15px 50px !important;
  display: table !important;
  width: 100%;
  position: relative;
}

.sub-menu li.menu-item a::before {
  position: absolute;
  left: 10px;
  font-size: 35px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sub-menu li.menu-item a:hover {
  background-color: rgba(144, 41, 42, 0.12);
}

/*---------------------
HAMBURGER MENU
----------------------*/
.ham-holder {
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 9999999;
}

.hamburger-menu {
  /* position: fixed; */
  top: 0;
  left: 0;
  padding: 10px 15px;
  width: 100%;
  height: 43px;
  cursor: pointer;
  z-index: 9998;
  /* background:#EBEBEB; */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.bar,
.bar:after,
.bar:before {
  width: 25px;
  height: 3px;
}

.bar {
  position: relative;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  background: #90292a;
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
}

.bar.animate {
  background: rgba(255, 255, 255, 0);
}

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #90292a;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #90292a;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*---------------------
  Mobiles Menu 
  ----------------------*/
/*---------------------
	  Mobiles Menu - Design 
	  ----------------------*/
.mobile-menu ul {
  margin: 0;
  padding: 0;
}

.mobile-menu li {
  font-size: 13px;
  line-height: 24px;
  margin: 0;
  overflow: hidden;
  color: #221f1f;
  border-bottom: 1px solid #e7eaea;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  padding-left: 15px;
  line-height: 20px;
  min-height: 44px;
}

.mobile-menu li.has-children span {
  position: absolute;
  right: 5px;
  top: 14px;
  font-size: 18px;
}

.mobile-menu li ul.children {
  background-color: #e8e9eb;
}

.mobile-menu li ul.children li {
  border-bottom: 1px solid #e7eaea;
  line-height: 24px;
}

.mobile-menu li:first-child {
  margin-top: 70px;
}

.mobile-menu li:hover {
  background-color: #e8e9eb;
}

.mobile-menu li a {
  text-decoration: none;
  color: #221f1f;
  display: inline-block;
  width: 100%;
  padding: 10px 5px;
}

/*---------------------
	  Mobiles Menu - Slide IN 
	  ----------------------*/
.mobile-menu {
  top: 0;
  max-width: 300px;
  right: -100%;
  width: 100%;
  background: #fff;
  color: black;
  height: 100%;
  position: fixed;
  z-index: 9997;
  padding: 0px 10px;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 205px);
  transform: translate3d(0, 0, 205px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.mobile-menu.active {
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

/*---------------------
	  Mobiles Menu - Dropdown Submenu
	  ----------------------*/
.has-children:hover {
  cursor: hand;
}

.children {
  display: none;
}

.mobile-menu .children li:first-child {
  margin-top: 0px;
}

/* gallery css */
body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

/* Buttons */
.fancybox-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
  outline: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--zoom svg path {
  fill: transparent;
}

/* Navigation arrows */
.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.fancybox-share p:first-of-type {
  margin-right: -10px;
}

.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #707070;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.fancybox-share_button:focus,
.fancybox-share_button:hover {
  text-decoration: none;
  color: #333;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.fancybox-share_button svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

.fancybox-share input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #ebebeb;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.profile-style.fancybox-is-open .fancybox-slide {
  background-color: #fff;
  left: 10%;
  width: 80%;
}

.profile-style.fancybox-is-open .fancybox-caption-wrap {
  left: 10%;
  width: 80%;
  bottom: unset;
  top: 323px;
  background: unset;
}

.profile-style.fancybox-is-open .fancybox-caption-wrap .fancybox-caption p {
  color: #000;
  font-family: "D-DIN";
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.profile-style.fancybox-is-open .fancybox-caption-wrap .fancybox-caption {
  position: relative;
}

.profile-style.fancybox-is-open .fancybox-caption-wrap .fancybox-caption > div {
  position: absolute;
  top: -100px;
  left: 330px;
  max-width: 550px;
}

@media only screen and (max-width: 800px) {
  .profile-style.fancybox-is-open .fancybox-caption-wrap .fancybox-caption > div {
    position: relative;
    top: unset;
    left: unset;
    max-width: 550px;
  }
  .profile-style.fancybox-is-open .fancybox-image-wrap {
    margin: 5px !important;
  }
}

#whoweare p img {
  margin: 0 auto;
  display: block;
}

.profile-style.fancybox-is-open .fancybox-caption-wrap .fancybox-caption h2 {
  color: #90292a;
  font-family: "D-DIN-Bold";
  font-size: 25px;
  margin-bottom: 15px;
}

.profile-style.fancybox-is-open .fancybox-image-wrap {
  -webkit-transform: unset !important;
          transform: unset !important;
  margin: 25px;
  height: 350px !important;
  max-width: 306px !important;
  overflow: hidden;
}

.profile-style.fancybox-is-open .fancybox-image-wrap img {
  max-height: 347px;
}

.profile-style.fancybox-is-open .fancybox-button {
  background: rgba(152, 56, 41, 0.9);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

.social-open {
  padding: 40px 20px;
  display: none;
}

.social-open ul.social-icons {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 10px 0px;
}

.social-open ul.social-icons li {
  display: inline-block;
  font-family: "D-DIN";
  margin-bottom: 0px;
}

.social-open ul.social-icons li a {
  display: inline-block;
}

.social-open ul.social-icons li a span {
  padding: 8px 11px;
  border-radius: 5px;
  margin-right: 5px;
}

.social-open ul.social-icons li a span.icon-facebook {
  background-color: #3b5998;
  color: #fff;
}

.social-open ul.social-icons li a span.icon-twitter {
  background-color: #00acee;
  color: #fff;
}

.social-open ul.social-icons li a span.icon-instagram {
  background-color: #dd2a7b;
  color: #fff;
}

.social-open ul.social-icons li a span.icon-whatsapp {
  background-color: #25d366;
  color: #fff;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

/* ---- grid ---- */
.grid {
  background: #ddd;
  margin: 20px 0px;
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 33.333%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.grid .grid-item .media-thumb-video {
  left: 50%;
  width: 70px;
  height: 70px;
}

@media only screen and (max-width: 600px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

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

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

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

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

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

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

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

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

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

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

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

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

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

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

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

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

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

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

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

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

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

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

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

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

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

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

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

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

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

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

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

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

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

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

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

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

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

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

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

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

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

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

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

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

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

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

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

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

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

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

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

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

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

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

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
  100% {
    border-color: transparent;
  }
}

.education-section {
  padding: 50px 80px;
  background-color: #fff;
}

.education-section .content-box h1.title {
  font-size: 35px;
  font-family: "D-DIN";
  margin-bottom: 20px;
  color: #90292a;
  letter-spacing: -2.5px;
}

.education-section .content-box p.header {
  color: #4e4e4e;
  font-family: "D-DIN";
  font-size: 30px;
  margin-bottom: 30px;
}

.education-section .content-box p.header.elp {
  color: #90292a;
}

.education-section .content-box p {
  margin-bottom: 20px;
}

.education-section .content-box .content-sm.finance-sm {
  margin-bottom: 30px;
}

.education-section .content-box .content-sm.finance-sm p.header {
  color: #90292a;
}

.education-section .content-box .content-sm.energy-sm {
  border-radius: 10px;
  -webkit-box-shadow: 9px 10px 30px 0 rgba(144, 144, 144, 0.17);
  box-shadow: 9px 10px 30px 0 rgba(144, 144, 144, 0.17);
  padding: 20px 15px;
}

.education-section .content-box .content-sm.energy-sm p.header {
  font-size: 24px;
  margin-bottom: 20px;
}

.education-section .content-box .content-sm.energy-sm .energy-sm-tbl {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.education-section .content-box .content-sm.energy-sm .energy-sm-tbl .col {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.education-section .content-box .content-sm.energy-sm .energy-sm-tbl .col .number-box p.number {
  font-family: "D-DIN-Bold";
  font-size: 25px;
}

.education-section .content-box .content-sm.energy-sm .energy-sm-tbl .col .number-box p {
  color: #90292a;
  margin-bottom: 0px;
  font-size: 16px;
}

.education-section .content-box .content-sm.energy-sm ul.accordion > li {
  background-color: #fff;
  margin-bottom: 12px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.education-section .content-box .content-sm.energy-sm ul.accordion .desc {
  padding: 0 0px 20px;
  font-size: 16px;
  color: #4e4e4e;
}

.education-section .content-box .content-sm.energy-sm ul.accordion a.title {
  padding: 10px 45px 10px 0px;
  color: #90292a;
  font-size: 16px;
  font-family: "D-DIN-Bold";
}

.education-section .content-box .content-sm.energy-sm ul.accordion a.title:after {
  content: "\25BE";
  font-size: 27px;
  color: #90292a;
}

.education-section .content-box .education-tbl {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.education-section .content-box .education-tbl .col {
  display: table-cell;
  vertical-align: middle;
  width: 33.333%;
}

.education-section .content-box .education-tbl .col .ring-section .ring-section-sm .ring-col {
  position: relative;
}

.education-section .content-box .education-tbl .col .ring-section .ring-section-sm .ring-col .circleChart .circleChart_text {
  top: -21px !important;
  color: #90292a;
}

.education-section .content-box .education-tbl .col .ring-section .ring-section-sm .ring-col .ring-text {
  font-size: 13px;
  color: #90292a;
  width: 70px;
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 27px;
  left: 0;
  right: 0px;
  margin: 0 auto;
}

.education-section .content-box .education-tbl .col .number-box p.number {
  font-family: "D-DIN-Bold";
  font-size: 40px;
}

.education-section .content-box .education-tbl .col .number-box p {
  color: #90292a;
  margin-bottom: 0px;
}

.education-section .content-box .education-tbl.health-tbl .col {
  width: 50%;
  vertical-align: middle;
}

.education-section .content-box .education-tbl.health-tbl .col.left .number-box {
  margin-bottom: 20px;
}

.education-section .content-box .education-tbl.health-tbl .col.center .img-holder {
  width: 60%;
  margin: 0 auto;
}

.education-section .content-box .education-tbl.health-tbl .col.center .img-holder img {
  width: 100%;
}

.education-section .content-box .entrepreneurship-tbl {
  display: table;
  width: 98%;
  margin-bottom: 20px;
  margin: 50px auto 50px;
}

.education-section .content-box .entrepreneurship-tbl .col {
  display: table-cell;
  vertical-align: middle;
  width: 14.285%;
}

.education-section .content-box .entrepreneurship-tbl .col .number-box {
  text-align: center;
}

.education-section .content-box .entrepreneurship-tbl .col .number-box p.number {
  font-family: "D-DIN-Bold";
  font-size: 30px;
}

.education-section .content-box .entrepreneurship-tbl .col .number-box p {
  color: #90292a;
  margin-bottom: 0px;
  min-height: 60px;
}

.education-section .content-box .entrepreneurship-tbl .col.left .content span.icon-develop {
  display: inline-block;
  margin-right: 30px;
  font-size: 83px;
}

.education-section .content-box .entrepreneurship-tbl .col.left .content p.impact {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 30px;
  color: #333333;
  font-family: "D-DIN";
  line-height: 1;
}

.education-section .content-box .entrepreneurship-tbl .col.left .content p.impact span.icon {
  margin-left: 10px;
  font-size: 20px;
}

.education-section .content-box .entrepreneurship-tbl.program-tbl {
  width: 90%;
}

.education-section .content-box .entrepreneurship-tbl.program-tbl .col {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
}

.education-section .content-box .entrepreneurship-tbl.arrow-tbl .col.left .content p.impact span.icon {
  margin-left: 10px;
  font-size: 45px;
  color: #90292a;
}

.education-section .content-box .entrepreneurship-tbl.fly-tbl {
  width: 90%;
}

.education-section .content-box .entrepreneurship-tbl.fly-tbl .col {
  width: 33.33%;
}

.education-section .content-box .entrepreneurship-tbl.fly-tbl .col.right {
  vertical-align: top;
}

.education-section .content-box .entrepreneurship-tbl.fly-tbl .col .wings-sm-tbl {
  margin: 0px 20px 30px 0px;
}

.education-section .content-box .entrepreneurship-tbl.fly-tbl .col .wings-sm-tbl .col {
  vertical-align: top;
}

.education-section .content-box .entrepreneurship-tbl.fly-tbl .col .wings-sm-tbl .col.img-box img {
  max-width: 110px;
}

.education-section .content-box .entrepreneurship-tbl.fly-tbl .col .wings-sm-tbl .col.col-wing {
  text-align: left;
}

.education-section .content-box .entrepreneurship-tbl.fly-tbl .col .wings-sm-tbl .col.col-wing p.number {
  font-size: 30px;
  text-align: left;
}

.education-section .content-box .entrepreneurship-tbl.fly-tbl .col .wings-sm-tbl .col.col-wing p {
  font-size: 13px;
  text-align: left;
}

.education-section .content-box .financial-tbl {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  margin: 50px auto 50px;
}

.education-section .content-box .financial-tbl .col {
  display: table-cell;
  vertical-align: middle;
  width: 33.333%;
}

.education-section .content-box .financial-tbl .col .number-box {
  text-align: center;
}

.education-section .content-box .financial-tbl .col .number-box p.number {
  font-family: "D-DIN-Bold";
  font-size: 40px;
}

.education-section .content-box .financial-tbl .col .number-box p {
  color: #90292a;
  margin-bottom: 0px;
}

.education-section .content-box .financial-tbl .col .number-box p strong {
  font-family: "D-DIN-Bold";
}

.education-section .content-box .margin-top {
  margin-top: 50px;
}

.education-section .content-box .wings-section .title {
  color: #4e4e4e;
}

.education-section .content-box .wings-section .wings-title {
  font-size: 25px;
  font-family: "D-DIN";
  margin-bottom: 20px;
  color: #90292a;
}

.education-section .content-box .wings-section .wings-scroll-box {
  margin-bottom: 40px;
}

.education-section .content-box .wings-section .wings-scroll-box p {
  margin: 20px 0px;
}

.education-section .content-box .wings-section .wings-scroll-box p a {
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  color: #90292a;
}

.education-section .content-box .wings-section .wings-scroll-box p a:hover {
  text-decoration: underline;
}

.education-section .content-box .wings-section .apply-link a {
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  color: #90292a;
}

.education-section .content-box .wings-section .apply-link a:hover {
  text-decoration: underline;
}

.education-section .content-box .wings-section .wings-scroll .wings-tbl {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  opacity: 0.95;
  border-radius: 10px;
  -webkit-box-shadow: 9px 10px 30px 0 rgba(144, 144, 144, 0.17);
          box-shadow: 9px 10px 30px 0 rgba(144, 144, 144, 0.17);
}

.education-section .content-box .wings-section .wings-scroll .wings-tbl .col {
  display: table-cell;
  vertical-align: middle;
}

.education-section .content-box .wings-section .wings-scroll .wings-tbl .col.left {
  width: 40%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.education-section .content-box .wings-section .wings-scroll .wings-tbl .col.right {
  width: 60%;
  padding: 30px 20px;
}

.education-section .content-box .wings-section .wings-scroll .wings-tbl .col.right p.name {
  font-family: "D-DIN";
  color: #4e4e4e;
}

.education-section .content-box .wings-section .wings-scroll .wings-tbl .col.right p {
  font-size: 15px;
  margin-bottom: 15px;
}

.education-section.red-section .content-box {
  background-color: #90292a;
  padding: 50px 80px;
  border-radius: 10px;
}

.education-section.red-section .content-box h1.title {
  color: #fff;
  font-size: 30px;
}

.education-section.red-section .content-box p.header {
  color: #fff;
}

.education-section.red-section .content-box p {
  color: #fff;
}

.success-section {
  padding: 0px 80px;
}

.success-section .btn-primary {
  margin: 20px 0px 0px;
}

.success-section ul.success-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.success-section ul.success-ul li .wings-sm-tbl {
  display: table;
  width: 100%;
}

.success-section ul.success-ul li .wings-sm-tbl .col {
  display: table-cell;
  vertical-align: middle;
}

.success-section ul.success-ul li .wings-sm-tbl .col.img-box {
  width: 100px;
}

.success-section ul.success-ul li .wings-sm-tbl .col.img-box img {
  height: 150px;
}

.success-section ul.success-ul li .wings-sm-tbl .col.col-wing {
  padding: 10px 10px;
  vertical-align: bottom;
  width: calc(100% - 100px);
}

.success-section ul.success-ul li .wings-sm-tbl .col.col-wing .number-box .number {
  font-size: 30px;
  color: #90292a;
  font-family: "D-DIN-Bold";
}

.success-section ul.success-ul li .wings-sm-tbl .col.col-wing .number-box .name {
  font-size: 20px;
  color: #90292a;
  font-family: "D-DIN";
}

.success-section ul.success-ul li .wings-sm-tbl .col.col-wing .number-box p {
  font-size: 14px;
  color: #90292a;
}

.leadership-section {
  padding: 50px 80px;
  background-color: rgba(136, 148, 148, 0.13);
}

.leadership-section .content-sm h1.title {
  font-size: 35px;
  font-family: "D-DIN";
  margin-bottom: 20px;
  color: #90292a;
  letter-spacing: -2.5px;
}

.leadership-section .content-sm p.header {
  color: #4e4e4e;
  font-family: "D-DIN";
  font-size: 30px;
  margin-bottom: 30px;
}

.leadership-section .content-sm p {
  margin-bottom: 20px;
}

.leadership-section .img-holder {
  width: 100%;
}

.leadership-section .img-holder img {
  width: 100%;
}

.leadership-section .leadership-tbl {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.leadership-section .leadership-tbl .col {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.leadership-section .leadership-tbl .col .ring-section .ring-section-sm .ring-col {
  position: relative;
}

.leadership-section .leadership-tbl .col .ring-section .ring-section-sm .ring-col .circleChart .circleChart_text {
  top: -21px !important;
  color: #90292a;
}

.leadership-section .leadership-tbl .col .ring-section .ring-section-sm .ring-col .ring-text {
  font-size: 13px;
  color: #90292a;
  width: 70px;
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 27px;
  left: 0;
  right: 0px;
  margin: 0 auto;
}

.leadership-section .leadership-tbl .col .number-box p.number {
  font-family: "D-DIN-Bold";
  font-size: 40px;
}

.leadership-section .leadership-tbl .col .number-box p {
  color: #90292a;
  margin-bottom: 0px;
}

.icons-section {
  padding: 50px 80px;
  background-color: rgba(136, 148, 148, 0.13);
}

.icons-section .icons-tbl {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.icons-section .icons-tbl .col {
  display: table-cell;
  vertical-align: middle;
}

.icons-section .icons-tbl .col.left {
  width: 370px;
}

.icons-section .icons-tbl .col.left .icons-content p.intro {
  font-size: 40px;
  font-family: "D-DIN";
  margin-bottom: 20px;
  color: #90292a;
  letter-spacing: -2.5px;
  line-height: 1.1;
}

.icons-section .icons-tbl .col.left .icons-content p.intro .icon {
  font-size: 23px;
}

.icons-section .icons-tbl .col.right {
  width: calc(100% - 370px);
}

.icons-section .icons-tbl .col.right .icons-content {
  text-align: center;
}

.icons-section .icons-tbl .col.right .icons-content .icon {
  font-size: 100px;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #90292a;
}

.icons-section .icons-tbl .col.right .icons-content p {
  color: #90292a;
  font-size: 16px;
  font-family: "D-DIN-Bold";
  min-height: 50px;
  text-align: center;
}

.icons-section .icons-tbl .col.right .icons-content .btn-primary {
  font-size: 12px;
}

.icons-section .icons-tbl .col.right .icons-content .btn-primary::after {
  font-size: 11px;
  line-height: 20px;
  width: 20px;
  height: 20px;
}

.pillars-bg-section {
  padding: 50px 80px;
}

.pillars-bg-section .pillars-bg-sm {
  text-align: center;
}

.pillars-bg-section .pillars-bg-sm h1.title {
  font-size: 35px;
  font-family: "D-DIN";
  margin-bottom: 20px;
  color: #000;
  letter-spacing: -2.5px;
}

.pillars-bg-section .pillars-bg-sm p {
  margin-bottom: 30px;
}

.pillars-bg-section .pillars-bg-sm .partners-content-bg {
  padding: 50px 0px 0px;
}

.pillars-bg-section .pillars-bg-sm .partners-content-bg .partners-content {
  padding: 30px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 9px 10px 30px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 9px 10px 30px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
}

.pillars-bg-section .pillars-bg-sm .partners-content-bg .partners-content .img-holder {
  width: 100%;
}

.pillars-bg-section .pillars-bg-sm .partners-content-bg .partners-content .img-holder img {
  width: 100%;
}

.pillars-bg-section .pillars-bg-sm .partners-content-bg .partners-content .img-holder p.header {
  font-size: 25px;
  font-family: "D-DIN";
  margin-bottom: 20px;
  color: #90292a;
  letter-spacing: -2.5px;
  text-align: left;
}

.pillars-bg-section .pillars-bg-sm .partners-content-bg .partners-content .img-holder p {
  font-size: 17px;
  text-align: left;
}

.gallery-section {
  padding: 50px 80px;
  background-color: #fff;
}

.gallery-section h1.title {
  font-size: 35px;
  font-family: "D-DIN";
  margin-bottom: 20px;
  color: #90292a;
}

.gallery-section .gallery-scroll a.gallery-content {
  display: block;
}

.gallery-section .gallery-scroll a.gallery-content .about-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

.gallery-section .gallery-scroll a.gallery-content .about-banner .galley-icon-holder {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
}

.gallery-section .gallery-scroll a.gallery-content .gallery-text {
  padding: 20px 0px 0px;
  font-family: "D-DIN";
  color: #4e4e4e;
}

/*---------- FONTS ----------*/
@font-face {
  font-family: "D-DIN";
  src: url("fonts/D-DIN.woff2") format("woff2"), url("fonts/D-DIN.woff") format("woff"), url("fonts/D-DIN.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
}

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

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

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

@font-face {
  font-family: "equity-D-DIN";
  src: url("fonts/D-DIN.eot?#iefix") format("embedded-opentype"), url("fonts/D-DIN.woff") format("woff"), url("fonts/D-DIN.ttf") format("truetype"), url("fonts/D-DIN.svg#D-DIN") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "D-DINExp-Bold";
  src: url("fonts/D-DINExp-Bold.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

/*---------- ICONS ----------*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?wtoil5");
  src: url("fonts/icomoon.eot?wtoil5#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?wtoil5") format("truetype"), url("fonts/icomoon.woff?wtoil5") format("woff"), url("fonts/icomoon.svg?wtoil5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-long-arrow-down:before {
  content: "\e90c";
}

.icon-search:before {
  content: "\e90a";
  color: #90292a;
}

.icon-mail:before {
  content: "\e92e";
  color: #90292a;
}

.icon-share:before {
  content: "\e92f";
  color: #90292a;
}

.icon-support:before {
  content: "\e92b";
  color: #90292a;
}

.icon-teacher-lecture-in-front-an-auditory:before {
  content: "\e92c";
  color: #90292a;
}

.icon-develop:before {
  content: "\e92d";
  color: #90292a;
}

.icon-twitter:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-instagram:before {
  content: "\e903";
}

.icon-entrepreneurship:before {
  content: "\e904";
}

.icon-health:before {
  content: "\e905";
}

.icon-agriculture:before {
  content: "\e906";
}

.icon-education:before {
  content: "\e907";
}

.icon-energy:before {
  content: "\e908";
}

.icon-chevron-down:before {
  content: "\e91a";
}

.icon-download:before {
  content: "\e92a";
}

.icon-arrow-right:before {
  content: "\e900";
}

.icon-arrow-right1:before {
  content: "\e919";
}

.icon-whatsapp:before {
  content: "\e90b";
}

.icon-linkedin:before {
  content: "\e909";
}

/* Device = Most of the Smartphones Mobiles (Portrait) */
/* Device = Low Resolution Tablets, Mobiles (Landscape) */
/* Device = Tablets, Ipads (portrait) */
/* Device = Laptops, Desktops */
/* Device = Desktops */
/* Higher Resolution Screens */
/* Color overrides*/
/*general font*/
/*Path to assets*/
.side-padding {
  padding: 0px 15px;
}

.text-center {
  text-align: center;
}

/* Link Buttons*/
.btn-primary {
  font-size: 20px;
  display: inline-block;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  background-color: #90292a;
  color: #fff;
  font-family: "D-DIN";
  margin: 30px 0px;
  border-radius: 51px;
  outline: none;
  border: none;
  padding: 10px 60px 10px 15px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.btn-primary:hover {
  background-color: #db8b47;
}

.btn-primary:hover::after {
  color: #db8b47;
}

.btn-primary::after {
  content: "\e900";
  color: #90292a;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
  line-height: 28px;
  right: 0;
  bottom: 0px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  position: absolute;
  margin: 0 auto;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.upload-file-bx {
  padding: 20px 0px;
}

.upload-file-bx p.txt {
  opacity: 0.6;
  font-size: 14px !important;
  margin-bottom: 20px;
}

.upload-file-bx input {
  color: #fff;
  opacity: 0.6;
  width: 100%;
}

.error {
  color: red;
}

.sticky {
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}

.reports-section {
  padding: 50px 80px;
  background-color: rgba(136, 148, 148, 0.13);
}

.reports-section .repo-tbl {
  display: table;
  width: 100%;
  margin: 0px auto 30px;
}

.reports-section .repo-tbl .col {
  display: table-cell;
  vertical-align: middle;
}

.reports-section .repo-tbl .col.left {
  font-size: 30px;
  font-family: "D-DIN";
  margin-bottom: 20px;
  color: #90292a;
  letter-spacing: -2.5px;
  line-height: 1;
  width: 300px;
}

.reports-section .repo-tbl .col.right {
  width: calc(100% - 300px);
}

.reports-section .repo-text p {
  padding-bottom: 30px;
}

.reports-section .report-card {
  background-color: #fff;
  padding: 30px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 8px 10px 30px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 8px 10px 30px 0 rgba(0, 0, 0, 0.13);
  margin-bottom: 40px;
}

.reports-section .report-card .title {
  font-size: 24px;
  font-family: "D-DIN";
  margin-bottom: 20px;
  color: #90292a;
  letter-spacing: -2.5px;
  line-height: 1.4;
  min-height: 130px;
}

.reports-section .report-card .report-span {
  margin-bottom: 20px;
}

.reports-section .report-card .report-span span {
  background-color: #fff;
  border: 1px solid #90292a;
  text-align: center;
  padding: 6px 15px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 40px;
  -webkit-box-shadow: 9px 10px 30px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 9px 10px 30px 0 rgba(0, 0, 0, 0.14);
  color: #90292a;
  font-size: 12px;
}

.reports-section .report-card .report-icons-tbl {
  display: table;
  width: 90%;
  margin: 20px auto 0px;
}

.reports-section .report-card .report-icons-tbl .col {
  display: table-cell;
  vertical-align: middle;
  width: 33.333%;
  text-align: center;
}

.reports-section .report-card .report-icons-tbl .col p {
  color: #90292a;
  font-size: 14px;
}

.reports-section .report-card .report-icons-tbl .col .icon {
  color: #90292a;
}

.reports-section.search-section {
  background-color: #fff;
}

.reports-section.search-section .repo-tbl .col {
  font-size: 30px;
  font-family: "D-DIN";
  margin-bottom: 20px;
  color: #90292a;
  letter-spacing: -2.5px;
  line-height: 1;
}

.reports-section.search-section .repo-tbl .col span {
  text-decoration: underline;
}

.pagination {
  text-align: center;
}

.pagination .page-numbers {
  font-size: 17px;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  color: #fff;
  color: #90292a;
}

.pagination .page-numbers.current {
  background-color: #221f1f;
  color: #fff;
}

.impact-section {
  padding: 50px 80px;
}

.impact-section .text-center h1.title {
  color: #000;
}

.impact-section .text-center P {
  margin-bottom: 40px;
}

.impact-section h1.title {
  font-size: 35px;
  font-family: "D-DIN";
  margin-bottom: 20px;
  color: #90292a;
  letter-spacing: -2.5px;
}

.impact-section P {
  margin-bottom: 40px;
}

.impact-section .impact-wrap {
  margin-bottom: 20px;
}

.impact-section .story-section {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  margin-bottom: 20px;
}

@media screen and (max-width: 540px) {
  .impact-section .story-section {
    height: 200vh !important;
    max-height: 200vh !important;
  }
}

.impact-section .story-section.story-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  direction: ltr;
}

.impact-section .story-section .story-hold {
  margin: 0 23px 0 0;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  max-width: 24%;
  height: 400px;
  max-height: 400px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 12px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

.impact-section .story-section .story-hold.expand {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  max-width: 48%;
  z-index: 10;
}

@media screen and (max-width: 540px) {
  .impact-section .story-section .story-hold.expand {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    height: 580px;
    max-height: 580px;
  }
}

.impact-section .story-section .story-hold.expand .story-content p {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.impact-section .story-section .story-hold.expand .story-content .icons-recent {
  opacity: 1;
}

.impact-section .story-section .story-hold.expand > .story-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.impact-section .story-section .story-hold.expand .story-overlay {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(144, 41, 42, 0.63)), color-stop(62%, rgba(144, 41, 42, 0.61)), to(rgba(144, 41, 42, 0.87)));
  background-image: linear-gradient(to left, rgba(144, 41, 42, 0.63), rgba(144, 41, 42, 0.61) 62%, rgba(144, 41, 42, 0.87));
}

.impact-section .story-section .story-hold .story-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.65;
  border-radius: 12px;
}

.impact-section .story-section .story-hold .story-content {
  padding: 34px 35px;
  position: absolute;
  z-index: 2;
}

.impact-section .story-section .story-hold .story-content h1 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: -1.5px;
  color: #ffffff;
  font-family: "D-DIN";
}

.impact-section .story-section .story-hold .story-content h4 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.07;
  letter-spacing: -0.75px;
  color: #ffffff;
}

.impact-section .story-section .story-hold .story-content p {
  margin: 17px 0 0 0;
  font-size: 15px;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
}

.impact-section .story-section .story-hold .story-content .icons-recent {
  text-align: right;
  opacity: 0;
}

.impact-section .story-section .story-hold .story-content .icons-recent ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0 40px;
}

@media screen and (max-width: 540px) {
  .impact-section .story-section .story-hold .story-content .icons-recent ul {
    margin: 10px 0 0 10px;
  }
}

.impact-section .story-section .story-hold .story-content .icons-recent ul li {
  display: inline-block;
  color: #fff;
  font-family: "D-DIN";
  font-size: 16px;
}

.impact-section .story-section .story-hold .story-content .icons-recent ul li a {
  display: inline-block;
  padding: 8px;
  color: #fff;
}

.impact-section .story-section .story-hold .story-content .icons-recent ul li a:hover {
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  color: #db8b47;
  filter: none;
  -webkit-filter: grayscale(0);
}

.impact-section .story-section .story-hold .story-content .icons-recent ul li:first-child {
  padding-right: 15px;
}

.impact-section .story-section .story-hold .story-btn {
  position: absolute;
  bottom: 35px;
  left: 34px;
  color: #fff;
  width: 52px;
  height: 52px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.impact-section .story-section .story-hold .story-btn span {
  margin: auto;
  padding: 12px 0;
  display: block;
  text-align: center;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.nav-pills > li {
  float: left;
}

.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

@-ms-viewport {
  width: device-width;
}

.col-lg-15,
.col-md-15,
.col-sm-15,
.col-xs-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/*---------- FONTS ----------*/
/* Resets */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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

input,
textarea,
button,
input {
  outline: none;
}

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

ol,
ul {
  list-style: disc;
  margin-left: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

body {
  font-size: 17px;
  line-height: 1.28;
  color: #221f1f;
  background-color: #fff;
  font-family: "D-DIN";
  letter-spacing: 0.4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav-section {
  position: relative;
  z-index: 9999;
  background-color: #fff;
  padding: 0px 80px;
}

.nav-section .col-tbl {
  display: table;
  width: 100%;
}

.nav-section .col-tbl .col {
  display: table-cell;
  vertical-align: middle;
}

.nav-section .col-tbl .col a.logo {
  display: table;
}

.nav-section .col-tbl .col a.logo img {
  display: table-cell;
  vertical-align: middle;
  max-width: 91px;
}

.nav-section .col-tbl .col.left {
  width: 130px;
}

.nav-section .col-tbl .col.right {
  width: calc(100% - 130px);
  text-align: right;
  padding: 10px 0px;
}

.nav-section .col-tbl .col.right .nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.nav-section .col-tbl .col.right .nav li {
  display: inline-block;
  font-family: "D-DIN";
}

.nav-section .col-tbl .col.right .nav li:first-child {
  position: relative;
}

.nav-section .col-tbl .col.right .nav li#menu-item-84 a {
  background-color: #90292a;
  color: #fff;
  border-radius: 20px;
}

.nav-section .col-tbl .col.right .nav li.menu-item-has-children {
  position: relative;
}

.nav-section .col-tbl .col.right .nav li.menu-item-has-children::after {
  content: "\e91a";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 8px;
  right: -3px;
}

.nav-section .col-tbl .col.right .nav li.current-menu-item a:after {
  width: 70%;
  left: 15%;
}

.nav-section .col-tbl .col.right .nav li a {
  color: #000;
  padding: 5px 20px;
  display: block;
  letter-spacing: 1.5px;
  font-size: 17px;
  letter-spacing: -1px;
  cursor: pointer;
  position: relative;
}

.nav-section .col-tbl .col.right .nav li a::after {
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #90292a;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.nav-section .col-tbl .col.right .nav li a:hover:after {
  width: 70%;
  left: 15%;
}

.nav-section .col-tbl .col.right .nav li a.active:after {
  width: 70%;
  left: 15%;
}

.banner-section {
  overflow: hidden;
}

.banner-section .banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 4.5em);
  position: relative;
  -webkit-transition: 13s;
  transition: 13s;
  -webkit-transform: scale(1.14);
          transform: scale(1.14);
}

.banner-section .banner.zoom-out {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.banner-section .banner.zoom-out .banner-sm.banner-bottom {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  bottom: 0;
  height: auto;
  padding: 30px 80px;
  display: block;
}

.banner-section .banner::before {
  content: " ";
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(144, 41, 42, 0.13)), color-stop(62%, rgba(144, 41, 42, 0.61)), to(rgba(144, 41, 42, 0.87)));
  background-image: linear-gradient(to left, rgba(144, 41, 42, 0.13), rgba(144, 41, 42, 0.61) 62%, rgba(144, 41, 42, 0.87));
  margin: 0 auto;
}

.banner-section .banner .banner-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 0px 80px;
}

.banner-section .banner .banner-sm.banner-bottom {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  bottom: 0;
  height: auto;
  padding: 20px 0px;
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.banner-section .banner .banner-sm.banner-bottom span.icon {
  margin-right: 25px !important;
}

.banner-section .banner .banner-sm.banner-bottom .inline-content {
  display: inline-block;
}

.banner-section .banner .banner-sm.banner-bottom .inline-content h1 {
  line-height: 54px;
  margin-bottom: 20px;
}

.banner-section .banner .banner-sm .banner-content {
  position: relative;
  z-index: 10;
  color: #fff;
}

.banner-section .banner .banner-sm .banner-content h1 {
  font-family: "D-DIN";
  font-size: 50px;
  line-height: 1.04;
  margin-bottom: 20px;
  color: #fff;
}

.banner-section .banner .banner-sm .banner-content p {
  font-family: "D-DIN";
  font-size: 22px;
  color: #fff;
  overflow: hidden;
  /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid transparent;
  /* The typwriter cursor */
  white-space: nowrap;
  /* Keeps the content on a single line */
  /* Gives that scrolling effect as the typing happens */
  letter-spacing: 0.05em;
  /* Adjust as needed */
  -webkit-animation: typing 3.5s steps(20, end);
          animation: typing 3.5s steps(20, end);
}

.banner-section .banner .banner-sm .banner-content span.icon {
  font-size: 130px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  color: #fff;
}

.banner-section .banner .banner-sm .banner-content .img-holder-box img {
  max-width: 250px;
}

.banner-section .banner .banner-sm .banner-content .polygon img {
  width: 100%;
  position: relative;
}

.banner-section.involved-banner .banner-content {
  width: 100%;
}

.banner-section.involved-banner .banner-content h1 {
  text-align: center;
}

.banner-section.report-banner .banner-sm .banner-content.left {
  width: 40%;
}

.banner-section.report-banner .banner-sm .banner-content.left h1 {
  font-size: 30px;
}

.banner-section.report-banner .banner-sm .banner-content.left p {
  font-size: 20px;
}

.banner-section.report-banner .banner-sm .banner-content.right {
  width: 60%;
}

.banner-section.report-banner .banner-sm .banner-content.right .polygon {
  position: relative;
  width: 600px;
  margin: 0 auto;
}

.banner-section.report-banner .banner-sm .banner-content.right .polygon img {
  width: 100%;
  height: 588px;
}

.banner-section.report-banner .banner-sm .banner-content.right .polygon .polygon-tabs {
  display: none;
  position: absolute;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.banner-section.report-banner .banner-sm .banner-content.right .polygon .polygon-tabs p.number {
  font-size: 43px;
  margin-bottom: 10px;
  font-family: "D-DIN-Bold";
}

.banner-section.report-banner .banner-sm .banner-content.right .polygon .polygon-tabs p {
  font-family: "D-DIN";
  white-space: normal;
  -webkit-animation: none;
          animation: none;
  border-right: none;
  font-size: 22px;
  letter-spacing: normal;
  line-height: 1.25;
  margin-bottom: 30px;
}

.banner-section.report-banner .banner-sm .banner-content.right .polygon .polygon-tabs a {
  font-family: "D-DIN";
  color: #fff;
}

.banner-section.report-banner .banner-sm .banner-content.right .polygon .polygon-tabs a:hover {
  text-decoration: underline;
}

.banner-section.report-banner .banner-sm .banner-content.right .polygon .polygon-tabs.active {
  display: block;
}

.banner-section.report-banner .banner-sm .banner-content.right .polygon .polygon-sm {
  width: 110px;
  height: 110px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  text-align: center;
}

.banner-section.report-banner .banner-sm .banner-content.right .polygon .polygon-sm.active {
  background-color: #90292a;
}

.banner-section.report-banner .banner-sm .banner-content.right .polygon .polygon-sm.active .icon {
  color: #fff;
}

.banner-section.report-banner .banner-sm .banner-content.right .polygon .polygon-sm .icon {
  font-size: 75px;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 0px;
  color: #90292a;
  line-height: 110px;
}

.banner-section.report-banner .banner-sm .banner-content.right .polygon .polygon-sm.polygon-1 {
  top: 38px;
  left: 176px;
}

.banner-section.report-banner .banner-sm .banner-content.right .polygon .polygon-sm.polygon-2 {
  top: 104px;
  right: 46px;
}

.banner-section.report-banner .banner-sm .banner-content.right .polygon .polygon-sm.polygon-3 {
  bottom: 89px;
  right: 34px;
}

.banner-section.report-banner .banner-sm .banner-content.right .polygon .polygon-sm.polygon-4 {
  bottom: 0px;
  left: 211px;
}

.banner-section.report-banner .banner-sm .banner-content.right .polygon .polygon-sm.polygon-5 {
  bottom: 205px;
  left: 22px;
}

.banner-section .about-scroll .about-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 15rem);
  position: relative;
}

.banner-section .about-scroll .about-banner::before {
  content: " ";
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.64;
  margin: 0 auto;
}

.banner-section .about-scroll .about-banner .content-bx {
  position: absolute;
  bottom: 0px;
  text-align: left;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  padding: 30px 80px;
}

.banner-section .about-scroll .about-banner .content-bx h1 {
  font-family: "D-DIN";
  font-size: 40px;
  color: #fff;
  line-height: 1.19;
}

.intro-section {
  padding: 50px 80px;
  background-color: #fff;
}

.intro-section.bg-eqorange {
  background-color: #db8b47 !important;
}

.intro-section.tx-eqwhite,
.intro-section.tx-eqwhite p {
  color: #fff !important;
}

.intro-section .content-box p {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
}

.intro-section .content-box .intro-tbl {
  display: table;
  max-width: 750px;
  width: 70%;
  margin: 40px auto 0px;
}

.intro-section .content-box .intro-tbl .col {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.intro-section .content-box .intro-tbl .col.left .img-holder {
  display: inline-block;
  margin-right: 20px;
}

.intro-section .content-box .intro-tbl .col.left .impact {
  display: inline-block;
  font-size: 40px;
  font-family: "D-DIN";
  color: #90292a;
  letter-spacing: -2.5px;
}

.intro-section .content-box .intro-tbl .col.right .number-box {
  font-size: 20px;
  font-family: "D-DIN";
  line-height: 1.11;
  color: #90292a;
}

.intro-section .content-box .intro-tbl .col.right .number-box p {
  text-align: left;
  margin: 0;
}

.intro-section.ivolved-intro {
  padding: 50px 80px 0px;
}

.hoverwhite:hover {
  background-color: white !important;
  color: #db8b47 !important;
}

.pillars-section {
  padding: 50px 80px;
  background-color: rgba(136, 148, 148, 0.13);
}

.pillars-section .pillar-content h1.title {
  font-size: 35px;
  font-family: "D-DIN";
  margin-bottom: 20px;
  color: #90292a;
  letter-spacing: -2.5px;
}

.pillars-section .pillar-content p {
  margin-bottom: 30px;
}

.pillars-section .pillars-sm {
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.16);
}

.pillars-section .pillars-sm .tab-content {
  border-radius: 0px 0px 10px 10px;
  padding: 50px 70px;
}

.pillars-section .pillars-sm .tab-content .icon {
  font-size: 100px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  color: #90292a;
}

.pillars-section .btn-primary {
  margin-bottom: 0px;
  font-size: 16px;
  padding: 7px 50px 7px 40px;
}

.pillars-section .btn-primary::after {
  font-size: 11px;
  line-height: 17px;
  right: 16px;
  width: 17px;
  height: 17px;
}

.pillars-section.about-section {
  margin-top: 80px;
  background-color: transparent;
  padding: 0px;
}

.pillars-section.about-section .pillars-tabs a {
  background-color: #fff;
}

.pillars-section.about-section .pillars-tabs a.active {
  background-color: rgba(136, 148, 148, 0.13);
  border-radius: 10px 10px 0px 0px;
}

.pillars-section.about-section .pillars-sm {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(136, 148, 148, 0.13);
  padding: 0px 80px 50px;
}

.pillars-section.about-section .pillars-sm .tab-content {
  background-color: transparent;
  padding: 50px 0px 0px;
}

.pillars-section.about-section .pillars-sm .tab-content .text-box h2 {
  font-size: 40px;
  font-family: "D-DIN";
  margin-bottom: 20px;
  color: #90292a;
  letter-spacing: -2.5px;
}

.pillars-section.about-section .pillars-sm .tab-content .text-box p {
  margin-bottom: 20px;
}

.pillars-section.about-section .pillars-sm .tab-content .text-box .corporate-tbl {
  display: table;
  width: 100%;
  margin: 50px auto 50px;
}

.pillars-section.about-section .pillars-sm .tab-content .text-box .corporate-tbl .col {
  display: table-cell;
  vertical-align: middle;
  width: 33.333%;
}

.pillars-section.about-section .pillars-sm .tab-content .text-box .corporate-tbl .col .img-holder {
  margin-bottom: 25px;
}

.pillars-section.about-section .pillars-sm .tab-content .text-box .corporate-tbl .col .img-holder img {
  max-width: 70px;
}

.pillars-section.about-section .pillars-sm .tab-content .text-box .corporate-tbl .col.left {
  background-color: #90292a;
  padding: 50px 30px;
}

.pillars-section.about-section .pillars-sm .tab-content .text-box .corporate-tbl .col.left p {
  color: #fff;
}

.pillars-section.about-section .pillars-sm .tab-content .text-box .corporate-tbl .col.center {
  max-width: 200px;
  text-align: center;
}

.pillars-section.about-section .pillars-sm .tab-content .text-box .corporate-tbl .col.center img {
  max-width: 180px;
}

.pillars-section.about-section .pillars-sm .tab-content .text-box .corporate-tbl .col.right {
  background-color: #d2d5d5;
  padding: 50px 30px;
}

.pillars-section.about-section .pillars-sm .tab-content .text-box .corporate-tbl .col.right p {
  color: #90292a;
}

.pillars-section.about-section .pillars-sm .tab-content .text-box .media-block {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: block;
  background-color: #fff;
  margin-bottom: 30px;
}

.pillars-section.about-section .pillars-sm .tab-content .text-box .media-block .media-thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: top center;
  height: 306px;
  overflow: hidden;
}

.pillars-section.about-section .pillars-sm .tab-content .text-box .media-block .media-content {
  padding: 18px 20px;
  background-color: #fff;
}

.pillars-section.about-section .pillars-sm .tab-content .text-box .media-block .media-content p {
  margin-bottom: 10px;
  line-height: 1.31;
}

.pillars-section.about-section .pillars-sm .tab-content .text-box .media-block .media-content p.name {
  color: #272727;
  font-family: "D-DIN";
}

.pillars-section.about-section .pillars-sm .tab-content .text-box .media-block .media-content p.role {
  font-size: 16px;
  color: #272727;
}

.pillars-section.about-section .pillars-sm .tab-content .text-box .media-block .media-content p.lead-more {
  color: #90292a;
  font-size: 16px;
  display: none;
  margin-bottom: 0px;
}

.pillars-section.about-section .pillars-sm .tab-content .text-box .media-block .media-content p.lead-more .icon {
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
}

.pillars-section.about-section .pillars-sm .tab-content .text-box .media-block .media-content:hover p.lead-more {
  color: #90292a;
  display: block;
  text-decoration: underline;
}

.pillars-section.about-section .pillars-sm .tab-content .text-box .text-box-sm {
  margin-right: 40px;
}

.pillars-section.about-section .pillars-sm .tab-content .text-box .text-box-sm .header {
  color: #90292a;
  font-size: 25px;
  font-family: "D-DIN-Bold";
}

.pillars-section.about-section .pillars-sm .tab-content .text-box .tab-content-space {
  margin-bottom: 50px;
}

.pillars-section.about-section .pillars-sm .card-box {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
}

.pillars-section.about-section .pillars-sm .card-box.card-box {
  width: 100%;
}

.pillars-section.about-section .pillars-sm .card-box .picture-card {
  background-color: #fff;
  padding: 30px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 8px 10px 30px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 8px 10px 30px 0 rgba(0, 0, 0, 0.13);
}

.pillars-section.about-section .pillars-sm .card-box .picture-card .img-holder {
  margin-bottom: 20px;
}

.pillars-section.about-section .pillars-sm .card-box .picture-card p.header {
  font-size: 30px;
  font-family: "D-DIN";
  margin-bottom: 20px;
  color: #90292a;
  letter-spacing: -2.5px;
}

.pillars-section.about-section .pillars-sm .card-box .picture-card p {
  color: #4e4e4e;
}

.form-content {
  margin-top: 50px;
}

.form-content h1.title {
  font-size: 40px;
  font-family: "D-DIN";
  margin-bottom: 40px;
  color: #90292a;
  letter-spacing: -2.5px;
}

.form-content .form-group {
  margin-bottom: 30px;
}

.form-content .form-group .form-text {
  font-family: "D-DIN-Bold";
  color: #90292a;
}

.form-content .form-group .form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #90292a;
  background-color: transparent !important;
  background-image: none;
  border: 2px solid #90292a;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-content .form-group .form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(144, 41, 42, 0.5);
  font-family: "D-DIN-Bold";
}

.form-content .form-group .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(144, 41, 42, 0.5);
  font-family: "D-DIN-Bold";
}

.form-content .form-group .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(144, 41, 42, 0.5);
  font-family: "D-DIN-Bold";
}

.form-content .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(144, 41, 42, 0.5);
  font-family: "D-DIN-Bold";
}

.form-content .form-group .form-control.h-full {
  height: 100% !important;
}

.form-content .btn-box {
  text-align: left;
}

.form-content .btn-box input[type="submit"] {
  margin: 0 !important;
}

.message .frm-success {
  color: #db8b47;
  text-align: left;
  font-family: "D-DIN-Bold";
  font-size: 30px;
}

.recent-section {
  padding: 50px 80px;
}

.recent-section h1.title {
  font-size: 35px;
  font-family: "D-DIN";
  margin-bottom: 50px;
  color: #90292a;
  letter-spacing: -2.5px;
}

.recent-section p {
  margin-bottom: 30px;
}

.recent-section .recent-tbl {
  display: table;
  width: 100%;
  margin-bottom: 50px;
}

.recent-section .recent-tbl .col {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.recent-section .recent-tbl .col.right .img-box img {
  width: 100%;
  -webkit-transition: all 0.8s ease-in-out;
}

.recent-section .recent-tbl .col.right .img-box img:hover {
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  filter: gray;
  /* IE5+ */
  -webkit-filter: grayscale(1);
  /* Webkit Nightlies & Chrome Canary */
  -webkit-transform: scale(1.03);
}

.recent-section .recent-tbl .col .recent-content {
  padding: 20px 40px;
  z-index: 99;
  position: relative;
  left: 70px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
}

.recent-section .recent-tbl .col .recent-content h3 {
  color: #90292a;
  font-size: 21px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: "D-DIN";
}

.recent-section .recent-tbl .col .recent-content p {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.4;
}

.recent-section .recent-tbl .col .recent-content p a {
  color: #90292a;
}

.recent-section .recent-tbl .col .recent-content p a:hover {
  text-decoration: underline;
}

.recent-section .recent-tbl .col .icons-recent ul li a {
  color: #90292a !important;
}

.recent-section .recent-tbl .col .icons-recent ul li a:hover {
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  color: #db8b47 !important;
}

.recent-section .recent-tbl .col .icons-recent ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0 40px;
}

.recent-section .recent-tbl .col .icons-recent ul li {
  display: inline-block;
  color: #90292a;
  font-family: "D-DIN";
}

.recent-section .recent-tbl .col .icons-recent ul li a {
  display: inline-block;
  padding: 8px;
  color: #fff;
}

.recent-section .recent-tbl .col .icons-recent ul li a:hover {
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  color: #db8b47;
}

.recent-section .recent-tbl .col .icons-recent ul li:first-child {
  padding-right: 15px;
}

.recent-section .recent-tbl:first-child {
  position: relative;
}

.recent-section .recent-tbl:first-child a::before {
  content: " ";
  right: -4px;
  bottom: 42%;
  width: 2px;
  height: 2px;
  position: absolute;
  background-color: #fff;
  margin: 0 auto;
}

.recent-section .recent-one .icons-recent {
  text-align: right;
  margin-right: 40px;
}

.recent-section .recent-two .recent-tbl .col .recent-content {
  padding: 20px 40px;
  z-index: 99;
  position: relative;
  right: 70px;
  left: unset;
}

.recent-section .btn-primary {
  margin-bottom: 0px;
}

#loading-image {
  display: inline-block;
  height: 49px;
  overflow: hidden;
  padding-top: 9px;
  display: none;
}

#loading-image img {
  -webkit-transform: scale(2);
          transform: scale(2);
  height: 100%;
}

.partners-section {
  padding: 50px 80px;
}

.partners-section h1.title {
  font-size: 35px;
  font-family: "D-DIN";
  margin-bottom: 20px;
  color: #90292a;
  letter-spacing: -2.5px;
}

.partners-section p {
  margin-bottom: 20px;
}

.partners-section ul.partners {
  margin-left: 0px;
  margin-top: 30px;
}

.partners-section ul.partners li {
  display: inline-block;
  width: 15.8%;
  padding: 10px;
}

.partners-section ul.partners li a {
  display: block;
  background-color: #fff;
}

.partners-section ul.partners li a img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
  display: block;
  -webkit-transition: all 0.8s ease-in-out;
}

.partners-section ul.partners li a:hover img {
  -webkit-transform: scale(1.14);
          transform: scale(1.14);
}

.partners-section blockquote {
  width: 60%;
  margin: 20px auto 20px;
  font-size: 17px;
  color: #4e4e4e;
  padding: 20px 0px 0px;
  line-height: 1.6;
  position: relative;
  font-family: "D-DIN";
  text-align: center;
}

.partners-section blockquote.quotes-tabs {
  display: none;
}

.partners-section blockquote.quotes-tabs.active {
  display: block;
}

.partners-section blockquote::before {
  content: "\201C";
  color: #4e4e4e;
  font-size: 3em;
  position: absolute;
  left: -20px;
  top: 10px;
  display: none;
}

.partners-section blockquote::after {
  content: "\201d";
  color: #4e4e4e;
  font-size: 3em;
  position: absolute;
  right: -6px;
  bottom: -38px;
  display: none;
}

.error-section {
  padding: 50px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: 100vh;
  justify-content: center;
  background-image: url(../img/backgrounds/404-1.png), url(../img/backgrounds/404-2.png);
  background-position: right center, left center;
  background-repeat: no-repeat, no-repeat;
  background-size: 35%;
}

.error-section .error-sm {
  font-family: "D-DIN-Bold";
  color: #90292a;
  text-align: center;
}

.error-section .error-sm h1 {
  font-size: 100px;
}

.error-section .error-sm p {
  font-size: 30px;
}

footer {
  padding: 50px 80px;
  background-color: #90292a;
  color: #fff;
  letter-spacing: normal;
}

footer h3 {
  font-size: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

footer ul {
  list-style: none;
  margin-left: 0px;
}

footer ul li {
  font-size: 13px;
  margin-bottom: 10px;
}

footer ul li.footer-space {
  margin-bottom: 30px;
}

footer ul li.footer-space a {
  position: relative;
}

footer ul li.footer-space a:after {
  background-color: #fff;
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  bottom: -18px;
  width: 100%;
}

footer ul li img {
  margin-left: 8px;
}

footer ul li a {
  color: #fff;
}

footer ul li a:hover {
  text-decoration: underline;
}

footer form input.form-control {
  border: 1px solid #db8b47;
  width: 100%;
  max-width: 238px;
  border-radius: 6px;
  height: 40px;
  font-size: 0.8em;
  text-align: center;
  padding: 0 15px;
  font-weight: 400;
  color: #fff;
  background-color: transparent;
}

footer form .btn-primary {
  background-color: #db8b47;
  font-size: 16px;
}

footer form .btn-primary::after {
  font-size: 11px;
  line-height: 21px;
  right: 1px;
  width: 20px;
  height: 20px;
}

footer ul.social-icons {
  list-style-type: none;
  padding: 0;
  margin: 0px 0 20px 0px;
}

footer ul.social-icons li {
  display: inline-block;
  font-family: "D-DIN";
  margin-bottom: 0px;
}

footer ul.social-icons li a {
  display: inline-block;
  padding: 8px;
}

footer ul.policy-ul {
  list-style-type: none;
  padding: 0;
  margin: 0px 0 0px 0px;
}

footer ul.policy-ul li {
  display: inline-block;
  font-family: "D-DIN";
  margin-bottom: 0px;
}

footer ul.policy-ul li:first-child {
  position: relative;
}

footer ul.policy-ul li:first-child::after {
  background-color: #fff;
  content: "";
  position: absolute;
  height: 11px;
  right: 5px;
  bottom: 0px;
  top: 39%;
  width: 1px;
}

footer ul.policy-ul li a {
  display: inline-block;
  padding: 8px 15px 8px 0px;
  cursor: pointer;
}

footer ul.policy-ul li a:hover {
  text-decoration: underline;
}

footer a {
  font-family: "D-DIN";
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
}

footer a.sitemap {
  margin-bottom: 20px;
}

footer a.sitemap:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1300px) {
  body {
    font-size: 16;
  }
  .banner-section .banner .banner-sm .banner-content h1 {
    font-size: 70px;
  }
  .banner-section .banner .banner-sm .banner-content p {
    font-family: "D-DIN";
    font-size: 25px;
  }
  .tab-content h3 {
    font-size: 50px;
  }
  .recent-section p {
    margin-bottom: 20px;
  }
  .recent-section .recent-tbl .col .recent-content {
    padding: 20px;
  }
  .recent-section .recent-tbl .col .recent-content h3 {
    font-size: 20px;
    line-height: 1.3;
  }
  .recent-section .recent-tbl .col.left {
    width: 50%;
  }
  .recent-section .recent-tbl .col.right {
    width: 50%;
  }
  .recent-section .recent-tbl {
    margin-bottom: 40px;
  }
  .recent-section .recent-two .recent-tbl .col .recent-content {
    padding: 20px 30px;
  }
  .recent-section {
    padding: 40px 80px;
  }
  .intro-section {
    padding: 40px 80px;
  }
  .pillars-section {
    padding: 40px 80px;
  }
  .impact-section {
    padding: 40px 80px;
  }
  .partners-section {
    padding: 40px 80px;
  }
  .pillars-tabs a .label,
  .stories .icon-wrapper .label {
    font-size: 17px;
  }
  .pillars-section.about-section .pillars-sm .tab-content .text-box h2 {
    font-size: 35px;
  }
  .pillars-section.about-section .pillars-sm .tab-content {
    padding: 40px 0px 0px;
  }
  .pillars-section.about-section
.pillars-sm
.tab-content
.text-box
.tab-content-space {
    margin-bottom: 30px;
  }
  .banner-section .about-scroll .about-banner .content-bx h1 {
    font-size: 40px;
  }
  .banner-section .banner .banner-sm .banner-content span.icon {
    font-size: 110px;
  }
  .education-section .content-box p.header {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .recent-section .btn-primary {
    margin: 20px 0px;
  }
}

@media only screen and (max-width: 1200px) {
  .nav-section {
    padding: 0px 30px;
  }
  .nav-section .col-tbl .col.right .nav li a {
    padding: 10px 15px;
    font-size: 16px;
  }
  .nav-section .col-tbl .col.left {
    width: 105px;
  }
  .banner-bottom {
    padding: 20px 30px !important;
  }
  .content-bx {
    padding: 20px 30px !important;
  }
  .nav-section .col-tbl .col.right {
    width: calc(100% - 105px);
  }
  .intro-section {
    padding: 40px 30px;
  }
  .pillars-section {
    padding: 40px 30px;
  }
  .recent-section {
    padding: 40px 30px;
  }
  .impact-section {
    padding: 40px 30px;
  }
  .partners-section {
    padding: 40px 30px;
  }
  .pillars-section.about-section .pillars-sm {
    padding: 0px 30px 40px;
  }
  .education-section {
    padding: 50px 30px;
  }
  .icons-section {
    padding: 50px 30px;
  }
  footer {
    padding: 50px 30px;
  }
}

@media only screen and (max-width: 1100px) {
  .banner-section .banner .banner-sm .banner-content h1 {
    font-size: 60px;
  }
  .banner-section .banner .banner-sm .banner-content p {
    font-family: "D-DIN";
    font-size: 20px;
  }
  .intro-section .content-box p {
    max-width: 90%;
  }
  .pillars-section .pillar-content h1.title {
    margin-bottom: 10px;
  }
  .pillars-tabs a .label,
  .stories .icon-wrapper .label {
    font-size: 16px;
  }
  .tab-content h3 {
    font-size: 40px;
  }
  .tab-content h3 span {
    font-size: 30px;
  }
  .tab-content .info {
    font-size: 21px;
  }
  .icons-section .icons-tbl .col.left {
    width: 200px;
  }
  .icons-section .icons-tbl .col.right {
    width: calc(100% - 200px);
  }
  footer .col-5 {
    width: 33.33%;
  }
  .impact-section .story-section .story-hold .story-content {
    padding: 20px 20px;
  }
  .impact-section .story-section .story-hold.expand {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .impact-section .story-section .story-hold .story-content h1 {
    font-size: 22px;
    line-height: 1.15;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .nav-section .col-tbl .col.right .nav li a {
    padding: 10px 15px;
    font-size: 15px;
  }
  .tab-content-space .col-5 {
    width: 50%;
  }
  .pillars-section.about-section
.pillars-sm
.tab-content
.text-box
.media-block
.media-thumb {
    background-position: top center;
  }
  .pillars-section.about-section
.pillars-sm
.tab-content
.text-box
.media-block {
    margin-bottom: 30px;
  }
  .education-section .content-box .entrepreneurship-tbl.program-tbl {
    width: 90%;
    display: block;
  }
  .education-section .content-box .entrepreneurship-tbl.program-tbl .col {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .education-section
.content-box
.entrepreneurship-tbl.program-tbl
.col
.number-box {
    text-align: left;
  }
  .success-section ul.success-ul .col-5 {
    width: 50%;
  }
  .elp-ed_content {
    padding-top: 2rem;
    padding-left: 0 !important;
  }
  .impact-pillar_nav {
    margin-bottom: 3rem;
  }
  .elp-profile_banner {
    height: auto !important;
  }
  .elp-profile_banner-meta {
    height: auto !important;
  }
  .elp-profile_banner-meta-wrap {
    position: relative !important;
    bottom: unset !important;
  }
  .elp-ed_figure {
    max-width: 70vw;
  }
}

@media only screen and (max-width: 991px) {
  body {
    font-size: 17px;
  }
  .nav-section .col-tbl .col.right .nav {
    display: none;
  }
  .nav-section {
    padding: 12px 30px;
  }
  .nav-section .col-tbl .col.right .ham-holder {
    display: block !important;
  }
  .search-block {
    width: 100%;
  }
  .education-section .content-box .entrepreneurship-tbl {
    width: 95%;
  }
  .intro-section .content-box .intro-tbl {
    display: block;
    width: 95%;
  }
  .intro-section .content-box .intro-tbl .col {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .icons-section .icons-tbl {
    display: block;
    width: 100%;
  }
  .icons-section .icons-tbl .col {
    display: block;
  }
  .icons-section .icons-tbl .col.left {
    width: 100%;
  }
  .icons-section .icons-tbl .col.right {
    width: 100%;
  }
  .icons-section .icons-tbl .col.left .icons-content p.intro br {
    display: none;
  }
  .banner-section.report-banner .banner-sm .banner-content.right .polygon {
    display: none;
  }
  .banner-section.report-banner .banner-sm .banner-content.left {
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .impact-section {
    padding: 0;
  }
  .impact-section .story-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 150vh;
    min-height: 150vh;
  }
  .impact-section .story-section.story-wrap {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
  }
  .impact-section .story-section.story-wrap .story-hold {
    margin: 0 0px 20px 0;
    -ms-flex-preferred-size: fill;
        flex-basis: fill;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill;
  }
  .impact-section .story-section .story-hold {
    margin: 0 0 23px 0;
    -ms-flex-preferred-size: fill;
        flex-basis: fill;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill;
  }
  .impact-section .story-section .story-hold:hover {
    -ms-flex-preferred-size: fill;
        flex-basis: fill;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill;
  }
}

@media only screen and (max-width: 768px) {
  .banner-section .banner .banner-sm {
    height: 350px;
    padding: 0px 30px;
  }
  .partners-section ul.partners li {
    width: 49%;
    padding: 10px;
  }
  .recent-section .recent-tbl {
    display: block;
    width: 100%;
  }
  .recent-section .recent-tbl .col {
    display: block;
    width: 100%;
  }
  .recent-section .recent-tbl .col.left {
    width: 100%;
  }
  .recent-section .recent-tbl .col.right {
    width: 100%;
  }
  .recent-section .recent-tbl .col .img-box img {
    display: none;
  }
  .recent-section .recent-tbl .col .recent-content {
    left: 0px;
  }
  .recent-section .recent-one .icons-recent {
    text-align: left;
  }
  .recent-section .recent-one {
    padding: 0px 0px 0px 0px;
  }
  .recent-section .recent-two {
    padding: 0px 0px 0px 0px;
  }
  .recent-section .recent-two .recent-tbl .col .recent-content {
    right: 0px;
    left: unset;
  }
  .education-section .content-box .entrepreneurship-tbl {
    width: 95%;
    display: block;
  }
  .education-section .content-box .entrepreneurship-tbl .col {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .education-section .content-box .entrepreneurship-tbl .col .number-box {
    text-align: left;
  }
  .education-section .content-box .financial-tbl .col .number-box {
    text-align: left;
  }
  .education-section .content-box .financial-tbl {
    display: block;
    width: 100%;
  }
  .education-section .content-box .financial-tbl .col {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .pillars-section.about-section .pillars-sm .card-box .picture-card {
    margin-bottom: 20px;
  }
  .education-section .content-box .entrepreneurship-tbl.fly-tbl .col {
    width: 100%;
  }
  .btn-primary {
    font-size: 17px;
  }
  .impact-section {
    padding: 0;
  }
  .impact-section .story-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 150vh;
    min-height: 150vh;
  }
  .impact-section .story-section.story-wrap {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
  }
  .impact-section .story-section.story-wrap .story-hold {
    margin: 0 0px 20px 0;
    -ms-flex-preferred-size: fill;
        flex-basis: fill;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill;
  }
  .impact-section .story-section .story-hold {
    margin: 0 0 23px 0;
    -ms-flex-preferred-size: fill;
        flex-basis: fill;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill;
  }
  .impact-section .story-section .story-hold:hover {
    -ms-flex-preferred-size: fill;
        flex-basis: fill;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill;
  }
}

@media only screen and (max-width: 700px) {
  .intro-section {
    padding: 40px 15px;
  }
  .banner-section .banner .banner-sm .banner-content p {
    white-space: normal;
    -webkit-animation: none;
            animation: none;
    line-height: 1.1;
  }
  .nav-section {
    padding: 12px 15px;
  }
  .banner-bottom {
    padding: 20px 15px !important;
  }
  .content-bx {
    padding: 20px 15px !important;
  }
  .intro-section.ivolved-intro {
    padding: 40px 15px;
  }
  .pillars-section {
    padding: 40px 15px;
  }
  .recent-section {
    padding: 40px 15px;
  }
  .impact-section {
    padding: 40px 15px;
  }
  .partners-section {
    padding: 40px 15px;
  }
  .tab-content .tbl .col.left.color-sm {
    background-color: #db8b47;
    border-radius: 10px;
    padding: 10px;
  }
  .tab-content .tbl .col.left.color-sm .icon {
    font-size: 70px;
  }
  .pillars-section.about-section
.pillars-sm
.tab-content
.text-box
.corporate-tbl
.col {
    display: block;
    width: 100%;
  }
  .pillars-section.about-section
.pillars-sm
.tab-content
.text-box
.corporate-tbl
.col.center {
    max-width: 100%;
    text-align: center;
    padding: 40px;
  }
  #pillars-dd {
    border: 1px solid #912d1f;
    border-radius: 5px;
  }
  .pillars-section.about-section .pillars-sm {
    padding: 0px 30px 40px;
  }
  .education-section {
    padding: 40px 30px;
  }
  .leadership-section {
    padding: 40px 30px;
  }
  .icons-section {
    padding: 40px 15px;
  }
  .pillars-section {
    padding: 40px 15px !important;
  }
  .pillars-section.about-section {
    margin-top: 0px;
  }
  .gallery-section {
    padding: 40px 30px;
  }
  .pillars-bg-section {
    padding: 40px 30px;
  }
  .reports-section {
    padding: 40px 30px;
  }
  .success-section {
    padding: 40px 30px;
  }
  .error-section {
    background-size: 30%;
  }
  footer .col-5 {
    width: 100%;
  }
  footer .col-5 ul {
    margin-bottom: 30px;
  }
  footer h3 {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .banner-section .banner .banner-sm .banner-content h1 {
    font-size: 30px;
    margin-bottom: 15px !important;
    line-height: 30px !important;
  }
  .pillars-section .pillar-content h1.title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .pillars-bg-section .pillars-bg-sm h1.title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .icons-section .icons-tbl .col.left .icons-content p.intro {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .banner-section .about-scroll .about-banner .content-bx h1 {
    font-size: 30px;
  }
  .tab-content-space .col-5 {
    width: 100%;
  }
  .education-section .content-box h1.title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .education-section .content-box h1.title {
    font-size: 30px;
  }
  .education-section .content-box .education-tbl .col .number-box p.number {
    font-size: 30px;
  }
  .leadership-section .leadership-tbl .col .number-box p.number {
    font-size: 30px;
  }
  .education-section
.content-box
.entrepreneurship-tbl
.col
.number-box
p.number {
    font-size: 30px;
  }
  .education-section .content-box .entrepreneurship-tbl .col {
    margin-bottom: 15px;
  }
  .education-section
.content-box
.entrepreneurship-tbl
.col
.number-box
p.number {
    font-size: 30px;
  }
  .education-section .content-box h1.title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .education-section .content-box .financial-tbl .col .number-box p.number {
    font-size: 30px;
  }
  .education-section .content-box .education-tbl {
    display: block;
    width: 100%;
  }
  .education-section .content-box .education-tbl .col {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
  .leadership-section .leadership-tbl {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .leadership-section .leadership-tbl .col {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .banner-section {
    height: 80vh;
  }
  .banner-section .about-scroll .about-banner {
    min-height: 80vh;
  }
  .banner-section .banner.zoom-out {
    min-height: 100%;
  }
  .number-box br {
    display: none;
  }
  .banner-section .banner .banner-sm .banner-content span.icon {
    font-size: 70px;
  }
  .banner-section .banner .banner-sm .banner-content .img-holder-box img {
    max-width: 150px;
  }
  .reports-section .repo-tbl {
    display: block;
    width: 100%;
  }
  .reports-section .repo-tbl .col {
    display: block;
  }
  .reports-section .repo-tbl .col.left {
    font-size: 30px;
    margin-bottom: 15px;
    width: 100%;
  }
  .reports-section .repo-tbl .col.right {
    width: 100%;
  }
  .reports-section .report-card .report-span span {
    margin-bottom: 15px;
  }
  .box select {
    padding: 12px 12px 12px 0px;
    width: 250px;
    font-size: 17px;
  }
  .success-section ul.success-ul .col-5 {
    width: 100%;
  }
  .error-section .error-sm h1 {
    font-size: 55px;
    line-height: 1;
  }
  .error-section .error-sm p {
    font-size: 19px;
  }
  .partners-section ul.partners li a img {
    max-width: 202px;
    margin: 0 auto;
  }
  .list__item {
    width: 100%;
  }
  .profile-modal_hold {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile-modal_hold-figure {
    max-width: 100% !important;
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 100% !important;
            flex: 1 0 100% !important;
  }
  .profile-modal_hold-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 540px) {
  .nav-section .col-tbl .col a.logo img {
    display: table-cell;
    vertical-align: middle;
    max-width: 60px;
  }
  .nav-section .col-tbl .col.left {
    width: 75px;
  }
  .nav-section .col-tbl .col.right {
    width: calc(100% - 75px);
  }
}

@media only screen and (max-width: 460px) {
  .pillars-section .pillars-sm .tab-content {
    padding: 70px 20px;
  }
  .pillars-section.about-section .pillars-sm {
    padding: 0px 15px 40px;
  }
  .education-section {
    padding: 40px 15px;
  }
  .leadership-section {
    padding: 40px 15px;
  }
  .icons-section {
    padding: 40px 15px;
  }
  .pillars-section {
    padding: 40px 15px;
  }
  .gallery-section {
    padding: 40px 15px;
  }
  .pillars-bg-section {
    padding: 40px 15px;
  }
  .reports-section {
    padding: 40px 15px;
  }
  .success-section {
    padding: 40px 15px;
  }
  .error-section {
    padding: 40px 15px;
  }
  .banner-section .banner .banner-sm {
    padding: 0px 15px;
  }
  footer {
    padding: 40px 15px;
  }
  .education-section .content-box .wings-section .wings-scroll .wings-tbl {
    display: block;
    width: 100%;
  }
  .education-section .content-box .wings-section .wings-scroll .wings-tbl .col {
    display: block;
  }
  .education-section
.content-box
.wings-section
.wings-scroll
.wings-tbl
.col.left {
    width: 100%;
    background-position: top center;
    height: 250px;
  }
  .education-section
.content-box
.wings-section
.wings-scroll
.wings-tbl
.col.right {
    width: 100%;
    padding: 30px 20px;
  }
  .impact-section .story-section .story-hold .story-content h1 {
    font-size: 20px;
  }
  .partners-section ul.partners li {
    width: 100%;
  }
  .intro-section .content-box p {
    text-align: left;
  }
  .elp-profile_testimonial figure blockquote p {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .elp-profile_banner-meta-wrap h3 {
    font-size: 2rem !important;
  }
  .elp-profile_banner-meta-wrap h4 {
    font-size: 1.25rem !important;
  }
  .elp-profile_banner-meta-wrap h5 {
    font-size: 1.25rem !important;
  }
  .impact-pillar_profile-hold {
    max-width: 100% !important;
    -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
            flex: 100% !important;
  }
}

.pt-20 {
  padding-top: 1.25rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.h-full {
  height: 100% !important;
}

.bg-gray {
  background-color: #efefef !important;
}

.elp-ed {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.elp-ed_figure {
  position: relative;
}

.elp-ed_figure img {
  display: block;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.elp-ed_figure-bg {
  background-color: #90292a;
  position: absolute;
  top: -10px;
  right: 5px;
  bottom: -10px;
  left: 50%;
}

.elp-ed_figure-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 22;
}

.elp-ed_figure-video:before {
  content: "";
  background-image: url(../img/egf-22-408.svg);
  background-repeat: no-repeat;
  width: 5rem;
  height: 5rem;
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.elp-ed_figure-video:hover {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.elp-ed_content {
  padding-left: 2rem;
}

.elp-profile_testimonial {
  border: 1px solid #f4ab7a;
  padding: 1rem;
}

.elp-profile_testimonial figure {
  background-color: rgba(244, 171, 122, 0.21);
  padding: 3rem 2rem;
}

.elp-profile_testimonial figure blockquote p {
  color: #000;
  display: block;
  padding-left: 3rem;
  padding-right: 3rem;
}

.elp-profile_testimonial figure blockquote:before {
  content: "";
  background-image: url(../img/backgrounds/egf-3-277.svg);
  background-repeat: no-repeat;
  width: 4.875rem;
  height: 3.125rem;
  display: inline-block;
  padding-bottom: 1rem;
}

.elp-profile_testimonial figure figcaption {
  text-align: right;
  font-weight: 700;
}

.elp-profile_banner {
  height: 24rem;
  background-color: #efefef;
}

.elp-profile_banner.about-scroll {
  height: 24rem !important;
}

.elp-profile_banner-meta {
  height: 24rem;
  padding: 3rem;
  position: relative;
  outline: 1px solid white;
}

.elp-profile_banner-meta-wrap {
  position: absolute;
  bottom: 52px;
}

.elp-profile_banner-meta-wrap h3 {
  color: #90292a;
  font-size: 2.5rem;
  font-family: "D-DIN-Bold";
}

.elp-profile_banner-meta-wrap h4 {
  color: #90292a;
  font-size: 1.5rem;
}

.elp-profile_banner-meta-wrap h5 {
  color: #90292a;
  font-size: 1.5rem;
}

.elp-profile_banner-meta-wrap a {
  margin-top: 0.75rem;
  color: #90292a;
  font-size: 1rem;
  display: inline-block;
}

.elp-profile_banner-meta-wrap a:before {
  content: "";
  display: inline-block;
  padding-right: 0.5rem;
  width: 1.25rem;
  height: 0.625rem;
  background-image: url(../img/egf-18-259.svg);
  background-repeat: no-repeat;
}

.elp-card img {
  max-width: 100%;
}

.elp--banner {
  height: 24rem !important;
  background-position: 50% 0% !important;
}

.impact-pillar_nav {
  padding-right: 2rem;
}

.impact-pillar_nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.impact-pillar_nav ul li {
  border-bottom: 1px solid #ddd;
}

.impact-pillar_nav ul li a {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  color: #000;
  font-size: 1.25rem;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.impact-pillar_nav ul li a:hover {
  color: #90292a;
}

.impact-pillar_nav ul li a.active {
  color: #90292a;
  font-family: "D-DIN-Bold";
}

.impact-pillar_nav-back:before {
  content: "";
  display: inline-block;
  padding-right: 1rem;
  width: 1.25rem;
  height: 0.625rem;
  background-image: url(../img/egf-18-518.svg);
  background-repeat: no-repeat;
}

.impact-pillar_profile {
  overflow: hidden;
}

.impact-pillar_profile-wrap {
  margin-left: -1rem;
  margin-right: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.impact-pillar_profile-hold {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: calc(100% / 3);
  -webkit-box-flex: calc(100% / 3);
      -ms-flex: calc(100% / 3);
          flex: calc(100% / 3);
  margin-bottom: 2.5rem;
}

.impact-pillar_profile-card {
  padding-bottom: 3rem;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 2.69091px 2.69091px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2.69091px 2.69091px rgba(0, 0, 0, 0.25);
  position: relative;
}

.impact-pillar_profile-card:hover .impact-pillar_profile-card-figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.impact-pillar_profile-card-figure {
  overflow: hidden;
  height: 13rem;
}

.impact-pillar_profile-card-figure img {
  min-height: 18rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.impact-pillar_profile-card-content {
  padding: 1rem 1.5rem;
}

.impact-pillar_profile-card-content h3 {
  font-family: "D-DIN-Bold";
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.impact-pillar_profile-card-content h4 {
  font-size: 0.85rem;
  font-weight: normal;
  color: #000;
}

.impact-pillar_profile-card-content a {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  color: #90292a;
  font-size: 1rem;
  border-bottom: 1px solid #fff;
}

.impact-pillar_profile-card-content a:hover {
  border-bottom: 1px solid #90292a;
}

.impact-pillar_profile-card-modal {
  display: none;
  max-width: 50rem;
}

.profile-modal_hold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.profile-modal_hold-figure {
  margin-bottom: 1rem;
  max-width: 30%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  overflow: hidden;
}

.profile-modal_hold-figure img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.profile-modal_hold-figure h4 {
  margin-top: 0.5rem;
  font-size: 1.25rem;
}

.profile-modal_hold-figure h5 {
  font-size: 0.85rem;
  font-weight: normal;
}

.profile-modal_hold-content {
  padding-left: 2rem;
  padding-right: 2rem;
}

.profile-modal_hold-content p {
  font-size: 1rem;
}

.profile-modal_hold-content a {
  color: #90292a;
  font-size: 1rem;
  display: inline-block;
  margin-top: 1rem;
  border-bottom: 1px solid #fff;
  line-height: 1.5;
}

.profile-modal_hold-content a:hover {
  border-bottom: 1px solid #90292a;
}
/*# sourceMappingURL=styles.css.map */