@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
html,
body {
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden !important;
  font-family: "Poppins",sans-serif;
  scroll-behavior: smooth;

}

.primary{
  color: #B72221;
}
.secondary{
  color: #E26C1E;
}
.white{
  color: white !important;
} 

.grey{
  background-color: #ece7e733;
}
.secondarybg{
  background-color: #E26C1E;
}

.primarybg{
  background-color: #B72221;
}

.getQuote{
  position: fixed;
  bottom: 100px;
  right: 6px;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: #B72221;
  overflow: hidden;
  border-top-left-radius: 25px;
  transition: all 0.5s;
}
.getQuote a{
text-decoration: none;
color: white;
font-weight: bold;

}
  
.getQuote:hover{
  width: 150px;
}
.ancor{
  text-decoration: none;
}

.tel{
  transition: all 0.3;
  font-size: 16px;
  font-weight: 600;

}
.tel:hover{
  color: #E26C1E;
}

.sideLogo {
  position: absolute;
  top: 100px;
  width: 580px;
  background: white;
  border-radius: 0 0 100px 0;
  padding: 8px;
  z-index: 1;
}

.background-logo {
  width: 420px;
}

.headerTop {
  background-color: rgb(99, 97, 97);
  color: white;
  height: auto;

}

.headerTop i {
  font-size: 14px;
}

.phoneNo,
.email {
  padding-left: 6px;
  text-decoration: none;
  color: white;
  font-style: 600;
  font-size: 14px;

}

.Border {
  border-right: 2px solid white;
  border-left: 2px solid white;
}

.Border1 {
  border-right: 2px solid white;
}

.phoneNo:hover,
.email:hover {
  color: white;
}
.mainHeading,.subheading{
  color: #ffffff;
  font-size: 3.5em;
  font-weight: 700;
  text-shadow: 1px 1px 12px #333333;
  text-align: center;
  font-family: 'Roboto Slab', serif !important;
  letter-spacing: 2px;
}
.subheading{
  color:#B72221;
  text-shadow: 1px 1px 0px #333333;
}
.mainSection{
  max-height: 500px;
  overflow: hidden;
  position: relative;
}

.justify{
  text-align: justify;
}
.TopImage{
  background-position: center 80%;
background-repeat: no-repeat;
background-size: cover;
background-image: url(../img/imp5.jpg);
 height: 400px;
}
.TopImage1{
  background-image:linear-gradient(180deg, rgba(226, 108, 30, 0.5),rgba(226, 108, 30,0.3)) ,url(../img/truck5.jpg);
  background-position: center center;
  background-size: cover !important;
 }
 .TopImage2{
  background-image:linear-gradient(180deg, rgba(226, 108, 30, 0.5),rgba(226, 108, 30,0.3)) ,url(../img/planning2.jpg) !important;
 }
.mainOverlay{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 100%;width: 100%;
  background-image: linear-gradient(180deg, rgba(183, 34, 33,0.4),rgba(226, 108, 30,0.1));
display: flex;
justify-content: center;
align-items: center;
}


.underline{
  text-decoration: underline;
  line-height: 25px;
}

#AboutUs{
  background-color: rgb(99, 97, 97);
  padding: 50px 0;
}
.aboutImg{
  max-width: 100%;
  
}
.firstPara{
  text-align: justify;
  padding-top: 20px;
  font-size: 16px;
  color: #fbeeee;
 }
 .textcolor{
   color: #565656 !important;
 }
 .shipperPara{
  text-align: justify;
  padding-top: 20px;
  font-size: 18px;
  color: #939393;
 }

 .height{
   height: 500px;
 }
.chain li{
  color: black;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 2px 0;
}

.chain1 li{
 
  padding: 4px 0;
  list-style: none;
  text-decoration: underline;
}
 .font18{
   font-size: 18px;
 }
