/*
Theme Name: Transport Global Company
Theme URI: https://transport-global.com
Author: Transport Global Company Marketing
Author URI: http://transport-global.com
Description: This is a custom theme developed for Transport Global Company.
Version: 1.0
*/
* {
  color: #002863;
  letter-spacing: 0.1rem;
}

p {
  margin-bottom: 0;
}

.bold {
  font-weight: bold;
}

h1 {
  font-size: 2rem;
  font-weight: 600;
  color: #c3f0ff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 1.75rem;
  color: #005899;
  text-transform: uppercase;
}
h2 .accent {
  color: #00a4dc;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
  }
}

.h6 {
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.125rem;
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
.h6:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
@media screen and (min-width: 992px) {
  .h6 {
    font-size: 1.25rem;
  }
}

.btn.lightblue {
  background-color: #00a4dc;
  color: #ffffff;
  border-radius: 0;
  padding: 0.625rem 1.125rem;
  -webkit-box-shadow: 0 7px 15px rgba(37, 168, 224, 0.6);
          box-shadow: 0 7px 15px rgba(37, 168, 224, 0.6);
}
.btn.lightblue:hover {
  background-color: #06bfff;
}

.ask button {
  display: block;
  margin-inline: auto;
  line-height: 1;
  padding: 0.625rem 1.125rem;
  border: 1px solid #00223b;
  color: #00223b;
  text-transform: uppercase;
}

.labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.labels .label {
  padding: 0.625rem 1.125rem;
  border: 1px solid #00223b;
  color: #00223b;
  text-transform: uppercase;
}

form input {
  width: 100%;
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
}
form textarea {
  width: 100%;
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
}

.modal-title {
  color: #005899;
}
.modal-title span {
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
  display: block;
  color: #00223b;
}

.modal-header .btn-close {
  margin-top: 0;
  margin-bottom: auto;
}

header {
  position: fixed;
  top: 24px;
  left: 24px;
  right: 24px;
  height: 24px;
  background-color: #001421;
  color: white;
  z-index: 100;
}
header .navbar {
  position: relative;
  border: 1px solid #002863 !important;
}
header .navbar .nav-link {
  padding-inline: 16px !important;
}
header .navbar .side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: absolute;
  right: 0;
  height: 100%;
  border-left: 1px solid #002863 !important;
}
header .navbar .side .phone {
  margin-inline: 24px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
}
header .navbar .side .phone:hover {
  color: #ffffff;
}
header .navbar .side .dropdown {
  height: 100%;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .navbar .side .dropdown .dropdown-toggle {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #002863;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  text-decoration: none;
  text-align: center !important;
}
header .navbar .side .dropdown .dropdown-toggle:hover {
  color: #ffffff;
}
header .navbar .side .dropdown .dropdown-toggle::after {
  display: none;
}
header .navbar .side .dropdown .dropdown-menu {
  right: 0;
  left: auto;
  min-width: auto;
  background-color: #002863;
}
header .navbar .side .dropdown .dropdown-menu a {
  color: #ffffff;
  text-decoration: underline;
}
header .navbar .side .dropdown .dropdown-menu a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

h2 {
  -webkit-margin-after: 48px;
          margin-block-end: 48px;
  color: #005899;
  text-align: center;
  font-weight: 400;
}

#company {
  position: relative;
  padding-block: 120px 60px;
}
#company .container-fluid {
  position: relative;
  z-index: 3;
}
#company::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  z-index: 1;
  background-color: rgba(0, 87, 144, 0.7);
}
#company::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  inset-block-end: 0;
  inset-inline-start: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 35, 61)), color-stop(80%, rgb(0, 35, 61)), to(rgba(0, 35, 61, 0))) !important;
  background: linear-gradient(to top, rgb(0, 35, 61) 0%, rgb(0, 35, 61) 80%, rgba(0, 35, 61, 0) 100%) !important;
}
#company #video-company-background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
#company .logo {
  width: 180px;
  margin-inline: auto;
}
#company .logo img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 992px) {
  #company .logo {
    width: 266px;
  }
}
#company h1 {
  color: #c3f0ff;
  margin-block: 1rem 2rem;
}
#company .subtitle {
  color: #ffffff;
  text-align: center;
}
#company h2 {
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #company h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  #company h2 {
    text-align: left;
  }
}
#company h3 {
  font-size: 1.5rem;
  font-weight: 300;
  color: #c3f0ff;
  text-transform: uppercase;
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
}
#company .button {
  text-align: center;
  margin-block: 2rem 3rem;
}
#company .about {
  text-align: center;
}
#company .about .desc {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
}
#company .about .desc + .desc {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
#company .about .desc .accent {
  color: #c3f0ff;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  #company .about {
    text-align: left;
  }
}
#company .mission {
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
}
#company .mission .desc {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
}

