/* Media Queries */
.font-mukta, .banner h1 small {
  font-family: "Mukta", sans-serif;
}

.font-roboto, p, .banner h1, h3 {
  font-family: "Roboto", sans-serif;
}

.text-gradient {
  background-image: linear-gradient(45deg, #2435b0 0%, #44bcfc 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}

hr {
  background-color: #b2b6ba !important;
}

.sticky-top {
  background: rgb(83, 121, 128);
  background: -moz-linear-gradient(0deg, rgba(83, 121, 128, 0) 0%, rgb(5, 56, 65) 100%);
  background: -webkit-linear-gradient(0deg, rgba(83, 121, 128, 0) 0%, rgb(5, 56, 65) 100%);
  background: linear-gradient(0deg, rgba(83, 121, 128, 0) 0%, rgb(5, 56, 65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#537980",endColorstr="#053841",GradientType=1);
  width: 100%;
}

.main-content-wrap {
  margin-top: -113px;
}
.main-content-wrap section {
  border-bottom: 2px solid #fff;
  position: relative;
  height: 500px;
  overflow: hidden;
}
.main-content-wrap section .featured-img-wrap {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}
.main-content-wrap section .featured-img-wrap img {
  height: 100%;
}
@media (min-width : 320px) and (max-width : 767px) {
  .main-content-wrap section .featured-img-wrap img {
    opacity: 0.2 !important;
  }
}

.main-navbar-wrap {
  height: 113px;
  z-index: 2;
  transition: 2s !important;
}
.main-navbar-wrap .navbar-collapse.show {
  background: #053841;
  padding: 20px;
}
.main-navbar-wrap.scrolled {
  transition: 2s !important;
}
.main-navbar-wrap.scrolled:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #04106a;
  z-index: -1;
  transition: 2s !important;
  opacity: 0.9;
}
.main-navbar-wrap .navbar-brand img {
  height: 60px;
}
.main-navbar-wrap .navbar-collapse {
  flex-grow: unset;
}
.main-navbar-wrap .navbar-nav {
  transition: all 0.5s ease-out;
}
.main-navbar-wrap .navbar-nav li .nav-link {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
  transition: 0.5s !important;
}
.main-navbar-wrap .navbar-nav li a {
  transition: 0.5s !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}
.main-navbar-wrap .navbar-nav li a.active {
  border-bottom: 1px solid #fff;
}
.main-navbar-wrap .navbar-nav li a:hover {
  transition: 0.5s !important;
  border-bottom: 1px solid #fff;
}
.main-navbar-wrap .navbar-nav li a:focus {
  box-shadow: none !important;
}

.banner {
  margin-top: -113px;
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: end;
  overflow: hidden;
  border-bottom: 6px solid #fff;
}
.banner .banner-info {
  z-index: 999;
  position: relative;
}
.banner h1 {
  z-index: 1;
  font-size: 4.2rem;
  font-weight: 300;
}
.banner h1 small {
  font-weight: 200;
  font-size: 35%;
}
.banner .video-container {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner .video-container .video {
  position: relative;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
}

.video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #053841;
  opacity: 0.5;
}

.hero-info {
  line-height: 2rem;
  border-left: 4px solid #fff;
  padding-left: 2rem;
}

.footer-wrap {
  background: #101010;
  color: #fff;
}
.footer-wrap p {
  color: #fff;
}
.footer-wrap ul {
  margin: 0;
  padding: 0;
}
.footer-wrap ul li {
  list-style: none;
  padding: 0 0.5rem 0 0;
}
.footer-wrap ul li a {
  color: #fff;
  font-size: 0.85rem;
}

.nav-text-size .btn {
  font-size: 0.8rem !important;
}

.custom-z {
  z-index: 2;
}

h2 {
  font-weight: 300;
  font-size: 3rem !important;
}

p {
  font-weight: 200 !important;
}

.scrolled {
  background: #053841;
}

.new-container {
  transition: 0.25s;
}

.body-background {
  background-image: url("../img/body-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  box-shadow: inset 0 0 0 2000px rgba(5, 56, 65, 0.8);
}

.footer-icon img {
  height: 100px;
  width: 100px;
}

.round-thumb-wrap {
  border-radius: 9999px;
  overflow: hidden;
  width: 120px;
  height: 120px;
}
.round-thumb-wrap img {
  background-size: cover;
  width: 100%;
  height: 100%;
}

.our-team-wrap .card {
  min-height: 300px;
}

.bg-section-light {
  background-image: url("../img/texture-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider .slick-track {
  display: flex;
  align-items: center;
}

.page-our-carriers-wrap .banner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: end;
  overflow: hidden;
  height: 300px !important;
  background-image: url("../img/body-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  box-shadow: inset 0 0 0 2000px rgba(5, 56, 65, 0.8);
}

/*# sourceMappingURL=main.css.map */