.servicepara{
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
  color: white;
}
video{
  opacity: 0.6;
}
#myVideo {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.mainServices{
  background-color: white;
  padding: 50px 0;
  background-image: linear-gradient(180deg, rgba(255, 0, 0,0.95),rgba(0, 0, 0,0.9)),url(../img/shipper.jpg);
  height: 450px;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.staticServic{

    padding: 50px 0;
  background-image: linear-gradient(180deg, rgba(226, 108, 30, 0.7),rgba(226, 108, 30,0.9)),url(../img/imp1.jpg);
  height: 380px;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  
}
.Services{
  padding: 50px 0;
}
.aboutHeading{
  position: relative;
}
/* .aboutHeading::after{
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 160px; 
  height: 3px; 
  background-color: white;
} */



.customCard{
  border-radius: 50%;

}



.navbar-toggler {
  border: unset !important;
  box-shadow: unset !important;
}

.customNavBar ul li .form-select-sm {
  border: 1px solid #5b5fa9;
  border-radius: unset !important;
  margin-top: -4px;
  color: #5b5fa9;
}
.customnav {
  background-color: rgb(255, 255, 255);
  padding-right: 5% !important;

}
.customNavBar ul li {
  height: 20px;
  padding-left: 10px;
}

.customNavBar ul li a {
  color: #B72221 !important;
  padding: 0px 20px 0px 10px;
  font-size: 15px;
  margin: 0 5px;
  font-weight: bold !important;
  letter-spacing: 2px;
}

.customNavBar ul li a:hover {

  color: #E26C1E !important;
  border-bottom: 3px solid #B72221;
}

.active {
  color: #E26C1E !important;
  border-bottom: 3px solid #B72221;
}

.logodiv {
  margin-left: 30px;
}

.logodiv a {
  text-decoration: none;
  color: black;
}

.logodiv a img {
  width: 240px;
}

.service{
  letter-spacing: 2px;
}

.servicetxt{
  text-align: justify !important;
  padding: 5px 20px;
}

.serviceCard{
  min-height: 465px;
}
.moreBtn{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  border: 0;
  background-color: #B72221;
  width: 230px;
  padding: 8px 0;
  border-radius: 25px;
  color: white;
  font-weight: bold;
  transition: all 0.5s;
}


.IconImg{
  width: 140px;
  margin-left:25px
}
.IconImg1{
  width: 120px;
}
.quoteBtn{

  border: 0;
  background-color: white;
  width: 300px;
  padding: 5px 0;
  border-radius: 25px;
  color: #B72221;
  font-weight: bold;
  transition: all 0.5s;
}
 
.quoteBtn:hover{
  background-color: #E26C1E;
  color: white;
}
.Quote{
  background-color: #b72121c2;
  padding: 20px 0;

  text-align: center;
}


.footer{
 background-image: linear-gradient(180deg,rgba(99, 97, 97,0.9),rgba(0,0,0,0.9)),url(../img/footer.jpg);
  padding: 25px 0;
  height: auto;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #cccbcb;
}
.footer p{
  text-align: justify;
}
.footer a{
  text-decoration: none;
  color: #cccbcb !important;
  padding-left: 10px;
}

.footer a:hover{
  color: #939393;
}

.footer i{
  font-size: 25px;
  padding: 0 6px;
}

.footermail{
  font-size: 20px !important;
  padding-left: 0 !important;
}
.footerQuote{

  border: 2px solid white;
  background-color: transparent;
  width: 200px;
  padding: 6px 0;
  transition: all 0.3s;
  color: white;
  font-weight: bold;
}
.footerQuote:hover{
  background-color: #E26C1E;
}
.moreBtn:hover{
  background-color: #E26C1E;
  
}

.linklist{
  list-style: none;
}
.linklist li{
 
  display: block;
}
.linklist li a{
  color: #939393;
}

.phoneIcon{
  color: white;
  margin-top: 10px;
}
.phoneLink{
  text-decoration: none;
}
.phoneLink:hover{
  color: white;
}


.footerImg{
  max-width: 400px;
}