#geography {
  padding: 60px 16px;
  text-align: center;
}
#geography .desc + .desc {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
#geography .map {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
#geography .map img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #geography .map {
    -webkit-margin-before: 48px;
            margin-block-start: 48px;
  }
}
@media screen and (min-width: 768px) {
  #geography {
    padding: 60px;
  }
}

#containers {
  background-color: #f4f4f4;
  padding-block: 60px;
}
#containers p {
  text-align: center;
}
#containers p + p {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
#containers p:last-child {
  margin-bottom: 48px;
}
#containers .item {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  padding: 48px 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#services {
  padding-block: 60px;
  background-color: #daf5ff;
}
#services .row + .row {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
#services img {
  display: block;
}
@media screen and (min-width: 768px) {
  #services .order-lg-1 img {
    margin-inline: auto 12px;
  }
  #services .order-lg-2 img {
    margin-inline: 12px auto;
  }
}
#services .service-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#services .service-block .heading {
  font-size: 1.5rem;
  color: #06bfff;
  line-height: 1.5;
  text-transform: uppercase;
  margin-inline: 12px;
}
#services .service-block .desc {
  margin-inline: 12px;
}
#services .service-block img {
  max-width: 100%;
}

#why {
  padding-block: 60px;
}
#why .features > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#why .features > * .icon {
  margin-inline: auto;
}
#why .features > * .icon img {
  height: 175px;
}
#why .features > * .desc {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
#why .features > * .desc .accent {
  color: #00a4dc;
  font-weight: 500;
}

#need-transport {
  position: relative;
  padding-block: 180px;
  text-align: center;
  overflow: hidden;
}
#need-transport .container {
  position: relative;
  z-index: 3;
}
#need-transport::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  z-index: 1;
  background-color: rgba(0, 87, 144, 0.7);
}
#need-transport #video-need-transport-background {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
#need-transport h2 {
  font-size: 1.75em;
  color: #00a4dc;
  line-height: 1.2;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
@media screen and (min-width: 768px) {
  #need-transport h2 {
    font-size: 3em;
  }
}
#need-transport .desc {
  color: #ffffff;
  -webkit-margin-after: 36px;
          margin-block-end: 36px;
}

footer {
  padding-block: 60px;
}
footer .wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .wrap .logo {
  width: 180px;
  display: block;
  margin-inline: auto;
}
footer .wrap img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 992px) {
  footer .wrap {
    text-align: inherit;
  }
}
footer .contacts {
  text-align: center;
}
footer .contacts p {
  line-height: 1;
}
footer .contacts p + p {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (min-width: 992px) {
  footer .contacts {
    text-align: left;
  }
}
footer .phone {
  text-align: center;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
footer .phone a {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1rem;
  color: #00a4dc;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .phone a:hover {
  color: #005899;
}
@media screen and (min-width: 992px) {
  footer .phone {
    text-align: left;
  }
}
footer .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 10px;
  gap: 20px;
}
footer .copyright {
  text-align: center;
}/*# sourceMappingURL=style.css.map */