* {
  font-family: lato, sans-serif;
}

/* width */
::-webkit-scrollbar {
  width: 13px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f47a3b;
  border-radius: 5px;
}

.my-primary-btn {
  color: white !important;
  background-color: #f47a3b !important;
}

.my-primary-btn:hover {
  color: #f47a3b !important;
  border: 2px solid #f47a3b;
  background-color: rgba(255, 255, 255, 0) !important;
}

.my-primary-btn {
  color: black;
  background-color: white;
}

.my-primary-btn:hover {
  color: #f47a3b;
  border: 2px solid #f47a3b;
  background-color: rgba(255, 255, 255, 0);
}

.my-secondary-btn {
  color: black;
  background-color: white;
}

.my-secondary-btn:hover {
  color: white;
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0);
}

.primary-color {
  color: #f47a3b;
}

.dark-bg {
  background-color: black;
}

.title {
  color: #f47a3b;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.v-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.my-container {
  margin: 0 100px !important;
}

.btn-primary {
  background-color: #f47a3b !important;
  border: #f47a3b;
}

.bg-primary {
  background-color: #f47a3b !important;
}

.bg-secondary {
  background-color: white !important;
}

.secondary-color {
  color: #676767;
}

.invalid-text {
  color: #ff0000;
  display: none;
}

.h-1,
.h-2,
.h-3 {
  font-family: lato;
}

.h-1 {
  font-size: 60px;
}

.h-2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  font-style: normal;
}

.h-3 {
  font-size: 25px;
  line-height: 27.5px;
  font-weight: 500;
}

.text {
  font-family: lato;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
  color: #676767;
}

.caption {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.link {
  font-size: 15px;
  font-weight: 500;
}

.form-title {
  font-size: 13px;
  font-weight: 500;
}

.form-text {
  font-size: 20px;
  font-weight: 500;
}

.button {
  font-size: 14px;
  font-weight: 700;
}

.mt-5 {
  margin-top: 90px !important;
}

.mt-4 {
  margin-top: 70px !important;
}

.mt-3 {
  margin-top: 50px !important;
}

.my-form-control {
  border: none;
  border-bottom: 2px solid;
  border-radius: 0;
}

.my-form-control ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #676767;
}

.my-form-control :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #676767;
}

.my-form-control ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #676767;
}

.my-form-control ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #676767;
}

.my-form-control:focus {
  color: white;
  outline: none;
}

.my-active {
  text-decoration: underline;
  -webkit-text-decoration-color: #f47a3b;
          text-decoration-color: #f47a3b;
}

#popUpSignup {
  display: none;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  min-width: 100vw;
}

#popUpSignup img {
  height: 100%;
}

#popUpSignup .bg-black {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.849);
  width: 100%;
  height: 100%;
}

#popUpSignup .inner form {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #f47a3b;
  min-width: 450px;
  padding: 20px;
}

#popUpSignup .inner form .popup-close {
  margin-left: 90%;
  cursor: pointer;
}

#popUpSignup .inner form label {
  color: white;
}

#popUpSignup .inner form input {
  border-color: white;
}

#popUpSignup .inner form input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #676767;
  opacity: 1;
  /* Firefox */
}

#popUpSignup .inner form input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #676767;
  opacity: 1;
  /* Firefox */
}

#popUpSignup .inner form input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #676767;
  opacity: 1;
  /* Firefox */
}

#popUpSignup .inner form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #676767;
  opacity: 1;
  /* Firefox */
}

body {
  font-family: lato, sans-serif;
}

body form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .getin-touch h2,
body .getin-touch label {
  color: white;
}

body .getin-touch h2 {
  max-width: 830px;
}

body .getin-touch input {
  border-color: white;
}

body .getin-touch input:focus {
  outline: red;
}

body .getin-touch form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto;
      grid-template-columns: auto auto auto auto;
  grid-gap: 15px;
}

body .getin-touch-2 input:focus {
  color: black;
}

body .main__container {
  width: 100%;
  overflow: hidden;
}

