@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Poppins&family=Roboto&display=swap');


:root{
	--theme-color: rgb(220,116,43);
	--blue-theme: rgb(4,68,132);
	--open-font: 'Open Sans', sans-serif;
	--poppins: 'Poppins', sans-serif;
	--roboto: 'Roboto', sans-serif;
}

p{
	font-family: var(--poppins);
}

.section-margin{
	margin-top: 70px;
	margin-bottom: 70px;
}

.theme-color{
	color: var(--theme-color) !important;
}

.margin-top-15{
	margin-top: 15px;
}

.logo img{
	height: 100px;
	object-fit: contain;
}

footer .footer-logo img{
	background: white;
	padding: 10px;
	border-radius: 3px;
}

footer p{
	text-align: justify;
}

.about-page-section p{
	text-align: justify;
}

.about-page-section .history li .title{
	color: var(--blue-theme);
}

/*.back-menus li > .back-current-page {
  color: var(--blue-theme) !important;
}*/

.contact-section{
	text-align: center;
}

.contact-section i{
	background: var(--blue-theme);
	color: white;
	font-size: 17px;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	border-radius: 40px;
}

.contact-section h5{
	font-size: 19px;
	color: var(--blue-theme);
}

.contact-section p{
	margin-bottom: 0;
	font-size: 15px;
}

.contact-section h1{
	font-size: 32px;
	font-family: var(--poppins);
	margin: 0 0 75px 0;
	color: var(--theme-color);
	font-weight: bold;
}

.contact-form{
	margin-top: 25px;
}

.contact-form h5{
	line-height: 25px;
	text-align: left;
	margin-top: 0;
}

.contact-section #contactform input[type="submit"]{
	width: 170px;
	margin-top: 15px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.tp-banner-container video{
	width: 100%;
}

.page-about-section h3{
	margin-top: 0;
}
.page-about-section h6{
	margin-top: 15px;
	line-height: 24px;
	text-align: justify;
}

.page-about-section ul li{
	display: flex;
	text-align: justify;
}

.page-about-section ul li i{
	color: var(--theme-color);
	margin-right: 15px;
	margin-top: 6px;
}

.page-about-section .slides img{
	height: 300px;
	width: 100%;
	object-fit: cover;
}

.solution-page-section h4{
	margin-top: 15px;
	margin-bottom: 7px;
}

.solution-page-section h4 a{
	font-size: 20px;
	color: var(--blue-theme);
}

.solution-page-section .solution-box:hover h4 a{
	color: var(--theme-color);
}

.solution-page-section .solution-box{
	margin-bottom: 25px;
}

.solution-page-section .solution-box img{
	height: 250px;
	width: 100%;
	object-fit: cover;
}

.flat-title-section.style2{
	color: var(--theme-color);
}


.logo-font{
	color: var(--blue-theme) !important;
	text-transform: inherit !important;
}

.logo-font span{
	color: var(--theme-color) !important;
}

.new-about-section{
	height: 300px;
	width: 100%;
	background-image: url('../images/s2.jpg');
	background-size: cover;
	background-position: 90%;
}

.new-about-section-con{
	height: 100%;
}

.new-about-section-row{
	height: 100%;
	display: flex;
	align-items: center;
}

.new-about-section-col{
	color: white;
	background-color: rgb(4,68,132,0.8);
	padding: 20px 50px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	top: -20px;
	left: -54px;
	width: 49%;
}
.col-md-6.new-about-section-col.side {
    top: -65px;
}

.rail-about-section-col{
	height: 100px;
}

.rail-about-section-col h1{
	margin-bottom: 0;
}

.new-about-section-col h1{
	color: white;
	font-size: 45px;
	font-weight: 400;
	margin-top: 0;
}

.new-about-section-col p{
	font-size: 40px;
	font-weight: lighter;
	line-height: 50px;
}

.my-jdinfro-section{
	background-image: url('../images/About_usA.jpg');
	height: 100vh;
	background-position: left;
	background-size: cover;
}

