/*=================================
	Fonts Css Start
=================================*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


/*=================================
	Fonts Css End
=================================*/

body {
    font-family: 'Roboto';
    font-weight: 600;
}

a {
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

a:focus {
    outline: none;
}

p {
    font-size: 14px;
    font-weight: 500;
    color: #191919;
    line-height: 23px;
}

p:last-child {
    margin-bottom: 0!important;
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .0rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .0rem rgba(0, 123, 255, .25);
}

a,
a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


/*=================================
	Heading Tags Css Start
=================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #202020;
    font-weight: 700;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 45px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 21px;
}


/*=================================
	Heading Tags Css End
=================================*/


/*=================================
	Header Css Start
=================================*/

#load {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
}

header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-bottom: solid 2px #345aa7;
}

.clear {
    padding: 0;
    margin: 0;
}

.clear li {
    list-style: none;
    position: relative;
}

.header-style-1 .logo img {
    width: 100%;
}

.header-style-1 .content-area {
    padding: 100px 0px 0px;
}

.header-style-1 .contact-details li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 30px;
}

.header-style-1 .container {
    max-width: 1315px;
    padding: 0 0 0 8px;
}

.menu-box {
    margin-top: 10px;
}


/*---------menu from right -------------*/

.header-style-1 .main-menu ul.clear li {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    margin: 0 15px;
    line-height: 54px;
}

.header-style-1 .main-menu ul.clear li a.active {
    color: #345aa7;
}

.header-style-1 nav.main-menu ul.clear li a {
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;
    position: relative;
    font-size: 15px;
    color: #202020;
    font-weight: 700;
}

.header-style-1 nav.main-menu ul.clear li a:hover,
ul.top-bar li a:hover {
    color: #345aa7;
}

.flex-property {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 0 18px;
}

.header-style-1 .main-menu ul.clear li:last-child {
    margin-right: 0;
}

.header-style-1.collapss {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.logo.mobile-visible {
    display: none;
}

.header-style-1 nav.main-menu ul.clear li a::before {
    width: 0px;
    height: 2px;
    content: "";
    background: #ffd629;
    display: block;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    transition: ease all 0.5s;
}


/*
.header-style-1 nav.main-menu ul.clear li:last-child a::before {
	display: none;
}
*/

.header-style-1 nav.main-menu ul.clear li a:hover::before,
.header-style-1 nav.main-menu ul.clear li a.active::before {
    width: 100%;
}

.header-style-1 nav.main-menu .clear.submenu li a::before {
    display: none;
}

.header-style-1 nav.main-menu .clear.submenu li a:hover::before {
    display: none;
}

.header-style-1.collapss .main-menu {
    padding: 8px 0;
}

.header-style-1.collapss .logo.desktop-visible {
    max-width: 234px;
}

.header-style-1.collapss .main-menu .menu-box .top-bar {
    margin-top: -80px;
    margin-bottom: 30px;
}

.header-style-1.collapss .main-menu ul.clear li {
    line-height: 44px;
}

.header-style-1.collapss nav.main-menu ul.clear li a::before {
    bottom: -8px;
}


/*=================================
	Header Css End
=================================*/


/*=================================
	Home Css Start
=================================*/

.top-bar {
    text-align: right;
    -webkit-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    transition: ease all 0.5s;
}

ul.top-bar li {
    display: inline-block;
    margin-right: 26px;
}

ul.top-bar li:last-child {
    margin-right: 0px;
    margin-left: 8px;
}

ul.top-bar li img {
    width: 13px;
    margin-right: 10px;
    margin-top: -5px;
}

ul.top-bar li:nth-child(2) img {
    width: 16px;
}

ul.top-bar li a {
    color: #202020;
    font-size: 15px;
}

ul.top-bar li strong {
    color: #345aa7;
    font-size: 15px;
}

ul.top-bar li:last-child a {
    -webkit-box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.14);
    box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.14);
}

.border-box h1 {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 18px;
}

.border-box h1 span {
    display: block;
}

.border-box p {
    color: #fff;
    text-align: justify;
    margin-bottom: 26px;
}

.border-box ul li {
    display: inline-block;
    margin-right: 10px;
}

