.backgroundImg{
    position: fixed;
    top:0px;
    left: 0px;
    background: url("../uploads/backgroundImg.jpg");
    width: 100%;
    height: 100%;
}
.innerBackground{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top:0px;
    left: 0px;
    text-align: center;
}
.innerBackground h1{
    color: white;
    font-weight: bold;
    font-size: 50px;
}
.carrier_container{
    width: 450px;
    margin: 10px auto;
}
.style-inline{
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.style-inline li{
    float: left;
}
.packages-deliver div{
    width: 150px;
    height: 130px;
    background-color: white;
    padding: 23px;
    margin: 10px auto;
}
.carrier_container span{
    font-size: 40px;
}
.carrier_container p{
    font-weight: bold;
}
.highlighted-package{
    background-color: var(--theme-color) !important;
    color: white !important;
    height: 154px !important;
    margin-top: -1px !important;
}
.input_container{
    width: 550px;
    height: 50px;
    margin: 0px auto;
}
.input_area{
    width: 75%;
    height: 100%;
    background-color: white;
}
.input_area .form-control{
    border: none !important;
    height: 100% !important;
    font-weight: bold;
}
.forum_btn{
    width: 22%;
    height: 100%;
    font-weight: bold;
}
.forum_btn input{
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    font-weight: bold;
    color: white;
    border-radius: 0px !important;
}
.contact_container{
    width: 80%;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    margin: 50px auto 0px auto;
    background-color: #ead6fc;
    padding: 10px;
}
.contact_container li{
    margin-left: 60px;
}
.packageIcon{
    font-size: 30px;
}
.col-card h4{
    font-weight: bold;
}
.col-card{
    padding: 10px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    height: 160px;
    margin: 0px 10px 10px 0px;
    width: 350px !important;
}
.backDot{
    background: url('../uploads/Transparent-background-with-dots.png');
    background-size: cover;
}
.clients{
    width: 100%;
    min-height: 200px;
    background-color: #f0e9ee;
    padding: 30px 0px;
}
.testimony{
    padding: 10px;
    background-color: #ead6fc;
    margin-left: 10px;
    margin-bottom: 10px;
}
.testimony h4{
    line-height: 1.5em;
}