.my-jdinfro-section-con{
	height: 100%;
}

.my-jdinfro-section-row{
	display: flex;
	flex-direction: column;
	text-align: center;
    margin-left: 60%;
}

.my-jdinfro-section-row h2{
	font-size: 50px;
	margin-bottom: 0 !important;
}

.my-jdinfro-section-row p{
	font-size: 35px;
	color: var(--theme-color);
}

.my-jdinfro-section-row .my-video-section{
	display: flex;
	align-items: center;
}

.my-jdinfro-section-row .my-video-section i{
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--blue-theme);
	color: var(--blue-theme);
	font-size: 17px;
	border-radius: 50px;
}

.my-jdinfro-section-row .my-video-section span{
	margin-left: 75px;
	font-size: 28px;
	color: var(--blue-theme);
}

.my-about-para p{
	width: 70%;
	font-weight: lighter;
	line-height: 40px;
	margin: 0 auto;
	font-size: 33px;
	text-align: center;
	font-family: 'Source Sans Pro';
}

.how-help-section img{
	height: 85px;
	width: 100%;
	object-fit: contain;
}

.how-help-box{
	padding: 10px;
	text-align: center;
	margin-bottom: 35px;
}

.how-help-box h3{
	font-size: 17px;
	color: var(--blue-theme);
	margin: 30px 0 10px 0;
}

.flat-title-section{
	color: var(--theme-color);
}

.sub-service-con .sub-service-img img{
	height: 400px;
	width: 100%;
	object-fit: cover;
}

