@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,100;1,400;1,500;1,700;1,900&display=swap");
/*new scss start here*/
/**/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap");
.black {
  color: #000000; }

.yellow {
  color: #ff9a04; }

.blue {
  color: #2F7AD5; }

.green {
  color: #1EB41C; }

.red {
  color: #f15a5f; }

.white {
  color: #ffffff; }

.gray {
  color: #ededed; }

.dark-gray {
  color: #989aa2; }

.text-link {
  color: rgba(0, 0, 0, 0.8); }

.text-blue {
  color: #2F7AD5; }

.bg-blue {
  background: #2F7AD5; }

.bg-dark-blue {
  background: #0739DA; }

.bg-gray {
  background: #f2f2f2; }

/*text link*/
.text-link-green {
  color: #1EB41C; }
  .text-link-green:hover, .text-link-green:focus {
    color: #000000;
    text-decoration: none; }

.text-link-black {
  color: #000000; }
  .text-link-black:hover, .text-link-black:focus {
    color: #2F7AD5;
    text-decoration: none; }

/**************************************/
/*common*/
/*Header Start*/
header {
  background: #ffffff;
  height: 80px;
  padding: 15px 0; }
  @media (max-width: 991px) {
    header {
      height: 53px;
      padding: 10px 0; } }
  @media (max-width: 767px) {
    header {
      height: 60px; } }
  header a.logo {
    display: inline-block;
    width: 250px;
    float: left; }
    @media (max-width: 1169px) {
      header a.logo {
        width: 200px; } }
    @media (max-width: 991px) {
      header a.logo {
        width: 120px;
        margin-top: 5px; } }
    @media (max-width: 767px) {
      header a.logo {
        width: calc(100% - 50px); } }
    @media (max-width: 1169px) {
      header a.logo img {
        width: 100%; } }
    @media (max-width: 767px) {
      header a.logo img {
        width: 150px; } }
  header button {
    display: none; }
    @media (max-width: 767px) {
      header button {
        display: block;
        width: 50px;
        border: none;
        background: #ffffff; }
        header button img {
          width: 25px; } }
  header nav {
    display: inline-block;
    margin-top: 5px;
    float: right; }
    header nav .close-nav {
      width: 16px;
      float: right;
      margin-right: 20px;
      margin-top: 10px;
      display: none;
      cursor: pointer; }
      @media (max-width: 767px) {
        header nav .close-nav {
          display: block; } }
    @media (max-width: 1169px) {
      header nav {
        width: calc(100% - 450px);
        margin-top: 0px; } }
    @media (max-width: 991px) {
      header nav {
        width: calc(100% - 320px);
        margin-top: 0px; } }
    @media (max-width: 767px) {
      header nav {
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 1;
        background: #ffffff;
        width: 80%;
        height: 100vh;
        margin-top: 0px;
        box-shadow: 0 0 15px #000;
        transition: all 0.5s ease; } }
    header nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      float: left;
      text-align: right;
      width: 100%; }
      @media (max-width: 767px) {
        header nav ul {
          text-align: left;
          float: left;
          width: 100%; } }
      header nav ul li {
        display: inline-block;
        padding: 0 15px; }
        @media (max-width: 1169px) {
          header nav ul li {
            padding: 0 5px; } }
        @media (max-width: 767px) {
          header nav ul li {
            width: 100%; } }
        header nav ul li:first-child {
          padding-left: 0px; }
          @media (max-width: 767px) {
            header nav ul li:first-child {
              padding-left: 15px; } }
        header nav ul li:last-child {
          padding-right: 0px; }
        header nav ul li a {
          color: #3B3B3B;
          font-size: 16px;
          font-weight: 300;
          text-decoration: none;
          transition: all 0.5s ease;
          display: inline-block;
          padding: 5px 0px; }
          @media (max-width: 991px) {
            header nav ul li a {
              font-size: 13px; } }
          @media (max-width: 767px) {
            header nav ul li a {
              width: 100%;
              padding: 15px 30px;
              font-size: 16px; } }
          header nav ul li a:hover {
            color: #D42300; }
          header nav ul li a.active {
            border-bottom: 2px solid #D42300;
            font-weight: 500; }
            @media (max-width: 767px) {
              header nav ul li a.active {
                color: #D42300;
                border-bottom: none; } }
  header .customer-support {
    width: 250px;
    float: left;
    padding-left: 20px;
    padding-top: 6px; }
    @media (max-width: 991px) {
      header .customer-support {
        width: 200px;
        padding-top: 0px;
        padding-left: 15px; } }
    @media (max-width: 767px) {
      header .customer-support {
        display: none; } }
    header .customer-support ul {
      margin: 0;
      padding: 0;
      list-style: none;
      position: relative;
      padding-right: 50px;
      line-height: 1.1; }
      @media (max-width: 991px) {
        header .customer-support ul {
          padding-right: 40px; } }
      header .customer-support ul::after {
        content: '';
        background: url(../images/customer-support.png) no-repeat;
        background-size: 40px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0px; }
        @media (max-width: 991px) {
          header .customer-support ul::after {
            width: 35px;
            height: 35px;
            background-size: 35px; } }
      header .customer-support ul li {
        display: block;
        text-align: right;
        width: 100%; }
        header .customer-support ul li:first-child {
          font-size: 12px; }
          @media (max-width: 991px) {
            header .customer-support ul li:first-child {
              font-size: 10px; } }
        header .customer-support ul li:last-child {
          position: relative; }
          header .customer-support ul li:last-child a {
            font-size: 18px;
            text-decoration: none;
            color: #D42300;
            font-weight: 600; }
            @media (max-width: 991px) {
              header .customer-support ul li:last-child a {
                font-size: 14px; } }
          header .customer-support ul li:last-child::before {
            content: '';
            background: url(../images/svg/phone-red.svg) no-repeat;
            background-size: 16px;
            width: 16px;
            height: 16px;
            display: inline-block;
            position: absolute;
            left: 0;
            top: 2px; }
            @media (max-width: 991px) {
              header .customer-support ul li:last-child::before {
                top: 0px; } }

/*Header End*/
/*Footer Start*/
footer {
  background: #314165;
  color: #ffffff;
  padding-top: 20px; }
  footer .logo {
    width: 20%;
    float: left; }
    @media (max-width: 1169px) {
      footer .logo {
        text-align: center;
        margin-bottom: 15px;
        width: 100%; } }
    @media (max-width: 767px) {
      footer .logo {
        margin-bottom: 15px; } }
  footer .phone,
  footer .email,
  footer .address {
    margin-bottom: 25px; }
    footer .phone ul,
    footer .email ul,
    footer .address ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      footer .phone ul li a,
      footer .email ul li a,
      footer .address ul li a {
        color: #ffffff;
        text-decoration: none; }
  footer .phone {
    width: 20%;
    float: left;
    position: relative;
    padding-left: 50px; }
    @media (max-width: 1169px) {
      footer .phone {
        width: 25%; } }
    @media (max-width: 991px) {
      footer .phone {
        width: 50%; } }
    @media (max-width: 767px) {
      footer .phone {
        width: 100%; } }
    footer .phone::before {
      content: "";
      background: url("../images/phone-icon.png");
      width: 36px;
      height: 36px;
      position: absolute;
      top: 5px;
      left: 0px;
      background-size: 36px; }
  footer .email {
    width: 20%;
    float: left;
    position: relative;
    padding-left: 50px; }
    @media (max-width: 1169px) {
      footer .email {
        width: 25%; } }
    @media (max-width: 991px) {
      footer .email {
        width: 50%; } }
    @media (max-width: 767px) {
      footer .email {
        width: 100%; } }
    footer .email::before {
      content: "";
      background: url("../images/inbox-icon.png");
      width: 36px;
      height: 36px;
      position: absolute;
      top: 5px;
      left: 0px;
      background-size: 36px; }
  footer .address {
    width: 20%;
    float: left;
    position: relative;
    padding-left: 50px; }
    @media (max-width: 1169px) {
      footer .address {
        width: 25%; } }
    @media (max-width: 991px) {
      footer .address {
        width: 50%; } }
    @media (max-width: 767px) {
      footer .address {
        width: 100%; } }
    footer .address::before {
      content: "";
      background: url("../images/location-icon.png");
      width: 36px;
      height: 36px;
      position: absolute;
      top: 5px;
      left: 0px;
      background-size: 36px; }
  footer .social {
    width: 20%;
    float: left;
    padding: 0px 0px  40px 50px; }
    @media (max-width: 1169px) {
      footer .social {
        width: 25%; } }
    @media (max-width: 991px) {
      footer .social {
        width: 50%; } }
    @media (max-width: 767px) {
      footer .social {
        width: 100%; } }
    footer .social ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      footer .social ul li:last-child {
        margin-top: 5px; }
      footer .social ul li a {
        color: #314165;
        font-size: 20px;
        font-weight: 300;
        text-align: center;
        text-decoration: none;
        background: #ffffff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: inline-block;
        line-height: 1.6;
        margin-right: 5px; }
  footer .copyright {
    text-align: center;
    padding: 15px;
    border-top: 1px solid #4E6392; }

/*Footer End*/
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #202020;
  transition: all 0.5s ease; }
  body ::-moz-selection {
    /* Code for Firefox */
    color: #ffffff;
    background: #0A51A7; }
  body ::selection {
    color: #ffffff;
    background: #0A51A7; }

/*IE Select Option Arrow None */
select::-ms-expand {
  display: none; }

/*Number case apprance remove*/
/* 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; }

/*About us start*/
.about-us-title {
  background: url(../images/about-us.jpg) no-repeat;
  background-size: cover;
  position: relative;
  height: 410px;
  text-align: center; }
  @media (max-width: 767px) {
    .about-us-title {
      height: 150px; } }
  .about-us-title::before {
    content: "About us";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    height: 100%;
    left: 0px;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    padding-top: 205px; }
    @media (max-width: 767px) {
      .about-us-title::before {
        padding-top: 50px;
        font-size: 26px; } }

.our-inspiration {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .our-inspiration {
      padding: 15px 0; } }
  .our-inspiration .banner-box img {
    width: 100%; }
  .our-inspiration h3 {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 20px; }
    @media (max-width: 767px) {
      .our-inspiration h3 {
        font-size: 24px;
        margin: 15px 0; } }
  .our-inspiration p {
    line-height: 2.2; }
    @media (max-width: 767px) {
      .our-inspiration p {
        line-height: 1.8; } }

/*About us end*/
/*contact us*/
.contact-us-title {
  background: url(../images/contact-us.jpg) no-repeat;
  background-size: cover;
  position: relative;
  height: 410px;
  text-align: center; }
  @media (max-width: 767px) {
    .contact-us-title {
      height: 150px; } }
  .contact-us-title::before {
    content: "Contact us";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    height: 100%;
    left: 0px;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    padding-top: 205px; }
    @media (max-width: 767px) {
      .contact-us-title::before {
        padding-top: 50px;
        font-size: 26px; } }

.contact-box {
  width: 100%;
  float: left;
  padding: 100px 50px; }
  @media (max-width: 767px) {
    .contact-box {
      padding: 15px 0px; } }
  .contact-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 2px solid #CEEDFF;
    width: 90%;
    overflow: hidden; }
    @media (max-width: 767px) {
      .contact-box ul {
        width: 100%;
        margin-bottom: 15px; } }
    .contact-box ul li {
      display: block;
      text-align: center;
      float: left;
      overflow: hidden;
      width: 100%;
      padding: 20px; }
      .contact-box ul li img {
        width: 100px;
        margin-bottom: 30px;
        display: inline-block; }
      .contact-box ul li h6 {
        font-size: 20px;
        font-weight: 600; }
      .contact-box ul li a {
        color: #202020;
        text-decoration: none; }
        .contact-box ul li a:hover {
          text-decoration: none; }
        .contact-box ul li a.phone-icon {
          position: relative;
          padding-left: 23px; }
          .contact-box ul li a.phone-icon::before {
            content: "";
            background: url(../images/svg/phone.svg) no-repeat;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 18px;
            background-size: 18px;
            height: 20px; }
        .contact-box ul li a.mail-icon {
          position: relative;
          padding-left: 23px; }
          .contact-box ul li a.mail-icon::before {
            content: "";
            background: url(../images/svg/envelope.svg) no-repeat;
            position: absolute;
            top: 4px;
            left: 0px;
            width: 18px;
            background-size: 18px;
            height: 20px; }
        .contact-box ul li a.location-icon {
          position: relative;
          padding-left: 17px; }
          .contact-box ul li a.location-icon::before {
            content: "";
            background: url(../images/svg/address.svg) no-repeat;
            position: absolute;
            top: 2px;
            left: 0px;
            width: 11px;
            background-size: 11px;
            height: 16px; }
      .contact-box ul li:first-child {
        min-height: 260px; }
      .contact-box ul li:nth-child(2) {
        border-top: 2px solid #CEEDFF;
        color: #7B7B7B;
        padding: 10px; }
        .contact-box ul li:nth-child(2) a {
          color: #7B7B7B;
          text-decoration: none; }
          .contact-box ul li:nth-child(2) a:hover {
            text-decoration: none; }

.map-box {
  background: url(../images/contact-us-bg.png) no-repeat;
  background-size: cover;
  width: 100%;
  float: left;
  position: relative;
  padding: 80px 0; }
  @media (max-width: 767px) {
    .map-box {
      height: auto;
      padding: 60px 15px 15px; } }
  .map-box .contact-form {
    bottom: 20px;
    width: 100%;
    padding: 0px; }
    @media (max-width: 767px) {
      .map-box .contact-form {
        position: static;
        margin-left: 0px;
        width: 100%;
        height: auto; } }
    .map-box .contact-form h4 {
      color: #fff;
      font-size: 30px;
      font-weight: 600;
      margin: 0 0 50px;
      padding: 0;
      letter-spacing: 1.5px;
      position: relative; }
      .map-box .contact-form h4::before {
        content: '';
        background: #d73617;
        background-size: 70px;
        height: 4px;
        width: 70px;
        display: inline-block;
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media (max-width: 767px) {
          .map-box .contact-form h4::before {
            top: 35px; } }
      @media (max-width: 991px) {
        .map-box .contact-form h4 {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .map-box .contact-form h4 {
          font-size: 18px;
          letter-spacing: 0; } }
    .map-box .contact-form button,
    .map-box .contact-form .submit-btn {
      background: #D42300;
      border: none;
      border-radius: 10px;
      color: #ffffff;
      display: inline-block;
      padding: 10px 30px; }
    .map-box .contact-form .submit-btn {
      width: auto; }
    .map-box .contact-form input,
    .map-box .contact-form select,
    .map-box .contact-form textarea {
      border: 0px solid #CEEDFF;
      padding: 15px 20px;
      height: 48px;
      color: #314165;
      letter-spacing: 0.8px;
      width: 100%;
      margin-bottom: 15px;
      background: #ffffff; }
      .map-box .contact-form input.error-bdr,
      .map-box .contact-form select.error-bdr,
      .map-box .contact-form textarea.error-bdr {
        border: 2px solid #D42300; }
    .map-box .contact-form .user-icon {
      position: relative; }
      .map-box .contact-form .user-icon::after {
        content: '';
        background: url(../images/svg/user.svg) no-repeat;
        display: inline-block;
        width: 24px;
        height: 24px;
        background-size: 24px;
        position: absolute;
        right: 10px;
        top: 10px; }
    .map-box .contact-form .phone-icon {
      position: relative; }
      .map-box .contact-form .phone-icon::after {
        content: '';
        background: url(../images/svg/phone-red.svg) no-repeat;
        display: inline-block;
        width: 22px;
        height: 22px;
        background-size: 22px;
        position: absolute;
        right: 10px;
        top: 12px; }
    .map-box .contact-form .email-icon {
      position: relative; }
      .map-box .contact-form .email-icon::after {
        content: '';
        background: url(../images/svg/envelope-red.svg) no-repeat;
        display: inline-block;
        width: 21px;
        height: 18px;
        background-size: 21px;
        position: absolute;
        right: 10px;
        top: 15px; }
    .map-box .contact-form .error {
      color: #D42300;
      margin-top: -5px;
      margin-bottom: 10px;
      display: none; }
    .map-box .contact-form textarea {
      height: 150px; }

/*Services start*/
.services-title {
  background: url(../images/services/service-banner.jpg) no-repeat;
  background-size: cover;
  position: relative;
  height: 410px;
  text-align: center; }
  @media (max-width: 767px) {
    .services-title {
      height: 150px; } }
  .services-title::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    height: 100%;
    left: 0px;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    padding-top: 205px; }
    @media (max-width: 767px) {
      .services-title::before {
        padding-top: 50px;
        font-size: 26px; } }
  .services-title .heading__block {
    position: absolute;
    top: 150px;
    width: 100%;
    left: 0px;
    color: #ffffff;
    padding: 0 100px; }

.our-serives {
  margin: 50px 0 100px; }
  @media (max-width: 767px) {
    .our-serives {
      margin: 20px 0 30px; } }
  .our-serives h2 {
    font-size: 42px;
    font-weight: 600;
    margin: 15px 0 30px; }
    @media (max-width: 767px) {
      .our-serives h2 {
        font-size: 30px;
        margin: 10px 0 15px; } }
  .our-serives ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .our-serives ul {
        display: block; } }
    .our-serives ul li {
      box-shadow: 0px 6px 10px #2D368E36;
      border-radius: 10px;
      display: inline-block;
      width: 31%;
      padding: 20px; }
      @media (max-width: 767px) {
        .our-serives ul li {
          width: 100%;
          margin-bottom: 15px;
          padding: 20px; } }
      .our-serives ul li img {
        width: 100%;
        height: auto; }
      .our-serives ul li h4 {
        font-size: 24px;
        font-weight: 700;
        margin: 15px 0; }
      .our-serives ul li p {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.8; }
      .our-serives ul li:nth-child(2) {
        margin: 0 3.5%; }
        @media (max-width: 767px) {
          .our-serives ul li:nth-child(2) {
            margin: 0px; } }

/*About us end*/
/**/
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%; }

.how-we-operate {
  background: #fcefed;
  padding: 50px 0;
  width: 100%;
  float: left; }
  @media (max-width: 767px) {
    .how-we-operate {
      padding: 50px 20px; } }
  .how-we-operate img {
    width: 80%;
    height: auto; }
    @media (max-width: 767px) {
      .how-we-operate img {
        width: 100%; } }
  .how-we-operate h3 {
    font-size: 40px;
    font-weight: 600;
    margin: 15px 0 20px; }
    @media (max-width: 767px) {
      .how-we-operate h3 {
        font-size: 28px; } }
  .how-we-operate p {
    font-size: 16px;
    font-weight: 300;
    line-height: 2.2; }

.why-choose-us {
  margin: 50px 0 100px;
  width: 100%;
  float: left; }
  @media (max-width: 991px) {
    .why-choose-us {
      margin: 20px 0 30px; } }
  .why-choose-us h2 {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin: 0 0 40px;
    position: relative; }
    @media (max-width: 767px) {
      .why-choose-us h2 {
        font-size: 26px; } }
    .why-choose-us h2::before {
      content: '';
      background: #d73617;
      background-size: 70px;
      height: 4px;
      width: 70px;
      display: inline-block;
      position: absolute;
      top: 50px;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media (max-width: 767px) {
        .why-choose-us h2::before {
          top: 40px; } }
  .why-choose-us ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex; }
    @media (max-width: 767px) {
      .why-choose-us ul {
        display: block; } }
    .why-choose-us ul li {
      box-shadow: 0px 6px 10px #2D368E36;
      border-radius: 10px;
      display: inline-block;
      width: 31%;
      padding: 0px; }
      @media (max-width: 767px) {
        .why-choose-us ul li {
          width: 100%;
          margin-bottom: 15px;
          padding: 20px; } }
      .why-choose-us ul li img {
        width: 100%;
        height: auto; }
      .why-choose-us ul li h4 {
        font-size: 24px;
        font-weight: 700;
        margin: 15px 0;
        padding: 0 15px; }
        @media (max-width: 991px) {
          .why-choose-us ul li h4 {
            font-size: 18px;
            margin: 10px 0 5px; } }
        @media (max-width: 767px) {
          .why-choose-us ul li h4 {
            padding: 0px; } }
      .why-choose-us ul li p {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.8;
        padding: 0 15px; }
        @media (max-width: 991px) {
          .why-choose-us ul li p {
            font-size: 14px;
            line-height: 1.5; } }
        @media (max-width: 767px) {
          .why-choose-us ul li p {
            padding: 0px; } }
      .why-choose-us ul li:nth-child(2) {
        margin: 0 3.5%; }
        @media (max-width: 767px) {
          .why-choose-us ul li:nth-child(2) {
            margin: 0px 0 15px; } }

.text-box {
  text-align: left;
  width: 400px;
  top: 10%;
  left: 8%;
  right: auto; }
  .text-box h3 {
    font-size: 42px;
    font-weight: 600; }
  .text-box p {
    font-size: 16px;
    line-height: 1.8; }
  .text-box a {
    background: #D42300;
    text-decoration: none;
    color: #ffffff;
    border-radius: 10px;
    width: 270px;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    padding: 16px; }

/*services*/
.services__block {
  text-align: center;
  padding: 50px 0 60px;
  width: 100%;
  float: left; }
  .services__block h2 {
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 40px;
    position: relative; }
    @media (max-width: 767px) {
      .services__block h2 {
        font-size: 26px; } }
    .services__block h2::before {
      content: '';
      background: #d73617;
      background-size: 70px;
      height: 4px;
      width: 70px;
      display: inline-block;
      position: absolute;
      top: 50px;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media (max-width: 767px) {
        .services__block h2::before {
          top: 40px; } }
  .services__block ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .services__block ul li {
      display: inline-block;
      padding: 0 12px; }
      .services__block ul li div {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        background: #fcefed; }
        .services__block ul li div.truckload::after {
          content: '';
          background: url(../images/svg/truckload.svg) no-repeat;
          background-size: 110px;
          width: 110px;
          height: 110px;
          display: block; }
        .services__block ul li div.refrigerated::after {
          content: '';
          background: url(../images/svg/refrigerated.svg) no-repeat;
          background-size: 110px;
          width: 110px;
          height: 110px;
          display: block; }
        .services__block ul li div.drayage::after {
          content: '';
          background: url(../images/svg/drayage.svg) no-repeat;
          background-size: 110px;
          width: 110px;
          height: 110px;
          display: block; }
        .services__block ul li div.ltlpartial::after {
          content: '';
          background: url(../images/svg/ltlpartial.svg) no-repeat;
          background-size: 110px;
          width: 110px;
          height: 110px;
          display: block; }
        .services__block ul li div.flatbed::after {
          content: '';
          background: url(../images/svg/flatbed.svg) no-repeat;
          background-size: 110px;
          width: 110px;
          height: 110px;
          display: block; }
      .services__block ul li h4 {
        font-size: 16px;
        margin: 15px 0 0; }
        @media (max-width: 767px) {
          .services__block ul li h4 {
            margin: 5px 0 20px; } }

.industries__block {
  text-align: center;
  background: #fcefed;
  padding: 50px 0 60px;
  width: 100%;
  float: left; }
  .industries__block h2 {
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 40px;
    position: relative; }
    @media (max-width: 767px) {
      .industries__block h2 {
        font-size: 26px; } }
    .industries__block h2::before {
      content: '';
      background: #d73617;
      background-size: 70px;
      height: 4px;
      width: 70px;
      display: inline-block;
      position: absolute;
      top: 50px;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media (max-width: 767px) {
        .industries__block h2::before {
          top: 40px; } }
  .industries__block ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .industries__block ul li {
      display: inline-block;
      padding: 0 12px; }
      .industries__block ul li div {
        width: 155px;
        height: 155px;
        border-radius: 50%;
        background: #fff; }
        @media (max-width: 991px) {
          .industries__block ul li div {
            width: 120px;
            height: 120px; } }
        .industries__block ul li div.produce::after {
          content: '';
          background: url(../images/produce.png) no-repeat;
          background-size: 155px;
          width: 155px;
          height: 155px;
          display: block; }
          @media (max-width: 991px) {
            .industries__block ul li div.produce::after {
              width: 120px;
              height: 120px;
              background-size: 120px; } }
        .industries__block ul li div.auto-parts::after {
          content: '';
          background: url(../images/auto-parts.png) no-repeat;
          background-size: 155px;
          width: 155px;
          height: 155px;
          display: block; }
          @media (max-width: 991px) {
            .industries__block ul li div.auto-parts::after {
              width: 120px;
              height: 120px;
              background-size: 120px; } }
        .industries__block ul li div.manufacturing::after {
          content: '';
          background: url(../images/manufacturing.png) no-repeat;
          background-size: 155px;
          width: 155px;
          height: 155px;
          display: block; }
          @media (max-width: 991px) {
            .industries__block ul li div.manufacturing::after {
              width: 120px;
              height: 120px;
              background-size: 120px; } }
        .industries__block ul li div.lumber::after {
          content: '';
          background: url(../images/lumber.png) no-repeat;
          background-size: 155px;
          width: 155px;
          height: 155px;
          display: block; }
          @media (max-width: 991px) {
            .industries__block ul li div.lumber::after {
              width: 120px;
              height: 120px;
              background-size: 120px; } }
        .industries__block ul li div.wholesale::after {
          content: '';
          background: url(../images/wholesale.png) no-repeat;
          background-size: 155px;
          width: 155px;
          height: 155px;
          display: block; }
          @media (max-width: 991px) {
            .industries__block ul li div.wholesale::after {
              width: 120px;
              height: 120px;
              background-size: 120px; } }
      .industries__block ul li h4 {
        font-size: 16px;
        margin: 15px 0 0; }
        @media (max-width: 767px) {
          .industries__block ul li h4 {
            margin: 5px 0 20px; } }

.customers__block {
  text-align: center;
  background: #fff;
  padding: 25px 0;
  width: 100%;
  float: left; }
  .customers__block h2 {
    font-weight: 700;
    font-size: 35px;
    margin: 0 0 40px;
    position: relative; }
    @media (max-width: 767px) {
      .customers__block h2 {
        font-size: 26px; } }
    .customers__block h2::before {
      content: '';
      background: #d73617;
      background-size: 110px;
      height: 4px;
      width: 110px;
      display: inline-block;
      position: absolute;
      top: 53px;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media (max-width: 767px) {
        .customers__block h2::before {
          top: 40px; } }
  .customers__block .special-offers .offers {
    padding: 0 10px; }
    .customers__block .special-offers .offers .box {
      background: #FCEFED;
      border-radius: 5px;
      padding: 20px;
      text-align: center; }
      .customers__block .special-offers .offers .box .img-box {
        text-align: center; }
        .customers__block .special-offers .offers .box .img-box img {
          width: 100px;
          height: 100px;
          border-radius: 50%;
          display: inline-block; }
      .customers__block .special-offers .offers .box .content {
        text-align: center; }
        .customers__block .special-offers .offers .box .content h4 {
          font-size: 16px;
          margin: 10px 0; }
        .customers__block .special-offers .offers .box .content img {
          display: inline-block;
          width: 120px;
          margin-bottom: 10px; }

.shippers__block {
  background: #fff;
  padding: 50px 0;
  width: 100%;
  float: left; }
  @media (max-width: 767px) {
    .shippers__block {
      padding: 15px; } }
  .shippers__block img {
    width: 80%;
    height: auto;
    float: right; }
    @media (max-width: 767px) {
      .shippers__block img {
        width: 100%; } }
  .shippers__block h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 65px 0 20px;
    line-height: 1.3; }
    @media (max-width: 767px) {
      .shippers__block h3 {
        font-size: 20px;
        margin: 5px 0 10px; } }
  .shippers__block p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8; }
    @media (max-width: 767px) {
      .shippers__block p {
        font-size: 14px;
        line-height: 1.5; } }
  .shippers__block.bg {
    background: #fcefed; }
    .shippers__block.bg img {
      float: left; }
  .shippers__block .contact-btn {
    background: #D42300;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block; }
    @media (max-width: 767px) {
      .shippers__block .contact-btn {
        margin-bottom: 20px; } }

.services__title {
  background: url(../images/services/service-banner.jpg) no-repeat;
  background-size: cover;
  position: relative;
  height: 500px;
  text-align: center; }
  @media (max-width: 767px) {
    .services__title {
      height: 300px; } }
  .services__title::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    height: 100%;
    left: 0px;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    padding-top: 205px; }
    @media (max-width: 767px) {
      .services__title::before {
        padding-top: 50px;
        font-size: 26px; } }
  .services__title .heading__block {
    position: absolute;
    width: 100%;
    left: 0px;
    color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .services__title .heading__block h1 {
      font-weight: 700;
      font-size: 54px;
      margin: 0;
      line-height: 1.5; }
      @media (max-width: 767px) {
        .services__title .heading__block h1 {
          font-size: 34px; } }
    .services__title .heading__block p {
      font-size: 14px;
      margin: 0;
      padding: 0 100px;
      line-height: 1.8; }
      @media (max-width: 767px) {
        .services__title .heading__block p {
          padding: 0px; } }
    .services__title .heading__block a {
      background: #D42300;
      color: #fff;
      padding: 10px 30px;
      border-radius: 5px;
      text-decoration: none;
      display: inline-block;
      margin-top: 20px;
      font-size: 18px; }

.carriers__title {
  background: url(../images/carriers-bg.png) no-repeat;
  background-size: cover;
  position: relative;
  height: 600px;
  text-align: center; }
  @media (max-width: 767px) {
    .carriers__title {
      height: 300px; } }
  .carriers__title::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    height: 100%;
    left: 0px;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    padding-top: 205px; }
    @media (max-width: 767px) {
      .carriers__title::before {
        padding-top: 50px;
        font-size: 26px; } }
  .carriers__title .heading__block {
    position: absolute;
    width: 100%;
    left: 0px;
    color: #ffffff;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .carriers__title .heading__block h1 {
      font-weight: 700;
      font-size: 54px;
      margin: 0;
      line-height: 1.5; }
      @media (max-width: 767px) {
        .carriers__title .heading__block h1 {
          font-size: 34px; } }
    .carriers__title .heading__block p {
      font-size: 14px;
      margin: 0;
      line-height: 1.5; }
    .carriers__title .heading__block a {
      background: #D42300;
      color: #fff;
      padding: 10px 30px;
      border-radius: 5px;
      text-decoration: none;
      display: inline-block;
      margin-top: 20px;
      font-size: 18px; }

.shippers__title {
  background: url(../images/shippers-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  height: 600px;
  text-align: center; }
  @media (max-width: 767px) {
    .shippers__title {
      height: 300px; } }
  .shippers__title::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    height: 100%;
    left: 0px;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    padding-top: 205px; }
    @media (max-width: 767px) {
      .shippers__title::before {
        padding-top: 50px;
        font-size: 26px; } }
  .shippers__title .heading__block {
    position: absolute;
    width: 100%;
    left: 0px;
    color: #ffffff;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .shippers__title .heading__block h1 {
      font-weight: 700;
      font-size: 54px;
      margin: 0;
      line-height: 1.5; }
      @media (max-width: 767px) {
        .shippers__title .heading__block h1 {
          font-size: 22px; } }
    .shippers__title .heading__block p {
      font-size: 14px;
      margin: 0;
      padding: 0 100px;
      line-height: 1.8; }
      @media (max-width: 767px) {
        .shippers__title .heading__block p {
          padding: 0px; } }
    .shippers__title .heading__block a {
      background: #D42300;
      color: #fff;
      padding: 10px;
      border-radius: 5px;
      text-decoration: none;
      display: inline-block;
      margin-top: 20px;
      width: 190px;
      font-size: 18px; }
      @media (max-width: 767px) {
        .shippers__title .heading__block a {
          width: 140px;
          font-size: 14px;
          padding: 8px; } }
      .shippers__title .heading__block a.sign-up {
        background: #ffffff;
        color: #000000; }

.about__title {
  background: url(../images/abut-us-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  height: 480px;
  text-align: center; }
  @media (max-width: 991px) {
    .about__title {
      height: 380px; } }
  @media (max-width: 767px) {
    .about__title {
      height: 340px; } }
  .about__title::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    height: 100%;
    left: 0px;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    padding-top: 205px; }
    @media (max-width: 767px) {
      .about__title::before {
        padding-top: 50px;
        font-size: 26px; } }
  .about__title .heading__block {
    position: absolute;
    width: 100%;
    left: 0px;
    color: #ffffff;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .about__title .heading__block h1 {
      font-weight: 700;
      font-size: 50px;
      margin: 0;
      line-height: 1.3;
      padding: 0 100px; }
      @media (max-width: 991px) {
        .about__title .heading__block h1 {
          font-size: 30px;
          padding: 0 10px; } }
    .about__title .heading__block p {
      font-size: 14px;
      margin: 0;
      padding: 0 260px;
      line-height: 1.8; }
      @media (max-width: 991px) {
        .about__title .heading__block p {
          padding: 0px; } }
    .about__title .heading__block a {
      background: #D42300;
      color: #fff;
      padding: 10px;
      border-radius: 5px;
      text-decoration: none;
      display: inline-block;
      margin-top: 20px;
      width: 190px;
      font-size: 18px; }
      @media (max-width: 767px) {
        .about__title .heading__block a {
          width: 140px;
          padding: 8px; } }
      .about__title .heading__block a.sign-up {
        background: #ffffff;
        color: #000000; }

.join__block {
  background: url(../images/join-us.png) no-repeat;
  background-size: cover;
  height: 450px;
  position: relative;
  text-align: center;
  color: #ffffff;
  width: 100%;
  float: left; }
  .join__block .signup__block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .join__block .signup__block {
        width: 100%; } }
    .join__block .signup__block h3 {
      font-size: 40px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .join__block .signup__block h3 {
          font-size: 24px; } }
    .join__block .signup__block p {
      font-size: 24px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .join__block .signup__block p {
          font-size: 18px; } }
    .join__block .signup__block a {
      background: #D42300;
      border-radius: 10px;
      padding: 10px 30px;
      color: #ffffff;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 20px;
      display: inline-block; }

.review-strip {
  background: #314165;
  padding: 10px 0;
  width: 100%;
  float: left; }
  .review-strip ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left; }
    .review-strip ul li {
      display: inline-block;
      float: left;
      padding: 0;
      width: 45%;
      margin: 0; }
      @media (max-width: 1169px) {
        .review-strip ul li {
          width: 45%; } }
      @media (max-width: 767px) {
        .review-strip ul li {
          width: 55%; } }
      .review-strip ul li:first-child {
        width: 25%; }
        @media (max-width: 1169px) {
          .review-strip ul li:first-child {
            width: 20%; } }
        @media (max-width: 767px) {
          .review-strip ul li:first-child {
            width: 45%; } }
      .review-strip ul li:last-child {
        width: 30%; }
        @media (max-width: 1169px) {
          .review-strip ul li:last-child {
            width: 35%; } }
        @media (max-width: 767px) {
          .review-strip ul li:last-child {
            display: none; } }
      @media (max-width: 767px) {
        .review-strip ul li:last-child {
          display: none; } }
      .review-strip ul li .tia-member img {
        width: 180px; }
        @media (max-width: 1169px) {
          .review-strip ul li .tia-member img {
            width: 130px;
            margin-top: 0px; } }
        @media (max-width: 767px) {
          .review-strip ul li .tia-member img {
            margin-top: 15px; } }
      .review-strip ul li .trustpilot {
        width: 100%;
        float: left;
        text-align: left; }
        .review-strip ul li .trustpilot .logo {
          width: 150px;
          float: left; }
          @media (max-width: 991px) {
            .review-strip ul li .trustpilot .logo {
              width: 110px; } }
          @media (max-width: 767px) {
            .review-strip ul li .trustpilot .logo {
              width: 100%; } }
          .review-strip ul li .trustpilot .logo img {
            width: 140px;
            float: left;
            margin-top: 5px; }
            @media (max-width: 991px) {
              .review-strip ul li .trustpilot .logo img {
                width: 100px; } }
            @media (max-width: 767px) {
              .review-strip ul li .trustpilot .logo img {
                width: 100px;
                margin-top: 0px;
                margin-bottom: 5px; } }
        .review-strip ul li .trustpilot .rating {
          width: calc(100% - 150px);
          float: left; }
          @media (max-width: 991px) {
            .review-strip ul li .trustpilot .rating {
              width: calc(100% - 110px); } }
          @media (max-width: 767px) {
            .review-strip ul li .trustpilot .rating {
              width: 100%; } }
          .review-strip ul li .trustpilot .rating img {
            height: 24px; }
            @media (max-width: 991px) {
              .review-strip ul li .trustpilot .rating img {
                height: 18px; } }
          .review-strip ul li .trustpilot .rating span {
            font-size: 14px;
            text-transform: uppercase;
            color: #fff;
            display: inline-block;
            padding-left: 10px; }
          .review-strip ul li .trustpilot .rating .score {
            color: #fff;
            padding: 5px 0; }
            @media (max-width: 991px) {
              .review-strip ul li .trustpilot .rating .score {
                font-size: 12px;
                padding: 2px 0 0px; } }
      .review-strip ul li .google {
        width: 100%;
        float: left;
        text-align: left; }
        .review-strip ul li .google .logo {
          width: 100px;
          float: left; }
          @media (max-width: 991px) {
            .review-strip ul li .google .logo {
              width: 80px; } }
          @media (max-width: 767px) {
            .review-strip ul li .google .logo {
              width: 100px; } }
          .review-strip ul li .google .logo img {
            width: 80px;
            float: left;
            margin-top: 10px; }
            @media (max-width: 991px) {
              .review-strip ul li .google .logo img {
                width: 60px; } }
            @media (max-width: 767px) {
              .review-strip ul li .google .logo img {
                width: 80px; } }
        .review-strip ul li .google .rating {
          width: calc(100% - 100px);
          float: left; }
          @media (max-width: 991px) {
            .review-strip ul li .google .rating {
              width: calc(100% - 80px); } }
          @media (max-width: 767px) {
            .review-strip ul li .google .rating {
              width: calc(100% - 100px); } }
          .review-strip ul li .google .rating img {
            height: 20px; }
            @media (max-width: 991px) {
              .review-strip ul li .google .rating img {
                height: 16px; } }
            @media (max-width: 767px) {
              .review-strip ul li .google .rating img {
                height: 20px; } }
          .review-strip ul li .google .rating span {
            font-size: 14px;
            text-transform: uppercase;
            color: #fff;
            display: inline-block;
            padding-left: 10px; }
          .review-strip ul li .google .rating .score {
            color: #fff;
            padding: 0; }

.chat {
  position: fixed;
  bottom: 80px;
  right: 10px;
  display: inline-block;
  width: 60px; }
  .chat img {
    width: 50px; }

/*# sourceMappingURL=style.css.map */
