@import 'fontello.css';
html,
body {
  height: 100%;
}
body {
  font-family: 'Poppins', sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.top-padding {
  padding-top: 60px;
}
::-moz-selection {
  background-color: #333;
  color: #fff;
}
::selection {
  background-color: #333;
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
  font-weight: 600;
}
a {
  color: #ed1c24;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
a:hover {
  color: #7a0921;
  text-decoration: none;
}
a:focus {
  color: #1b0207;
  text-decoration: none;
}
p {
  color: #6d747c;
}
#sscr{
  height: auto !important;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-control {
  padding: 15px 25px;
  height: 50px;
  border-radius: 5px;
  background-color: transparent;
  font-size: 13px;
  box-shadow: none;
  border-color: #e9e9e9;
  background-color: #f7f7f7;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #e9e9e9;
  background-color: #f1f1f1;
}
.form-control.input-sm {
  height: 37px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 11px;
  line-height: 1.6;
}
.form-select {
  border: 1px solid #e9e9e9;
  position: relative;
  border-radius: 5px;
}
.form-select:after {
  content: "\e811";
  font-family: 'fontello';
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -9px;
  font-size: 13px;
}
.form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  height: 53px;
}
.form-group textarea {
  min-height: 100px;
}
.form-group.has-error .form-control {
  border-color: #e74c3c;
  box-shadow: none;
}
.form-group.has-success .form-control {
  border-color: #2ecc71;
}
section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}
section.parallax {
  padding: 0;
  background-color: transparent;
  border: 0;
  height: 500px;
}
.title {
  margin: 0 0 30px 0;
  position: relative;
  z-index: 10;
}
.title.center {
  text-align: center;
}
.title h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.title h3 {
  margin: 0;
  font-size: 48px;
}
.title h4 {
  font-size: 16px;
  margin: 0px;
}
.title p {
  font-size: 18px;
  margin: 0;
  font-weight: 400;
}
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #e9e9e9;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
#topnav #navigation {
  display: block;
  width: calc(100% - 120px);
  margin-left: 120px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#topnav.scroll {
  background-color: #fff;
}
#topnav.scroll .navigation-menu > li > a {
  color: #333;
}
#topnav.scroll .navigation-menu > li > a:hover {
  color: #ed1c24;
  background-color: transparent;
}
#topnav.scroll .navigation-menu > li.active > a {
  color: #ed1c24;
}
#topnav.scroll .menu-item {
  border-color: #e9e9e9;
}
#topnav.scroll .navbar-toggle span {
  background-color: #333;
}
#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#topnav .navbar-toggle .lines {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 15px;
}
#topnav .navbar-toggle.open span {
  position: relative;
}
#topnav .navbar-toggle.open span:first-child {
  top: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
  display: none;
}
#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#topnav .navbar-toggle span {
  height: 1px;
  width: 100%;
  background-color: #ed1c24;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .navbar-toggle span:last-child {
  width: 75%;
  margin-bottom: 0;
}
#topnav .navbar-toggle:hover {
  background-color: transparent;
}
#topnav .navbar-toggle:hover span {
  background-color: #ed1c24;
}
#topnav .navbar-toggle:focus {
  background-color: transparent;
}
#topnav .navigation-menu {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  font-size: 0;
}
#topnav .navigation-menu > li {
  background-color: #fff;
  display: inline-block;
  position: relative;
  width: calc(100% / 5);
  border-right: 1px solid #e9e9e9;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .navigation-menu > li:last-child {
  border-left: none;
}
#topnav .navigation-menu > li:hover {
  background-color: #e9e9e9;
}
#topnav .navigation-menu > li > a {
  display: block;
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 20px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#topnav .navigation-menu > li > a:hover,
#topnav .navigation-menu > li > a:focus {
  background-color: transparent;
}
#topnav .navigation-menu > li .submenu li a i {
  margin-right: 5px;
}
#topnav .navigation-menu > li.has-submenu > a:after {
  content: "\e811";
  font-family: "fontello";
  font-size: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 70px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#topnav.scroll .navigation-menu > li.has-submenu > a:after {
  line-height: 60px;
}
#topnav .logo {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  background-color: #fff;
  border-right: 1px solid #e9e9e9;
  width: 120px;
  height: 120px;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#topnav .logo img {
  width: 120px;
  height: 100%;
  padding: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#topnav .logo .logo-light {
  display: block;
}
#topnav .logo .logo-dark {
  display: none;
}
#topnav.scroll .logo {
  width: 61px;
  height: 61px;
}
#topnav.scroll .logo .logo-light {
  display: none;
}
#topnav.scroll .logo .logo-dark {
  display: block;
}
#topnav.scroll.dark {
  background-color: #333;
}
#topnav.scroll.dark .navigation-menu > li > a {
  color: #fff;
}
#topnav.scroll.dark .navigation-menu > li > a:hover {
  color: #ed1c24;
}
#topnav.scroll.dark .navigation-menu > li .submenu {
  background-color: #333;
  border-color: #3d4146;
}
#topnav.scroll.dark .navigation-menu > li.active > a {
  color: #ed1c24;
}
#topnav.scroll.dark .menu-item {
  border-color: #3d4146;
}
#topnav.scroll.dark .menu-item .cart > a,
#topnav.scroll.dark .menu-item .search > a {
  color: #fff;
}
#topnav.scroll.dark .logo .logo-dark {
  display: none;
}
#topnav.scroll.dark .logo .logo-light {
  display: block;
}
#topnav.scroll.dark .navbar-toggle span {
  background-color: #fff;
}
#topnav #navigation-top {
  position: relative;
  top: 0;
  display: block;
  width: calc(100% - 120px);
  margin-left: 120px;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  float: left;
  height: 50px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav.scroll  #navigation {
  width: calc(100% - 61px);
  margin-left: 61px;
}
#topnav #navigation-top li {
  list-style: none;
  display: inline-block;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav #navigation-top .navigation-right {
  float: right;
  height: 100%;
}
#topnav #navigation-top ul {
  padding: 0;
  margin: 0;
  float: left;
}
#topnav #navigation-top li {
  background-color: #fff;
  list-style: none;
  height: 100%;
  display: inline-block;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav #navigation-top li:hover {
  background-color: #e9e9e9;
}
#topnav #navigation-top li a {
  display: block;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav.scroll #navigation-top {
  height: 0px;
  top: -50px;
}
#topnav #navigation-top .logo-chacomer{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 5px;
}
#topnav #navigation-top .logo-chacomer:hover{
  background-color: transparent;
}
#navigation-top .logo-chacomer img{
  height: 40px;
}
#topnav .navigation-menu li:active a:after {
  transform: rotate(180deg);
}
.menu-extras {
  float: right;
  width: 60px;
  height: 60px;
  display: none;
}
.menu-item {
  float: left;
  border-right: 1px solid transparent;
}
.menu-item:first-child {
  border-left: 1px solid transparent;
}
#topnav .navigation-menu .submenu-1.hover .submenu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
#topnav .navigation-menu .submenu-2.hover .submenu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  text-align: center;
  background-color: #fff;
}
#mask {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
.flex-control-nav {
  position: absolute;
  right: 30px;
  bottom: 30px;
  margin: auto;
  text-align: right;
  z-index: 100;
}
.flex-control-nav > li {
  width: 25px;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
}
.flex-control-paging > li > a {
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  display: block;
  border-radius: 100%;
  margin: auto;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.flex-control-paging > li > a.flex-active {
  background-color: #fff;
  border: 1px solid #fff;
}
#home {
  padding: 0;
  height: calc(100% - 120px);
  margin-top: 120px;
  border: 0;
}
#home-slider {
  border: 0;
  margin: 0;
  height: 100%;
}
#home-slider .slides {
  height: 100%;
}
#home-slider .slides > li {
  height: 100%;
}
#home-slider.kenburn .slide-image {
  transition: transform 6s ease 0s;
  -webkit-transition: -webkit-transform 6s ease 0s;
  -moz-transition: -moz-transform 6s ease 0s;
  -moz-transform-origin: center center;
}
#home-slider .flex-direction-nav > li {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 2000;
}
#home-slider .flex-direction-nav > li.flex-nav-prev {
  left: 20px;
}
#home-slider .flex-direction-nav > li.flex-nav-next {
  right: 20px;
}
#home-slider .flex-direction-nav > li > a {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#home-slider .flex-direction-nav > li > a:hover {
  opacity: 0.7;
}
.slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 200;
}
.slide-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.slide-content.text-left {
  text-align: left;
}
.slide-content h2 {
  font-weight: 700;
  font-size: 42px;
  margin: 0 0 20px 0;
}
.slide-content p {
  font-size: 18px;
  color: #fff;
  margin: 0;
}
.btn-mid {
  border: none;
  outline: none;
  padding: 15px 30px;
  background-color: #ed1c24;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;  
  color: #fff;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid span{  
  position: relative;
  z-index: 10;
}
.btn-mid:hover{
  color: #fff;
  background-color: #ed1c24;
}
.btn-mid:after {
  content: '';
  width: 0;
  height: 100%;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid:hover:after{
  width: 100%;
}
.btn-block{
  position: relative;
  display: block;
  width: 100%;
  margin-top: 30px;
}
.btn-block.center{
  text-align: center;
}
.btn-black{
  background-color: #333;
}
.btn-black:hover{
  background-color: #ed1c24;
}
.btn-black:after {
  background-color: #ed1c24;
}
.btn-mid i{
  margin-right: 10px;
}
.top-menu-img {
  display: block;
  max-width: 380px;
  width: 100%;
  max-height: 220px;
  height: auto;
  position: relative;
}
#topnav .navigation-menu > li .submenu.megamenu a{
  padding: 0;
}
.top-menu-info{
  padding: 15px;
  background-color: #f7f7f7;
  border-top: 1px solid #e9e9e9;
  position: relative;
  z-index: 0;
}
.top-menu-info h3{
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  color: #333;
  letter-spacing: 0;
  text-align: center;
}
.menu-overlay{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0,0,0,0.4);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-overlay:hover{
  opacity: 1;
}
#topnav .navigation-menu > li .submenu.megamenu.list-3 > li {
    width: calc(100% / 3);
}
#topnav .navigation-menu > li .submenu.megamenu.list-5 > li {
    width: calc(100% / 5);
}
.bg-grey{
  background-color: #f7f7f7;
}
.about-grid{
  display: block;
  width: 100%;
}
.about-grid ul{
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: center;
}
.about-grid li{
  width: calc(100% / 3 - 60px);
  margin: 15px 30px;
  list-style: none;
  display: inline-block;
}
.about-grid .about-img img{
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
.about-info{
  display: block;
  width: 100%;
}
.about-info h3{
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 22px;
}
.about-grid a{
  color: #333;
  opacity: 1;
  display: block;
}
.about-grid a:hover{
  opacity: 0.7;
}
.about-info p{
  margin: 0;
  font-size: 15px;
  text-align: center;
}
.
.about-paragraph p{
  margin-bottom: 30px;
  text-align: left;
}
.cars-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  width: 100%;
  margin-top: 50px;
}
.cars-box{
  display: block;
  width: 100%;
  border: 1px solid #e9e9e9;
}
.cars-img{
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cars-img img{
  display: block;
  width: 100%;
}
.cars-info{
  padding: 20px;
  background-color: #f7f7f7;
  border-top: 1px solid #e9e9e9;
  text-align: center;
}
.cars-info h3{
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  color: #333;
  letter-spacing: 0;
  text-align: center;
}
#cars .container, #trucks .container, #net .container{
  width: 80%;
}
#trucks .cars-info {
  background-color: #fff;
}
.bg-grey .cars-info{
  background-color: #fff;
}
.cars-overlay{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0,0,0,0.4);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cars-overlay:hover{
  opacity: 1;
}
@-webkit-keyframes circleBounce {
  0% {-webkit-transform: scale(0.9); opacity: 0;}
  20% {opacity: 0.5;}
  50% {opacity: 1;}
  80% {opacity: 0.5;}
  100% {-webkit-transform: scale(1.1); opacity:0;}
}
.arrow-down {
  position: relative;
  top: 14px;
  left: calc(50% - 1px);
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-top: none;
  border-left: none;
  cursor:pointer;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
}
.arrow-down:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 23px);
  left: calc(50% - 23px); 
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255,255,255,0.8);
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: circleBounce 1.2s linear infinite;  
}
.arrow-down:hover:after {
  background-color: rgba(255,255,255,0.4);
}
.cd-tabs {
  position: relative;
}
.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  background: -webkit-linear-gradient( right , #f8f7ee, rgba(248, 247, 238, 0));
  background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.no-cssgradients .cd-tabs::after {
  display: none;
}
.cd-tabs.is-ended::after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-tabs nav {
  -webkit-overflow-scrolling: touch;
  background: #f7f7f7;
  border-bottom: 1px solid #e9e9e9;
}
.cd-tabs-navigation {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs-navigation li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  border-right: 1px solid #d6d6d6;
}
.cd-tabs-navigation.tabs-2 li {
  width: calc(100% / 2);
}
.cd-tabs-navigation.tabs-3 li {
  width: calc(100% / 3);
}
.cd-tabs-navigation.tabs-4 li {
  width: calc(100% / 4);
}
.cd-tabs-navigation a {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  padding: 20px 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  color: #333;
}
.no-touch .cd-tabs-navigation a:hover {
  color: #29324e;
  background-color: rgba(233, 230, 202, 0.3);
}
.cd-tabs-navigation a.selected {
  background-color: #ed1c24! important;
  color: #fff;
}
.cd-tabs-navigation span{
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cd-tabs-navigation a:hover span{
  color: #fff;
}
.cd-tabs-navigation a:after {
  content: '';
  width: 0;
  height: 100%;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cd-tabs-navigation a.selected:after{
  background-color: #ed1c24! important;
}
.cd-tabs-navigation a:hover:after {
  width: 100%;
}
.cd-tabs-content {
  padding: 0;
  margin: 0;
}
.cd-tabs-content li {
  display: none;
}
.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}
.cd-tabs-content li p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #8493bf;
  margin-bottom: 2em;
}
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.specs-wrapper{
  display: block;
  width: 100%;
  padding: 80px 0;
}
.specs-container{
  display: block;
  width: 100%;
}
.specs-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #e9e9e9;
  border-bottom: none;
  width: 100%;
  margin-top: 50px;
}
.specs-list{
  display: block;
  width: 100%;
  margin-top: 50px;
}
.specs-list ul{
  padding: 0;
  margin: 0;
}
.specs-list li {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #e9e9e9;
  background-color: #f7f7f7;
  padding: 15px 20px;
  margin-bottom: 10px;
}
.specs-list li:last-child {
  margin-bottom: 0px;
}
.specs-buttons{
  display: block;
  width: 100%;
  text-align: right;
}
.btn-inline{
  display: inline-block;
  margin-right: 5px;
}
.btn-inline:last-child{
  margin-right: 0px;
}
.column-div{
  padding: 20px 30px;
  border-bottom: 1px solid #e9e9e9
}
.column-div h4{
  font-size: 15px;
  margin: 0;
}
.column-1{
  background-color: #f7f7f7;
  border-right: 1px solid #e9e9e9;
}
.column-1 h4{
  font-weight: 700;
}
#gallery .container{
  width: 80%;
}
.grid-gallery {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
  grid-auto-rows: 220px;
  grid-auto-flow: row dense;
  justify-content: center;
}
.gallery-2{
  grid-template-columns: repeat(auto-fit, minmax(510px, 1fr));
  grid-auto-rows: 300px;
}
.item {
  z-index: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  box-sizing: border-box;
  background: #f7f7f7;
  -ms-grid-column: auto;
  grid-column-start: auto;
  -ms-grid-row: auto;
  grid-row-start: auto;
  background-size: cover;
  background-position: center;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  counter-increment: item-counter;
}
.item a {
  position: relative;
  z-index: 300;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}
