/*! formalize.css | MIT License | github.com/interacthings/formalize */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol,
menu,
form {
  margin: 0;
}

button,
fieldset,
iframe {
  border: 0;
}

fieldset,
ul,
ol,
button,
menu {
  padding: 0;
}

ol,
ul {
  list-style: none;
}

textarea {
  resize: vertical;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  padding: 0;
}

/* GLOBAL */
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

input,
textarea,
button,
select {
  outline: 0;
}

button {
  cursor: pointer;
}

a {
  -webkit-transition: 300ms;
  transition: 300ms;
}
a:hover {
  text-decoration: none;
}
.brand-box {
  display: block;
  border: 1px solid #eee;
  margin-bottom: 20px;
  padding: 50px 20px;
  text-align: center;
  color: #000;
  font-weight: 600;
}
.brand-box:hover {
  color: #ec1c22;
}
.site-title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.site-title:after {
  background: #ec1c22;
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  margin: 10px auto 50px auto;
}

.fixed-button {
  display: none;
}

.header-top {
  border-bottom: 1px solid #eee;
  font-size: 14px;
  font-weight: 400;
  color: #919191;
  padding: 10px 0;
}
.header-top a {
  color: #919191;
}

.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-contact p {
  margin-left: 15px;
}
.header-contact p i {
  color: #ec1c22;
  margin-right: 10px;
}

.header-middle {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.header-menu {
  background: #ec1c22;
  padding: 15px 0;
}
.header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-menu ul li {
  font-weight: 700;
  padding: 3px 20px 0 20px;
  height: 100%;
}
.header-menu ul li:hover {
  background: #fff;
}
.header-menu ul li:hover a {
  color: #ec1c22;
}
.header-menu ul li a {
  color: #fff;
}

.main-slider img {
  width: 100%;
}

.services .service-box {
  position: relative;
  margin-bottom: 30px;
}

.services .service-image {
  overflow: hidden;
  height: 200px;
}
.services .service-image:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}
.services .service-image img {
  -webkit-transition: 300ms;
  transition: 300ms;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.services .service-title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #fff;
  padding: 5px 10px;
  font-size: 16px;
}

.why-us {
  margin-top: 50px;
}
.why-us h1 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
}
.why-us p {
  line-height: 36px;
  text-align: center;
}
.why-us img {
  margin-top: 30px;
  width: 100%;
}

.contact-area {
  margin-top: 80px;
  text-align: center;
}
.contact-area h3 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
}
.contact-area h3 a {
  background: #ec1c22;
  color: #fff;
  padding: 10px 20px;
}
.contact-area p {
  line-height: 36px;
  margin-top: 20px;
}

.service-scope {
  margin-top: 100px;
}
.service-scope ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-scope ul li {
  line-height: 40px;
}
.service-scope ul li a {
  color: #000;
}
.service-scope ul li a:hover {
  color: #ec1c22;
}
.testimonial {
  position: relative;
  margin-top: 100px;
}
.testimonial .owl-prev {
  width: 40px;
  height: 40px;
  background: #ec1c22 !important;
  color: #fff !important;
  position: absolute;
  left: -30px;
  top: calc(50% - 30px);
  outline: 0;
}
.testimonial .owl-next {
  outline: 0;
  width: 40px;
  height: 40px;
  background: #ec1c22 !important;
  color: #fff !important;
  position: absolute;
  right: -30px;
  top: calc(50% - 30px);
}
.testimonial .item {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #f5f5f5;
  margin: 10px;
  padding: 20px;
  border-radius: 5px;
}
.testimonial .item .comment-content {
  font-size: 14px;
  line-height: 24px;
  color: #919191;
}
.testimonial .item .comment-author {
  color: #ec1c22;
  font-weight: 700;
  margin-top: 20px;
}

.page-head {
  background: #333;
  padding: 35px 0;
}
.page-head h1 {
  color: #fff;
  font-size: 30px;
}
.page-image {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.page-image img {
  height: auto;
  max-width: 300px;
}
.page-content {
  line-height: 32px;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer {
  margin-top: 50px;
}
.footer-top {
  background: #ec1c22;
  padding: 40px 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.footer-top a {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.footer-content {
  background: #333;
  padding: 40px 0;
  color: #919191;
}
.footer-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-text {
  line-height: 30px;
}
.footer-menu li {
  line-height: 30px;
}
.footer-menu li a {
  color: #919191;
}
.footer-contact .contact-el {
  margin-bottom: 20px;
}
.footer-contact a {
  color: #fff;
}
.footer-seo {
  background: #ec1c22;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  font-size: 18px;
}

.header .menu-btn {
  display: none;
}
.mobile-only {
  display: none;
}

.mobile-only a {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  display: block;
  color: #ec1c22;
}
@media screen and (max-width: 1170px) {
  .mobile-only {
    display: block;
  }
  .fixed-button {
    position: fixed;
    bottom: 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 9999;
  }
  .fixed-button a {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
  }
  .header {
  }
  .header-top {
    display: none;
  }
  .header .menu-btn {
    display: block;
  }
  .header-menu {
    padding: 5px 0;
  }
  .header .menu-btn button {
    background: none;
    appperance: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
  }
  .header .logo {
    text-align: center;
    width: 100%;
  }
  .header .logo img {
    max-width: 250px;
  }
  .header .banner {
    display: none;
  }
  .header .main-menu ul {
    display: none;
    position: absolute;
    background: #c10000;
    width: 100%;
    left: 0;
    margin-top: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 999;
  }
  .site-title {
    font-size: 24px;
    margin: 0;
    margin-top: 20px;
  }
  .why-us h1 {
    font-size: 24px;
  }
  .why-us p {
    line-height: 24px;
  }
  .service-scope {
    margin-top: 30px;
  }
  .service-scope ul li {
    line-height: 24px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
  }
  .contact-area h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .contact-area h3 a {
    display: block;
  }
  .footer-top {
    display: none;
  }
}
.footer-keywords {
  margin-top: 30px;
}
.footer-keywords span {
  margin-right: 10px;
}
