html, body {
  font-family: 'Ubuntu', 'Helvetica', sans-serif;
  margin: 0;
  padding: 0;
  position: relative; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
  color: #000; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.1s linear 0s;
  -moz-transition: color 0.1s linear 0s;
  -o-transition: color 0.1s linear 0s;
  transition: color 0.1s linear 0s; }

a:hover,
a:active,
a:focus {
  outline: 0;
  color: #dc0000;
  text-decoration: none; }

strong {
  color: #dc0000; }

@media only screen and (max-width: 992px) {
  h1 {
    font-size: 36px !important; }
  h2 {
    font-size: 24px !important; }
  h3 {
    font-size: 20px !important; }
  h4 {
    font-size: 18px !important; }
  h5 {
    font-size: 16px !important; }
  h6 {
    font-size: 14px; } }

.container-fluid {
  padding-right: 55px;
  padding-left: 55px; }

header {
  width: 100%;
  z-index: 99; }
  header .name {
    float: left;
    margin-left: 80px;
    text-align: center;
    list-style: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    line-height: 48px;
    text-transform: uppercase; }
  header .fa-phone {
    color: black;
    display: none;
    float: right;
    font-size: 30px;
    line-height: 50px; }
  header .sticky-nav {
    position: fixed;
    width: 100%;
    height: 50px;
    background: #fff;
    z-index: 1001;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); }
    header .sticky-nav.stuck {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1001; }
  header nav#menu {
    float: right;
    margin-left: 10px;
    margin-top: 14px;
    text-align: center; }
  header nav#menu li {
    float: left;
    list-style: none;
    display: inline-block;
    margin-right: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase; }
  header nav#menu li a:hover {
    color: #dc0000; }
  header .header-logo {
    position: fixed;
    max-width: 50px;
    max-height: 50px;
    margin-left: 30px; }

.number {
  width: 240px;
  position: fixed;
  right: 24px;
  top: 55px;
  height: 30px;
  color: white;
  font-size: 26px;
  line-height: 30px;
  z-index: 1;
  text-align: center; }
  .number a {
    color: white; }
    .number a:hover {
      color: #dc0000; }

.mobile h6 {
  text-align: right;
  font-size: 20px;
  line-height: 50px;
  display: none; }

.about {
  border: 28px solid #fff; }
  .about .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.5); }
  .about .logo {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    max-width: 300px;
    max-height: 300px;
    margin: 0 auto;
    z-index: 10; }
  .about .fp-controlArrow.fp-prev {
    display: none; }
  .about .fp-controlArrow.fp-next {
    display: none; }
  .about .fp-slidesNav .bottom ul li a {
    color: white; }
  .about .homeslide-1 {
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-position: center center; }
  .about .homeslide-2 {
    background-image: url("../images/bg2.jpg");
    background-repeat: no-repeat;
    background-position: center center; }
  .about .homeslide-3 {
    background-image: url("../images/bg3.jpg");
    background-repeat: no-repeat;
    background-position: center center; }
  .about .fp-slidesNav.bottom ul li a {
    z-index: 15; }
    .about .fp-slidesNav.bottom ul li a span {
      color: #fff; }
  .about h1 {
    color: #fff;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    z-index: 10; }
  .about p {
    text-align: justify;
    font-size: 16px;
    padding: 10px;
    color: #fff;
    position: absolute;
    max-width: 800px;
    top: 65%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    z-index: 10; }
  .about i {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: white;
    font-size: 50px;
    text-align: center;
    z-index: 10;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg); }
    .about i:hover {
      color: #dc0000;
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      -ms-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg); }

.services {
  text-align: center; }
  .services h1 {
    text-align: center;
    padding-top: 0.5em; }
  .services h3 {
    padding-top: 20px; }
  .services .service-item {
    min-width: 250px;
    min-height: 300px;
    margin-right: 0 auto; }
    .services .service-item:after {
      content: "";
      position: absolute;
      left: 25%;
      bottom: 0;
      height: 1px;
      width: 50%;
      /* or 100px */
      border-bottom: 1px solid black; }
    .services .service-item h3 {
      margin-top: 20px;
      text-align: center; }
    .services .service-item i {
      display: absolute;
      color: #dc0000;
      font-size: 50px;
      margin-top: 10px;
      padding: 5px; }
  .services .brands {
    margin-top: 25px; }
    .services .brands .brand {
      margin: 10px;
      max-width: 70%;
      margin: 0 auto;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .services .brand:hover {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg); }

