:root{
  /* --c-dark:#212529; */
  --c-dark:black;
  --c-brand:#9d0208;
  --c-brand-light:#e2343a;
  --c-brand-rgb: 174,108,108;
  /* --c-body:#727272; */
  --c-body:black;
  --font-base:"Roboto", sans-serif;
  --box-shadow:0px 15px 25px rgba(0,0,0,0.08);
  --transition: all 0.5s ease;
  --c-bg-color:#fefae0;
}

/*-----------------------------------*\
GENERAL SETTINGS
\*-----------------------------------*/

body{
font-family: var(--font-base);
color:var(--c-body);
/* background-color: var(--c-bg-color); */
/* background: url(../images/client_bg_three.jpg);
color: white; */

}

h1,h2,h3,h4,h5,h6
.h1,.h2,.h3,.h4,.h5,.h6{
  font-weight: 700;
  color: var(--c-dark);

}

a{
  text-decoration: none;
  color:var(--c-brand);
  transition: var(--transition);
}

a:hover{
  color: var(--c-brand-light);
}

img{
  max-width: 100%;
  height: auto;
}

.section-padding{
  padding-top: 40px;
  padding-bottom: 40px;
}

p{
  text-align: justify;
}

.theme-shadow{
  box-shadow: var(--box-shadow);
}
/*-----------------------------------*\
BUTTON CLASS
\*-----------------------------------*/
.btn{
  font-weight: 500;
  font-size: 14px;
  padding: 10px 24px;
  border-radius: 0;
}

.btn-brand{
  background-color: var(--c-brand);
  border-color: var(--c-brand);
  color:white;
}
.btn-brand:hover{
  background-color:var(--c-brand-light);
  border-color: var(--c-brand-light);
  color:white;
}

/*-----------------------------------*\
TOP BAR SECTION
\*-----------------------------------*/

.top-nav{
  background: linear-gradient(270deg, rgba(155,34,38,1) 10%, rgba(174,32,18,1) 30%, rgba(0,0,0,1) 85%);
}

.topbar .top-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.topbar .top-link a {
  margin-right: 10px;
}

/*-----------------------------------*\
NAVIGATION BAR
\*-----------------------------------*/

.navbar{
  box-shadow: var(--box-shadow);
}

.navbar-nav .nav-link{
  font-weight: 500;
  color: var(--c-dark);
}

.navbar-nav .nav-link.active{
color:var(--c-brand);
font-weight: 700;
font-size: 17px;

}

.dropdown-item {
color:#9d0208;
font-weight: 700;
}
/*-----------------------------------*\
FOOTER SECTION
\*-----------------------------------*/
.footer{
  /* background: linear-gradient(90deg, rgba(155,34,38,1) 10%, rgba(174,32,18,1) 30%, rgba(0,0,0,1) 85%); */
  background-color: black;
}

.new_footer_area {
  background: linear-gradient(90deg, rgba(155,34,38,1) 10%, rgba(174,32,18,1) 30%, rgba(0,0,0,1) 85%);
}

.new_footer_top {
  padding: 70px 0px 320px;
  position: relative;
  overflow-x: hidden;
}

.new_footer_top {
  border-width: 1px;
  margin-top: 20px;
}

.new_footer_top .footer_bg {
  position: absolute;
  bottom: 0;
  background: url(../images/road_one_wbg.png);
  width: 100%;
  height: 350px;
}

.new_footer_top .footer_bg .footer_bg_one {
  background: url(../images/truck_one.gif);
  width: 150px;
  height: 150px;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 30%;
  -webkit-animation: myfirst 22s linear infinite;
  animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
  background: url(../images/truck_two.gif);
  width: 150px;
  height: 150px;
  background-size: 100%;
  bottom: 0;
  left: 38%;
  position: absolute;
  -webkit-animation: myfirst 30s linear infinite;
  animation: myfirst 30s linear infinite;
}

@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}


/*-----------------------------------*\
HEADER SECTION
\*-----------------------------------*/

.page-header {
  
  background: url(../images/hero_image.jpg);
  
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
  color:white;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size: 18px;
  color: white;
}

.breadcrumb{ background-color : unset !important; }





/*-----------------------------------*\
CHOOSE US SECTION
\*-----------------------------------*/

.tabulation .nav-pills .nav-item {
  margin-bottom: 10px;
}