.MainField,.MainField1{
  display: flex;
  align-items: center;
   padding: 4px 8px;
  border-radius: 30px;
  background-color: rgb(221, 221, 221);
  box-shadow: 0px 0px 11px -5px white;
}

.MainField1{
  background-color: transparent !important;
}
.MainField i{
  font-size: 20px;
  padding:0 10px;
color: #B72221 ;
}
.myField{
  height: auto !important;
  padding: 6px 10px !important;
  box-shadow: none !important;
  border-radius: unset !important;
  background-color: transparent !important;
  border: none !important;
  color: #101820ff  !important;
  font-size: 15px !important;
}

.MySelect{
  width: 100% !important;
  height: auto !important;
  padding: 6px 10px !important;
  box-shadow: none !important;
  border:none !important;
  border-radius: unset !important;
  background-color: transparent !important;
  color: grey !important;
  font-size: 20px !important;
}
.myTextArea{
  border-radius: 20px !important;
  padding: 10px 15px !important;
  box-shadow: none !important;
  color: #101820ff  !important;
    background-color: rgb(221, 221, 221) !important;
  font-size: 20px !important;
 }

.submitbtn{
  background-color: #B72221  !important;
  width: 100% !important;
  height: auto !important;
  padding: 14px !important;
  transition: all 0.3s !important;
  border-radius: 30px !important;
  font-size: 16px !important;
  border: none !important;
  color: white;
  font-weight: bold;
}

.contanctPara{
  color: #777777 !important;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}



@media (max-width:2500px) {
  .mainSection {
    max-height: 650px;
  }
  .TopImage{
    height: 650px;
  }
/* 
  .customnav{
    padding-right: 22% !important;
  } */
}



@media (max-width:1900px) {


  .mainSection{
    max-height: 600px;
  }
  .TopImage{
  height: 600px;
  }
  /* .customnav{
    padding-right: 18.5% !important;
  } */
}


@media (max-width:1600px) {
  .mainSection{
    max-height: 550px;
  }
  
  .TopImage{
    height: 550px;
  }
  /* .customnav{
    padding-right: 17% !important;
  } */
}

@media (max-width:1400px) {
  /* .customnav{
    padding-right: 14% !important;
  } */

  .TopImage{
    height: 450px;
    }
}


@media (max-width:1200px) {               
  /* .customnav{
    padding-right: 13% !important;
  } */
  .TopImage{
    height: 500px;
    }
}

@media (max-width:992px) {

  /* .customnav{
    padding-right: 5% !important;
  } */
}

@media (max-width:768px) {

  .height{
    height: auto !important;
  }
.staticServic{
  height: auto !important;
}
  .IconImg{
    width: 100px;
  }

  .IconImg1{
    width: 100px;
  }
  .serviceCard{
    min-height: 500px;
  }
  .mainHeading,.subheading{

    font-size: 3.3em;
    font-weight: 600;
    
  }
  
  .customnav {
    padding: 8px 0 !important;

  }

  .logodiv {
    margin-left: unset !important;
  }

  .customNavBar ul li {
    height: auto;
    padding-top: 8px;
  }

  .customNavBar ul li a {
    text-transform: lowercase;
  }

  .navbar-nav .nav-link {
    text-align: left;
  }
}

@media (max-width:576px) {

  .mainServices{
    height: 600px;
  }

  .mainHeading,.subheading{

    font-size: 3em;
    font-weight: 600;
    
  }

  .Border,
  .Border1 {
    border: unset;
  }
}


@media (max-width:450px) {

  .mainHeading,.subheading{
    font-size: 2em;
    font-weight: 500;    
  }
 
}


@media (max-width:375px) {

  .mainHeading,.subheading{

    font-size: 1.5em;
    font-weight: 500;
    
  }
  .logodiv a img {
    width: 190px;
  }
}

@media (min-width:2500px) {
  .mainSection{
    max-height: 700px;
  }
  .TopImage{
    height: 800px;
  }

}