#home-banner .container {
    max-width: 1170px;
    padding-left: 0px;
    padding-right: 0px;
}

.home-banner-services {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1170px;
    padding-left: 0px;
    padding-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-banner-services li {
    width: 24.9%;
    display: inline-block;
    float: left;
    margin-right: 0.1%;
    height: 146px;
    position: relative;
}

.home-banner-services li:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    -webkit-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    transition: ease all 0.5s;
}

.home-banner-services li:hover::before {
    background: #ffd629;
    height: 110%;
    top: -10%;
}

.home-banner-services li a {
    color: #fff;
    padding: 21px 20px 13px 38px;
    display: block;
    z-index: 2;
    position: relative;
    font-size: 21px;
    line-height: 24px;
}

.haulage-services-icon {
    width: 44px;
    height: 33px;
    display: block;
    margin-bottom: 7px;
}

.distribution-services-icon {
    width: 30px;
    height: 33px;
    display: block;
    margin-bottom: 7px;
}

.Warehousing-storage-icon {
    width: 38px;
    height: 33px;
    display: block;
    margin-bottom: 7px;
}

.confidential-shredding-icon {
    width: 28px;
    height: 33px;
    display: block;
    margin-bottom: 7px;
}

.read-more {
    display: block;
    text-align: right;
    font-size: 14px;
}

#get-in-touch-strip {
    background: #345aa7;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#get-in-touch-strip p {
    font-size: 25px;
    margin: 0;
    color: #fff;
    margin-right: 40px;
}

#get-in-touch-strip a:hover {
    background: #fff;
    color: #345aa7!important;
}

#the-importance-of-providing {
    padding: 108px 0 113px 0;
}

#the-importance-of-providing h2 {
    margin-bottom: 34px;
    padding: 20px 0 20px 45px;
}

#the-importance-of-providing p {
    text-align: justify;
    padding-right: 50px;
}

.btn-box .size-btn {
    margin-right: 7px;
}

.btn-box {
    margin-top: 30px;
}

.right-img-box {
    position: relative;
}

.right-img-box::before {
    display: block;
    width: 204px;
    height: 288px;
    content: "";
    position: absolute;
    background: #ffd629;
    bottom: -30px;
    right: 9px;
    z-index: -1;
}

#home-haulage-industry {
    position: relative;
    overflow: hidden;
}

#home-haulage-industry .img-fluid {
    position: relative;
    width: 100%;
}

.home-haulage-industry-box {
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 178px 0 0;
}

.heading2 {
    font-size: 45px;
    font-weight: bold;
}

.home-haulage-industry-box h2 {
    color: #fff;
}

.home-haulage-industry-box .border-box {
    max-width: 690px;
}

#personal-information {
    background: #f8f8f8;
    padding-bottom: 120px;
}

#personal-information form {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#personal-information form .form-control {
    border-radius: 0;
    border: solid 2px #f4f4f4;
    padding: 0 20px 0 20px;
    font-size: 12px;
    color: #202020;
    font-weight: 500;
}

#personal-information form input,
#personal-information form select {
    height: 47px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
}

#personal-information form textarea {
    height: 101px;
    resize: none;
    padding-top: 10px!important;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}

.select:focus {
    outline: 0;
}

#personal-information form h5 {
    margin-bottom: 18px;
}

#personal-information form .form-group {
    margin-bottom: 18px;
}

.submit-btn {
    width: 100%;
    border: 0;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    transition: ease all 0.5s;
    border-radius: 0;
}

.home-we-help-you-box {
    height: 100%;
    position: relative;
    padding: 46px 50px 0 45px;
    max-width: 304px;
    margin-left: 25px;
    overflow: hidden;
    min-height: 350px;
}

.home-we-help-you-box::before {
    background-image: url(../images/home/white-mail-icon.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    position: absolute;
    content: "";
    width: 269px;
    height: 204px;
    display: block;
    bottom: -20px;
    left: -24px;
}

.home-we-help-you-box h3 {
    color: #fff;
    margin-bottom: 14px;
}

.home-we-help-you-box p {
    font-size: 12px;
}

.home-we-help-you-box a {
    position: absolute;
    bottom: 40px;
}

.home-we-help-you-box a:hover,
.our-services-box a:hover {
    background: #fff;
    color: #345aa7!important;
}

.pi-pading-box {
    padding: 40px 50px 40px 50px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#personal-information ul {
    position: absolute;
    top: -83px;
    left: 0;
    z-index: 9;
}

#personal-information ul li {
    display: inline-block;
    float: left;
}