body .main__container .top-navbar {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .main__container .top-navbar a {
  text-decoration: none;
  line-height: 100%;
  vertical-align: middle;
  color: white;
  padding: 0 5px;
}

body .main__container .top-navbar__logo {
  cursor: pointer;
}

body .main__container .top-navbar__icons {
  display: none;
}

body .main__container .burgur-icon {
  display: none;
}

body .main__container .close-icon {
  display: none;
}

body .main__container .home-section {
  background-image: url("../assets/BG.png");
  height: 750px;
  background-position: center;
  overflow: hidden;
}

body .main__container .home-section__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

body .main__container .home-section__para {
  max-width: 180px;
  margin: 30px auto;
}

body .main__container .about-us .top-text {
  max-width: 789px;
}

body .main__container .about-us .middle-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

body .main__container .about-us__para {
  max-width: 507px;
  word-wrap: wrap;
}

body .main__container .about-us__img {
  min-height: 450;
}

body .main__container .offers__text {
  max-width: 345px;
}

body .main__container .offers .broker__title {
  max-width: 364px;
  min-height: 56px;
}

body .main__container .offers .driver__h1 {
  width: 540px !important;
}

body .main__container .offers .driver__para-1 {
  max-width: 281px;
}

body .main__container .offers .driver__para-2 {
  max-width: 378px;
}

body .main__container .offers .driver__para-3 {
  max-width: 343px;
}

body .main__container .offers .head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  grid-gap: 25px;
}

body .main__container .offers .head h3 {
  cursor: pointer;
}

body .main__container .offers .head h3:hover {
  color: #f47a3b;
}

body .main__container .offers .head .for-brokers,
body .main__container .offers .head .for-drivers {
  cursor: pointer;
  color: #676767;
}

body .main__container .offers .head .for-brokers:hover,
body .main__container .offers .head .for-drivers:hover {
  color: black;
}

body .main__container .offers .head .for-brokers {
  text-align: right;
}

body .main__container .offers .offer__broker > .inner,
body .main__container .offers .offer__driver > .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  grid-gap: 100px 0;
}

body .main__container .offers .offer__broker > .inner div,
body .main__container .offers .offer__driver > .inner div {
  position: relative;
}

body .main__container .offers .offer__broker > .inner div img,
body .main__container .offers .offer__driver > .inner div img {
  width: 80%;
}

body .main__container .offers .offer__driver {
  display: none;
}

body .main__container .offers__img-right {
  margin-left: 10%;
}

body .main__container .offers .getin-touch__title {
  max-width: 850px;
  min-height: 71.61px;
}

body .main__container .services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .main__container .services__item {
  max-width: 341px;
  margin: 2px;
}

body .main__container .services__item hr.style1 {
  border-top: 2px solid black;
  opacity: 1;
}

body .main__container .reviews .carousel-indicators {
  display: none;
}

body .main__container .reviews .carousel-indicators button {
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

body .main__container .reviews___text {
  max-width: 710px;
  margin: auto;
}

body .main__container .reviews .carousel__text {
  padding: 0;
}

body .main__container .reviews .carousel .fas {
  color: #f47a3b;
  font-size: 30px;
}

body .main__container .reviews .carousel-caption {
  color: black;
}

body .main__container .reviews .carousel-item {
  margin-bottom: 30px;
}

body .main__container .reviews .carousel-item div {
  padding: 0 200px;
}

body .main__container .reviews .carousel-indicators {
  margin-top: 100px;
}

body .main__container .reviews .carousel-indicators .active {
  background-color: black;
}

body .main__container footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 55%;
      grid-template-columns: 40% 55%;
  grid-gap: 5px;
  padding: 50px 20px;
}

body .main__container footer .footer__elem-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  grid-gap: 5px;
}

body .main__container footer .footer__elem-2-ii {
  max-width: 240px;
  height: 64;
}

body .main__container footer p {
  margin-bottom: 0;
}

body .getin-touch-2:placeholder {
  color: black;
}

body .getin-touch-2__text {
  max-width: 400px;
  margin-top: 50px;
}

body .getin-touch-2-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

body .getin-touch-2__img-block {
  margin-left: 10%;
  width: 90%;
}

body .getin-touch-2 form input {
  border-color: black;
}

@media screen and (min-width: 1400px) {
  body .main__container {
    max-width: 1400px;
  }
}

