@font-face {
  font-family: 'Roboto', sans-serif;
  src: url(../fonts/Roboto-Regular.ttf);
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif !important;
}

h1, h2, h3, p, a, span {
  font-family: 'Roboto', sans-serif !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 640px) and (min-width: 251px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) and (min-width: 251px) {
  .container {
    width: 95%;
  }
}

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

h1 {
  font-size: 67px;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

@media only screen and (max-width: 640px) and (min-width: 251px) {
  h1 {
    font-size: 42px;
  }
}

strong {
  font-weight: 600;
}

h2 {
  font-size: 26px;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

h3 {
  font-size: 24px;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

h4 {
  font-size: 20px;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

p {
  font-size: 22px;
}

@media only screen and (max-width: 640px) and (min-width: 251px) {
  p {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 999px) and (min-width: 641px) {
  p {
    font-size: 19px !important;
  }
}

@media only screen and (max-width: 640px) and (min-width: 251px) {
  span {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 999px) and (min-width: 641px) {
  span {
    font-size: 16px !important;
  }
}

.bold {
  font-weight: 600;
}

.red {
  color: #e1291f;
}

.underline {
  text-decoration: underline;
}

.btn {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #e1291f;
  color: #fff;
  padding: 10px 15px;
  font-size: 22px;
  margin-top: 25px;
  cursor: pointer;
}

.btn:hover {
  background: #ffffff20;
}

header {
  position: fixed;
  background: #00000040;
  height: 100px;
  z-index: 9;
  width: 100%;
  border-top: 5px solid #e1291f;
}

@media only screen and (max-width: 640px) and (min-width: 251px) {
  header {
    height: 50px;
  }
}

@media only screen and (max-width: 640px) and (min-width: 251px) {
  header .flex {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

header .logo {
  height: 100px;
}

@media only screen and (max-width: 640px) and (min-width: 251px) {
  header .logo {
    height: 50px;
  }
}

header nav {
  width: 100%;
  height: 100%;
  float: right;
}

header nav .menu {
  width: 100%;
  height: 100px;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 100px;
}

@media only screen and (max-width: 999px) and (min-width: 251px) {
  header nav .menu {
    display: none;
  }
}

header nav .menu li {
  list-style-type: none;
  font-size: 20px;
  color: #fff;
  width: 60px;
  text-align: center;
  cursor: pointer;
  padding: 0 20px;
}

header nav .menu .active {
  font-weight: 600;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e1291f;
  margin: 0px -30px;
  padding: 0 60px;
  -webkit-clip-path: polygon(27% 0, 100% 0, 73% 100%, 0% 100%);
          clip-path: polygon(27% 0, 100% 0, 73% 100%, 0% 100%);
}

header nav .mobile-menu {
  display: none;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 10px;
}

header nav .mobile-menu .mobile-menu-footer {
  width: 100%;
  position: absolute;
  bottom: 10px;
  right: 0;
}

header nav .mobile-menu .fa {
  color: #e1291f;
  font-size: 32px;
}

header nav .mobile-menu .active {
  font-weight: 600;
  border-bottom: 2px solid #e1291f;
}

header nav .mobile-menu ul {
  display: none;
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 9;
  margin: 0;
  right: 0;
  top: 0;
  height: 100%;
  text-align: right;
  padding-top: 10px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

header nav .mobile-menu ul li {
  padding: 5px 10px;
  list-style-type: none;
}

@media only screen and (max-width: 998px) and (min-width: 251px) {
  header nav .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header .header-contact {
  position: fixed;
  top: 27px;
  right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 640px) and (min-width: 251px) {
  header .header-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 75px;
    left: -5px;
    right: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 999px) and (min-width: 641px) {
  header .header-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 150px;
    left: -5px;
    right: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 999px) and (min-width: 251px) {
  header .header-contact .phone, header .header-contact .mail, header .header-contact .fax {
    background: #e1291f;
    width: 60px;
    margin-bottom: 5px;
  }
}

header .header-contact .fa {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  margin: 0 15px;
}

@media only screen and (max-width: 640px) and (min-width: 251px) {
  header .header-contact .fa {
    font-size: 22px;
    margin: 0 10px 0 20px;
  }
}

@media only screen and (max-width: 999px) and (min-width: 641px) {
  header .header-contact .fa {
    font-size: 26px;
    margin: 0 10px 0 20px;
  }
}

header .header-contact .fa:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section-1 {
  background: url(../images/top-background.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-color: #fff;
  width: 100%;
  background-repeat: no-repeat;
}

.section-1 .content {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-1 h1, .section-1 h3 {
  color: #fff;
}

.section-2 {
  position: relative;
  margin-top: -50px;
  padding: 25px;
  z-index: 3;
}

@media only screen and (max-width: 640px) and (min-width: 251px) {
  .section-2 {
    padding: 10px;
  }
}

.section-2 .box {
  background: #fff;
  padding: 25px 15px;
  -webkit-box-shadow: 0px 0px 30px -10px #8c8c8c;
          box-shadow: 0px 0px 30px -10px #8c8c8c;
}

.section-2 .box-2 {
  border: 3px solid #e1291f;
  margin: 10px;
  padding: 15px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33.33333333%;
  min-height: 80px;
  text-align: center;
  background: #c3c3c31a;
  cursor: pointer;
}

@media only screen and (max-width: 640px) and (min-width: 251px) {
  .section-2 .box-2 {
    width: 100%;
  }
}

@media only screen and (max-width: 998px) and (min-width: 641px) {
  .section-2 .box-2 {
    min-height: 120px;
  }
}

.section-2 .box-2 p {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  padding: 5px 0 10px 0;
}

.section-2 .box-2 span {
  color: #777;
}

.section-2 .content-black {
  background: #121212b3;
  padding: 15px;
  color: #fff;
  margin: 10px auto;
}

.section-2 .content-black i {
  font-weight: 400;
}

.section-3 {
  background: url(../images/background-section-3.jpg);
  position: relative;
  z-index: 2;
  margin-top: -60px;
  padding: 60px 0;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-3 .box {
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 20px -5px #ffffff;
          box-shadow: 0px 0px 20px -5px #ffffff;
  margin: 15px;
  border-top: 3px solid #fff;
  cursor: pointer;
  width: 33.33333%;
}

.section-3 .box .read {
  display: none;
  float: right;
}

@media only screen and (max-width: 998px) and (min-width: 641px) {
  .section-3 .box .read {
    display: block;
  }
}

@media only screen and (max-width: 640px) and (min-width: 251px) {
  .section-3 .box {
    width: 80%;
    margin: 15px auto;
  }
}

@media only screen and (max-width: 998px) and (min-width: 641px) {
  .section-3 .box .no-mobile {
    display: none;
  }
  .section-3 .box h4 {
    display: -webkit-box;
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .section-3 .box .mobile {
    display: -webkit-box;
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.section-3 .box .box-image img {
  width: 100%;
  margin: 0 auto;
}

footer {
  position: relative;
  z-index: 2;
  margin-top: -60px;
}

@media only screen and (max-width: 999px) and (min-width: 641px) {
  footer .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .box {
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 20px -5px #ffffff;
          box-shadow: 0px 0px 20px -5px #ffffff;
  margin: 15px;
}

@media only screen and (max-width: 640px) and (min-width: 251px) {
  footer .box {
    padding: 5px;
    margin: 10px auto;
  }
}

footer .box .left-side-footer-box {
  position: relative;
}

footer .box .left-side-footer-box .phone, footer .box .left-side-footer-box .mail, footer .box .left-side-footer-box .fax {
  color: #e1291f !important;
  font-size: 19px;
  text-decoration: none;
  display: block;
}

footer .box .left-side-footer-box .fa {
  color: #e1291f;
}

footer .box .left-side-footer-box a, footer .box .left-side-footer-box a:link, footer .box .left-side-footer-box a:visited {
  font-size: 19px;
  text-decoration: none;
  display: block;
  color: #000;
}

/* footer .box .left-side-footer-box .policy {
  position: absolute;
  bottom: 15px;
} */

@media only screen and (max-width: 999px) and (min-width: 251px) {
  footer .box .left-side-footer-box .policy {
    position: relative;
    bottom: unset;
  }
}

@media only screen and (max-width: 640px) and (min-width: 251px) {
  footer .box .map iframe {
    width: 100%;
  }
}

footer .footer {
  color: #fff;
  background: #000;
  padding: 15px 0;
}

footer .footer a, footer .footer a:link, footer .footer a:visited {
  color: #fff;
  text-decoration: none;
}
/*# sourceMappingURL=default.css.map */