@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');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}


:root {
    --bg-dark: #38383b;
  }  

img{
    max-width: 100%;
}

.get-btn{
    background-color: #a2a4a0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
}

.brand-logo img{height: 100px;}

.navbar form{
    margin-left: 20px;
    display: flex;
}
.hp_transport{
    margin-top: 50px;
}

.team-header .nav-link{
    color:#111 !important;
    border-bottom: 2px solid transparent;
}
.team-header .nav-link:hover{
    color:#f29f07;
    border-bottom: 2px solid #f29f07;
}

.nav-div .nav-link:hover {
    color: #f29f07;
    border-bottom: 2px solid #f29f07;
}

.nav-div .nav-link{
    color: #000;
    border-bottom: 2px solid transparent;
}

.get-btn:hover {
    background: #f29f07f7;
    
}

.hero-section {
    background-image: url(../img/banner_img.avif);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height:100vh;
    width:100%;
}

.contact-banner{
    background-image: url(../img/contact-img.png);
    background-size: cover;
    background-position: center;
    width:100%;
    height: 100vh;
    background-repeat: no-repeat;
}

.banner-title {
    padding: 40px 0px;
}

.align-center-sec{
    display: flex;
    align-items: center;
}

.banner-title h1{
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase;
}

.banner-title h4{
    font-size: 22px;
    margin-top: 5px;
}

.banner-title label{
    font-size: 28px;
}

.title-heading h2{
    font-size:36px; 
    font-weight:600;
}

.Deliver-section{
    background-image: url(../img/safety-banner.jpg);
    background-size: cover;
    background-position: center;
    width:100%;
    height: 100vh;
    background-repeat: no-repeat;
}

.hero-section .overlay, .Deliver-section .overlay, .contact-banner .overlay{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient( #cdcdcd, #fafafa00 );
    position: absolute;
    top: 0;
    left: 0;
}
  
.nav-div .nav-item{
    padding: 0px 6px;
}

.nav-header{
    position: relative;
    z-index: 5;
    padding: 15px 0px;
}

.about{
    padding: 50px 0px;
}

.title-heading h2{
    padding: 30px 0px;
    margin-bottom:0px;
}

.title-heading p {
    line-height: 26px;
    font-weight: 300;
    padding: 0px 110px;
}

.safety-content-sec{
    background-color: var(--bg-dark);
    margin-top: 20px;
}

.read-btn{
    background-color: #a2a4a0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
}

.content-div{
    display: flex;
    align-items: center;
}

.div-row{
    padding: 55px 0px;
}

.btn-container{
    margin-top: 45px;
}

.content-div p{
    margin-top: 32px ;
    line-height: 26px;
}


.card-text {
    line-height: 26px;
    font-weight: 300;
    padding: 0px 10px;
}

.card{
    height: 100%;
    padding: 20px 0px;
    border-radius: 10px;
    margin-top: 30px;
}

.services-section{
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: var(--bg-dark);
}
.card-img{
    border-radius: 50%;
    height: 210px;
    width: 210px;
    margin: auto;
}

.card-title{
    margin: 14px 0px;
}


.contact-box textarea{
    resize: none;
}

.contact-box input::-webkit-outer-spin-button,
.contact-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.contact-box input[type=number] {
  -moz-appearance: textfield;
}

.contact-box label span{
    font-size: 14px;
    font-weight: 300;
    color: #7d7f7b;
}

.contact-box label {
    font-weight: 300;
}

.contact-box .form-control{
   margin-top: 6px;
   border-radius: 0px;
   border-color: #a9a9a9;
   padding: 12px;
   background: #fafafa;
}

.contact-box .form-control:focus{
    box-shadow: unset;
 }

.contact-box{
    margin-top: 20px;
}

.submit-div{
    margin-top: 40px;
    text-align: center;
}

.contact-section{
    padding: 50px;
}

.title-heading h3{
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 25px;
}

.copy-write{
    text-align: center;
    margin-bottom: 20px;
}

.copy-write a {
    text-decoration: none;
    color: #fff;
    padding: 0px 10px;
}
.b-left{
    border-left: 2px solid #fff;
    
}

.bg_black{
    background-color: #38383b;
} 

.history-list{
    padding-left: 40px;
}
.history-list li{
    padding: 8px 0px;
    font-weight: 300;
}
.history-list li::after{
    content: "00B7";

}
.title-heading h4{
    font-size: 35px;
    line-height: 46px;
    margin-bottom: 32px;
}

.recruitment-section{
    padding: 80px 0px;
}

.recruitment-section .row{
    padding: 0px 30px;
}
.team-sec img{
    border-radius: 50%;
}

.team-sec h5{
    margin: 10px 0px;
}

.team-sec p{
   font-weight: 300;
   font-size: 14px;
}

.contact-page h6{
    font-size: 20px;
    font-weight: 500;
    margin: 32px 0px;
}

.contact-page a{
    color: #000;
    text-decoration: none; 
}
.map iframe{
    width: 100%;
}

.map{
    margin-top: 20px;
}

.trucking-img {
    border-radius: 15px;
}

.lock-screen{
   margin: auto;
   display: flex;
   justify-content: center;
}

.lock-img {
    border-radius: 50px;
    border: 3px solid #a2a2a2;
    padding: 10px;
}

.password-section {
    display: flex;
    justify-content: center; 
    align-items: center; 
    height: 100vh; 
}

.password-input {
    position: relative;
}

.password-input input[type="password"] {
    padding-right: 30px; 
}

.password-input .arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 1.2em;
}
#username::placeholder {
    color: #bababa; 
}

