@charset "utf-8";
/* CSS Document */
 <style>
 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
 body {
 padding: 0;
 margin: 0;
 font-family: "Roboto", sans-serif;
 }
 .warehousingat {
 background: rgba(0, 0, 0, 0) url('./images/van-servies-banner.jpg') no-repeat scroll 0 0 / cover;
 background-position: center;
 height: 390px;
 margin-top: 0;
 }
 .banner_content {
 text-align: center;
 display: flex;
 align-items: center;
 justify-content: center;
 height: 100%;
 }
 .banner_content a {
 text-decoration: none;
 font-size: 47px;
 color: #fff;
 font-weight: 700;
 position: relative;
 }
 .banner_content a:hover {
 color: rgb(7, 124, 85);
 }
 .banner_content span {
 font-size: 47px;
 color: #fff;
 font-weight: 700;
 }
 .banner_content a::after {
 padding: 0 5px;
 color: #ffffff;
 content: "/\00a0";
 }
 .special1 {
 text-align: center;
 }
 .client {
 font-size: 33px;
 font-weight: 500;
 color: #000;
 margin: 20px 0 10px;
 }
.bold {
	font-weight: 300;
}
 .hr {
 border-top-width: 3px;
 border-top-style: solid;
 border-top-color: #ffb712;
 margin: 0;
 display: inline-block;
 max-width: 100%;
 width: 110px;
 }
 .about_wepper_main {
 padding: 0 50px;
 }
 .about_wepper_flex {
 display: flex;
 gap: 25px;
 margin-top: 50px;
 }
 .about_wepper_inner_left {
 width: 50%;
 }
 .about_wepper_inner_left p {
 text-align: justify;
 font-family: "Asap", Sans-serif;
 font-size: 15px;
 line-height: 25px;
 margin-bottom: 20px;

 }
 .about_wepper_inner_right {
 width: 50%;
 }
 .about_wepper_inner_right img {
 width: 100%;
 }
 .about_services_point ul {
 /* padding: 0; */
 margin: 0;
 }
 .about_services_point ul {
 margin: 0 0 20px 0;
 color: #444444;
 font-size: 16px;
 line-height: 30px;
 }
 .about_services_point .client {
 text-align: center;
 margin: 30px 0;
 }
 .about_services_hr {
 text-align: center;
 }
 .about_services_hr .hr {
 width: 220px;
 margin-bottom: 20px;
 }
 .pargarf {
 font-size: 16px;
 line-height: 28px;
 }
 @media (max-width:767px) {
 .about_wepper_flex {
 display: block;
 margin-top: 20px;
 }
 .about_wepper_inner_left {
 width: 100%;
 }
 .about_wepper_inner_right {
 width: 100%;
 }
 }
 @media (max-width:500px) {
 .banner_content span,
 .banner_content a {
 font-size: 25px;
 }
 .client {
 font-size: 20px;
 }
 .about_wepper_main {
 padding: 0 20px;
 }
 .about_wepper_inner_left p {
 font-size: 14px;
 }
 .about_services_point ul {
 padding: 0 0px 0 10px;
 }
 }
 ul {
    list-style-type: none;
}
 </style>