.products {
  border: 28px solid #fff; }
  .products .fp-controlArrow.fp-prev {
    border-color: transparent #fff transparent transparent !important;
    z-index: 15; }
  .products .fp-controlArrow.fp-next {
    border-color: transparent transparent transparent #fff !important;
    z-index: 15; }
  .products h2 {
    text-align: center;
    color: #fff; }
  .products h3 {
    text-align: center;
    color: #fff; }
  .products p {
    text-align: center;
    color: #fff; }
  .products .product-item {
    padding-bottom: 20px; }

.pswp__caption__center {
  text-align: center !important;
  font-size: 18px !important;
  color: #dc0000 !important; }

figcaption {
  display: none; }

.contact {
  text-align: center; }
  .contact h1 {
    font-size: 38px; }
  .contact .contact-details {
    padding-bottom: 250px; }
  .contact .contact-item {
    margin: 0 auto; }
    .contact .contact-item i {
      font-size: 40px;
      color: #dc0000;
      margin-bottom: 25px; }
  .contact .fp-tableCell {
    vertical-align: none; }

#cta {
  position: absolute;
  height: 150px;
  width: 100%;
  top: 50px;
  background-image: url("../images/cta.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  border-top: 1px solid black;
  border-bottom: 1px solid black; }
  #cta h2 {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 50px;
    color: #fff;
    text-shadow: white 0px 0px 10px;
    text-align: center; }

#map {
  position: absolute;
  height: 150px;
  width: 100%;
  bottom: 50px;
  border-top: 1px solid black;
  border-bottom: 1px solid black; }

.fp-controlArrow.fp-prev {
  border-color: transparent #000 transparent transparent !important;
  z-index: 15; }

.fp-controlArrow.fp-next {
  border-color: transparent transparent transparent #000 !important;
  z-index: 15; }

.footer {
  position: absolute;
  width: 100%;
  height: 50px;
  background: #1d1d1d;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  bottom: 0;
  left: 0; }
  .footer h6 {
    line-height: 50px;
    color: #fff;
    margin: 0; }
    .footer h6 a {
      color: #fff; }
    .footer h6 a:hover {
      color: #dc0000; }
  .footer i {
    color: #fff;
    position: absolute;
    font-size: 40px;
    margin-left: 30px;
    right: 30px;
    bottom: 5px; }
  .footer i:hover {
    color: #dc0000; }

@media only screen and (max-width: 480px) {
  .about h1 {
    font-size: 30px !important; }
  .about p {
    font-size: 14px !important; }
  .contact h1 {
    font-size: 25px !important; }
  .contact h6 {
    font-size: 12px !important;
    margin-bottom: 10%; }
  #map {
    bottom: 35px;
    height: 40px !important; }
  #cta {
    height: 85px !important; }
    #cta h2 {
      margin-top: 50px; }
  .footer {
    height: 35px;
    line-height: 35px; } }

@media only screen and (max-width: 768px) {
  .container-fluid {
    padding-right: 25px;
    padding-left: 25px; }
  header .header-logo {
    margin-left: 10px; }
  header .name {
    margin-left: 60px; }
  header .fa-phone {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px; }
  header .mobile h6 {
    display: none; }
  header nav#menu {
    display: none; }
  .number {
    display: none; }
  .about {
    border: 10px solid #fff; }
    .about .logo {
      display: none; }
    .about .homeslide-1 {
      background-image: url("../images/bg-mobi.jpg");
      background-repeat: no-repeat;
      background-position: center center; }
    .about .homeslide-2 {
      background-image: url("../images/bg-mobi2.jpg");
      background-repeat: no-repeat;
      background-position: center center; }
    .about .homeslide-3 {
      background-image: url("../images/bg-mobi3.jpg");
      background-repeat: no-repeat;
      background-position: center center; }
    .about h1 {
      top: 15%;
      font-size: 36px; }
    .about p {
      top: 50%;
      width: 100% !important; }
    .about i {
      font-size: 40px; }
  .services .service-item {
    min-width: 250px;
    min-height: 200px !important;
    margin: 0 auto;
    padding-bottom: 1em; }
    .services .service-item h3 {
      text-align: center; }
    .services .service-item i {
      padding-top: 25px;
      font-size: 35px; }
  .services .brands {
    margin-top: 25px; }
    .services .brands .brand {
      max-width: 90%; }
  .hovereffect h2 {
    font-size: 14px; }
  .products {
    border: 10px solid #fff; }
    .products .fp-controlArrow.fp-prev {
      display: none; }
    .products .fp-controlArrow.fp-next {
      display: none; }
  .contact #map {
    height: 120px; }
  .contact #cta {
    height: 120px !important; }
    .contact #cta h2 {
      margin-top: 30px; }
  .footer i {
    font-size: 30px;
    right: 10px;
    bottom: 10px; }
  #cta {
    display: none !important; } }

@media only screen and (max-width: 992px) {
  .fp-slides {
    width: 100%; }
  .contact h1 {
    font-size: 30px; }
  .contact .contact-item i {
    font-size: 25px !important;
    margin-bottom: 16px;
    margin-top: 10px; }
  .contact #map {
    height: 120px; }
  .contact #cta {
    height: 50px !important; }
    .contact #cta h2 {
      margin-top: 50px; } }

@media (min-width: 992px) {
  .container {
    width: 800px; } }

@media only screen and (max-width: 992px) {
  .container-fluid {
    padding-bottom: 1em; }
  .services .service-item {
    min-width: 200px;
    min-height: 320px; }
    .services .service-item p {
      font-size: 14px; } }

@media only screen and (min-width: 1200px) {
  .services h1 {
    padding-top: 0; }
  .services .service-item {
    min-height: 265px; }
  .services .brands {
    margin-top: 25px; }
    .services .brands .brand {
      margin: 10px;
      max-width: 40%;
      margin: 0 auto; } }

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center; }

.hovereffect:hover {
  cursor: pointer; }

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1); }

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s; }

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6); }

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 16px;
  background-color: transparent;
  color: #fff;
  padding: 1em 1em;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-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; } }