#password::placeholder {
    color: #bababa; 
}


/* ----Responsive css------ */

@media screen and (max-width: 1200px) {
    
    .nav-div .nav-item {
        padding: 0px 0px;
    }
    
    .get-btn, .read-btn {
        padding: 12px 30px;
    }
    
    .banner-title label {
        font-size: 32px;
    }
    
    .banner-title h4 {
        font-size: 28px;
        margin-top: 5px;
    }

  }

@media screen and (max-width: 1024px) {
    
    .card-img {
        height: 180px;
        width: 180px;
    }
    
    .card-title {
        margin: 10px 0px;
        font-size: 17px;
    }
    
    .card-text {
        line-height: 26px;
        padding: 0px 5px;
    }

  }

  @media screen and (max-width: 992px) {
      
    .card-img {
        height: 230px;
        width: 230px;
    }

    .card-title {
        margin: 14px 0px;
        font-size: 22px;
    }

    .main-card{
        margin-top: 38px;
    }

    .title-heading h3 {
        margin-bottom: 0px;
    }

    .banner-title h4 {
        font-size: 26px;
    }
    
     .banner-title h1 {
        font-size: 40px;
    }
    
    .banner-title label {
        font-size: 28px;
    }
     
    .title-heading p {
        padding:0px;
    }
      .nav-header .navbar-toggler{
        border: 3px solid #fff !important;
        padding: 3px 5px;
    }
    
    .nav-header .navbar-toggler-icon{
        background-image: url("../img/list.svg")
    }

    .nav-header .navbar-toggler:focus {
        box-shadow: unset;
    }
    .team-header .navbar-toggler{
        border: 3px solid #000 !important;
        padding: 3px 5px;
    }
    
    .team-header .navbar-toggler-icon{
        background-image: url("../img/black-list.svg")
    }

    .team-header .navbar-toggler:focus {
        box-shadow: unset;
    }

    .navbar form {
        margin-left: 0px;
    }
    
    .team-sec{
        margin-top: 50px;
    }
    
    .team-sec img {
        width: 250px;
        height: 250px;
    }
    
     .team-header .navbar-toggler{
        border: 3px solid #000 !important;
        padding: 3px 5px;
    }
    
    .team-header .navbar-toggler-icon{
        background-image: url("../img/black-list.svg")
    }

    .team-header .navbar-toggler:focus {
        box-shadow: unset;
    }
    
  }
  
  @media screen and (max-width: 768px) {
      
       .banner-title h4 {
        font-size: 22px;
    }
      .banner-title {
        padding-left:5px;
        padding-right:0px;
    }
    .title-heading p {
        line-height: 26px;
        font-weight: 300;
        padding: 0px;
    }
     .banner-title {
        padding-left:12px;
        padding-right:0px;
    }
   
    .banner-title {
        margin-top: 10px;
    }
    
    .title-heading p {
        padding: 0px 20px;
    }
    
    .content-div {
        margin-top: 35px;
    }
    
    .mob-mt{
        margin-top: 50px;
    }

    
    .align-center-sec {
        margin-top:40px;
    }
    
    .recruitment-section {
        padding: 37px 0px;
    }
    
   
    .title-heading h3 {
        font-size: 40px;
    }
    
    .contact-banner, .contact-banner .overlay {
        height:70vh;
    }
    
    .hero-section, .hero-section .overlay {
        height: 70vh;
        background-position: center right;
    }
    
    .Deliver-section, .Deliver-section .overlay{
        height: 70vh;
        background-position: center right;
    }
  }
  
    
  @media screen and (max-width: 576px) {
      
    .contact-section {
        padding: 50px 20px;
    }
    
    .contact-section h3 {
        font-size: 40px;
    }
    
    .nav-div .nav-link {
        color: #000;
        padding: 5px;
    }
    
  }

  
  @media screen and (max-width: 425px) {
      
    .banner-title h1 {
        font-size: 34px;
    }
    
    .banner-title label {
        font-size: 24px;
    }
    
    .banner-title h4 {
        font-size: 22px;
    }
    
    .banner-title p {
        line-height: normal;
        margin: 0px;
    }
    
    .about {
        padding: 30px 0px;
    }
    
    .title-heading p {
        padding: 0px 20px;
    }
    
    .reverse-row{
        flex-direction: column-reverse;
        padding-top:0px
    }
    
    .main-card {
        padding: 0px 30px;
    }
    
    .align-center-sec{
        padding:0px 20px;
    }
    
    .copy-write{
        display:grid;
    }
    
    .b-left{
        border:none;
    }
    
    .contact-banner, .contact-banner .overlay {
        height: 40vh;
    }
    
    .hero-section, .hero-section .overlay {
        background-position: center right;
        height:40vh;
    }
    .Deliver-section, .Deliver-section .overlay {
        height: 45vh;
    }
    
    .nav-header {
        padding: 0px 0px;
    }
    
    .get-btn {
        padding: 8px 20px;
    }
    
    .nav-header .navbar-toggler {
        padding: 0px 5px;
    }
    
    .copy-write a {
         padding: 3px 10px;
    }
    
    .map iframe{
        height:400px;
    }
    
}
    
  
  