#personal-information ul li a {
    min-width: 214px;
    height: 83px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.request-a-quote-icon {
    width: 23px;
    height: 23px;
    margin-right: 10px;
}

.our-team-icon {
    width: 36px;
    height: 23px;
    margin-right: 10px;
}

.request-a-quote-icon img {
    width: 100%;
}

.blue-light {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}

#our-distribution-section .blue-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.our-services-box {
    padding: 10px 0 20px 66px;
    margin: 0 74px 0;
}

.our-services-box h2,
.our-services-box p {
    color: #fff;
}

.our-services-box p {
    text-align: justify;
    margin-bottom: 26px;
}

.our-services-box h2 {
    margin-bottom: 20px;
}

#our-distribution-section {
    padding: 120px 0 130px;
}

#home-testimonial {
    background: url(../images/home/testimonials-banner-in-essex.jpg) no-repeat top center / cover;
    padding: 63px 0 40px 0;
}

.testimonial-slider-content {
    padding: 29px 55px 43px;
}

.testimonial-slider-content p {
    color: #fff;
    text-align: justify;
    margin-bottom: 14px;
}

#home-testimonial .owl-dots {
    display: none;
}

#footer {
    padding: 100px 0 0 0;
}

.footer-logo {
    width: 172px;
    height: auto;
    margin-bottom: 36px;
}

#footer p {
    color: #191919;
    text-align: justify;
    max-width: 249px;
}

.footer-social {
    margin: 34px 0 0 0;
}

.footer-social li {
    display: inline-block;
    margin: 0 13px 0 0;
}

.footer-social li a {
    background: #345aa7;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
}

.footer-social li a:hover {
    background: #ffd629;
    color: #fff;
}

.footer-contact {
    margin: -4px 0 32px;
}

.footer-contact li {
    display: inline-block;
    margin-bottom: 13px;
    width: 100%;
}

.footer-contact li:last-child {
    display: inline-block;
    margin-bottom: 0;
}

.footer-first-box1 .footer-contact li a,
.footer-first-box1 a,
.footer-sitemap li a {
    font-size: 14px;
    color: #191919;
    font-weight: 500;
}

.footer-contact li .footer-mic-icon {
    width: 13px;
    display: inline-block;
    margin-right: 24px;
}

.footer-contact li .footer-mail-icon {
    width: 16px;
    display: inline-block;
    margin-right: 21px;
}

.footer-sitemap {
    margin: 4px 0 0;
}

.footer-sitemap li {
    display: inline-block;
    width: 49%;
    margin-bottom: 9px;
    position: relative;
    padding-left: 36px;
}

.footer-sitemap li::before {
    display: block;
    width: 4px;
    height: 4px;
    content: "";
    background: #ffd629;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.last-footer {
    background: #345aa7;
    padding: 23px 0;
    margin-top: 96px;
}

.last-footer ul li {
    display: inline-block;
    padding-right: 0;
    position: relative;
    padding-left: 0;
}

.last-footer ul li a {
    position: relative;
    padding: 0 15px;
}

.last-footer ul li:first-child {
    padding-right: 13px;
    padding-left: 0px;
}

.last-footer ul li:last-child {
    padding-right: 0px;
    padding-left: 13px;
}

.last-footer ul li span {
    display: block;
    width: 4px;
    height: 4px;
    content: "";
    background: #fff;
    position: absolute;
    top: 50%;
    left: -2%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border-radius: 50%;
}

.last-footer ul li a,
.last-footer ul li {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: bold;
}

.last-footer ul li:last-child {
    float: right;
}

.last-footer ul li:last-child a {
    padding-right: 0;
}

#get-in-touch-strip a.contact-bt {
    color: #fff;
}

#get-in-touch-strip a.contact-bt:hover {
    color: #ffd629!important;
    background: none;
}

