@font-face {
  font-family: "Helvetica Neue Regular";
  src: url("../fonts/hel/0d49fc455f4a8951a42daf952412a713.eot"); /* IE9*/
  src: url("../fonts/hel/0d49fc455f4a8951a42daf952412a713.eot?#iefix") format("embedded-opentype"), url("../fonts/hel/0d49fc455f4a8951a42daf952412a713.woff2") format("woff2"), url("../fonts/hel/0d49fc455f4a8951a42daf952412a713.woff") format("woff"), url("../fonts/hel/0d49fc455f4a8951a42daf952412a713.ttf") format("truetype"), url("../fonts/hel/0d49fc455f4a8951a42daf952412a713.svg#Helvetica Neue Regular") format("svg"); /* iOS 4.1- */
}
@font-face {
  font-family: "DIN Next Slab W01 Light";
  src: url("../fonts/lite/3a5aa0af287c7e7493a57027f816dfd5.eot"); /* IE9*/
  src: url("../fonts/lite/3a5aa0af287c7e7493a57027f816dfd5.eot?#iefix") format("embedded-opentype"), url("../fonts/lite/3a5aa0af287c7e7493a57027f816dfd5.woff2") format("woff2"), url("../fonts/lite/3a5aa0af287c7e7493a57027f816dfd5.woff") format("woff"), url("../fonts/lite/3a5aa0af287c7e7493a57027f816dfd5.ttf") format("truetype"), url("../fonts/lite/3a5aa0af287c7e7493a57027f816dfd5.svg#DIN Next Slab W01 Light") format("svg"); /* iOS 4.1- */
}
@font-face {
  font-family: "DIN Next Slab W01 Bold";
  src: url("../fonts/bold/7298dcb4219f271b805950d7aa062986.eot"); /* IE9*/
  src: url("../fonts/bold/7298dcb4219f271b805950d7aa062986.eot?#iefix") format("embedded-opentype"), url("../fonts/bold/7298dcb4219f271b805950d7aa062986.woff2") format("woff2"), url("../fonts/bold/7298dcb4219f271b805950d7aa062986.woff") format("woff"), url("../fonts/bold/7298dcb4219f271b805950d7aa062986.ttf") format("truetype"), url("../fonts/bold/7298dcb4219f271b805950d7aa062986.svg#DIN Next Slab W01 Bold") format("svg"); /* iOS 4.1- */
}
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
::-moz-selection {
  color: #000000;
  background: rgba(232, 91, 13, 0.6);
}
::selection {
  color: #000000;
  background: rgba(232, 91, 13, 0.6);
}

body {
  font-family: "Helvetica Neue Regular";
  font-family: "DIN Next Slab W01 Light";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  background-color: #f3f3f3;
  color: #000000;
  line-height: 1.6;
}

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

section {
  overflow: hidden;
}

a {
  text-decoration: none;
}
a:hover {
  color: #E85B0D;
}
a:focus, a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DIN Next Slab W01 Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  color: #000000;
}

