body {
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #141010;
	line-height: 1.6;
}

p {
	margin-bottom: 24px;
}

a {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	outline: none;
}

a:focus,
button:focus {
	outline: none !important;
}

.logo img {
	max-width: 190px;
}

h2 {
	font-size: 36px;
}

header {
	padding: 10px 0;
}

.btn {
	font-weight: 600;
	font-size: 18px;
	padding: 12px 30px;
}

.bg-dark .btn-primary:focus,
.bg-dark .btn-primary:active,
.bg-dark .btn-primary {
	background-color: #a0ce4e;
	border-color: #a0ce4e;
}

.btn-primary {
	background-color: #0d6647;
	border-color: #0d6647;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: rgba(10, 97, 63, 1);
	border-color: #fff;
}

.covid-banner {
	background-color: #115e7f;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	padding: 13px 0;
}

.banner {
	padding: 25px 0;
	background: url(../images/bekins-truck-banner.jpg) center;
	background-size: cover;
	color: #fff;
	position: relative;
}

.banner::after {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .56);
	content: "";
}

.banner .container {
	position: relative;
	z-index: 2;
}

.banner h2 {
	font-size: 50px;
	color: #fff;
	font-weight: 700;
}

.banner ul {
	font-size: 21px;
	font-weight: 500;
	margin: 0 0 34px 0;
	padding: 8px 0 0 0;
}

.banner ul li {
	padding: 3px 0 3px 40px;
	background: url("../images/green-tick.png") no-repeat 7px 7px transparent;
	position: relative;
	list-style: none;
}

.banner ul li::marker {
	padding: auto;
}

.banner-contact {
	 background-color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	display: inline-block;
	padding: 10px 25px;
}

.banner-form {
	background-color: #0d6647;
	padding: 30px;
}

.banner-form h3 {
	font-size: 32px;
}

.banner-form label {
	font-size: 14px;
	font-weight: 600;
}
.whitesection {
    padding: 70px 0;
}

.btn-dark {
	background-color: #a0ce4e;
	border-color: #a0ce4e;
}

.btn-dark:hover,
.btn-dark:focus {
	background-color: rgba(141, 196, 59, 1);
	border-color: rgba(141, 196, 59, 1);
}

.awards-pic {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

.our-service {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
}
section.sub-text h2 {
    font-size: 30px;
}
.our-service-box h2 {
	text-align: center;
}
section.sub-text {
    padding-top: 30px;
}

h2 {
	font-size: 36px;
	color: rgb(0, 111, 81);
	font-family: "Work Sans";
	font-weight: 700;
	font-style: normal;
	margin-bottom: 20px;
}

.exper-ul-g {
	padding: 0;
}

.qt-box {
	background: rgba(245,245,245,1);
    border-style: none;
    border-radius: 0px;
	height: 100%;
	padding: 20px;
}

.qt-box h5 {
	font-family: "Work Sans";
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    color: rgb(0, 111, 81);
}

.exper-ul-g li {
	background: url("../images/g-circle.png") no-repeat 7px 7px transparent;
	list-style: none;
	position: relative;
	padding-left: 30px;
}

.img-list {
	padding: 0;
}

.img-list li {
	list-style: none;
	display: inline-block;
}

.our-service li {
	display: inline-block;
	background: rgba(240, 248, 227, 1);
	border-style: solid;
	border-width: 1px;
	margin: 0 10px;
	border-color: #ccc;
	border-radius: 0px;
	text-align: center;
	width: 20%;
	padding: 20px;
}

.our-service li img {
	margin-bottom: 10px;
}

.img-list {
    margin-bottom: 0px;
}

.our-service li p {
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	color: rgb(13, 102, 71);
	font-size: 22px;
}

.bg-dark {
	background: rgba(13, 102, 71, 1) !important;
}

.img-w img {
	width: 100%;
	object-fit: contain;
}

.form-control,
.form-select {
	font-size: 15px;
}

.gray-section {
	background: #f5f5f5;
	padding: 70px 0;
}

.we-move {
	background: #fff;
	padding: 30px;
	margin-top: 30px;
}

.we-move h3 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 18px;
	color: #115e7f;
}

.we-move ul {
	margin: 0 0 0px 0;
	padding: 0px 0 0 0;
}