#get-in-touch-strip a.click-here-bt:hover {
    color: #fff!important;
    background: none!important;
}


/*=================================
	Home Css End
=================================*/


/*=================================
	About Css Start
=================================*/

.about-services-box {
    margin-top: 104px;
}

.heading-box {
    margin: 16px 0 18px;
    padding: 4px 0 4px 18px;
}

.about-services-box p {
    padding-right: 0 !important;
    margin-bottom: 10px;
}

#the-importance-of-providing a {
    font-size: 15px;
    font-weight: 700;
}

.ot-pading-box {
    padding: 40px 50px 47px 50px;
    margin-bottom: 23px;
}

.about-services-box img {
    width: 100%;
}

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

.responsive-img {
    width: 100%;
}

.mb-45 {
    margin-bottom: 41px;
}

.ot-pading-box p {
    text-align: justify;
}

.about-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/*=================================
	About Css End
=================================*/


/*=================================
	Transport Css Start
=================================*/

.transport-services-box {
    margin-top: 158px;
}

ul.haulage-list li,
ul.distribution-list li {
    font-size: 15px;
    font-weight: 500;
    color: #202020;
    margin-bottom: 4px;
}


/*
ul.distribution-list li {
	width: 49%;
}
*/

ul.haulage-list {
    margin: 5px 0 58px;
}

.transport-services-box .heading-box {
    margin-top: 33px;
}

.pb-90 {
    padding-bottom: 87px!important;
}


/*=================================
	Transport Css End
=================================*/


/*=================================
	Distribution Css End
=================================*/

.distribution-list {
    margin-bottom: 26px;
}

ul.distribution-list li {
    display: inline-block;
}

ul.colum-2 li {
    width: 49%;
}

ul.colum-1 li {
    width: 100%;
}


/*=================================
	Distribution Css End
=================================*/


/*=================================
	Conditions Css End
=================================*/

#conditions-section {
    padding: 110px 0 120px;
}

.black-box {
    background: #202020;
}

.blue-box {
    background: #345aa7;
}

.conditions-box {
    padding: 65px 60px 60px;
    color: #fff;
}

.conditions-box h2,
.conditions-box p {
    color: #fff;
}

.conditions-box h2 {
    margin-bottom: 16px;
}

.conditions-box p {
    margin-bottom: 28px;
    text-align: justify;
}


/*=================================
	Conditions Css End
=================================*/


/*=================================
	Vacancie Css Start
=================================*/

.vacancies-section {
    padding-bottom: 92px!important;
}

.vacancie-box {
    margin-bottom: 60px;
}

.vacancie-box h2 {
    display: block;
    margin-bottom: 0!important;
}

.vacancie-box-list .blue {
    margin-bottom: 15px;
}

.vacancie-box-list p {
    line-height: 26px;
    /* margin-left: 48px; */
    margin-right: 20px;
    padding-right: 0 !important;
}

.vacancie-box-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 0px 16px;
    border-bottom: solid 1px #f1f1f1;
    margin: 0 15px;
}

.job-details-list {
    margin: 1px 0 0 20px;
}

.job-details-list li {
    margin-bottom: 12px;
    color: #adadad;
    font-weight: 500;
    font-size: 18px;
}

.vacancie-box-list .heading-box {
    margin-top: -2px;
}

.job-details-list li .fa-file-text {
    width: 10px;
    height: 13px;
    font-size: 12px;
}

.job-details-list li .fa-gbp {
    font-size: 9px;
    padding: 0;
    background: #adadad;
    border-radius: 100%;
    color: #fff;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 13px;
}

.job-details-list li i {
    margin-right: 14px;
}

.vacancie-box-list:first-child {
    border-top: solid 1px #f1f1f1;
}

.vacancie-last-box {
    margin-top: 90px;
}

.vacancie-last-box h2 {
    padding: 5px 0 5px 43px !important;
    margin-bottom: 6px !important;
}

.modal-big {
    max-width: 1713px;
}

.modal-big {
    max-width: 1713px;
    margin: 20.75rem auto 1.75rem auto;
    border: 0;
}

