html{
	scroll-behavior: smooth;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Rubik', sans-serif; 
	font-weight: 400;
}

h1, h2, h3,h4,h5 {
	font-family: 'Krub', sans-serif;
	font-weight: 700;
}

a {
	text-decoration: none;
	color: unset;
}

a:hover{
	text-decoration: none;
	color: unset;
}

input ,textarea {
	background-color: #D9D9D9;
}

li{ list-style:none; }

p{
	font-size: 0.9rem;
	line-height: 1.6;
	font-weight: 400;
	color: #222222;
}

i{
	color: #fff;
}

.btn:focus {
	outline: 0;
	box-shadow: none;
	outline: none;
	border: none;
}

.icons {
	padding: 20px 20px;
	background-color: #514E48;
	color: #F6B426;
	border-radius: 30px;
	height: 60px;
	width: 60px;
	font-size: 20px;
}

.icon-box h4 {
	font-size: 20px;
	font-weight: 700;
	margin: 15px 40px;
}

.logo-img {
	margin-top: 30px;
}

.menu-section {
	background-color: #FFB82B;
}

.about-submenu, .service-submenu {
	border-radius: unset;
    line-height: 2;
    text-align: center;
    background-color: #FFB82B;
}

.about-submenu li, .service-submenu li {
	border-bottom: 2px solid #000;
}

.about-submenu li a:focus {
    background-color: #d49417;
}

.about-submenu li a.active {
    background-color: #d49417;
}

.nav-link {
	font-size: 16px;
	font-family: 'krub', sans-serif;
	font-weight: 600;
	color: #000 !important;
	padding-right: unset !important;
}


#navbarCollapse .nav-item:not(:last-child) .nav-link::after {
	content: "|";
	margin-left: 20px;
	margin-right: 20px;
}

#navbarCollapse .nav-item:not(:last-child) .nav-link::after {
	color: #fff;
	opacity: 0.2;
}

#navbarCollapse {
	justify-content: center;
}

.top-section .container-fluid{ 
	padding-bottom: 40px;
}

.dropdown-mega .dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 0;
  padding: 0.7em;
}

.dropdown-mega .dropdown-menu ul {
  list-style: none;
  padding: 0;
}

.dropdown-mega .dropdown-menu ul li a {
  color: #000 !important;
  font-size: 13px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  padding: 0.5em 1em;
}

.dropdown-mega .dropdown-menu li .dropdown-item:hover {
  background-color: #e9ecef;
}

.dropdown-mega .dropdown-menu.mega-menu {
    width: 1080px;
    background-color: #FFB82BE5;
}

.dropdown-mega .industry-text {
	font-size: 20px;
	font-weight: 600;
	font-family: "Rubik", sans-serif;
	margin-left: 13px;
}

.border-lr {
	border-left: 2px solid;
	border-right: 2px solid;
}

.social-icons i {
	color: #000;
}

.header-btn-sm {
	display: none;
}

.header-btn .btn {
	background-color: #514E48;
	color: #fff;
	padding: 20px;
	border: unset;
	border-radius: unset;
	margin-left: 80px;
}

.header-btn .btn:hover {
	background-color: #514E48;
	color: #fff;
	border: none;
	border-radius: 0px;
}

.top-section .col-md-9 {
	margin-top: 25px;
}

.hero-section {
	margin: 20px 0px;
	height: auto;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-section-heading {
	margin-bottom: 50px;
}

.hero-section .hero-section-contact {
	display: flex;
	justify-content: end;
}

.hero-section-heading h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	font-family: 'Rubik', sans-serif;
}

.hero-section-text {
	max-width: 390px;
	text-align: center;	
}

.service-page .hero-section-heading {
	margin-bottom: 20px;
}

.service-page .hero-section-heading h1 {
	font-size: 38px;
	font-weight: 700;
}

.service-page .hero-section-text {
	max-width: 590px;
}

.hero-section-text p {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	text-align: justify;
}

