@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

body{
	font-family: 'Open Sans', sans-serif;
    color: #323232;
    line-height: 1.7em;
    font-size: 13px;
    font-weight: 400;
}

p {
    line-height: 1.7em;
    font-size: 13px;
}
.top-bar-bar-area{
	position: relative;
	background-image: url(../image/img1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 600px;
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
}


.header-contact-info ul{
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.header-contact-info ul li{
	display: inline-block;
    float: left;
    margin-right: 10px;
    position: relative;
    border-right: 1px solid #FFFFFF;
    padding-right: 15px;
    padding-bottom: 10px;
}
.iocn-holder{
	display: table-cell;
    vertical-align: middle;
    width: 25px;
}

.iocn-holder span{
	font-size: 15px;
    color: white;
    margin-top: 10px;
}
.text-holder{
	display: table-cell;
    vertical-align: middle;
}
.text-holder h5{
	font-size: 9px;
    color: white;
    margin-top: 8px;
}
.text-holder h6{
	color: white;
    line-height: 2px;
    font-size: 11px;

}
.top-info{
	border-bottom: 1px solid;
    color: white;
}
.top-sociallink ul{
	//float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-sociallink ul li{
	display: inline-block;
    margin: 0 0 0 20px;
    line-height: 20px;
    margin-top: 15px;
}
.top-sociallink ul li a{
	color: #FFFFFF;
	font-size: 17px;
}
.mainmenu-area{
	margin-top: 45px;
}
.logo img{
	width: 100%;
	max-width: 75%;
}

.navbar-toggler{
	padding: .25rem .75rem;
    font-size: 18px;
    line-height: 1;
    background-color: #f35822;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.nav-link{
	color: #FFFFFF !important;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.nav-item:hover{
	background-color: #f35822;
}

.welcome-area{
	padding:50px;
}
.line-bottom{
    margin-top: 0rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid rgb(243, 88, 34);
}
.welcome-btn a:hover{
	text-decoration:none;
	outline:none;
}

.welcome-btn .btn{
	position: relative;
	padding: 4px 14px;
	line-height: 24px;
	background: #f35822;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	border: 2px solid #f74949;
	font-family: 'Poppins', sans-serif;
}
.welcome-btn .btn:hover{
	text-decoration:none;
	outline:none;
}
.w-image img{
	    width: 100%;
    height: auto;
}

.title-text h1{
	font-size: 2.5em;
    margin-bottom: 20px;
    color: black;
    font-weight: 700;
}

.title-text h1:after{
	content: '';
	background-color: #f35822;
	display: block;
	height: 1px;
	width: 40px;
	margin: 8px 0 0;
}

.single_service{
	padding-bottom: 10px;
}
.image-text{
	position: relative;
    width: 100%;
}
.image-text img{
	width: 100%;
	height: auto;
	display: block;
	vertical-align: middle;
}
.overlay{
	position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #000000b8;;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}
.image-text:hover .overlay{
	bottom: 0;
  height: 100%;
} 
.title-element{
	color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title-element-overlay{
	width: 95%;
    height: 95%;
    border: 1px solid #FFFFFF;
    padding: 5px;
    margin: 0 auto;
    position: absolute;
    left: 2.5%;
    top: 2.5%;
    padding-top: 45%;
}
.image-text a{
	text-decoration: none;
}
.image-text h4{
	font-weight: 600;
    line-height: 1.4;
    font-size: 18px;
}

.service-area{
	margin-bottom: 50px;
}

.image-text h4:after{
	content: '';
	background-color:#f35822;
	display: block;
	height: 1px;
    width: 40px;
    margin: 8px 0 0;
}
.image-text p{
	//padding: 5px 15px 20px 5px;
    
}
.our-news{
	background-image: url(../image/576-tenda.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.info-background{
	background-image: url(../image/info-background.jpg);
	position: relative;
	padding-top: 120px;
	padding-bottom: 120px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.image-cnt{
	box-shadow: 0 0 13px 3px rgba(0,0,0,.1);
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
.trading-image img{
	width: 100%;
	max-width: 100%;
	
}
.trading-cnt{
	display: block;
	background-color: #fff;
    padding: 20px 24px 18px;
    transition: all 100ms ease-out;
}
.image-cnt a{
	text-decoration: none;
}
.trading-cnt h4{
	font-size: 1.5em;
    font-weight: 600;
    color: black;
}
.trading-cnt h4:after{
	content: '';
	background-color: #f35822;
	display: block;
	height: 1px;
	width: 40px;
	margin: 8px 0 0;
}
.trading-cnt p{
	    color:#323232;
	height: 125px;
}
.display-flex{
	display: flex;
}

.footer-area{
	background-color: #232a34;
}
.footer-title{
	   margin-top: 20px;
}
.footer-title h5{
	    font-size: 1.2em;
    font-weight: 700;
	color: #FFFFFF;
}
.footer-title h5:after{
	content:'';
	display: block;
	background-color: #f35822;
	height: 1px;
	width: 40px;
	margin: 20px 0 0;
}
.footer-title a{
	text-decoration: none;
	color: #FFFFFF;
}

.footer-text p{
	line-height: 1.7em;
	font-size: 0.929em;	
	margin-top: 20px;
}
.footer-text ul{
	margin: 0;
	padding: 0;
	margin-top: 20px;
	
}
.footer-text ul li{
	list-style: none;
	padding-left: 0;
	/* float: left; */
	width: 50%;
	line-height: 1.8em;
	font-size: 0.929em;
	color: #FFFFFF;
}
.footer-text ul li a:hover{
	color: #f35822;
}
.footer-text p{
	color: #FFFFFF;
}
.socials_item{
	display: inline-block;
	margin: 8px 1.8em 2.25em 0;
	margin-top: 15px 0px 0px 10px;
	//float: left;
}
.socials_item a:hover{
	color: #f35822;
}
.footer{
	padding-top: 50px;
	padding-bottom: 30px;
}
.copyright{
	    background-color: #f35822;
} 
.copyright-text {
	    padding-top: 14px;
    padding-bottom: 1px;
	    height: auto;
}
.copyright-text h6{
	text-align: center;
	color: #FFFFFF;
}
.copyright-text h6 a{
	text-decoration: none;
	color: #000000;
}.copyright-text h6 a:hover{
	color: #FF0003;
}

.about-area{
	position: relative;
	background-image: url(../image/maintruckslider1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 90px;
}


	
.bnrcnt{
	margin-top: 131px;
    text-align: center;
}

.bnrcnt ul{
	position: relative;
    padding-top: 15px;
    text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.bnrcnt ul li{
	position: relative;
	display: inline-block;
	margin: 0px 4px;
	color: #FFFFFF;
	
}
.bnrcnt ul li:first-child{
	margin-left: 0px;
}

.bnrcnt ul li a{
	text-decoration: none;
}
.bnrcnt ul li a:hover{
	color: #f35822;
}

.bnrcnt ul li i{
	margin-left: 7px;
}

.bnrcnt h3{
	    font-weight: 700;
	    color: #FFFFFF;
	    text-transform: uppercase;
	    font-size: 5.5vh;
}

.abot-cnt h2{
	color: #000000;
	font-weight: bold;
}
.abot-cnt span{
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 20px;
}
.abot-cnt p{
	margin-top: 20px;
}

.why-us h2{
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
}
.why-us h2:after{
	content:'';
	display: block;
	background-color:#f35822;
	height: 1px;
	width: 40px;
	margin: 20px 0 0;
}
.about-ara{
	margin-bottom: 10px;
	margin-top: 30px;
}
.why-choose img{
	margin-bottom: 20px;
}
.abt-bnr{
	margin-top: 30px;
	margin-bottom: 30px;
}
.abt-bnr{
	background-image: url(../image/bg-3.png);
	 height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	padding: 100px;
}
.abtbnr-cnt{
	text-align: center;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.abtbnr-cnt h2{
	font-weight: bold;
}

.service-img{
	margin-bottom: 20px;
}
.service-img p{
	margin-top: 5px;
	color: #000000;
}
.mission{
	margin-top: 30px;
}
.mission h2{
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.mission h2:after{
	content:'';
	display: block;
	background-color:#f35822;
	height: 1px;
	width: 40px;
	margin: 20px 0 0;
}
.mission p{
	margin: 0 0 20px;
}
.mission ul{
	//margin: 0;
	//padding: 0;
}
.mission ul li{
	line-height: 31px;
}
.vission{
	margin-top: 30px;
}
.vission h2{
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}
.vission h2:after{
	content:'';
	display: block;
	background-color:#f35822;
	height: 1px;
	width: 40px;
	margin: 20px 0 0;
}
.vission ul{
	margin: 0;
	padding: 0;
}

.vission ul li{
	line-height: 31px;
}

.general-area{
	position: relative;
	background-image: url(../image/vanslider5.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 90px;
}


.bnr-btmhd{
	margin-top: 20px;
	margin-bottom: 20px;
}
.bnr-btmhd h2{
	text-align: center;
    color: #47511e;
    font-size: 25px;
    font-weight: bold;
}

.general-info{
	    margin-top: 40px;
}
.general-tophd h2{
	 margin-bottom: 11px;
    color: black;
    text-transform: uppercase;
    font-weight: bold;

}

.general-tophd span{
	color: #f35822;
}
.general-tophd h2:after{
	content:'';
	display: block;
	background-color:#f35822;
	height: 1px;
	width: 40px;
	margin: 8px 0 0;
}
.general-tophd h6{
	color: #000000;
}.general-tophd p{
	margin-top: 20px;
}
.gnrlcnt-image{
	height: 300px;
	background-color: #837A7A;
    margin-bottom: 20px;
}

.products-header h3{
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	margin: 0;
}
.products-header span{
	color: #f35822;
}
.products-header h3:after{
	content:'';
	display: block;
	background-color:#f35822;
	height: 1px;
	width: 100%;
	margin: 8px 0 0;
}
.products-list{
	margin-top: 20px;
}
.product-item{
	margin-bottom: 40px;
}
.product-img{
	    overflow: hidden;
    margin-bottom: 10px;
    //max-height: 158px;
}
.product-detailed h5{
	margin-bottom: 0px;
	font-size: 19px;
	color: #f35822;
}
.price h6{
	    font-size: 18px;
    font-weight: bold;
    
}
.price a{
	text-decoration: none;
	color: #f35822;
}
.price ul{
	margin: 0;
	padding: 0;
}
.price ul li{
	list-style: none;
}
.button{
	overflow: hidden;
    display: inline-block !important;
    padding: 1px 28px;
    outline: none;
    vertical-align: baseline;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    line-height: 28px;
    font-size: 13px;
    margin: 0 1px;
    border-radius: 0;
    margin-top: 13px;
    background-color: #f35822;
    color: white;
}
.button:hover{
	color:#000000;
}

.carrier-header h2{
	    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    margin: 0;
}

.carrier-header h2:after{
	content:'';
	display: block;
	background-color:#f35822;
	height: 1px;
	width: 100%;
	margin: 8px 0 0;
}
.carrier-list{
	margin-top: 30px;
	margin-bottom: 30px;
}

.carrier-img p{
	margin-top: 20px;
}


.service-banner{
	position: relative;
	background-image: url(../image/slider7.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 90px;
}
.service-section{
	margin-top: 40px;
	margin-bottom: 40px;
}
.service-info{
	height: 500px;
	background-color: #9A9A9A;
}
.service-page-cnt h2{
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.service-page-cnt h2:after{
	content: '';
	display: block;
	height: 1px;
	width: 40px;
	background-color:#f35822;
	margin: 8px 0 0;
}
.service-page-cnt span{
	color: #f35822;
}
.service-page-cnt h6{
	color: #000000;
}
.service-page-cnt p{
	margin-top: 20px;
}
.bottom-service{
	background-color: #fe7d14;
	padding: 27px 0px 27px 0px;
	text-align: center;
}
.bottom-service h4{
	color: #FFFFFF;
	font-weight: bold;
}
.more-service{
	    padding: 70px;
    background-color: #333333;
}
.more-serv-hd h4{
	text-align: center;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 45px;
}
.more-serv-hd h4:after{
	border-bottom: 2px solid #f35822;
    content: "";
    position: absolute;
    bottom: 30px;
    width: 59px;
    height: 2px;
    left: 48%;
}
.more-serv-hd span{
	color: #f35822;
}
.service-item:not(.bottom) {
	border-right: 1px solid rgb(41, 41, 41);
	border-bottom: 1px solid rgb(41, 41, 41);
	
}


.service-item:last-child{
	    border-right: 0 none;
	
}
.cervice-item-inner{
	padding: 20px 20px;
	text-align: center;
}
.icon-img{
	    position: relative;
    max-width: 82px;
    height: 82px;
    margin-right: auto;
    margin-left: auto;
    top: 50%;
}

.service-icon-info h5{
	    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
	
}

.hover:hover:before{
	opacity: 0.1;
}

.hover:before{
	    content: "";
    background-color: #fff;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.emergency-services{
	padding: 40px 40px;
}

.emergency-text-box h2{
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}
.emergency-text-box span{
	color: #f35822;
	
}
.emergency-text-box h2:after{
	content: '';
	display: block;
	height: 1px;
	width: 40px;
	background-color:#f35822;
	margin: 8px 0 0;
}
.emergency-img{
	    margin-bottom: 30px;
}
.emergency-text-box ul{
	margin-top: 30px;
}
.emergency-text-box ul li{
	list-style: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
    color: black;
}
.contact{
	    padding: 25px 0px 25px;
}
.contact-cnt h5{
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
}
.contact-cnt h5:after{
	content: '';
	display: block;
	height: 1px;
	width: 40px;
	background-color:#f35822;
	margin: 8px 0 0;
}
.contact-cnt{
	margin-bottom: 30px;
}
.align-contact ul{
	list-style: none;
    margin: 40px 0 60px 0;
    padding: 0;
}

.align-contact ul li{
	font-weight: 700;
	font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 30px 0 !important;
	color: #000000;
}
.align-contact ul li.large{
	font-size: 30px;
}
.align-contact ul li span{
	    color: #f35822 !important;
    font-size: 24px;
    width: 48px;
    margin-left: -16px;
    vertical-align: middle;
    text-align: center;
}

.align-contact  li {
	font-size: 30px;
}


.contact-socil-text p{
	font-size: 20px;
	color: #000000;
}

.socials_item ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.socials_item ul li{
	display: inline;
    margin-right: 20px !important;
    vertical-align: middle;
}

.socials_item li i{
	width: 40px;
    height: 40px;
	    background: #f35822;
    display: inline-block;
	
	border-radius: 50%;
    background-clip: padding-box;
    text-align: center;
    line-height: 40px;
    font-size: 18pt;
    transition: background .8s ease;
	color: #FFFFFF;
}
.message-section{
	text-align: center;
	margin-bottom: 20px;
}
.message-section h2{
	font-weight: bold;
	color: #000000;
}

.form-control{
	background: #f3582205 none repeat scroll 0 0;
    border: 1px dashed #dadada;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.3px;
    margin-bottom: 1.4rem;
    min-height: 50px;
    text-transform: none;
}

.form-section textarea{
	min-height: 120px !important;
    padding-top: 1rem;
}
.btn{
	 border: 0 none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn:hover{
	background-color: #f6a93d;
	border: 2px solid #f6a93d;
}
.btn{
	background-color: #111111;
    border: 0 none;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 0.8rem 2rem;
    text-transform: none;
}

.btn i{
	    padding-left: 0.5rem;
}
.map-section{
	width: 100%;
	height: 200px;
}

.careers-banner{
	position: relative;
	background-image: url(../image/slide10.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 90px;
}
.careers{
	padding: 36px 0px 40px;
}
.career-cnt-area h2{
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}
.career-cnt-area h3:after{
	content: '';
	display: block;
	height: 1px;
	width: 40px;
	background-color:#f35822;
	margin: 8px 0 0;
}
.career-cnt-area p{
	padding-top: 20px;
}
.form-career textarea{
	    min-height: 95px !important;
    padding-top: 1rem;
}

.form-control{
	background: #f3582205 none repeat scroll 0 0;
    border: 1px dashed #dadada;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.3px;
    margin-bottom: 1.4rem;
    min-height: 50px;
    text-transform: none;
}

.contracting-banner{
	position: relative;
	background-image: url(../image/slider1v4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 90px;
}
.contrating{
    padding: 45px 0px;
		
}
.innovation-image{
	display: flex;
    position: relative;
    width: 100%;
    height: 260px;
}
.contracting-header h2{
	text-transform: uppercase;
	color:#000000;
	font-weight: bold;
}
.contracting-header h2:after{
	content: '';
	display: block;
	height: 1px;
	width: 40px;
	background-color:#f35822;
	margin: 8px 0 0;
}
.contracting-info{
	margin-top: 10px;
}
.contracting-header h6{
	color: #000000;
}
.contracting-header p{
	margin-top: 20px;
}

.contract-development{
	position: relative;
}
.contact-devlop-hed h6{
	     position: absolute;
    bottom: 20px;
    background-color: #ffffff80;
    color: #000000;
    width: 100%;
    margin: auto;
    text-align: center;
    font-weight: bold;
}
.contact-devlop-hed a{
	text-decoration: none;
}
.contact-devlop-hed a h6:hover{
	color: #f35822;
}


.warehouse-titel h2{
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.warehouse-titel h2:after{
	content: '';
	display: block;
	height: 1px;
	width: 40px;
	background-color:#f35822;
	margin: 8px 0 0;
}

.warehouse-titel h2 span{
	color: #f35822;
}

.logistics-cnt{
	margin-top: 5px;
}
.logistics-cnt a{
	text-decoration: none;
	color: #000000;
	
}
.logistics-cnt a:hover{
	color: #f35822;
}

.logistics-cnt p{
	line-height: 16px;
	
}

.maintenance{
    background-color: #f35822;
	padding: 27px 0px 27px 0px;
    text-align: center;
	
} 
.maintenance h4{
	color: #FFFFFF;
    font-weight: bold;
}

.mechanical{
	padding: 50px;
}
.mech-info h2{
	font-weight: bold;
    text-transform: uppercase;
    color: #000000;
}
.mech-info h2 span{
	color: #f35822;
}
.contact-banner
{
	position: relative;
	background-image: url(../image/slider3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 90px;
}

.thr-btns
{
    position: relative;
    padding: 10px 20px;
    line-height: 24px;
    background: #f35822;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    font-family: 'Poppins', sans-serif;
}

.thr-btns:hover
{
    position: relative;
    padding: 10px 20px;
    line-height: 24px;
    background: #f6b842;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    font-family: 'Poppins', sans-serif;
}



@media only screen and (max-width: 1000px) {
    .mainmenu-area {
    margin-top: 0px!important;
}

.top-bar-bar-area {
    position: relative;
    background-image: url(../image/img1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 260px;
}

.welcome-area {
    padding: 10px 0px 10px 0px;
}
.logo img {
    width: 100%;
    max-width: 75%;
    margin-top: 15px;
}

.abt-bnr {
    background-image: url(../image/bg-3.png);
    /* height: 50%; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 140px 0px 140px 0px;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 54px;
    left: -207px;
    background-color: #000000e3;
    padding: 0px 30px 0px 30px;
    z-index: 99;
}
}

.bann-head-c {
	margin-top: 25px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #c3c3c3;
	position: relative;
	color: #fff;
	width: 80%;
}
.tech-banner-capt h1 {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}