.modal-backdrop.show {
    opacity: 0;
}

.modal-big .modal-content {
    background-color: rgba(247, 247, 247, 0.98);
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.07);
    padding: 140px 215px;
}

.modal-big .modal-body {
    padding: 0;
}

.modal-big .modal-body .container {
    max-width: 100%;
}

.vacancies-btn-box .blue {
    margin: 0 15px 0 0;
}

.modal-big .vacancie-box-list p {
    margin-bottom: 30px;
    text-align: justify;
}

.vacancies-btn-box {
    padding: 0 0 0 48px;
}

.modal-big .vacancie-box-list {
    border-bottom: 0;
    padding-bottom: 0;
}

.modal-big .modal-footer {
    padding: 85px 0 0 0;
    border-top: 0px solid #e9ecef;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-big .modal-footer .close {
    font-size: 17px;
    color: #202020;
    opacity: 1;
}

.modal-big .vacancie-box-list .job-details-list li {
    color: #202020;
}

.modal-big .vacancie-box-list .job-details-list li .fa-gbp {
    background: #202020;
}


/*=================================
	Vacancie Css End
=================================*/


/*=================================
	Contact Css Strat
=================================*/

#contact-section {
    padding: 90px 0 70px;
}

.send-us-message-box {
    padding: 50px;
    background: #fff;
    -webkit-box-shadow: 5px 5px 18px rgba(0, 0, 0, 0.07);
    box-shadow: 5px 5px 18px rgba(0, 0, 0, 0.07);
}

.send-us-message-box input.form-control,
.send-us-message-box textarea.form-control {
    background: #f6f6f6;
    border: 0;
    font-size: 15px;
    border-radius: 0px;
}

.send-us-message-box input.form-control {
    height: 52px;
}

.send-us-message-box textarea.form-control {
    height: 251px;
    padding: 15px 20px;
    resize: none;
}

input.form-control {
    padding: 0 20px 0 20px;
    color: #202020;
    font-weight: 500;
}

.send-us-message-box input[type="submit"] {
    font-weight: 500;
    border-radius: 0;
    height: 52px;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
}

.send-us-message-box .form-group {
    margin-bottom: 10px;
}

.error_messages {
    color: #cd0000;
    font-size: 13px;
    font-weight: 500;
}

.send-us-message-box h2 {
    margin-bottom: 10px;
}

.send-us-message-box p {
    margin-bottom: 19px;
}

.blue-box-inside-get-in-touch {
    background: #345aa7;
    padding: 40px 130px 48px 53px;
}

.blue-box-inside-get-in-touch h2 {
    margin-bottom: 16px;
}

.contact-list li {
    position: relative;
    padding-left: 42px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.contact-list li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.contact-list li a:hover {
    color: #ffd629;
}

.contact-list span {
    width: 17px;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-list span img {
    width: 100%;
}

.blue-box-inside-get-in-touch h4 {
    margin-top: 20px;
    margin-bottom: 3px;
}

#personal-information ul li a.active {
    background-color: #ffd629;
    color: #fff !important;
}

.contact-map {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-top: 66%;
    -webkit-box-shadow: 5px 5px 18px rgba(0, 0, 0, 0.07);
    box-shadow: 5px 5px 18px rgba(0, 0, 0, 0.07);
}

.contact-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.get-in-touch-box h3 {
    font-size: 21px;
}

.get-in-touch-box h3 span {
    width: 17px;
    display: inline-block;
    margin-right: 22px;
    margin-top: 22px;
}

.get-in-touch-box h3 span img {
    width: 100%;
}


/*=================================
	Contact Css End
=================================*/


/*=================================
	Bulet Start
=================================*/

.bulet-list li {
    position: relative;
    padding-left: 35px;
}

.bulet-list li::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #095d91;
    display: block;
    top: 10px;
    left: 0;
}


/*=================================
	Bulet Start
=================================*/


/*=================================
	placeholder Start
=================================*/

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #202020!important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #202020!important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #202020!important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #202020!important;
}


/*=================================
	placeholder End
=================================*/


/*=================================
	Border Box Start
=================================*/

.border-box {
    padding: 10px 0 18px 68px;
    max-width: 750px;
}

