/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 500px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

#index-banner{
  height: 600px;
}
@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

.ic-logo{
  margin-top: 5px;
  max-width: 160px;
}

.ic-logo2{
  margin-top: 10px;
  max-width: 90%;
}

.carousel.carousel-slider .carousel-item{
  min-height: 600px;
}
hr{
  border-top: 1px solid #ddd;
}
.carousel.carousel2{
  height: 300px;
}
.carousel-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  cursor: pointer;
}
.carousel-arrow.carousel-prev{
  left: 20px;
}
.carousel-arrow.carousel-next{
  right: 20px;
}
.carousel-arrow img{
  max-width: 13px;
}
#index-banner{
}
#ourservices{
  position: relative;
}
#ourservices:after{
  content: '';
  position: absolute;
  width: 50%;
  height: 60%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border: 3px dotted #003366;
  border-radius: 15px;
}
#ourservices .container{
  position: relative;
  z-index: 5;
}
.ourservices-box{
  position: relative;
  top: 30px;
  padding: 10px 0;
}
.ourservices-box2{
  position: relative;
  top: 40px;
  padding: 20px 0;
}
#ourtrucks{
  position: relative;
  padding: 30px 0;
  -webkit-box-shadow: inset 0 5px 10px rgba(0,0,0,.3);
  box-shadow: inset 0 5px 10px rgba(0,0,0,.3);
}
#ourclients{
  padding: 40px 0;
}
#ourclients h4{
  margin-bottom: 30px;
}
#ourclients img{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url("grayscale.svg#greyscale");
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all .2s;
  transition: all .2s;
}
#ourclients img:hover{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: url("grayscale.svg#greyscale");
  filter: gray;
  -webkit-filter: grayscale(0);
}
#cta .parallax-container{
  min-height: 350px;
}
#cta{
  -webkit-box-shadow: inset 0 5px 10px rgba(0,0,0,.2);
  box-shadow: inset 0 5px 10px rgba(0,0,0,.2);
}
.c-careers{
  padding-top: 20px;
  padding-bottom: 80px;
}
.c-careers--careerslist {
  margin: 0;
  list-style: none;
}

.c-careers--careerslist li {
  border-top: 1px solid #58595b;
}

.c-careers--careerslist li:last-child {
  border-bottom: 1px solid #58595b;
}

.c-careers--title {
  position: relative;
  /*padding-top: .3em;*/
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .c-careers--title {
    font-size: 18px;
  }
}

.c-careers--title:hover {
  color: #f28b75;
}

.c-careers--title:after {
  content: '\002B';
  position: absolute;
  top: 55%;
  right: 5px;
  transform: translateY(-50%);
}

.c-careers--title.is-active:after {
  content: '-';
}

.c-careers--content {
  padding-bottom: 30px;
  display: none;
}

.c-careers input[type=text] {
  width: 100%;
  border-radius: 0;
}

.c-careers input[type=text]:focus {
  border-color: #f28b75;
}

@media only screen and (max-width: 767px) {
  .c-careers .ph4 {
    padding: 0;
  }
  .c-careers h6 {
    font-size: 13px;
  }
}

.yellow-border1{
  width: 100px;
  height: 3px;
  margin: 30px auto;
}

.yellow-border2{
  width: 100px;
  height: 3px;
  margin: 30px 0;
}
#tab2 li:before{
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #ffd600;
  margin-right: 8px;
}
#tab1 li:before{
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #ffd600;
  margin-right: 8px;
}

.services-tab{
  margin-top: 20px;
}

.services-item{
  background-image: url(../img/services.png);
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.2);
  box-shadow: 0 3px 6px rgba(0,0,0,.2);
  padding: 20px 30px;
}

.services-item2{
  background-image: url(../img/services2.png);
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.2);
  box-shadow: 0 3px 6px rgba(0,0,0,.2);
  padding: 20px 30px;
}

.accordion dl,
.accordion-list {
  border: 1px solid #ddd;
}
.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background-color: #003366;
}

.accordion dd,
.accordion__panel {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
}

.accordion p {
  padding: 1em 2em 1em 2em;
}

.accordion {
  position: relative;
  background-color: #eee;
}

.container2 {
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0 2em 0;
}

.accordionTitle,
.accordion__Heading {
  background-color: #003366;
  text-align: center;
  font-weight: 700;
  padding: 1em 2em;
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  border-bottom: 1px solid #336699;
}
.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.5em;
  line-height: 20px;
  float: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #336699;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #003366;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 15em;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
          animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
          animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}

@font-face {
  font-family: 'ecoico';
  src:url('../fonts/timelineicons/ecoico.eot');
  src:url('../fonts/timelineicons/ecoico.eot?#iefix') format('embedded-opentype'),
    url('../fonts/timelineicons/ecoico.woff') format('woff'),
    url('../fonts/timelineicons/ecoico.ttf') format('truetype'),
    url('../fonts/timelineicons/ecoico.svg#ecoico') format('svg');
  font-weight: normal;
  font-style: normal;
} /* Made with http://icomoon.io/ */

.cbp_tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
} 

/* The line */
.cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #336699;
  left: 20%;
  margin-left: -10px;
}

.cbp_tmtimeline > li {
  position: relative;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 25%;
  padding-right: 100px;
  position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 0.9em;
  color: #336699;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
  font-size: 1.8em;
  color: #336699;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #336699;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 15px 25%;
  background: #336699;
  color: #fff;
  padding: 2em;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  border-radius: 5px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
  background: #336699;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 { 
  margin-top: 0px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #336699;
  border-width: 10px;
  top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #336699;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
  width: 40px;
  height: 40px;
  font-family: 'ecoico';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  background: #336699;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #98bbde;
  text-align: center;
  left: 20%;
  top: 0;
  margin: 0 0 0 -25px;
}

