﻿@font-face {
  font-family: "Fira Sans ExtraBold";
  src: url("../fonts/bold.ttf"), url("../fonts/bold.ttf");
  font-style: normal;
  font-weight: 800;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/reg.ttf"), url("../fonts/reg.ttf");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

*, *:before, *:after {
  box-sizing: border-box; }

a {
  text-decoration: none; }

p {
  font-family: "Fira Sans"; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  line-height: 1.1; }

body {
  font-family: "Fira Sans ExtraBold";
  position: relative;
  margin: 0;
  padding: 0; }

nav {
  position: fixed;
  z-index: 100;
  top: 0;
  height: 60px;
  width: 100%; }

.shadow {
  background: #3E3E3E; }

.nav-bg {
  height: 60px; }
  .nav-bg .nav-wrapper {
    padding: 5px 0; }
    .nav-bg .nav-wrapper h1 {
      font-weight: bold;
      font-size: 18px !important;
      color: white;
      line-height: 0.4 !important;
      text-align: center; }
    .nav-bg .nav-wrapper .supply-btn {
      margin-top: 7px !important; }

img {
  width: 100%; }

.wrapper, .nav-wrapper, .slider-container .lSSlideOuter .lSPager.lSpg, .page-header .page-navigator, .section-title2 h2, .page-about .bg-middle h1, .page-about .objectives, .content-paragraph, .part-content, .goals-items, .goals-bg .part-content, .contact-wrapper {
  width: 1280px;
  height: auto;
  position: relative;
  padding: 20px 0;
  margin: auto; }
  @media (max-width: 1500px) {
    .wrapper, .nav-wrapper, .slider-container .lSSlideOuter .lSPager.lSpg, .page-header .page-navigator, .section-title2 h2, .page-about .bg-middle h1, .page-about .objectives, .content-paragraph, .part-content, .goals-items, .goals-bg .part-content, .contact-wrapper {
      width: 1150px; } }
  @media (max-width: 1200px) {
    .wrapper, .nav-wrapper, .slider-container .lSSlideOuter .lSPager.lSpg, .page-header .page-navigator, .section-title2 h2, .page-about .bg-middle h1, .page-about .objectives, .content-paragraph, .part-content, .goals-items, .goals-bg .part-content, .contact-wrapper {
      width: 952px; } }
  @media (max-width: 992px) {
    .wrapper, .nav-wrapper, .slider-container .lSSlideOuter .lSPager.lSpg, .page-header .page-navigator, .section-title2 h2, .page-about .bg-middle h1, .page-about .objectives, .content-paragraph, .part-content, .goals-items, .goals-bg .part-content, .contact-wrapper {
      width: 95%; } }

.trans, .nav-wrapper .nav-button .supply-btn, .nav-wrapper .nav-button .supply-btn:hover, .nav-wrapper .pages ul, .nav-wrapper .pages ul li a, .nav-wrapper .pages ul li a:hover, .hidden {
  transition: 0.3s ease-in-out; }

.trans9, .nav-bg .nav-wrapper {
  transition: 0.9s ease-out; }

li {
  list-style: none; }

.nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  position: relative; }
  @media (max-width: 1024px) {
    .nav-wrapper {
      grid-template-columns: 1fr 1fr;
      padding: 10px 0; }
      .nav-wrapper .nav-button {
        display: none; } }
  @media (min-width: 1024px) {
    .nav-wrapper .close-nav {
      display: none; } }
  @media (max-width: 1024px) {
    .nav-wrapper .close-nav #nav-icon1 {
      width: 45px;
      height: 70px;
      position: relative;
      float: right;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
      z-index: 10;
      margin-top: 11px; }
    .nav-wrapper .close-nav #nav-icon1 span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: white;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
    .nav-wrapper .close-nav #nav-icon1 span:nth-child(1) {
      top: 0px; }
    .nav-wrapper .close-nav #nav-icon1 span:nth-child(2) {
      top: 13px; }
    .nav-wrapper .close-nav #nav-icon1 span:nth-child(3) {
      top: 26px; }
    .nav-wrapper .close-nav #nav-icon1.open span:nth-child(1) {
      top: 18px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg); }
    .nav-wrapper .close-nav #nav-icon1.open span:nth-child(2) {
      opacity: 0;
      left: -60px; }
    .nav-wrapper .close-nav #nav-icon1.open span:nth-child(3) {
      top: 18px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg); } }
  .nav-wrapper .logo {
    z-index: 10; }
    @media (max-width: 1024px) {
      .nav-wrapper .logo {
        margin-top: 6px; } }
    .nav-wrapper .logo img {
      width: 70%; }
  .nav-wrapper .nav-button {
    text-align: left; }
    .nav-wrapper .nav-button .supply-btn {
      background: #BE2B3C;
      border-radius: 10px;
      width: 150px;
      float: right; }
      .nav-wrapper .nav-button .supply-btn:hover {
        background: #fa9f0f; }
      .nav-wrapper .nav-button .supply-btn h1 {
        font-weight: bold;
        font-size: 20px;
        color: white;
        line-height: 0.7;
        text-align: center; }
  .nav-wrapper .pages ul {
    text-align: center;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr); }
    @media (min-width: 1024px) {
      .nav-wrapper .pages ul .bgl {
        display: none; } }
    @media (max-width: 1024px) {
      .nav-wrapper .pages ul {
        opacity: 0;
        visibility: hidden;
        overflow: hidden; } }
    .nav-wrapper .pages ul .bgl {
      background-image: url(../images/graylogo.png);
      width: 600px;
      height: 600px;
      background-position: center;
      background-size: cover;
      position: absolute;
      top: 73%;
      left: 99%;
      transform: translate(-50%, -50%);
      z-index: -1;
      opacity: 0.5; }
    @media (max-width: 1024px) {
      .nav-wrapper .pages ul {
        display: block;
        position: absolute;
        top: 300%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 110%;
        height: 100vh;
        background: #3E3E3E;
        padding-top: 200px; } }
    @media (min-width: 1024px) {
      .nav-wrapper .pages ul li:nth-child(7) {
        display: none; } }
    .nav-wrapper .pages ul li {
      font-weight: bold;
      text-transform: uppercase; }
      @media (max-width: 1024px) {
        .nav-wrapper .pages ul li {
          line-height: 50px;
          font-size: 25px; } }
      .nav-wrapper .pages ul li a {
        color: white; }
        .nav-wrapper .pages ul li a:hover {
          color: #BE2B3C; }

.hidden {
  visibility: visible !important;
  opacity: 1 !important; }

.black {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%; }

.slider-container {
  position: relative; }
  .slider-container ul {
    list-style: none outside none;
    padding-left: 0;
    margin: 0; }
    .slider-container ul .each-slide {
      width: 100%;
      height: 100vh;
      background-position: center;
      background-size: cover;
      /*@media(max-width:$break) {
                height:85vh;
            }*/ }
  .slider-container .slider-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 35px;
    font-weight: bold;
    color: white;
    text-align: center;
    width: 90%; }
    @media (max-width: 1024px) {
      .slider-container .slider-text {
        font-size: 25px; } }
  .slider-container .terms {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: white;
    text-align: center; }
    @media (max-width: 1024px) {
      .slider-container .terms {
        bottom: -10px; } }
    .slider-container .terms p {
      font-weight: normal;
      font-size: 14px; }
    .slider-container .terms a {
      color: white;
      margin: 0 20px; }
  .slider-container .lSSlideOuter .lSPager.lSpg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 40;
    text-align: right; }
    .slider-container .lSSlideOuter .lSPager.lSpg li {
      display: block;
      /*height: 10px;*/
      padding: 0; }
      .slider-container .lSSlideOuter .lSPager.lSpg li a {
        width: 20px !important;
        height: 2px !important;
        background: #a5a5a5; }
  @media (max-width: 1024px) {
    .slider-container .lSSlideOuter .lSPager.lSpg {
      position: absolute;
      top: 85%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 40;
      text-align: center; }
      .slider-container .lSSlideOuter .lSPager.lSpg li {
        display: inline-block;
        /*height: 10px;*/
        padding: 0; }
        .slider-container .lSSlideOuter .lSPager.lSpg li a {
          width: 20px !important;
          height: 2px !important;
          background: #a5a5a5;
          margin: 5px; } }
  .slider-container .lSSlideOuter .lSPager.lSpg > li:hover a, .slider-container .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: white;
    width: 35px !important; }
  .slider-container .content-slider li {
    background-color: #ed3020;
    text-align: center;
    color: #FFF; }
  .slider-container .demo {
    width: 100%;
    height: 100vh; }
    .slider-container .demo img {
      width: 100%;
      height: 100%; }
  .slider-container .lslide.active {
    background-position: 50% 50%;
    animation-name: biger;
    animation-duration: 6s;
    transform: scale(1); }

@keyframes biger {
  from {
    /*background-position: 40px 50%;*/
    transform: scale(1.2); }
  to {
    /*background-position: 50% 50%;*/
    transform: scale(1); } }

.page-header {
  height: 400px;
  width: 100%;
  position: relative; }
  .page-header .header-img {
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%; }
  .page-header .page-navigator {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; }
    .page-header .page-navigator p {
      font-size: 23px;
      margin-bottom: 0; }
    .page-header .page-navigator h1 {
      margin-top: 10px;
      margin-bottom: 0; }

.dots {
  background: #BE2B3C;
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 50%; }

.section-title {
  text-align: center; }
  .section-title h1 {
    font-size: 180px;
    color: #EEEEEE;
    text-transform: uppercase;
    margin: 20px 0; }
    @media (max-width: 1024px) {
      .section-title h1 {
        font-size: 94px; } }
  .section-title h2 {
    font-size: 40px;
    color: #3E3E3E;
    width: 500px;
    margin: auto;
    margin-top: auto;
    margin-top: -100px;
    font-family: "Fira Sans";
    font-weight: bold;
    line-height: 1.3em; }
    @media (max-width: 1024px) {
      .section-title h2 {
        width: 90%;
        font-size: 30px;
        margin-top: -60px; } }

.section-title2 {
  text-align: center; }
  .section-title2 h2 {
    font-size: 40px;
    color: #3E3E3E;
    margin: auto;
    margin-top: auto;
    font-family: "Fira Sans";
    font-weight: bold;
    line-height: 1.3em; }

.page-about {
  overflow: hidden; }
  .page-about .bg-middle {
    background-position: 50% 35%;
    background-size: cover;
    height: 350px;
    width: 100%;
    position: relative;
    background-attachment: fixed;
    margin: 30px 0; }
    @media (max-width: 1024px) {
      .page-about .bg-middle {
        background-attachment: scroll; } }
    .page-about .bg-middle h1 {
      color: white;
      font-size: 40px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      text-align: center; }
  .page-about .objectives .each-objectives {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 10px;
    margin: 80px 0; }
    @media (max-width: 1024px) {
      .page-about .objectives .each-objectives {
        grid-template-columns: 1fr; } }
    @media (min-width: 1024px) {
      .page-about .objectives .each-objectives:nth-child(2) {
        direction: rtl; }
        .page-about .objectives .each-objectives:nth-child(2) .tilter--6 .tilter__deco--lines {
          top: -80px;
          left: 80px;
          z-index: -1; }
      .page-about .objectives .each-objectives:nth-child(4) {
        direction: rtl; }
        .page-about .objectives .each-objectives:nth-child(4) .tilter--6 .tilter__deco--lines {
          top: -80px;
          left: 80px;
          z-index: -1; } }
    .page-about .objectives .each-objectives .obj-content h1 {
      font-size: 67px;
      color: #BE2B3C;
      margin-bottom: 0; }
    .page-about .objectives .each-objectives .obj-content h3 {
      color: #3E3E3E; }
    .page-about .objectives .each-objectives .obj-content p {
      color: #3E3E3E;
      font-size: 20px;
      line-height: 40px;
      width: 80%; }
      @media (max-width: 1024px) {
        .page-about .objectives .each-objectives .obj-content p {
          width: 100%; } }

.content-paragraph p {
  line-height: 40px;
  font-size: 22px;
  color: #3E3E3E; }

.btm-part {
  height: 100vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /*border:solid;*/
  position: relative; }

.part-content {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }
  .part-content h2 {
    width: 60%;
    margin: auto;
    font-size: 30px;
    line-height: 40px;
    font-family: "Fira Sans";
    font-weight: bold;
    color: #3E3E3E; }
    @media (max-width: 1024px) {
      .part-content h2 {
        width: 100%; } }
    .part-content h2 span {
      color: #BE2B3C; }
  .part-content .button {
    background: #BE2B3C;
    border-radius: 10px;
    width: 200px;
    padding: 20px;
    margin: auto;
    margin-top: 30px;
    color: white; }

.goals-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px; }
  @media (max-width: 1024px) {
    .goals-items {
      grid-template-columns: 1fr; } }
  .goals-items .goal-icon {
    width: 100px; }
  .goals-items p {
    width: 80%;
    font-size: 20px;
    line-height: 40px; }
    @media (max-width: 1024px) {
      .goals-items p {
        width: 100%; } }

.goals-bg {
  height: 100vh;
  width: 100%;
  background-position: 50% 14%;
  background-size: cover;
  background-repeat: no-repeat;
  /*border:solid;*/
  position: relative; }
  @media (max-width: 1024px) {
    .goals-bg {
      background-position: 78% 50%; } }
  .goals-bg .part-content {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }

.footer {
  background: gray;
  text-align: center; }
  .footer p {
    padding: 15px 0;
    color: white;
    margin: 0;
    font-size: 12px; }
    .footer p span a {
      color: #ffc20e; }

.media-item {
  display: inline-block;
  padding: 1em;
  vertical-align: top;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.media-item__img {
  max-width: 100%;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
  opacity: 1; }

.media-item__title {
  margin: 0;
  padding: 0.5em;
  font-size: 1em; }

@media screen and (max-width: 55.625em) {
  .content {
    height: auto; } }

/*com*/
.tilter {
  display: block;
  position: relative;
  width: 300px;
  height: 415px;
  margin: auto;
  color: #fff;
  flex: none;
  perspective: 1000px; }

.tilter * {
  pointer-events: none; }

.tilter:hover,
.tilter:focus {
  color: #fff;
  outline: none; }

.tilter__figure,
.tilter__image {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block; }

.tilter__figure > * {
  transform: translateZ(0px);
  /* Force correct stacking order */ }

.smooth .tilter__figure,
.smooth .tilter__deco--overlay,
.smooth .tilter__deco--lines,
.smooth .tilter__deco--shine div,
.smooth .tilter__caption {
  transition: transform 0.2s ease-out; }

.tilter__figure {
  position: relative; }

.tilter__figure::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  box-shadow: 0 30px 20px rgba(35, 32, 39, 0.5); }

.tilter__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.tilter__deco--overlay {
  /*background-image: linear-gradient(45deg, rgba(226, 60, 99, 0.4), rgba(145, 58, 252, 0.4), rgba(16, 11, 192, 0.4));*/ }

.tilter__deco--shine div {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, transparent 100%); }

.tilter__deco--lines {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5px; }

.tilter__caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 4em; }

.tilter__title {
  margin: 0;
  font-weight: normal;
  font-size: 2.5em;
  font-family: 'Abril Fatface', serif;
  line-height: 1; }

.tilter__description {
  margin: 1em 0 0 0;
  font-size: 0.85em;
  letter-spacing: 0.15em; }

/* Individual styles */
/* Example 6 (different line position) */
.tilter--6,
.tilter--6:hover,
.tilter--6:focus {
  color: #2e27ad; }

.tilter--6 .tilter__deco--lines {
  stroke: none;
  top: -60px;
  left: -80px;
  background: url(../images/dot3.png);
  z-index: -1; }

.tilter--6 .tilter__caption {
  padding: 0 4em 5.5em 1em; }

.tilter--6 .tilter__figure::before {
  box-shadow: none; }

.middle {
  top: 55% !important; }

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  padding-bottom: 50px; }
  @media (max-width: 1024px) {
    .contact-wrapper {
      grid-template-columns: 1fr; } }
  .contact-wrapper .contact-info {
    color: #3E3E3E; }
    .contact-wrapper .contact-info p img {
      width: 20px;
      margin-right: 10px; }
    .contact-wrapper .contact-info h2 {
      margin-top: 40px;
      font-family: "Fira Sans";
      font-weight: bold; }
      .contact-wrapper .contact-info h2:nth-child(2) {
        margin-top: 0; }
    .contact-wrapper .contact-info h1 {
      line-height: 40px;
      width: 90%;
      font-size: 25px;
      font-family: "Fira Sans";
      font-weight: bold; }
  .contact-wrapper .contact-form {
    position: relative; }

.form {
  background: white;
  box-shadow: 0px 0px 11px -3px black;
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 40px;
  border-radius: 10px; }
  @media (max-width: 1024px) {
    .form {
      position: relative;
      top: unset;
      left: unset;
      transform: unset;
      margin-top: 30px;
      padding: 10px; } }
  .form h2 {
    color: #3E3E3E;
    margin-bottom: 10px; }

.feedback-input {
  color: gray;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  background-color: white;
  border: none;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  outline: 0;
  margin-top: 10px;
  border-bottom: solid 1px; }

.feedback-input:focus {
  border-bottom: 2px solid #BE2B3C; }

textarea {
  height: 150px;
  line-height: 150%;
  resize: vertical;
  font-family: "Fira Sans"; }

[type="submit"] {
  width: 50%;
  background: #BE2B3C;
  border-radius: 35px;
  border: 0;
  cursor: pointer;
  color: white;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s;
  margin-top: 10px;
  font-weight: 700; }
  @media (max-width: 1024px) {
    [type="submit"] {
      width: 80%; } }

[type="submit"]:hover {
  background: #BE2B3C; }

.supply-form .form {
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
  margin-top: 50px; }

.supply-form p img {
  width: 20px;
  margin-right: 10px; }

.supply-form h2 {
  margin-top: 40px;
  font-family: "Fira Sans";
  font-weight: bold; }
  .supply-form h2:nth-child(2) {
    margin-top: 0; }

.supply-form .margin {
  margin-top: 20px; }