.hero-section-2 {
	margin: 20px 0px;
	padding: 50px 20px 80px 20px;
	height: auto;
	width: 100%;	
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-section-2 .hero-section-contact {
	display: flex;
	justify-content: end;
}

.hero-section-text-2 {
	margin: 0px 350px 0px 350px;
	text-align: center;
}

.hero-section-2 h1 {
	font-size: 64px;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
}

.hero-section-text-2 p {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	text-align: justify;
}

.hero-section-contact h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.get-a-quote {
	background-color: #111C55;
	text-align: center;
	padding: 15px 0px 0px 0px;
}

.get-a-quote p {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.services-overview-section {
	margin: 20px 0px;
	padding: 7px;
	background-color: #FFB82B;
}

.service-image img {
	height: 50px;
	width: 50px;
	padding: 3px;
}

.service-text {
	margin-top: 5px;
}

.service-text p {
	color: #000;
	font-size: 16px;
	font-weight: 500;
}

.quote-section {
	height: auto;
	margin: 20px 0px;
	background-image: url('../image/getquote.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.quote-section .btn-image {
	border: 2px solid goldenrod;
	background: #D9D9D9;
    height: 120px;
    width: 120px;
    padding: 15px;
}

.quote-section .btn-image h4 { 
	font-size: 12px;
	font-weight: 500;
	margin-top: 10px;
	font-family: "Rubik", sans-serif;
}

.quote-section .btn-image.selected {
	border: 2px solid #111C55;
}

.quote-section .card {
	background-color: #FDC400CC;
	border: unset;
	border-radius: unset;
}

.quote-section .card-body .row > .col-md-3 {
	margin: 0px;
	padding: 0px;
}

.card-head h5 {
	font-size: 24px;
	font-weight: 700;
}

.card-title {
	font-size: 16px;
	font-weight: 700;
}

.quote-form {
	margin-top: 20px;
	justify-content: center;
}

.quote-form input, select {
	background-color: #D9D9D9 !important;
}

.quote-form .time_collect, .quote-form .quote-2-btn {
	margin-top: 90px;
}

.quote-form select option {
	text-align: center;
	background-color: #514E48;
	color: #fff;
	border-radius: unset;
	font-size: 12px;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
}

.quote-form .form-control:focus {
	outline: none;
	border-color: none;
	box-shadow: none;
}

.bs-stepper-content .card {
	height: 650px;

}

.quote-form .btn, .services-section .btn {
	background-color: #13216A;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	margin-top: 20px;
	font-size: 20px;
	padding: 7px 20px 7px 20px;
	font-weight: 700;
	border-radius: 10px;
	border: none;
}

.services-section {
	position: relative;
	height: auto;
	padding: 20px;
	margin: 20px 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

.services-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #514E48CF; 
}

.services-section .services-content {
	position: relative;
	z-index: 1;
}

.services-section .card {
	background-color: #FFB82B;
	padding: 20px;
	border: unset;
	border-radius: unset;
	box-shadow: 0px 4px 4px 0px #00000080;
}

.services-section h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
}

.services-section .card-title {
	font-size: 16px;
	font-size: 700;
	font-family: 'rubik', sans-serif;
	padding-right: 130px;
}

.services-section .card-text {
	margin-top: 10px;
	text-align: justify;
	font-weight: 400;
	font-size: 13px;
	font-family: 'Rubik', sans-serif;
}

/* Our Reviews */

.our-reviews .btn {
	background-color: #13216A;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	margin-top: 20px;
	font-size: 20px;
	padding: 7px 20px 7px 20px;
	font-weight: 700;
	border-radius: unset;
	border: unset;
}

.happy-customer-section h4 {
	text-align: center;
	font-weight: 700;
	font-family: "Rubik", sans-serif;
	font-size: 32px;
	color: #FFB82B;
}

.happy-customer-section p {
	font-size: 24px;
	font-weight: 500;
	color: #000;
}

.how-it-works {
	background-color: #D9D9D9;
	height: auto;
	margin-top: 20px;
	padding: 20px;
}

.how-it-works h4 {
	text-align: center;
	font-weight: 700;
	font-size: 36px;
	color: #000;
}

.how-it-works p {
	font-size: 24px;
	font-weight: 500;
	color: #000;
}

.we-collect-2 {
	display: none;
}

.how-it-works .arrows {
	height: 100%;
	width: 100%;
}

.trust-section {
	margin: 20px;
}

.trust-section .trust-section-content {
	background-color: #FFB82B;
	margin-left: -80px;
	padding: 50px 200px 0px 40px;
	border: unset;
	border-radius: unset;
}

.trust-section .trust-section-content h4 {
	font-size: 24px;
	font-weight: 700;
	font-family: 'Rubik', sans-serif;
}

.trust-section .trust-section-content h2 {
	font-size: 32px;
	font-weight: 700;
	font-family: 'Rubik', sans-serif;
}

.trust-section .trust-section-content p {
	font-size: 14px;
	font-weight: 400;
}

.trust-section .trust-section-content ul li {
	list-style: disc !important;
	font-size: 14px;
	font-weight: 400;
	margin-left: 20px;
}

.trust-section-btn .btn {
	background-color: #13216A;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	padding: 7px 20px 7px 20px;
	font-weight: 700;
	border-radius: 10px;
	border: none;
}

.location-section {
	height: auto;
	position: relative;
}

.map-location {
	height: 100vh; 
	background-image: url('../image/map.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.location-section .location-content-left {
	background-color: #72706B;
	padding: 20px 20px 20px 20px;
}

.location-section .location-content .sub-title {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	line-height: 17px;
}

.location-section .location-content h4 {
	color: #FFB82B;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	font-family: 'Rubik' sans-serif;
}

.location-section .location-content .desciption {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 15px;
}

.location-section .location-content .table td {
	border: none;
	color: #fff;
	padding-left: 0px;
}

.location-section .location-content .btn {
	background-color: #13216A;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	padding: 7px 15px 7px 15px;
	font-weight: 700;
	border-radius: 10px;
	border: none;
}

.trust-section-2 {
	margin: 20px;
}

.trust-section-2 .trust-section-content {
	background-color: #FFB82B;
	margin-left: -80px;
	border: unset;
	border-radius: unset;
}

.trust-section-2 .trust-section-content h2 {
	font-size: 32px;
	margin-bottom: 20px;
	font-weight: 700;
	font-family: 'Rubik', sans-serif;
}

.trust-section-2 .trust-section-content p {
	font-size: 14px;
	font-weight: 400;
	text-align: justify;
}

.trust-section-2 .trust-section-content ul li {
	list-style: disc !important;
	font-size: 14px;
	font-weight: 400;
	margin-left: 20px;
}

.trust-section-2 .trust-section-btn .btn {
	background-color: #13216A;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	padding: 7px 20px 7px 20px;
	font-weight: 700;
	border-radius: 10px;
	border: none;
}

.trust-section-2 .contact h4 {
	color: #fff;
	font-size: 24px;
	text-align: center;
	font-weight: 700;
}

.footer-section {
	width: 100%;
	height: auto;
	padding: 0px 0 10px 0;
	background: #091242;
	position: relative;
}

.footer-section p {
	color: #fff;
}

.footer-icon.icon-box p {
	margin-top: -10px;
}

.footer-section li a {
	font-size: 0.9rem;
	line-height: 1.6;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
}

.footer-section h3{
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 25px;
	font-size: 1.2rem !important;
	font-weight: 600;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.footer-section .icon-box  p {
	color: #FFB82B;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	margin-left: 30px;
}

.footer-section .footerdiv {
	padding: 25px 0px 0px 50px;
	text-align: justify;
}

.footer-section .footerdiv li {
	line-height: 40px;
}

.footer-section .copyright-text p {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Krub', sans-serif;
	line-height: 40px;
}

.footer-section .bottom-text p {
	background-color: #514E48;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}

.blog-image .img {
	height: 80vh;
}

/* Our Client  */

.our-values {
	margin: 20px 20px 20px 20px;
}

.our-values .card {
	background-color: #FFB82B;
	padding: 20px;
	border: unset;
	border-radius: unset;
	box-shadow: 0px 4px 4px 0px #00000080;
}

.our-values .title {
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	font-family: "Rubik", sans-serif;
}

.our-values .card-title {
	font-size: 32px;
	font-weight: 700;
	font-family: "Rubik", sans-serif;
}

/* Contact Us */
.hero-section .contact-page h4 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
}

.hero-section .contact-page h4 span {
	font-size: 36px;
	font-weight: 700;
	font-family: "Rubik", sans-serif;
}

.contact-section {
	height: auto;
	margin: 20px 0px;
	background-color: #514E48;
}

.contact-section .card {
	margin: 20px 80px 20px 80px;
	background-color: #FFB82B;
	border: unset;
	border-radius: unset;
	box-shadow: 0px 4px 4px 0px #00000080;
}

.contact-section .flex-column {
	margin-top: 60px;
}

.contact-section h3 {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	font-family: "Rubik", sans-serif;
}

.contact-section p {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}

.contact-section h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.contact-section .card-title {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	font-family: "Rubik", sans-serif;
}

.contact-section .contact-form label {
	font-size: 22px;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
}

.contact-section .contact-form input, .contact-section .contact-form textarea {
	background-color: #D9D9D9;
	border-radius: unset;
	border: unset;
}

.contact-section .contact-form input:focus, .contact-section .contact-form textarea:focus {
	box-shadow: none;
}

.contact-section .contact-form .btn {
	background-color: #13216A;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	margin-top: 20px;
	font-size: 22px;
	font-family: "Rubik", sans-serif;
	padding: 10px 50px 10px 50px;
	font-weight: 700;
	border-radius: unset;
	border: none;
}

/* Trade Accound */

.trade-account-content p {
	font-size: 16px;
	font-weight: 600;
	margin-top: 20px;
	line-height: 24px;
}

.trade-account-content ul li {
	list-style: disc;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	list-style-position: inside;
}

/* About Us */

.about-us {
	padding: 70px;
	background: linear-gradient(95.65deg, rgba(237, 192, 38, 0.7) 43.73%, rgba(237, 192, 38, 0.43) 54.5%), url('../image/medium-shot-delivery-woman.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.about-us h2 {
	font-size: 48px;
	font-weight: 700;
	font-family: "Rubik", sans-serif;
	color: #fff;
}

.trust-section-2.about-us-section {
	padding: 0px 200px;
	justify-content: center;
	text-align: justify;
}

.trust-section-2.about-us-section .container-fluid {
	padding: unset;
}

.trust-section-2.about-us-section .trust-section-content {
	margin-left: unset;
	padding: unset;
}

.our-values.about-us-values {
    position: relative; 
    background-image: url('../image/african-american-deliverer.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
}

.our-values.about-us-values h4 {
	font-size: 22px;
}

.our-values.about-us-values img {
	height: 70px;
	width: 70px;
}

.our-values.about-us-values::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(81, 78, 72, 0.5);
}

/* vehicles */

.services-section.vehicles-section .card {
	border: unset;
	border-radius: unset;
	box-shadow: 0px 4px 4px 0px #00000080;
}

.services-section.vehicles-section .services-heading h2 {
	font-family: "Rubik", sans-serif;
}

.services-section.vehicles-section .card-title {
	padding-right: 0px;
	margin: 20px 0px;
}

/* Blog */
.hero-section .blog-page .btn, .blog-section .btn {
	background-color: #13216A;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	margin-top: 20px;
	font-size: 20px;
	padding: 7px 20px 7px 20px;
	font-weight: 700;
	border-radius: unset;
	border: unset;
}

.blog-section {
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 50px 0px 50px 0px;
}

.blog-section .col-md-4 {
	margin-top: 200px;
	padding-left: 30px;
	padding-right: 30px;
}

.blog-section h2 {
	color: #000;
	font-size: 64px;
	font-weight: 700;
}

.blog-section .card {
	background-color: #FFB82B;
	border: unset;
	border-radius: unset;
	box-shadow: 0px 4px 4px 0px #00000080;

}

.blog-section .img-fluid {
	height: 300px;
	width: 450px;
	margin: -150px 0px 20px 0px;
}

.blog-section .card-title {
	font-size: 32px;
	font-weight: 700;
	font-family: "Rubik", sans-serif;
	text-align: left;
}

.trust-section-2.blog-content .trust-section-content {
	margin-left: unset;
}

/* Faqs */
.faqs-section .custom-border {
	border: solid 2px #000;
}

.faqs-section .card-header {
	background: unset;
	border: unset;
}

.faqs-section .card {
	border-radius: unset;
	border: none;
	border-bottom: 1px solid #000;
}

.faqs-section .btn-link {
	text-decoration: none;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	font-family: "Rubik", sans-serif;
}

.faqs-section .accordion-arrow {
      background-image: url('../image/down-arrow-box.png');
      background-repeat: no-repeat;
      background-position: right center;
      padding-right: 30px;
    }


@media (max-width: 768px) {

	.top-section .container-fluid {
		padding: unset;
	}

	.top-section .icon-box {
		margin-top: unset;
	}

	.top-section .col-md-9 {
		background-color: #FFB82B;
		margin-top: unset;
		text-align: center;
	}

	.top-section .icon-box .icons {
		padding: 9px;
		font-size: 9px;
		margin-left: 11px;
		height: unset;
		width: unset;
	}

	.top-section .icon-box h4 {
		font-size: 8px;
		margin: 15px 5px;
	}

	.trust-section-2 {
		margin: unset;
	}

	.trust-section-2 .trust-section-content {
		margin-left: unset;
	}

	.about-us h2 {
		text-align: center;
		font-size: 25px;
	}

	.trust-section-2.about-us-section {
		padding: unset;
	}

	.about-us-values .col-md-3 {
		margin: 20px 0px;
	}

	.hero-section {
		margin-top: -15px;
	} 

	.menu-section {
		background-color: unset;
	}

	.menu-section .menu-socaitl-items {
		display: flex;
		background-color: transparent !important;
		justify-content: end;
	}

	.menu-section .social-icons {
		display: none;
	}

	.menu-section .header-btn {
		display: none;
	}

	.header-btn-sm {
		display: block;
	}

	.header-btn-sm a {
		background-color: #514E48;
		color: #fff;
		border: none;
		border-radius: 0px;
	}

	.icon-box .col-3 {
		text-align: center;
	}

	.navbar-collapse {
		position: fixed;
		top: 56px;
		bottom: 0;
		left: 0;
		z-index: 1000;
		background-color: #fff;
		overflow-y: auto;
		overflow-x: hidden;
		transition: transform 0.3s ease;
		transform: translateY(-100%);
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-collapse.show {
		transform: translateY(0);
	}

	.navbar-toggler {
		order: 2;
	}

	.social-icons {
		order: 3;
	}

	.services-section .services-section-truck {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.services-section .card-title {
		padding-right: unset;
	}

	.header-btn {
		text-align: center;
	}

	.quote-section .card .card-title, .quote-section .card .row {
		text-align: center;
	}

	.bs-stepper-content .card {
		height: unset;
	}

	.header-btn a {
		order: 4;
		margin-top: 10px;
		text-align: center; 
		margin-left: 0px;
	}

	.hero-section {
		padding: 40px 0px;
	}

	.hero-section-text p {
		padding: 0px;
		margin-top: 20px;
	}

	.hero-section .hero-section-contact {
		justify-content: start;
	}

	.how-it-works p {
/*		font-size: 16px;*/
	}

	.how-it-works .arrows-div {
		display: none;
	}

	.how-it-works .we-collect-1 {
		display: none;
	}

	.we-collect-2 {
		display: block;
	}

	.trust-section .trust-section-content {
		margin-left: unset;
		padding: unset;
	}

	.contact-section .card {
		margin: unset;
	}

	.footerdiv:nth-child(2){
		text-align: left !important;	
	}

	.footer-section .icon-box p {
		margin-left: unset;
	}

	.hero-section-2 {
		background-color: #FFB82BCC !important;
	} 

	.hero-section-2 h1 {
		font-size: 40px;
		margin-top: 20px;
	}

	.hero-section-text-2 {
		margin: 30px;
	}
	
	.footerdiv {
		margin: 30px 0;
	}

	.footer-icon.icon-box p {
		margin-top: unset;
	}

	.footer-section .footerdiv {
		text-align: center;
		padding: 25px 0px 0px 0px;
	}

	.footer-section .footerdiv li {
		text-align: center;
		padding: 15px 0px 0px 0px;
	}

	.footer-section .copyright-text {
		text-align: center;
	}

	.navbar-collapse.show {
		top: 15px;
	    text-align: justify;
	    padding-left: 30px;
	    line-height: 2;
	} 

	.navbar-collapse.show  button.close {
		padding: 0px 40px;
		font-size: 40px;
	}
}

@media only screen and (min-width: 992px) {
  .dropdown-mega:hover .dropdown-menu {
    display: flex;
  }
  .dropdown-mega .dropdown-menu.show {
    display: flex;
  }
}
