@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url("../fonts/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2") format('woff2');
}

@font-face {
  font-family: 'Bebas';
  font-style: normal;
  font-weight: 400;
  src: local('Bebas'), local('Bebas'), url("../fonts/bebas.woff2") format('woff2');
}

h1, h2, h3, h4, h5, .title, #menu-nav, .btn{
  font-family: 'Bebas';
}
.btn{font-size:2rem;}
a {color:#f00;}
.divhor{
  background:url('../img/divhor.png') 100% 100% no-repeat;
  width:250px;
  height:1;
}
#menu-nav i.left{
  margin-right: 0px ;
}

.divver{
  background:url('../img/divver.png') 100% 100% no-repeat;
  width:1px;
  height:250px;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
nav ul a {
  font-size: 2rem;
}
.dropdown-content {
  background-color: #ff0000;
  margin: 0;
  display: none;
  min-width: 600px; /* Changed this to accomodate content width */
  max-height: auto;
  margin-left: -1px; /* Add this to keep dropdown in line with edge of navbar */
  /*overflow-y:auto;  Changed this from overflow-y:auto; to overflow:hidden; */
  overflow:hidden; /* Changed this from overflow-y:auto; to overflow:hidden; */
  opacity: 0;
  position: absolute;
  left:0 !important;
  top:70px;
  width:100% !important;
  white-space: nowrap;
  z-index: 9999;
  will-change: width, height;
}  
#ddproducts .row{margin-bottom: 0;}
.brand-logo img{
  height:60px;
}
.dropdown-content li > a, .dropdown-content li > span {
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 22px;
    padding: 5px 10px;
}

.dropdown-content li {
  min-height: 0;
}  
.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
  background-color: #000;
}
.nav-title{
  font-size: 2rem !important;
  font-weight: bold;
}
.slider .indicators{
/*  width:90%;
  background-color:#fff;
  left:5%;
  padding:20px;*/
  z-index: 99;
  bottom:40px;
}
.slider .indicators .indicator-item{  
  height: 3px;
  width: 100px;
  margin: 0 1px;
  background-color: #000000;
  border-radius:0;
  }
.slider .indicators .indicator-item.active{  
  background-color: #ff0000;
}
.padding40{
  width:100%;
  height:40px;
  margin-top:-40px;
}
.carousel {
    overflow: inherit; 
    position: relative;
    width: 100%;
    height: 150px;
    -webkit-perspective: 500px;
    perspective: 2000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 0%;
}
.carousel .carousel-item {
    display: none;
    width: 200px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
}

.carousel .title h5{margin:0;}
.carousel .title p{margin:0;}
.carousel-wrapper{
  position: relative;
  width:100%;
}
#left-triangle {
   width: 0;
   height: 0;
   border-left: 50px solid red;
   border-top: 50px solid transparent;
   border-bottom: 50px solid transparent;
   left:0;
   top:20%;
   position: absolute;
}
#right-triangle {
   width: 0;
   height: 0;
   border-right: 50px solid red;
   border-top: 50px solid transparent;
   border-bottom: 50px solid transparent;
   right:0;
   top:20%;
   position: absolute;
}
          
main{
  /*width:90%;*/
  margin:0 auto;
}
#menu-nav{margin-left:200px;}
#news .card .card-content, #news .card .card-image, #news .card .card-action{
  background-color: #000 !important;
  color:#fff;
}
#service img{padding:5px;}
.padding10{padding:10px;}
.padding20{padding:20px;}
.padding30{padding:30px;}
.padding40{padding:40px;}
.padding50{padding:50px;}
.nopadding{padding:0px;}
.nomarginbottom{margin-bottom:0px;}

#service .card .card-content, #service .card .card-content:before{
  height: 160px;
}
#service .card .cad-content {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px;
}
#service .card .card-content:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
}
.parallax-container {
  height: "600px";
}
.card-image:hover:not(.active),.slides img:hover:not(.active),.carousel img:hover:not(.active)  {
  opacity: 1;
  transform: scale(1.1);
  transition: all .5s ease-in-out;
}
.carousel img:hover:not(.active)  {
  opacity: 1;
  transform: scale(1.5);
  transition: all .2s ease-in-out;
}
.carousel{
  height:300px;
  overflow:hidden;
}
.carousel .carousel img{
  height:100%;
}
.carousel .carousel-item{
  width:350px;
  height: auto;
}
.card-image {
  -webkit-animation-duration: 0.5s;
  -webkit-animation-delay: 1.0s;
}