@media screen and (max-width: 1000px) {
  .my-container {
    margin: 0;
  }
  .getin-touch form {
    width: 50%;
    -ms-grid-columns: auto !important;
        grid-template-columns: auto !important;
  }
  .main__container .home-section {
    height: 650px;
  }
  .main__container .reviews .carousel-item div {
    padding: 0 50px !important;
  }
  .main__container .offers .driver__break-1 {
    display: none;
  }
  .main__container .offers .driver__h-1 {
    max-width: 500px !important;
    word-wrap: break-word;
  }
  .main__container .offers__img {
    width: 100% !important;
  }
  .main__container .offers__img-right {
    margin-left: 0 !important;
  }
  .main__container .offers__text {
    width: 90%;
  }
  .main__container .offers__text-right {
    margin-left: 10%;
  }
  .main__container .offers-inner {
    width: 90%;
    margin-right: 10%;
  }
  .getin-touch-2__text {
    margin-top: 0 !important;
  }
  .getin-touch-2__img {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .my-container {
    margin: 0 20px !important;
  }
  .h-1 {
    font-size: 40px;
  }
  .h-2 {
    font-size: 20px;
    font-weight: 400;
  }
  .h-3 {
    font-size: 18px;
    font-weight: 500;
  }
  .text {
    font-size: 15px;
  }
  .caption {
    font-size: 13px;
    font-weight: 500;
  }
  .main__container .home-section {
    height: 700px;
  }
  .main__container .top-navbar__logo {
    display: none;
  }
  .main__container .about-us .middle-text {
    -ms-grid-columns: 184px auto !important;
        grid-template-columns: 184px auto !important;
  }
  .main__container .about-us__img {
    height: 450px;
    position: relative;
    left: -110px;
  }
  .main__container .reviews__text {
    max-width: 384px;
  }
  .main__container .reviews___text {
    max-width: 384px !important;
  }
  .main__container .reviews .carousel-item div {
    padding: 0 20px !important;
  }
  .main__container footer .item-2 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .main__container footer .footer__elem-2 {
    -ms-grid-columns: auto !important;
        grid-template-columns: auto !important;
  }
  .main__container footer .footer__elem-2 div {
    margin: 10px 0;
  }
}

@media screen and (max-width: 500px) {
  .my-container {
    margin: 0 10px !important;
  }
  .getin-touch form {
    width: 100%;
  }
  .h-1 {
    font-size: 28px;
  }
  .h-2 {
    font-size: 20px;
  }
  .h-3 {
    font-size: 20px;
  }
  .text {
    font-size: 15px;
  }
  body .main__container .top-navbar__icons {
    display: -ms-grid;
    display: grid;
  }
  body .main__container .top-navbar .burgur-icon {
    display: block;
  }
  body .main__container .home-section {
    max-height: 600px;
  }
  body .main__container .collapsable {
    background-color: #f47a3b;
    display: none;
    opacity: 0;
    position: absolute;
    width: 100%;
    min-height: 300px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: -1;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .main__container .collapsable a {
    margin: 15px;
    cursor: pointer;
  }
  body .main__container .collapsable .burgur-icon {
    display: block;
  }
  body .main__container .about-us .middle-text {
    -ms-grid-columns: auto !important;
        grid-template-columns: auto !important;
  }
  body .main__container .about-us .middle-text p {
    margin-top: 10px;
  }
  body .main__container .about-us .middle-text__img {
    left: -200px;
  }
  body .main__container .services {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
  body .main__container .offers .head {
    grid-gap: 5px;
  }
  body .main__container .offers .offer__broker > .inner,
  body .main__container .offers .offer__driver > .inner {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
  body .main__container .offers__text {
    width: 100%;
  }
  body .main__container .offers__text-right {
    margin: 0;
  }
  body .main__container .reviews .carousel-indicators {
    display: block;
    text-align: center;
  }
  body .main__container .reviews .fas {
    display: none;
  }
  body .main__container .reviews .carousel-item div {
    padding: 0 5px !important;
  }
  body .main__container .getin-touch-2-inner {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
  body .main__container .getin-touch-2__img {
    display: none;
  }
  body .main__container footer {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
  body .main__container footer .footer__elem-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body .main__container footer .footer__elem-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body .main__container footer .footer__link {
    cursor: pointer;
  }
  body .main__container footer .footer__link:hover {
    color: #f47a3b;
  }
  #popUpSignup .inner form {
    min-width: 300px;
  }
}

@media screen and (max-width: 1200px) {
  .driver__h1 {
    max-width: 400px !important;
  }
}
/*# sourceMappingURL=styles.css.map */