.sub-service-con .sub-service-data{
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sub-service-con .sub-service-data h3{
    color: var(--blue-theme);
    font-size: 45px;
    font-weight: 400;
    margin-top: 0;
}

.sub-service-con .sub-service-data > span{
	color: var(--blue-theme);
	font-size: 15px;
	font-weight: bold;
}
.sub-service-con .sub-service-data p{
    font-size: 30px;
    font-weight: lighter;
    line-height: 50px;
    color: var(--blue-theme);
}

.logistics-solutions-sub-service-con p{
	margin-top: 15px;
}

.sub-seiveces-pro-con .solution-box{
	transition: 0.7s;
	padding-bottom: 20px;
}

.sub-seiveces-pro-con .solution-box img{
	object-fit: contain;
}

.sub-seiveces-pro-con{
	text-align: center;
}

.sub-seiveces-pro-data{
	text-align: center;
}

.sub-seiveces-pro-data h3{
	color: var(--blue-theme);
  font-size: 40px;
  width: 80%;
  margin: 0 auto 25px auto;
  font-weight: 400;
}

.sub-seiveces-pro-con .solution-box:hover{
	box-shadow: 0 0 16px 0px rgb(0 0 0 / 22%);
}

.sub-seiveces-pro-con .solution-box h4{
	color: var(--blue-theme);
	text-transform: capitalize;
}

.i-xpress-con .solution-box h4{
	text-transform: inherit !important;
}

.road-tra-con.sub-seiveces-pro-con .solution-box img{
	height: 150px;
}

.dark-blue-bg{
	background: var(--blue-theme);
}

.dark-blue-bg .solution-box img{
	height: 100px !important;
	object-fit: contain;
}

.dark-blue-bg .sub-seiveces-pro-data{
	margin-bottom: 30px;
}

.dark-blue-bg .sub-seiveces-pro-data h3, .dark-blue-bg .sub-seiveces-pro-data p{
	color: white !important;
}

.dark-blue-bg .solution-box:hover{
	box-shadow: none;
}

.dark-blue-bg .solution-box h4, .dark-blue-bg .solution-box p{
	color: white;
}

.dark-blue-bg .solution-box h4{
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 25px;
}

.dark-blue-bg .solution-box h4:after{
	display: none;
}

.logistics-solutions-con .sub-seiveces-pro-data{
	margin-bottom: 40px !important;
}

.logistics-solutions-con .solution-box img{
	height: 350px;
	object-fit: cover;
}

.xpress-con.solution-page-section .solution-box img{
	height: 100px;
}

.xpress-con.solution-page-section .solution-box h4:after{
	display: none;
}

.xpress-con.solution-page-section .solution-box h4{
	color: var(--blue-theme);
}

.xpress-con-cover .solution-box:hover{
	box-shadow: none;
}

.margin-top-50{
	margin-top: 50px;
}

.margin-bottom-50{
	margin-bottom: 50px;
}

.xpress-con-cover .one-img-box-row{
	display: flex;
	justify-content: center;
}

.project-transport-con h1{
    color: var(--blue-theme);
    font-size: 40px;
    font-weight: 400;
}

.project-transport-con .big-para {
    font-weight: lighter;
    line-height: 40px;
    font-size: 33px;
    font-family: 'Source Sans Pro';
}

.project-transport-con .text__content h2{
	font-size: 20px;
	color: var(--blue-theme);
}

.project-transport-con .text__content blockquote {
    position: relative;
    font-weight: 400;
    font-family: FoundrySterlingOT3W03-Book,FoundrySterlingOT3W10-Book,Arial,Helvetica,sans-serif;
    font-style: italic;
    font-size: 25px;
    color: #002664;
    margin-top: 1.875em;
    margin-left: 60px;
    padding-left: 20px;
    line-height: 35px;
}

.project-transport-con .text__content blockquote:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -60px;
    background-image: url(https://dsv-media-premium.azureedge.net/frontend/base/static-new/dist/img/icons_2022_02_02.png);
    background-repeat: no-repeat;
    background-size: 500px 500px;
    text-decoration: none;
    background-position: 0 -125px;
    background-size: 250px 250px;
    width: 39px;
    height: 27px;
}

.project-transport-con .text__content{
	text-align: justify;
}

.project-transport-row{
	display: flex;
	justify-content: center;
}

.xpress-bradcom .overlay{
	background-color: white !important;
}

.equipment-con .history li, .depot-con .history li{
	margin-bottom: 7px;
}

.equipment-con .history li .title, .depot-con .history li .title{
	font-size: 17px;
	font-weight: lighter;
}

.equipment-con .sub-service-data, .depot-con .sub-service-data{
	height: auto;
}

.equipment-con .sub-service-data h3{
	margin-bottom: 50px;
}

.depot-con .sub-service-data p{
	margin-bottom: 50px;
}

.depot-con .sub-service-data li h6, .equipment-con .sub-service-data li h6{
	line-height: 25px;
	text-align: justify;
}










@media screen and (max-width: 991px){

}

@media screen and (max-width: 768px){
	.padding-lr{
		padding-left: 15px;
		padding-right: 15px;
	}

	.contact-data-box{
		margin-bottom: 15px;	
	}

	.contact-map{
		margin-top: 30px;
	}

	.my-about-para p{
		width: 100%;
		line-height: 30px;
		font-size: 20px;
	}

	.new-about-section-col p{
		font-size: 30px;
		line-height: 40px;
	}

	.new-about-section-col h1{
		font-size: 30px;
	}

	.new-about-section-col{
		padding: 20px;
	}

	.my-jdinfro-section-row h2{
		font-size: 35px;
	}

	.my-jdinfro-section-row p{
		font-size: 28px;
	}

	.sub-service-con .sub-service-img img, .sub-service-con .sub-service-data{
		height: auto;
	}

	.sub-service-con .sub-service-data{
		margin: 25px 0;
	}

	.sub-service-con .sub-service-data h3{
		font-size: 28px;
	}

	.sub-service-con .sub-service-data p{
		font-size: 20px;
		line-height: 30px;
	}

	.section-margin{
		margin-top: 35px;
		margin-bottom: 35px;
	}


	.sub-seiveces-pro-data h3{
		font-size: 30px;
	}

	.sub-seiveces-pro-data h3{
		width: 100%;
	}
}