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

body{
    font-family: 'Montserrat', sans-serif;
}

.dt-header{
	background-image: url(../images/bg.jpg);
	background-position: center;
	background-size: cover;
	height:100vh;
}

.dt-header .container{
    height:100vh;
    position:relative;
}

.dt-header .cntnt{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.dt-hdr-order-dtls{
    height:auto;
}

.dl-container{
	display: block;
	max-width: 1000px;
	margin: auto;
	
}

.dt-header h1.dl-heading,
.dt-header p.dl-content{
	width: 100%;
	text-align: center;
	text-shadow: 3px 3px 3px #111;
}

.dt-header h1.dl-heading{
	font-weight: 700;
	color: #fff;
	/*margin-top: 150px;*/
}

.dt-header p.dl-content{
	color: #f4f4f4;
	font-size: 16px;
	line-height: 24px;
	margin-top: 40px;
}

.top-bar{
	width: 100%;
	background: rgba(0,0,0,0.5);
	padding: 10px 15px;
	color:#fff;
	position: absolute;
	top: 0;
	left: 0;
}

.top-bar img.logo{
	height: 40px;
}

.call-us{
	float: right;
	font-size: 20px;
	margin: 6px;
	color:#fff;
	text-decoration:none;
}

.call-us:hover, .call-us:focus{
    color:#fff;
	text-decoration:none;
}

.call-us i{
	margin-right: 10px;
}

.search-box{
	text-align: center;
	margin: 50px 0;
}

.search-box input[type="text"]{
	padding: 10px 25px;
	background: #fff;
	font-size: 20px;
	color: #666;
	min-width: 40%;
	border: 2px solid #fff;
	
	box-shadow: 2px 2px 8px #111;
	
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.search-box input[type="text"]:focus{
	outline: none;
}

.search-box input[type="submit"]{
	padding: 10px 15px;
    background: #ff4949;
    font-size: 20px;
    color: #fff;
    min-width: 20%;
    border: 2px solid #ff4949;
    box-shadow: 2px 2px 8px rgb(23 23 23 / 47%);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.search-box input[type="submit"]:focus{
	outline: none;
}

.detail-box{
	width: 500px;
    margin: 20px auto;
	padding: 0 15px 30px 15px;
	background: #ffffff;
	border-radius: 10px;
	display: table;
}

.detail-box h3{
	text-align: center;
	margin: 30px 0 0 0;
}

.detail-box .row div{
	margin-bottom: 10px;
}

.mb-0{
	margin-bottom: 0;
}

.box-label{
	text-align: right;
}

.no-record{
	border-radius: 50px;
	padding: 15px 25px;
	margin: 50px auto;
	clear: both;
	display: table;
	background: #fff;
}

.dt-btn{
    background-color: #ff4949;
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    transition:.3s;
}

.dt-btn:hover, .dt-btn:focus{
    background-color: #ff4949;
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    opacity:0.8;
}


/*About Section*/
.dl-about{
    padding:100px 0px;
}

.dl-about h2{
    font-weight: 600;
    font-size: 35px;
    line-height: 46px;
    margin: 0px;
    margin-top:20px;
    color:#252525;
}

.dl-about p{
    margin: 40px 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color:#252525;
}

.dl-about .btn-contact{
    font-size: 20px;
    padding: 15px 35px;
}

/*Roadmap Section*/
.dl-roadmap{
    padding:0px 0px 100px;
}

/*Full Truck Section*/
.dl-full-truck{
    background-image: url(../images/truck-movement-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding:110px 0px 145px;
}

.dl-full-truck h2{
    font-weight: 600;
    font-size: 36px;
    line-height: 18px;
    margin: 0px;
    color:#ffffff;
}

.dl-full-truck p{
    margin: 35px 0px 55px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color:#ffffff;
    text-shadow: 3px 3px 3px #111;
}

.dl-full-truck .btn-contact{
    font-size: 20px;
    padding: 15px 35px;
}

/*Solutions Section*/
.dl-solutions{
    padding:100px 0px;
}

.dl-solutions .pl-0{
    padding-left:0px;
}

.dl-solutions .pr-0{
    padding-right:0px;
}

.dl-solutions .ml--30{
    margin-left:-30px;
}

.dl-solutions h2{
    font-weight: 600;
    font-size: 35px;
    line-height: 46px;
    margin: 0px;
    margin-top:120px;
    color:#252525;
}

.dl-solutions p{
    margin: 40px 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color:#252525;
}

.dl-solutions .btn-contact{
    font-size: 20px;
    padding: 15px 35px;
}

/*Footer*/
.footer{
    background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding:60px 0px;
	background-color: #21143a;
}

.footer .logo-wrap{
    margin-bottom: 30px;
    margin-top: 10px;
}

.footer p{
    margin: 0px;
    width: 80%;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #ffffff;
    text-shadow: 3px 3px 3px #111;
}

.footer .form-inline{
    margin-bottom:0px;
}

.footer .form-inline .form-control{
    font-size: 13px;
    color: #252525;
    padding: 14px 40px;
    border-radius: 30px;
    display: inline-block;
    height: auto;
}

.footer .btn-contact{
    font-size: 13px;
    padding: 15px 35px;
    border: none;
    margin-left: 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.footer h2{
    font-weight: 600;
    font-size: 35px;
    line-height: 46px;
    margin: 0px;
    margin-bottom: 20px;
    color: #ffffff;
}

.footer form label{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 0px;
    color: #ffffff;
    margin-bottom: 5px;
}

.footer form label b{
    color: #ff4949;
}

.footer form .dt-btn {
    font-size: 20px;
    font-weight: 600;
    padding: 12px 35px;
    border:0px;
    margin-top: 20px;
    outline: none;
}

.footer form .form-control{
    font-size: 14px;
    color: #252525;
    padding: 14px 20px;
    border-radius: 30px;
    display: inline-block;
    height: auto;
}

/*Contact Modal*/
.contact-modal .dt-btn{
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
    border: none;
}

.contact-modal label b{
    color:red;
}

.contact-modal .modal-header{
    position:relative;
}

.contact-modal .modal-header .modal-title{
    font-weight:600;
}

.contact-modal .modal-header .close{
    font-size: 35px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: 15px;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
}

.msg{
    margin: 0px 0px 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
}

.msg.error{
    color:#ff4949 !important;
}

.msg.success{
    color:#00a561 !important;
}

/* --------------Media Screens---------------- */

/* Mobile Screen */
@media screen and (max-width: 575px) {
	.dl-container{
		padding: 15px;
	}
	
	.dt-header h1.dl-heading{
		margin-top: 100px;
		font-size: 32px;
        line-height: 40px;
	}
	
	.dt-hdr-order-dtls h1.dl-heading{
		font-size: 18px;
		line-height: 30px;
	}
	
	.search-box input[type="text"]{
		min-width: 100%;
		border-radius: 50px;
	}
	
	.search-box input[type="submit"]{
		min-width: 100%;
		margin-top: 20px;
		border-radius: 50px;
		
	}
	
	.detail-box{
		width: 100%;}
	
	.detail-box h3{
		text-align: left;
		font-weight: 600;
	}
	
	.box-label{
		text-align: left;
	}
	
	.detail-box .col-xs-6{
		width:100%;
	}
	.dt-header {
        background-position: 80%;
	    
	}
	.dt-hdr-order-dtls{
        height: auto;
	}
	.detail-box{
	    width: 90%;
        margin: 0px auto;
        margin-bottom: 30px;
	}
	.dl-about {
        padding: 50px 0px;
    }
    .dl-about h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .dl-about p {
        margin: 20px 0px;
    }
    .dl-about .btn-contact, .dl-full-truck .btn-contact, .dl-solutions .btn-contact {
        font-size: 18px;
        padding: 12px 30px;
        margin-bottom: 30px;
        display: inline-block;
        font-weight: 600;
    }
    .dl-full-truck {
        padding: 60px 0px 60px;
        background-position: top;
    }
    .dl-full-truck h2, .dl-solutions h2 {
        font-size: 30px;
        line-height: 32px;
        text-shadow: 3px 3px 3px #111;
    }
    .dl-full-truck .btn-contact{
        margin-bottom: 0px;
    }
    .dl-solutions {
        padding: 50px 0px;
    }
    .dl-solutions h2{
        text-shadow: none;
        margin-top:30px;
    }
    .dl-solutions p {
        margin: 20px 0px 30px;
    }
    .dl-solutions .ml--30 {
        margin-left: 0px;
    }
    .dl-solutions .pl-0 {
        padding-left: 15px;
    }
    .dl-solutions .pr-0 {
        padding-right: 15px;
    }
    .dl-solutions .btn-contact{
        float:left !important;
        margin-bottom: 0px;
    }
    .footer {
        background-color: #21143a;
        padding: 50px 20px;
        text-align: left;
    }
    .footer p {
        margin-bottom: 30px;
        margin-top: 0px;
        font-size: 16px;
        width: 100%
    }
    .footer .btn-contact {
        margin-left: 0px;
        width: 100%;
    }
    .footer h2 {
        font-size: 22px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}