.tabulation .nav-pills .nav-item .nav-link {
  background: #fff;
  border-radius: 4px;
  color: #000000;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 20px;
  line-height: 30px;
}

.tabulation .nav-pills .nav-item .nav-link span {
  color: #9d0208;
  font-size: 30px;
}

.tabulation .nav-pills .nav-item .nav-link.active {
  color: #fff;
  background: #9d0208;
  border: 1px solid #9d0208;
}

.tabulation .nav-pills .nav-item .nav-link.active span {
  color: #fff;
}

.tabulation .tab-content {
  background: #fff;
  padding: 0;
}

.tabulation .tab-content .img {
  width: 750px;
  height: 400px;
  margin-bottom: 20px;
}

.tabulation .tab-content h3 {
  font-weight: 600;
}

.tabulation .tab-content h3 a {
  color: #000000;
}

  /*-----------------------------------*\
CHOOSE CRIS SECTION
  \*-----------------------------------*/

  #main_line{
    width:125px;
    height:4px;
    background-color: var(--c-brand);
    margin: 16px auto 24px auto;
}


/*-----------------------------------*\
GALLERY SECTION
\*-----------------------------------*/

.grid-gallery{
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 50px 0px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
  grid-gap: 20px;
}

.grid-gallery .grid-item{
  position: relative;
  background-color: #efefef;
  overflow: hidden;
}

.grid-gallery .grid-item img{
  width:100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.165,0.84,0.44,1);
}

.grid-gallery .grid-item:hover img{
  transform: scale(1.2);
}

.grid-gallery .grid-item a {
  cursor: zoom-in;
}

.grid-gallery .grid-item:nth-child(3n -2){
  grid-column: span 2;
  grid-row: span 2;
}


@media (max-width:768px) {
  
  .grid-gallery{

    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    grid-auto-rows: 250px;
  }
  
  .grid-gallery .grid-item:nth-child(3n -2){
    grid-column: unset;
    grid-row: unset;
  }
}


#clientlist{
  background: url(../images/hero_image.jpg);
}

/*-----------------------------------*\
CONTACT US SECTION
\*-----------------------------------*/

.contain {
  background-color: #eee;
  /* max-width: 1170px; */
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}

.line{
  width:125px;
  height:4px;
  background-color: var(--c-brand);
}

#main_line{
  width:125px;
  height:4px;
  background-color: var(--c-brand);
  margin: 16px auto 24px auto;
}


div.form {
  background-color: #eee;
 
}
.contact-wrapper {
  margin: auto 0;
}

.submit-btn {
  float: left;
}
.reset-btn {
  float: right;
}

.form-headline:after {
  content: "";
  display: block;
  width: 10%;
  padding-top: 10px;
  border-bottom: 3px solid #9d0208;
}


.hightlight-contact-info {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.highlight-text-grey {
  font-weight: 500;
}

.email-info {
    margin-top: 20px;
}

::-webkit-input-placeholder { /* Chrome */
  font-family: 'Roboto', sans-serif;
}

.required-input {
  color: black;
}
@media (min-width: 600px) {
  .contain {
    padding: 0;
  }
}


.form-input:focus,
textarea:focus{
  outline: 1.5px solid #9d0208;
}

.form-input,
textarea {
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}

.wrapper > * {
  padding: 1em;
}
@media (min-width: 700px) {
  .wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .wrapper > * {
    padding: 2em 2em;
  }
}

ul {
  list-style: none;
  padding: 0;
}

.contacts {
  color: whitesmoke;
  /* background: url(../images/hero_image.jpg); */
  background: linear-gradient(270deg, rgba(155,34,38,1) 10%, rgba(174,32,18,1) 30%, rgba(0,0,0,1) 85%);
}

.form {
  background: #fff;
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
form label {
  display: block;
}
form p {
  margin: 0;
}

.full-width {
  grid-column: 1 / 3;
}

button,
.submit-btn,
.form-input,
textarea {
  padding: 1em;
}

button, .submit-btn {
  background: transparent;
  border: 1px solid #9d0208;
  color: #9d0208;
  border-radius: 15px;
  padding: 5px 20px;
  text-transform: uppercase;
}
button:hover, .submit-btn:hover,
button:focus , .submit-btn:focus{
  background: #9d0208;
  outline: 0;
  color: #eee;
}
.error {
  color: #9d0208;
}