@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 28px;
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
a {
	text-decoration: none !important;
}
.transition {
	transition: 0.5s;
}
.secTitle {
	width: max-content;
	font-weight: 600;
}
.secTitle {
	border-bottom: 2px solid rgba(0,0,0,0.15);
}
.secTitle.back-white {
	color: #000;
}
.secTitle.bg-orange::before {
	background: #384ca0;
}
.secTitle.bg-blue, .secTitle.bg-orange {
	border-bottom: 2px solid rgba(255,255,255,0.15);
}
.secTitle::before {
	content: '';
	width: 40px;
	position: absolute;
	height: 3px;
	bottom: -3px;
	background: #f6841f;
	left: 0;
	z-index: 2;
}
.secTitle.bg-blue::before, .secTitle.back-white::before {
	background: #f6841f;
}
.section-padding {
	padding: 100px 0;
}
.sp-top {
	padding-top: 100px;
}
.sp-bottom {
	padding-bottom: 100px;
}
/*--------------------------------------------
:::::About Page Section
--------------------------------------------*/
.aboutOne {
	background: url(../images/about-bg.jpg) no-repeat;
	background-size: cover;
}
.aboutOne .oneBox {
	background: rgba(255,255,255,0.50);
	box-shadow: 0 0 100px rgba(0,0,0,0.20);
	padding: 30px 50px;
}
.aboutOne .oneBox img {
	transform: translateY(30px);
}
.aboutOne .oneBox .secTitle {
	margin-bottom: 30px !important;
	padding-bottom: 15px !important;
}
.aboutOne .oneBox p {
	color: #1f1f1f;
}
.clButton:hover {
	background: #384ca0;
}
.ourHistory {
	overflow: hidden;
	margin: 100px 0;
}
.ourHistory .contentArea {
	padding: 60px 0 60px 40px;
	background: #f6841f;
}
.ourHistory::before {
	content: '';
	width: 49%;
	position: absolute;
	height: 100%;
	top: 0;
	background: url(../images/our-history.jpg) bottom center no-repeat;
	left: 0;
	background-size: cover;
}
.ourHistory .contentArea::after {
	content: '';
	width: 100vw;
	position: absolute;
	height: 100%;
	top: 0;
	background: #f6841f;
	right: -100vw;
}
.missionVision .mission, .missionVision .vision {
	padding: 100px 40px;
}
.missionVision .mission {
	background: url(../images/mission.jpg) no-repeat;
	background-size: cover;
}
.missionVision .vision {
	background: url(../images/vision.jpg) no-repeat;
	background-size: cover;
}
/*--------------------------------------------
:::::Services Page Section
--------------------------------------------*/
.localDelivery .localContent {
	background: #f6841f;
	padding: 50px 70px 50px 120px;
}
.localDelivery .localContent p {
	color: #000;
}
.localDelivery .container::before {
	content: '';
	width: 270px;
	position: absolute;
	height: 359px;
	bottom: -30px;
	background: url(../images/local-delivery-1.png) no-repeat;
	left: 0;
	z-index: 22;
	background-size: contain;
}
.localDelivery .container::after {
	content: '';
	width: 270px;
	position: absolute;
	height: 351px;
	bottom: -30px;
	background: url(../images/local-delivery-2.png) no-repeat;
	right: 0;
	z-index: 22;
	background-size: contain;
}
.dayDelivery::after {
	content: '';
	width: 100%;
	position: absolute;
	height: 300px;
	bottom: 10px;
	background: url(../images/same-day-delivery-bg.png) bottom center no-repeat;
	left: 0;
	z-index: -1;
	background-size: contain;
}
.trackingDelivery::before {
	content: '';
	width: 50%;
	position: absolute;
	height: 100%;
	top: 0;
	background: url(../images/inter-state-delivery.jpg) no-repeat;
	left: 0;
	background-size: cover;
	z-index: -1;
}
.trackingDelivery::after {
	content: '';
	width: 50%;
	position: absolute;
	height: 100%;
	top: 0;
	background: url(../images/tracking-delivery.jpg) no-repeat;
	right: 0;
	background-size: cover;
	z-index: -1;
}
.trackingDelivery .deliveryBox {
	padding: 40px 30px;
	background-image: linear-gradient(to right, rgba(0,0,0,0.50), rgba(0,0,0,0.70), rgba(0,0,0,0));
}
.trackingDelivery .row [class*="col-"]:last-child {
	padding-left: 40px;
}