.item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.item:hover {
  z-index: 100;
}
.item:hover:after {
  opacity: 0;
}
.item-medium {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}
.item-large {
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
}
#top-cover{
  margin-top: 120px;
  padding: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 550px;
}
.top-img{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-flex{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-flex h1{
  color: #fff;
  font-weight: 700;
  font-size: 42px;
  margin: 0 0 20px 0;
}
.top-flex p{
  font-size: 18px;
  color: #fff;
  margin: 0;
}
.top-overlay{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0,0,0,0.4);
}
.us-grid{
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 80px;
  align-items: center;
  margin-top: 50px;
}
.us-gallery{
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-auto-rows: 180px;
  margin-top: 0;
}
.news-grid{
  margin-top: 50px;
  display: block;
  width: 100%;
  position: relative;
}
.news-box-1{
  display: grid;
  grid-template-columns: 1fr 400px;
  grid-gap: 0px;
  align-items: center;
  margin-bottom: 40px;
}
.news-box-2{
 display: grid;
  grid-template-columns: 400px 1fr;
  grid-gap: 0px;
  align-items: center;
  margin-bottom: 40px; 
}
.news-img{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.news-info{
  padding: 50px;
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #e9e9e9;
  position: relative;
}
.news-info h5{
  font-size: 14px;
  color: #999;
  margin: 0 0 10px 0;
}
.news-info h3{
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 30px 0;
}
.news-info p{
  margin: 0;
}
.parallax .container{
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.parallax-img{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
}
.parallax-overlay {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.parallax .title p{
  margin-top: 15px;
  color: #fff;
}
.modal-request{
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-request.active{
  opacity: 1;
  visibility: visible;
}
.modal-container {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 570px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.modal-container form{
  display: block;
  width: 100%; margin-top: 30px;
}
.modal-wrapper{
  border-radius: 5px;
  color: #333;
  background: #fff;
  position: relative;
  margin: 0 auto;
  bottom: 0;
  opacity: 1;
}
.modal-title h3{
  margin: 0 0 15px 0;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.modal-padding {
  padding: 40px;
  display: table;
  width: 100%;
}
.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2100;
  cursor: pointer;
  background-color: #fff;
  padding: 15px;
  display: flex;
}
.btn-close line{
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-close:hover line{
  stroke: #ed1c24 !important;
}
.service-grid{
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 80px;
  align-items: center;
}
.service-main{
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ed1c24;
  border-radius: 5px;
  margin-top: 40px;
}
.service-main .btn-mid {
  display: block;
  background: #fff;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.service-main .btn-mid:hover span {
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-main .btn-mid:hover span {
  color: #fff;
}
.service-main .btn-mid:last-child {
  margin-bottom: 0;
}
.service-inner{
  padding: 40px;
}
.service-inner .title h3{
  color: #fff;
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.service-inner .title p{
  color: #fff;
  margin: 0;
}
.net-grid{
  display: block;
  width: 100%;
  position: relative;
}
.net-boxes{
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.net-box{
  background-color: #fff;
  border: 1px solid #e9e9e9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.net-box a{
  padding: 25px;
  display: block;
  width: 100%;
  height: 100%;
}
.net-box:hover{
  border: 1px solid transparent;
}
.net-title h4{
  margin: 0 0 15px 0;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  text-align: center;
}
.net-row{
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-gap: 15px;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.net-row:last-child{
  margin-bottom: 0px;
}
.net-row i{
  display: flex;
  align-items: center;
  justify-content: center;
}
.net-row p{
  margin: 0;
}
.net-map{
  display: block;
  width: 100%;
  height: 500px;
  margin-top: 50px;
  border: 1px solid #e9e9e9;
}
.contact-map{
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  height: 500px;
  margin-top: 50px;
  border: 1px solid #e9e9e9;
}
.map-container{
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  overflow: hidden;
  position: relative;
}
#map {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  position: absolute; 
}
#news-section .news-grid{
  margin: 0 0 50px 0;
}
.news-gallery{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.news-box .news-img{
  height: 240px;
}
.news-box .news-info {
  padding: 40px;
}
#news-article .container{
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.article-date h5{
  font-size: 14px;
  color: #999;
  margin: 0;
}
.article-inner h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.article-inner img{
  display: block;
  width: 100%;
  margin: 50px 0;
}
.article-inner p {
  margin-bottom: 20px;
}
.article-date{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.article-nav{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 50px;
}
.article-prev{
  display: block;
  width: 100%;
  text-align: left;
}
.article-next{
  display: block;
  width: 100%;
  text-align: right;
}
.form-container{
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.li-hidden{
  display: none !important;
}
.alert {
  border-radius: 0;
  font-size: 13px;
  background-color: transparent;
}
.alert.alert-success {
  border-color: #2ecc71;
  color: #2ecc71;
  border-radius: 5px;
}
.footer-section{
  display: block;
  width: 100%;
}
#footer {
  position: relative;
  background-color: #e9e9e9;
  z-index: 10;
}
.footer-links{
  margin: 15px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 300px;
  grid-gap: 30px;
}
.footer-links .align-center{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.footer-links .footer-title{
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
}
.footer-links ul{
  padding: 0;
  margin: 0;
}
.footer-links li{
  color: #333;
  font-size: 13px;
  display: block;
  list-style: none;
  margin: 0 0 5px 0;
  text-align: left;
}
.footer-links li h4{
  color: #333;
  font-size: 13px;
}
.footer-links a{
  color: #333;
  font-size: 13px;
}
.footer-links a:hover{
  color: #ed1c24;
}
.footer-links .social-div a {
  color: #333;
  position: relative;
  display: inline-block;
  font-size: 18px;
}
.footer-links .social-div a:hover{
  color: #ed1c24;
}
.footer-links img{
  height: 120px;
}
#footer p {
  font-size: 13px;
  line-height: 40px;
  margin: 0;
  color: #333;
}
#footer .footer-wrap {
  padding: 20px 0px;
  overflow: hidden;
  display: block;
  width: 100%;
}
#footer .footer-social {
  text-align: right;
}
#footer .footer-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-social ul > li {
  display: inline-block;
  margin: 0;
}
#footer .footer-social ul > li > a {
  display: block;
  width: 35px;
  height: 40px;
  line-height: 40px;
  color: #79818a;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
#footer .footer-social ul > li > a:hover {
  color: #ed1c24;
}