@font-face {
  font-family: steelfish eb;
  src: url('../fonts/Steelfish\ Eb.otf');
}
@font-face {
  font-family: SofiaPro;
  src: url('../fonts/Sofia\ Pro\ ExtraLight\ Az.otf');
}
@font-face {
  font-family: Sofia Pro Medium italic;
  src: url('../fonts/Sofia\ Pro\ Medium\ Italic\ Az.otf');
}
@font-face {
  font-family: Sofia Pro semibold;
  src: url('../fonts/Sofia\ Pro\ Semi\ Bold\ Az.otf');
}
html,
body {
  font-family: 'SofiaPro';
}
.navbar-default .navbar-toggler .icon-bar {
  background: #ee3047;
}
.mobile-collapse {
  border-top: 1px solid #e7e7e7;
  margin-left: -15px; /* Negative margin to extend past the container */
  margin-right: -15px; /* Negative margin to extend past the container */
  padding-left: 15px; /* Optional, to match the container padding */
  padding-right: 15px; /* Optional, to match the container padding */
}
.menu-item {
  display: flex;
  align-items: center; /* Centers vertically */
}
.fontSofiaItalic {
  font-family: 'Sofia Pro Medium italic';
}
h3 {
  font-family: 'Sofia Pro semibold';
}
#slogan {
  position: absolute;
  top: 10%;
  z-index: 999;
  left: 10%;
}
.container-md {
  max-width: 1024px;
}
.navbar-default .nav li a {
  font-family: 'Sofia Pro semibold' !important;
  font-weight: bold;
  color: #fff !important;
}
.email-contact {
  text-align: center;
  padding: 30px;
  background: #e22020;
  color: #fff;
}
.current {
  color: #e22020 !important;
}
#banner {
  height: 100vh;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  display: none;
  background-image: url(../assets/backg-1.png);
}
#contact-desk {
  padding-left: 0;
  padding-right: 0;
}
#contact-mobile {
  display: none;
  padding-left: 0;
  padding-right: 0;
}
.p-justify {
  text-align: justify;
  text-align-last: center;
}
.icon-service {
  width: 100px;
}
.icon-ltn {
  width: 100px;
}
.content-abs {
  padding: 100px;
}
.nopadding {
  padding: 0;
  max-height: 440px;
  overflow: hidden;
}
.color_white {
  color: #fff;
  text-align: center;
  padding: 135px 0;
  margin-bottom: 0;
  max-height: 460px;
}
.color_white p {
  padding: 40px 100px;
}
#slogan h1 {
  font-size: 125px;
  font-weight: normal;
  color: #cb132e;
  font-family: 'steelfish eb';
}
.navbar-default {
  background-color: #000;
}
.navbar-default a {
  color: #fff !important;
}
.navbar-default .nav li a {
  line-height: 71px;
}
.menu-item {
  padding-left: 15px;
  padding-right: 15px;
}
#logo {
  width: 20%;
}
#company {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.row {
  margin: 0;
}
.btn-red {
  background: #e22020;
  border: none;
  padding: 10px 30px;
  border-radius: 15px;
  font-size: 18px;
  color: #fff;
  margin-top: 50px;
}
#divider h3 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.content-abs p {
  max-width: 500px;
  font-family: 'Sofia Pro Medium italic';
  text-align: justify;
  width: auto;
  font-size: 16px;
}
.text-icon-box {
  padding: 0px;
}
#banner img {
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.icon-box-group {
  margin-bottom: 50px;
}
@media only screen and (max-width: 900px) {
  #slogan h1 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .button-toggler {
    padding: 1.25rem 0.75rem;
  }
  .navbar-default .nav li a {
    line-height: 49px;
  }
}
@media only screen and (max-width: 600px) {
  #contact-mobile {
    display: block;
  }
  #contact-desk {
    display: none;
  }
  .row {
    margin: 0;
  }
  #banner {
    background-size: auto 100%;
    background-repeat: no-repeat;
    display: block;
  }
  #banner-img {
    display: none;
  }
  .content-abs {
    padding: 40px;
    text-align: center;
  }

  .content-abs img {
    display: block;
    margin: auto;
    width: auto;
    max-width: 100px;
  }
  .content-abs p {
    font-family: 'Sofia Pro Medium italic';
    text-align: justify;
  }

  .color_white p {
    padding: 40px 40px;
  }
  #slogan h1 {
    font-size: 55px;
    margin: 0;
  }
  #slogan {
    text-align: center;
    bottom: 0;

    right: 0;
    left: 0;
    top: unset;
    background: #d9dadce3;
    padding: 20px 0px;
    margin: 0 30px;
  }
}