.we-move ul li {
	padding: 4px 0 4px 30px;
	list-style: none;
	position: relative;
}

.we-move ul li:before {
	width: 12px;
	height: 12px;
	background-color: #115e7f;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 11px;
	content: "";
}

.bg-red {
	background: #e23a40;
}

.exper-ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
}

.exper-ul li {
	background: #f5f5f5;
	padding: 20px 20px 16px 20px;
	margin: 0 10px;
	text-align: center;
	line-height: 1.3;
	font-weight: 600;
	width: calc(33.33% - 20px);
	background: rgba(240, 248, 227, 1);
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	border-radius: 0px;
}

.exper-ul li h3 {
	font-family: "Work Sans";
	font-weight: 700;
	font-style: normal;
	font-size: 60px;
	color: rgb(13, 102, 71);
	margin-bottom: 5px;
}

.h3-t {
	font-weight: 700;
	font-family: "Work Sans";
	font-size: 24px;
	color: rgb(0, 0, 0);
	font-style: normal;
}

.exper-ul li p {
	font-family: "Work Sans";
	text-transform: uppercase;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	color: rgb(13, 102, 71);
}

.testimonials h3 {
	font-size: 36px;
	color: #568fb9;
	font-weight: 700;
	line-height: 1.4;
	margin: 40px 0 30px 0;
}

footer {
	background: #1c1c1c;
	padding: 40px 0 100px 0;
	color: #fff;
}

.sticky {
	position: fixed;
	width: 100%;
	padding: 10px 0;
	background: #fff;
	bottom: 0px;
	z-index: 9;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
}

.page-thank-you {
	background: #fff;
}

.thank-you {
	background: #fff;
	text-align: center;
	padding: 30px;
	position: relative;
}

.thank-you h1 {
	font-weight: 700;
	font-style: normal;
	margin-bottom: 10px;
	font-size: 48px;
	color: rgb(255, 255, 255);
}

.thank-you p {
	font-weight: 400;
	margin-top: 0px;
	font-size: 22px;
	color: rgb(255, 255, 255);
	font-style: normal;
}

.thank-you-box {
	z-index: 4;
	position: relative;
}

.thank-you-logo {
	background-color: rgba(13,102,71,1);
	padding: 50px;
	margin: 40px auto 0px;
	max-width: 750px;
}

.thank-you-logo h1 {
	color: rgb(255, 255, 255);
	font-size: 28px;
}

.banner-header img,
.thank-you-logo img {
	max-width: 190px;
}

.banner-header img {
	margin-bottom: 15px;
}


.thank-you-logo p {
	font-weight: 400;
	margin-top: 30px;
	font-size: 18px;
    color: rgb(255, 255, 255);
	font-style: normal;
}

.banner h3 {
	font-family: "Work Sans";
    font-style: normal;
    font-weight: 700 !important;
    font-size: 28px;
    color: rgb(255, 255, 255);
}

.btn-box {
	max-width: 750px;
	margin: auto;
	margin-top: 30px;
}

.btn-box-white {
	background: rgba(240, 248, 227, 1);
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
	padding: 30px 20px;
	border-radius: 10px;
}

.btn-box-white p {
	color: #000;
	font-weight: 600;
	font-size: 20px;
}

.banner-width {
	max-width: 553px;
	box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 9%);
	margin: auto;
	margin-top: 40px;
}

.banner-width .banner-form {
	background-color: #fff !important;
}

.banner-header {
	text-align: center;
}

.banner-header h3 {
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	color: rgb(0, 111, 81);
}

.social-media img {
	margin: 0 10px;
}

.banner-header p {
	color: rgb(123, 123, 123);
	font-weight: 400;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
}

.banner-width .banner-form input[type="text"],
.banner-width .banner-form select {
	background-color: #e9eeee;
	color: #000;
	height: 41px;
	border-radius: 0;
	border: 0;
	font-size: 14px;
	line-height: 14px;
	padding-left: 13px;
	padding-right: 13px;
}

.banner-width .banner-form input[type=checkbox] {
	border: 1px solid #000;
}

.banner-width .banner-form .btn-dark {
	background: rgba(10,97,63,1);
	border: 0;
	border-radius: 0;
}
.bekins-sec-logo img {
    max-width: 210px;
}
section.py-5.packing-service h2 {
    margin-top: 20px;
}