/*===== TRACK SHIPMENT TAB =====*/

.ts-slide{
    background: url(truck1.PNG);
    background-position:center;
    background-size:cover;
    background-repeat: no-repeat;
    height: 350px;
    width: 100%;
    padding: 0;
}
.slide form{
    text-align: center;
    margin-top: 25px;
}
.slide form h4{
    margin-bottom: 15px;
}
.slide form i{
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #eee;
}




/*==========*/

/*===== ABOUT US TAB =====*/
.abt-capt{
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    margin-top: 35px;
    color: #ddd;
}
.abt-slide{
    background: url(about-slide.jpg);
    background-position:center;
    background-size:cover;
    background-repeat: no-repeat;
    height: 350px;
    width: 100%;
    padding: 0;    
}
.about-cover-area{
   background: url(about-cover.jpg);
    background-position:center;
    background-size:cover;
    background-repeat: no-repeat;
    height: 350px;
    width: 100%;
    padding: 0; 
}
.about-cover{
    height: 100%;
    width: 100%;
    background: rgba(120, 120, 120, .7);
    padding: 35px;
   
}
.lil-abt{
    max-width: 50%;
    background: #fff;
    padding: 35px;
    border-radius: 5px;
    transform: translateY(14px);
    float: right;
}
.lil-abt h3{
    font-size: 34px;
    font-weight: 700;
}
.lil-abt p{
    font-size: 20px;
}

.about-p{
    padding: 35px;
}
.about-p p{
    font-size: 18px;
}
.about-p h1, .about-p h3{
    font-weight: 700;
    margin-bottom: 15px;
}

/*==========*/




@media(max-width: 900px){
    .lil-abt{
        float: none;
        max-width: 100%;
    }
    .lil-abt p{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .abt-slide{
        height: 200px;
    }
    .abt-capt{
        margin-top: 15px;
    }
}