/*--------------------------------------------
:::::Testimonial Page Section
--------------------------------------------*/
.testimnialPage .container > p {
	width: 60%;
	margin-bottom: 100px;
}
.testimnialPage .container > .row [class*="col-"]:first-child, 
.testimnialPage .container > .row [class*="col-"]:nth-child(2), 
.testimnialPage .container > .row [class*="col-"]:nth-child(3) {
	margin-top: 0;
}
.testimnialPage .container > .row [class*="col-"] {
	margin-top: 100px;
}
.testimnialPage .testimonialBox {
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
	padding: 0 30px 20px;
	color: #555555;
}
.testimnialPage .testimonialBox .imgBox {
	border: 6px solid #f6841f;
	width: max-content;
	height: max-content;
	transform: translateY(-50%);
}
.testimnialPage .testimonialBox h5 {
	font-weight: 500;
	color: #384ca0;
	margin-top: -30px;
}
.testimnialPage .testimonialBox ul li > i {
	font-size: 14px;
	margin: 0 2px;
	color: #f6841f;
}
.testimnialPage .testimonialBox > i {
	width: 50px;
	height: 50px;
	background: #384ca0;
	font-size: 20px;
}
/*--------------------------------------------
:::::Contact Us Page
--------------------------------------------*/
.contactPage .contactBox {
	background: #f6841f;
	padding: 30px;
}
.contactPage .contactBox .iconBox {
	width: 120px;
	height: 120px;
}
.contactPage .contactBox a {
	color: #000;
}
.contactPage .contactBox a:hover {
	color: #fff !important;
}
.contactPage .formArea {
	width: 75%;
	background: #384ca0;
	padding-left: 70px;
	padding-right: 70px;
}
.contactPage .formArea::before {
	content: '';
	width: 100%;
	position: absolute;
	height: 80px;
	background: #384ca0;
	top: -80px;
	left: 0;
	z-index: -1;
}
.contactPage .formArea .row [class*="col-"] {
	padding: 0 5px 10px;
}
.contactPage .formArea .inputField img {
	top: 20px;
	left: 15px;
}
.contactPage .formArea .inputField input, .contactPage .formArea .inputField textarea {
	border-radius: 6px;
	padding: 15px 15px 15px 40px;
}
.contactPage .formArea .inputField input::placeholder, 
.contactPage .formArea .inputField textarea::placeholder {
	opacity: 1;
	color: #464646;
}
.contactPage .formArea .inputField button[type="submit"], .clButton {
	background: #f6841f;
	padding: 12px 30px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 6px;
}
.contactPage .formArea .inputField button[type="submit"]:hover {
	color: #384ca0;
	background: #fff;
}
/*--------------------------------------------
:::::Responsive Css Section
--------------------------------------------*/
@media only screen and (max-width: 1199px) {
	.section-padding {
		padding: 70px 0;
	}
	.sp-top {
		padding-top: 70px;
	}
	.sp-bottom {
		padding-bottom: 70px;
	}
	.aboutOne .oneBox {
		padding: 30px;
	}
	.ourHistory {
		margin: 70px 0;
	}
	.localDelivery .localContent {
		padding: 30px 75px 30px 120px;
	}
	.localDelivery .container::before {
		left: -15px;
	}
	.localDelivery .container::after {
		right: -15px;
	}
	.contactPage .contactBox .iconBox {
		width: 100px;
		height: 100px;
	}
	.contactPage .contactBox .iconBox img {
		width: 32px;
	}
}
@media only screen and (max-width: 991px) {
	.section-padding {
		padding: 50px 0;
	}
	.sp-top {
		padding-top: 50px;
	}
	.sp-bottom {
		padding-bottom: 50px;
	}
	.ourHistory {
		margin: 50px 0;
	}
	.ourHistory::before, .ourHistory .contentArea::after, 
	.trackingDelivery::before, .trackingDelivery::after {
		display: none;
	}
	.ourHistory .contentArea {
		margin-top: 15px;
		padding: 50px 30px;
	}
	.localDelivery .container::before, .localDelivery .container::after {
		display: none;
	}
	.localDelivery .localContent {
		padding: 50px 40px;
		margin-bottom: -45px;
	}
	.dayDelivery img {
		margin-bottom: 20px;
	}
	.trackingDelivery {
		padding: 0 !important;
	}
	.trackingDelivery .container {
		width: 100% !important;
		max-width: 100% !important;
	}
	.trackingDelivery .row [class*="col-"] {
		padding: 50px 30px !important;
	}
	.trackingDelivery .row [class*="col-"]:first-child {
		background: url(../images/inter-state-delivery.jpg) no-repeat;
		background-size: cover;
	}
	.trackingDelivery .row [class*="col-"]:last-child {
		background: url(../images/tracking-delivery.jpg) no-repeat;
		background-size: cover;
	}
	.testimnialPage .container > p {
		width: 80%;
	}
	.testimnialPage .container > .row [class*="col-"]:nth-child(3) {
		margin-top: auto;
	}
	.contactPage .contactBox .iconBox {
		width: 80px;
		height: 80px;
	}
	.contactPage .contactBox .iconBox img {
		width: 25px;
	}
	.contactPage .formArea {
		width: 90%;
	}
}
@media only screen and (max-width: 767px) {
	.section-padding {
		padding: 30px 0;
	}
	.sp-top {
		padding-top: 30px;
	}
	.sp-bottom {
		padding-bottom: 30px;
	}
	.secTitle {
		font-size: 28px;
	}
	.ourHistory {
		margin: 30px 0;
	}
	.missionVision .mission, .missionVision .vision {
		padding: 50px 30px;
	}
	.localDelivery img {
		width: 49%;
	}
	.testimnialPage .container > p {
		margin-bottom: 80px;
	}
	.testimnialPage .container > .row [class*="col-"], 
	.testimnialPage .container > .row [class*="col-"]:nth-child(2), 
	.testimnialPage .container > .row [class*="col-"]:nth-child(3) {
		margin-top: 80px;
	}
	.contactPage .contactDetails [class*="col-"]:nth-child(2) {
		margin: 10px 0;
	}
	.contactPage .formArea {
		width: 100%;
		margin-top: 10px;
		padding: 50px 30px;
	}
	.contactPage .formArea::before {
		display: none;
	}
}
@media only screen and (max-width: 575px) {
	.secTitle {
		width: auto;
		font-size: 25px;
	}
	.ourHistory .contentArea {
		padding: 30px 20px;
	}
	.missionVision .mission, .missionVision .vision {
		padding: 30px 20px;
	}
	.localDelivery .localContent {
		padding: 30px 20px 50px;
	}
	.trackingDelivery .row [class*="col-"] {
		padding: 30px 20px !important;
	}
	.testimnialPage .container > p {
		width: 100%;
		text-align: left !important;
	}
	.contactPage .formArea {
		padding: 30px 15px;
	}
}