.border-box {
    border-left: 3px solid #ffd629;
}

.yellow-border-left {
    border-left: 3px solid #ffd629;
}


/*=================================
	Border Box End
=================================*/


/*=================================
	Margin Css Start
=================================*/

.margR-10 {
    margin-right: 7px;
}

.margT-45 {
    margin-top: 21px;
}


/*=================================
	Margin Css End
=================================*/


/*=================================
	All Banner Css Start
=================================*/

.home-banner-box {
    padding: 210px 0 355px;
}

.inner-page-banner-box {
    padding: 44px 0 46px;
}

.inner-border-box {
    padding: 45px 0 40px 65px;
}

.inner-page-banner-box h1 {
    color: #fff;
    margin: 0;
}

#home-banner {
    background: url(../images/home/haulage-warehousing-services-in-essex.jpg) no-repeat top center / cover;
    position: relative;
}

#about-banner {
    background: url(../images/about/about-banner-in-essex.jpg) no-repeat top center / cover;
    position: relative;
}

#haulage-banner {
    background: url(../images/haulage/haulage-banner-in-essex.jpg) no-repeat top center / cover;
    position: relative;
}

#distribution-banner {
    background: url(../images/distribution/distribution-banner-in-essex.jpg) no-repeat top center / cover;
    position: relative;
}

#warehouse-and-storage-banner {
    background: url(../images/warehouse-and-storage/warehouse-and-storage-in-essex.jpg) no-repeat top center / cover;
    position: relative;
}

#conditions-banner {
    background: url(../images/conditions/conditions-banner-in-essex.jpg) no-repeat top center / cover;
    position: relative;
}

#vacancies-banner {
    background: url(../images/vacancies/vacancies-banner-in-essex.jpg) no-repeat top center / cover;
    position: relative;
}

#contact-banner {
    background: url(../images/contact/contact-banner-in-essex.jpg) no-repeat top center / cover;
    position: relative;
}


/*=================================
	All Banner Css End
=================================*/


/*=================================
	Buttons Css Start
=================================*/

.blue,
.yellow:hover,
.white:hover,
.blue-light:hover {
    background-color: #345aa7;
    color: #fff!important;
}

.yellow,
.blue:hover {
    background-color: #ffd629;
    color: #fff!important;
}

.white,
.home-we-help-you-box .contact-btn:hover {
    background-color: #fff;
    color: #345aa7!important;
}

.size-btn {
    font-weight: 700;
    font-size: 15px;
    display: inline-block;
    padding: 9px 21px;
    text-align: center;
    letter-spacing: 0.5px;
}

.small-btn {
    max-width: 135px;
}

.medium-btn {
    min-width: 170px;
}

.big-btn {
    max-width: 190px;
}

.blue-color,
a.yellow-color:hover {
    color: #345aa7!important;
}

.yellow-color,
.footer-contact li a:hover,
.footer-first-box1 a:hover,
.footer-sitemap li a:hover,
.last-footer ul li a:hover {
    color: #ffd629!important;
}


/*========= Backgound Color Start =========*/

.yellow-bg,
.btn-box .contact-btn:hover,
.vacancies-section .contact-btn:hover {
    background-color: #ffd629!important;
}

.blue-bg {
    background-color: #345aa7!important;
}

#the-importance-of-providing .btn-box .contact-btn,
.home-we-help-you-box .contact-btn,
.vacancies-section .contact-btn {
    background: #345aa7;
    color: #fff !important;
}


/*========= Backgound Color End =========*/


/*=================================
	Buttons Css End
=================================*/


/*=================================
	Thank You Page Css Start
=================================*/

#thank-you-page {
    background: #f8f8f8;
    padding: 120px 0;
    text-align: center;
}

#thank-you-page h2 {
    font-size: 50px;
}

#thank-you-page p {
    max-width: 600px;
    margin: 20px auto 30px;
}

#thank-you-page img {
    max-width: 360px;
    margin: 0 auto 30px;
}


/*=================================
	Thank You Page Css End
=================================*/

.fund-sec {
    background: #f5f5f5;
    padding: 50px 0;
}

.fund-sec img {
    width: 200px;
}