p {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

.scroll-top {
  width: 35px;
  height: 35px;
  background-color: #E85B0D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #fff;
  border-radius: 7px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}
.scroll-top img {
  height: 18px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.scroll-top:focus, .scroll-top:hover {
  color: #fff;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(232, 91, 13, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(232, 91, 13, 0.5);
}

/*--------------------------------------------------------------
  ##  Page Loader
  --------------------------------------------------------------*/
.page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
}

.lds-ellipsis {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #E85B0D;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
/*--------------------------------------------------------------
# nav-header
--------------------------------------------------------------*/
@media only screen and (max-width: 1399px) {
  .nav-header {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-header {
    padding-top: 20px;
  }
}
.nav-header .nav-logo {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 65px;
  z-index: 9;
}
@media only screen and (max-width: 1199px) {
  .nav-header .nav-logo {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .nav-header .nav-logo {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-header .nav-logo {
    padding-left: 10px;
  }
}
.nav-header .nav-logo img {
  max-height: 26px;
}
@media only screen and (max-width: 1399px) {
  .nav-header .nav-logo img {
    max-height: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .nav-header .nav-logo img {
    max-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-header .nav-logo img {
    max-height: 16px;
  }
}

/*--------------------------------------------------------------
# hero-area
--------------------------------------------------------------*/
.hero-area {
  text-align: center;
}

.hero-wrapper {
  width: 100%;
  min-height: 100vh;
  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;
  background-image: url("../img/hero/bg.png");
  background-position: center 25%;
  background-size: contain;
  background-repeat: no-repeat;
}
.hero-wrapper h1 {
  font-size: 55px;
  color: #000000;
}
@media only screen and (max-width: 1399px) {
  .hero-wrapper h1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-wrapper h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-wrapper h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 482px) {
  .hero-wrapper h1 {
    font-size: 35px;
  }
}

.scroll-btn {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  -webkit-animation: bounce 3s infinite 3s;
          animation: bounce 3s infinite 3s;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 482px) {
  .scroll-btn {
    width: 40px;
    height: 40px;
  }
}
.scroll-btn .scroll-img {
  background-color: #616161;
  width: 100%;
  height: 100%;
}

.blinking-cursor {
  -webkit-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
}

@-webkit-keyframes blink {
  from, to {
    color: #000000;
  }
  50% {
    color: transparent;
  }
}
@keyframes blink {
  from, to {
    color: #000000;
  }
  50% {
    color: transparent;
  }
}
@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  40% {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
  60% {
    -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  40% {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
  60% {
    -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px);
  }
}
/* mas */
.mas {
  text-align: center;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .mas {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.mas .mas-txt {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.mas .mas-txt h2 {
  font-size: 40px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .mas .mas-txt h2 {
    font-size: 35px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .mas .mas-txt h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 482px) {
  .mas .mas-txt h2 {
    font-size: 26px;
  }
}
.mas .mas-txt p {
  font-size: 19px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .mas .mas-txt p {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 482px) {
  .mas .mas-txt p {
    font-size: 17px;
    margin-bottom: 18px;
  }
}

.btn-contact {
  font-family: "DIN Next Slab W01 Bold";
  display: inline-block;
  text-decoration: none;
  background-color: #000000;
  color: #f3f3f3;
  font-size: 18px;
  padding: 11px 35px;
  border: 0;
  letter-spacing: 1px;
  border-radius: 6px;
  font-weight: normal;
  margin-top: 40px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
@media only screen and (max-width: 991px) {
  .btn-contact {
    font-size: 17px;
    margin-top: 24px;
  }
}
.btn-contact:hover {
  background-color: #E85B0D;
  color: #E85B0D;
  background-image: url("../img/send.png");
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
}
.btn-contact:hover span {
  opacity: 0;
}

/*--------------------------------------------------------------
# footer-flex
--------------------------------------------------------------*/
.main-footer {
  background-color: #616161;
}

.footer-flex {
  font-family: "DIN Next Slab W01 Light";
  padding: 50px 40px;
}
@media only screen and (max-width: 991px) {
  .footer-flex {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-flex {
    padding: 60px 20px;
  }
}
.footer-flex .footer-col {
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (max-width: 1199px) {
  .footer-flex .footer-col {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-flex .footer-col {
    text-align: start;
  }
}
.footer-flex a:hover {
  text-decoration: underline;
}
.footer-flex a,
.footer-flex p {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  color: #eee;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.footer-flex a:hover,
.footer-flex p:hover {
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .footer-flex a,
  .footer-flex p {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-flex a,
  .footer-flex p {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
# modal-imp
--------------------------------------------------------------*/
.modal-imp .btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 3em;
  height: 3em;
  padding: 0.25em 0.25em;
  color: #000;
  background-size: 2em;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
  padding-right: 40px;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .modal-imp .btn-close {
    width: 2em;
    height: 2em;
    background-size: 1.5em;
  }
}
.modal-imp .modal-logo {
  max-height: 23px;
}
@media only screen and (max-width: 767px) {
  .modal-imp .modal-logo {
    max-height: 20px;
  }
}
.modal-imp .modal-body {
  padding: 30px 50px;
}
@media only screen and (max-width: 767px) {
  .modal-imp .modal-body {
    padding: 20px 20px;
  }
}
.modal-imp .modal-img-logo img {
  max-height: 25px;
}
@media only screen and (max-width: 767px) {
  .modal-imp .modal-img-logo img {
    max-height: 19px;
  }
}
.modal-imp .modal-text {
  padding-top: 80px;
  padding-left: 60px;
}
@media only screen and (max-width: 767px) {
  .modal-imp .modal-text {
    padding-top: 50px;
    padding-left: 20px;
  }
}
.modal-imp .modal-text h1 {
  font-size: 20px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .modal-imp .modal-text h1 {
    font-size: 18px;
  }
}
.modal-imp .modal-text h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .modal-imp .modal-text h2 {
    font-size: 25px;
  }
}
.modal-imp .modal-text p {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .modal-imp .modal-text p {
    font-size: 16px;
  }
}
.modal-imp .modal-text p a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.modal-imp .modal-text p a:hover {
  text-decoration: underline;
}
.modal-imp .modal-text p strong {
  font-family: "DIN Next Slab W01 Bold";
}