/* CSS Document */


/*** Start Section Header ***/
html{
    margin-top: 0px !important;
}
.header {
    font-family: 'Noto Kufi Arabic', sans-serif;
    width: 100%;
    background: url(../images/backbus.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}
.header_hover{
    width: 100%;
    background: rgb(2 149 135 / 68%);
    min-height: 721px;
    padding-top: 20px;
  }
.info-header{
    background-color: white;
    border-radius: 15px;
    box-shadow:0px 0px 10px 2px #4cb5ab9e;
    width: 80%;
    margin: 0 auto;

}

.company{
    padding: 80px 35px 35px;
    
}
.company h1,.contact h2{
    font-size: xx-large;
    color: #019587;
    font-weight: bold;
}
.linetop{
    width: 146px;
    color: #9e9e9e;
    height: 5px!important;
    margin-top: 30px;
}
.info-company{
    color: #607d8b;
    margin: -16px 12px;
}
.truck-img img{
    text-align: center;
    margin: 0px 75px 0px 0px;
}
.contact{
    padding: 30px 0px 30px;
}
.contact h2{
    text-align: center;
    color: #ffffff;
    background-color: #4cb5ab;
    padding: 11px;
    border-radius:0px 7px 7px 0px;
    font-size: 18px;
}
.lineleft{width: 28%;
    margin: 0 auto;
    height: 3px!important;
    color: #009688;
}
.phone-img{    
    margin: 20px;
    
}
.phone-img img{
    width: 40px;
}
.phone-img h5{color: #029587;}
.phone-img span{    
    font-size: 28px;   
     color: #ffc108;}
.contactus{    width: 90%;}
/* Navbar*/

/* Start Footer */
.footer{    
    padding: 5px;
    background: #029587;
    border-top: 3px solid #46b3a8;}
.copyright{
	font-size: 20px;
    color: aliceblue;    opacity: 0.4;}
.copyright span{ font-weight:bold; color:#fec008}
/* End Footer */
/* other Plugin */
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #019587;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1em;
    padding: 10px 15px;
    border-radius: 5px;
}
.wpforms-field-label{color: #019587;}
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #039486!important;
    border: 1px solid #009688!important;
	color: #fff!important}
/* ClearFix */
.clearfix{ clear:both; height:50px;}