.cbp_tmicon-phone:before {
  content: "\e000";
}

.cbp_tmicon-screen:before {
  content: "\e001";
}

.cbp_tmicon-mail:before {
  content: "\e002";
}

.cbp_tmicon-earth:before {
  content: "\e003";
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

  .cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 47.2em) {
  .cbp_tmtimeline:before {
    display: none;
  }

  .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }

  .cbp_tmtimeline > li .cbp_tmtime span {
    text-align: left;
  }

  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 95%;
  }

  .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #336699;
    top: -20px;
  }

  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #336699;
  }

  .cbp_tmtimeline > li .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: -55px 5px 0 0px;
  } 
}


.p5px{
  padding: 5px;
}

#vertical_tab_nav{
  display: block;
  width: 100%;
}
#vertical_tab_nav ul{
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
  width: 20%;
  border-radius: 10px 0 0 10px;
  background: #555;
}
#vertical_tab_nav li{
  /*border-bottom: 1px solid #000;*/
  /*margin-bottom: 1px;*/
  text-align: left;
  padding: 0px;
  text-align: center;
}
#vertical_tab_nav li:last-child{
  margin-bottom: 0px;
  border-bottom: 0px;
}
#vertical_tab_nav li a{
  display: block;
  font-size: 14pt;
  color: #000;
  text-decoration: none;
  padding: 12%;
  background: #57cac9;
  background: -webkit-linear-gradient(top,#e8e7e7,#ecebeb);
  background: -moz-linear-gradient(top,#e8e7e7,#ecebeb);
  height: 145px;
}
#vertical_tab_nav li a.selected{
  background: #fff;
  color: #000;
  -webkit-box-shadow: inset 0 -2px 4px rgba(0,0,0,.2);
  box-shadow: inset 0 -2px 4px rgba(0,0,0,.2);
}
#vertical_tab_nav div{
  display: block;
  float: left;
  background: #fff;
  background: #fff;
  width:80%;
  min-height: 290px;
  padding: 15px;
  border-radius: 0 10px 10px 0;
}
#vertical_tab_nav div article{
  display: none;
  margin: 0px;
  color: #555;
  
}
#vertical_tab_nav div article p{
  margin: 0px 0px 20px 0px;
}
#vertical_tab_nav div article span{
  margin-bottom: 10px;
  display: block;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#vertical_tab_nav div article span.row{
  margin-bottom: 0;
}
#vertical_tab_nav div article span img{
  width: 100px;
  transition: transform .3s cubic-bezier(.3,1.15,.75,1);
}
#vertical_tab_nav div article span img:hover{
  transform: scale(1.1);
}

.relative{
  position: relative;
}
.marker{
  position: absolute;
  line-height: 1;
  width: auto;
  height: auto;
}
.marker1{
  top: 130px;
  left: 0;
}
.marker2{
  top: 50px;
  left: 60px;
}
.marker6{
  top: 0;
  left: 130px;
}
.marker3{
  top: 150px;
  right: 300px;
}
.marker4{
  top: 50px;
  left: 180px;
}
.marker5{
  top: 220px;
  right: 200px;
}
.marker-panel{
  background-color: rgba(255,255,255,.5);
  border-radius: 3px;
  padding: 4px 8px;
}
.navbar-fixed .red-text{
  color: #005e9f !important;
}

@media only screen and (max-width : 600px) {
  .ic-logo{
    max-width: 120px;
  }
  #index-banner {
      height: 300px;
  }
  .carousel.carousel-slider .carousel-item {
      min-height: 300px;
  }
  #ourservices{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: #fff;
    border-bottom: none;
  }
  .ourservices-box {
      top: 0;
      padding: 20px 0;
  }
  #cta .center.container{
    padding-bottom: 30px;
  }
  .parallax-container{
    min-height: auto;
  }
  #index-banner .white-text{
      margin-top: 50px !important;
  }
  .small-p-20-0{
    padding: 20px 0 !important;
  }
  #aboutus-sectionservices{
    background-color: #fff;
  }
  #aboutus-sectionservices .col.s12{
    margin-bottom: 20px;
  }
  #aboutus-sectionservices .col.s12 .card .card-title{
    font-size: 18px;
  }
  #aboutus-milestone{
    background-color: #fff;
  }
  .small-pb20{
    padding-bottom: 20px;
  }
  #services-panel .tabs{
    display: block;
    height: auto;
  }
  #services-panel .tab .active{
    border: 1px solid #ddd;
  }
  #services-panel .indicator{
    display: none;  
  }
  .small-100{
    width: 100%;
    margin-bottom: 5px;
  }
  .marker {
      position: relative;
      top: 0;
      left: 0;
      clear: both;
  }
  .marker img{
    float: left;
    width: 20%;
  }
  .marker .marker-panel{
    float: right;
    width: 80%;
    margin-bottom: 10px;
    text-align: center !important;
  }
  #vertical_tab_nav ul {
      display: block;
      width: 100%;
      clear: both;
      border-radius: 10px 10px 0 0;
  }
  #vertical_tab_nav li {
    float: left;
    width: 50%;
  }
  #vertical_tab_nav div {
      display: block;
      float: left;
      width: 100%;
      min-height: 290px;
      padding: 15px;
      border-radius: 0 0 10px 10px;
  }
}
@media only screen and (min-width: 601px){
nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 75px;
    line-height: 75px;
}
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
}

.alert-danger {
    background-image: -webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
    background-image: -o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));
    background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success {
    background-image: -webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));
    background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}