@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap");
.owl-carousel .owl-nav {
  text-align: center;
  position: absolute;
  width: calc(100% + 80px);
  height: calc(100% - 53px);
  top: 0;
  left: -40px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  font-family: Arial;
  line-height: 1;
  width: 30px;
  height: 30px;
  border-radius: 40px;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0);
  pointer-events: all;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #ffffff;
  border: 1px solid #333;
}
.owl-carousel .owl-nav button.owl-prev button.owl-prev, .owl-carousel .owl-nav button.owl-next button.owl-prev {
  transform: translateX(-40px);
}
.owl-carousel .owl-nav button.owl-prev svg, .owl-carousel .owl-nav button.owl-next svg {
  width: 24px;
  height: 24px;
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 18px;
  height: 3px;
  background: var(--bs-body-color);
  margin: 24px 4px;
  border-radius: 0px;
  opacity: 0.35;
}
.owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}

.l {
  box-shadow: inset 0 0 0 1px red;
}

::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #bababa;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #94121e;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-corner {
  background: transparent;
  cursor: pointer;
  display: none;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
  background-clip: content-box;
  border: 1px solid transparent;
}

::-webkit-scrollbar-track {
  background: #000;
}

.icon {
  stroke: unset;
  stroke-width: 0px;
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.1em;
}

.ts-0p5 {
  transform: scale(0.5);
}

.ts-0p6 {
  transform: scale(0.6);
}

.ts-0p7 {
  transform: scale(0.7);
}

.ts-0p8 {
  transform: scale(0.8);
}

.ts-0p9 {
  transform: scale(0.9);
}

.ts-1p1 {
  transform: scale(1.1);
}

.ts-1p2 {
  transform: scale(1.2);
}

.ts-1p3 {
  transform: scale(1.3);
}

.ts-1p4 {
  transform: scale(1.4);
}

.ts-1p5 {
  transform: scale(1.5);
}

.ts-1p6 {
  transform: scale(1.6);
}

.ts-1p7 {
  transform: scale(1.7);
}

.ts-1p8 {
  transform: scale(1.8);
}

.ts-1p9 {
  transform: scale(1.9);
}

.text-primary {
  color: #1b3862;
}

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

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

.bg-secondary2 {
  background-color: #94121e !important;
}

.bg-grey {
  background-color: #999999 !important;
}

.bg-lightblue1 {
  background-color: #f6faff !important;
}

.bg-lightred1 {
  background-color: #ffd6da !important;
}

.ff-raleway {
  font-family: "Raleway", sans-serif !important;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.maxw-80 {
  max-width: 80px;
}

.maxw-90 {
  max-width: 90px;
}

.maxw-100 {
  max-width: 100px;
}

.maxw-200 {
  max-width: 200px;
}

.maxw-800 {
  max-width: 800px;
}

.maxw-840 {
  max-width: 840px;
}

.maxw-860 {
  max-width: 860px;
}

.maxw-880 {
  max-width: 880px;
}

.maxw-940 {
  max-width: 940px;
}

.maxw-1020 {
  max-width: 1020px;
}

.mmw-90 {
  min-width: 90px;
  max-width: 90px;
}

.mmw-100 {
  min-width: 100px;
  max-width: 100px;
}

.mmw-110 {
  min-width: 110px;
  max-width: 110px;
}

.mmw-120 {
  min-width: 120px;
  max-width: 120px;
}

.mmt-1px {
  margin-top: -1px;
}

.mmt-2px {
  margin-top: -2px;
}

.mt-1px {
  margin-top: 1px;
}

.mt-2px {
  margin-top: 2px;
}

.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.header-top {
  overflow: hidden;
}
.header-top .top-logo {
  display: inline-block;
  text-decoration: none;
  padding: 10px 0;
}
.header-top .top-logo img {
  width: 100%;
  max-width: 240px;
}
.header-top .top-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 6px 0;
  gap: 6px;
  position: relative;
}
.header-top .top-social::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #1b3862;
  left: 0;
  z-index: -1;
  transform: skewX(35deg);
}
.header-top .top-social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  width: 28px;
  height: 28px;
  box-shadow: inset 0 0 0 1px #bababa;
  border-radius: 30px;
  color: #fff;
}
.header-top .top-social a:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #fff;
  color: #084c65;
  transition: 0.3s;
}
.header-top .top-connectbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding: 12px 0;
}
.header-top .top-connectbox .top-contact {
  text-decoration: none;
  color: #1b3862;
  display: flex;
  gap: 6px;
}
.header-top .top-connectbox .top-contact:hover .top-connecttext {
  color: #94121e;
}
.header-top .top-connectbox .top-contact:hover .top-connecttext span {
  opacity: 1;
  color: #94121e;
}
.header-top .top-connectbox .top-contact .top-contacticon {
  padding-top: 1px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 28px;
  color: #94121e;
}
.header-top .top-connectbox .top-contact .top-connecttext h6 {
  font-size: 14px;
  margin: 0;
}
.header-top .top-connectbox .top-contact .top-connecttext span {
  font-size: 14px;
  opacity: 0.8;
}
.header-top .top-connectbox .btn {
  background: #94121e;
  border-color: #94121e;
  color: #fff;
  font-weight: 500;
  padding: 8px 15px 9px 15px;
  line-height: 1;
  font-size: 14px;
}
.header-top .top-connectbox .btn:hover {
  background: #1b3862;
  border-color: #1b3862;
}
.header-top .top-connectbox .btn:active {
  background: #999999;
  border-color: #999999;
}
.header-top .top-connectbox .btn-navbar {
  display: none;
}

.navbar {
  background: #1b3862;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
  z-index: 100;
}
.navbar .navbar-nav {
  width: 100%;
  gap: 20px;
  justify-content: space-between;
}
.navbar .navbar-nav .nav-link {
  font-size: 15px;
  padding: 14px 0;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link:hover {
  color: #fb0303;
}
.navbar .navbar-nav .nav-link.active.dropdown-toggle::after, .navbar .navbar-nav .nav-link:hover.dropdown-toggle::after {
  content: "-";
}
.navbar .navbar-nav .dropdown-menu {
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-top: 2px solid rgba(var(--bs-danger-rgb));
  border-bottom: 2px solid rgba(var(--bs-danger-rgb));
  margin-top: 0px;
}
.navbar .navbar-nav .dropdown-menu li {
  position: relative;
}
.navbar .navbar-nav .dropdown-menu li:last-child .dropdown-item {
  border-bottom: none;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  --bs-dropdown-item-padding-y: 0.35rem;
  font-weight: 400;
  color: #000;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  border-bottom: 1px solid #eee;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item.active, .navbar .navbar-nav .dropdown-menu .dropdown-item:active, .navbar .navbar-nav .dropdown-menu .dropdown-item[aria-expanded=true], .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: #1b3862;
}
.navbar .navbar-nav .dropdown-toggle {
  position: relative;
  padding-right: 22px;
}
.navbar .navbar-nav .dropdown-toggle::after {
  content: "+";
  font-family: sans-serif;
  border: none;
  position: absolute;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 9px);
  right: 2px;
}
.navbar .navbar-nav .dropdown:hover .nav-link.dropdown-toggle {
  color: #fb0303;
}
.navbar .navbar-nav .dropdown:hover .nav-link.dropdown-toggle::after {
  content: "-";
}
.navbar .navbar-nav .dropdown-menu.show .dropdown-toggle.show {
  color: #fb0303;
}
.navbar .navbar-nav .dropdown-menu.show .dropdown-toggle.show::after {
  content: "-";
}

.heading-box {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.heading-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 80px;
  height: 6px;
  background-color: #fff;
  border: 2px solid #1b3862;
  transform: skewX(-45deg);
}
.heading-box .display-6, .heading-box .display-7 {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  color: #1b3862;
}
.heading-box.heading-left {
  text-align: left;
}
.heading-box.heading-left::after {
  margin-left: unset;
}

.card-service {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  border: none;
  height: 100%;
}
.card-service:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.card-service:hover .card-image .ratio img {
  transform: scale(1.05);
}
.card-service .card-image {
  padding: 1rem 1rem 0 1rem;
}
.card-service .card-image .ratio {
  border-radius: 6px;
  overflow: hidden;
}
.card-service .card-image .ratio img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s;
}
.card-service .card-title {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  color: #1b3862;
}
.card-service .card-text {
  opacity: 0.8;
}
.card-service .card-footer {
  background: transparent;
  border: none;
  padding-top: 0;
  padding-bottom: 1rem;
}
.card-service .card-footer .btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 15px 6px 15px;
  font-size: 15px;
  min-width: 110px;
  border-radius: 50px;
}
.card-service .card-footer .btn::after {
  content: "⇒";
  margin-left: 6px;
}

.testimonial-section {
  background-color: #1b3862;
  color: #ffffff;
  position: relative;
}
.testimonial-section .testimonial-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5;
}
.testimonial-section .container {
  position: relative;
  z-index: 1;
}

.star-rating {
  display: inline-block;
  color: #ddd;
  font-family: Arial;
  vertical-align: top;
  position: relative;
}
.star-rating input[type=range] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
.star-rating input[type=range]:active {
  cursor: grabbing;
}
.star-rating:before {
  content: "★★★★★";
  font-family: inherit;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 4px;
  text-shadow: 0 0px 1px orangered;
}
.star-rating span {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.star-rating span:before {
  content: "★★★★★";
  position: relative;
  color: orangered;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 4px;
}

.carousel-testi .testi-item {
  display: flex;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.carousel-testi .testi-item .testi-text p {
  font-weight: 300;
  line-height: 1.65;
}
.carousel-testi .testi-item .testi-text h6 {
  font-family: "Raleway", sans-serif;
  margin-top: 20px;
  font-size: 18px;
}
.carousel-testi .testi-item .testi-img {
  padding: 15px 15px 15px 30px;
}
.carousel-testi .testi-item .testi-img img {
  width: 160px;
  min-width: 160px;
  max-height: 160px;
  border-radius: 160px;
  padding: 5px;
  background: linear-gradient(to left, #1b3862, #94121e);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
}
.carousel-testi .owl-dots .owl-dot {
  background: var(--bs-white);
}

.pagename-section {
  display: flex;
  align-items: center;
  min-height: 240px;
  background-color: rgba(var(--bs-danger-rgb));
  position: relative;
}
.pagename-section .pagename-title {
  color: #fff;
  font-size: 28px;
}
.pagename-section .pagename-poster {
  width: 58%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 200px 0 0 200px;
  border: 2px solid rgba(var(--bs-danger-rgb));
  border-right: none;
}

.common-bottombar {
  background-color: rgba(var(--bs-danger-rgb));
  min-height: 280px;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.common-bottombar .cargo-imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  min-height: 100px;
  height: 100%;
  overflow: hidden;
  border-radius: 0 200px 0px 0;
}
.common-bottombar .cargo-imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ul-listing {
  list-style-type: none;
  padding: 0;
}
.ul-listing li {
  padding-left: 30px;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%231b3862' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: 1px 5px;
}
.ul-listing li:not(:last-child) {
  margin-bottom: 10px;
}

.card-portfolio {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  border-radius: 6px;
  color: #fff;
}
.card-portfolio::before {
  content: "";
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(transparent, #000);
  transition: 0.3s;
  z-index: 1;
}
.card-portfolio img {
  display: block;
  width: 100%;
  transition: 0.6s;
}
.card-portfolio h2 {
  position: absolute;
  font-size: 18px;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 18px 16px;
  margin: 0;
  z-index: 2;
}
.card-portfolio:hover::before {
  height: 100%;
  border-bottom: 6px solid rgba(var(--bs-danger-rgb));
}
.card-portfolio:hover img {
  transform: scale(1.1);
}

.card-blog {
  display: block;
  position: relative;
  text-decoration: none;
}
.card-blog img {
  width: 100%;
  display: block;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 1px 2px #ddd;
  transition: 1.5s;
}
.card-blog figcaption {
  width: calc(100% - 60px);
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.075);
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  padding: 24px 20px;
  border-radius: 0 0 8px 8px;
  min-height: 131px;
  transition: 0.25s;
  border-bottom: 1px solid rgba(var(--bs-danger-rgb));
}
.card-blog figcaption h2 {
  font-size: 20px;
  line-height: 1.35;
  margin: 5px 0 0 0;
  color: rgba(var(--bs-danger-rgb));
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-blog:hover img {
  filter: grayscale(100%);
}
.card-blog:hover figcaption {
  transform: scale(1.05);
}

.services-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.services-links a {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid rgba(var(--bs-danger-rgb));
  text-decoration: none;
  border-radius: 4px;
  color: #000;
  transition: 300ms;
  background-color: #f5f5ff;
}
.services-links a:hover {
  background-color: rgba(var(--bs-danger-rgb));
  color: #fff;
}

.countries-list span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border: 1px solid rgba(var(--bs-danger-rgb), 0.5);
  border-left-width: 4px;
  padding: 10px 12px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
}

footer {
  background: #1b3862;
  padding-top: 20px;
  color: #ddd;
  position: relative;
}
footer .footer-bg {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  pointer-events: none;
  opacity: 0.4;
}
footer .container {
  position: relative;
}
footer .footer-logo {
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
}
footer .footer-logo img {
  max-width: 240px;
  filter: brightness(0) invert(1);
}
footer h6 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-top: 15px;
  margin-bottom: 15px;
}
footer .footer-links {
  display: flex;
  flex-direction: column;
  align-items: start;
}
footer .footer-links a {
  text-decoration: none;
  font-size: 14px;
  display: flex;
  margin-bottom: 7px;
  color: #ddd;
  transition: 300ms;
}
footer .footer-links a::before {
  content: "→";
  margin-right: 7px;
}
footer .footer-links a:hover {
  color: #fb0303;
}
footer .footer-social {
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: 8px;
  position: relative;
}
footer .footer-social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  width: 28px;
  height: 28px;
  box-shadow: inset 0 0 0 1px #bababa;
  border-radius: 30px;
  color: #fff;
}
footer .footer-social a:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #fff;
  color: #084c65;
  transition: 0.3s;
}
footer .footer-address {
  display: flex;
  flex-direction: column;
  align-items: start;
}
footer .footer-address a {
  text-decoration: none;
  font-size: 14px;
  display: flex;
  margin-bottom: 18px;
  color: #ddd;
  transition: 300ms;
  display: inline-flex;
}
footer .footer-address a:hover {
  color: #fb0303;
}
footer .footer-address a .icon {
  margin-top: 3px;
  margin-right: 8px;
  font-size: 16px;
}
footer .footer-more {
  font-size: 14px;
  font-weight: 700;
  color: #ddd;
  text-decoration: none;
}
footer .footer-more::after {
  content: "→";
  margin-left: 7px;
  transition: 300ms;
}
footer .footer-more:hover {
  color: #fb0303;
}
footer .footer-more:hover::after {
  margin-left: 10px;
}
footer .copyright {
  margin-top: 30px;
  background-color: #0c2446;
  padding: 15px 0;
  color: #ddd;
}
footer .copyright p, footer .copyright a {
  font-size: 14px;
  text-decoration: none;
  color: inherit;
  margin: 0;
}
footer .copyright a:hover {
  color: #fb0303;
  text-decoration: underline;
}

/*Responsive Style*/
@media screen and (max-width: 1200.9px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
  }
}
@media screen and (max-width: 991.9px) {
  .header-top .top-logo img {
    max-width: 210px;
  }
  .header-top .top-connectbox {
    gap: 15px;
    padding: 6px 0;
  }
  .header-top .top-connectbox .top-contact .top-contacticon {
    align-items: center;
  }
  .header-top .top-connectbox .top-contact .top-connecttext {
    display: none;
  }
  .header-top .top-connectbox .btn-navbar {
    display: inline-flex;
  }
  .navbar {
    position: relative;
  }
  .navbar .navbar-nav {
    gap: 0;
    padding: 10px 0;
  }
  .navbar .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar .navbar-nav .nav-link {
    font-size: 14px;
    padding: 8px 0;
  }
  .navbar .navbar-nav .nav-link.dropdown-toggle::after {
    display: none !important;
  }
  .navbar .navbar-nav .dropdown .dropdown-mobile-toggle {
    display: block;
    width: 37px;
    height: 37px;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    color: #fff;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar .navbar-nav .dropdown .dropdown-mobile-toggle::before {
    content: "+";
  }
  .navbar .navbar-nav .dropdown .dropdown-mobile-toggle.show::before {
    content: "-";
  }
}
@media screen and (max-width: 767.9px) {
  .carousel-control-next, .carousel-control-prev {
    width: 8%;
  }
  .carousel-indicators {
    bottom: -20px;
  }
  .carousel-indicators [data-bs-target] {
    width: 12px;
  }
  .carousel-testi .testi-item {
    display: block;
    text-align: center;
  }
  .carousel-testi .testi-item .testi-img {
    display: inline-block;
  }
  .carousel-testi .testi-item .testi-img img {
    width: 120px;
    min-width: 120px;
    max-height: 120px;
    border-radius: 120px;
  }
  .common-bottombar {
    display: block;
    text-align: center;
    padding: 24px 0 16px 0;
  }
  .common-bottombar .cargo-imgbox {
    position: relative;
    width: 100%;
    max-width: 420px;
    min-height: 100px;
    height: 100%;
    border-radius: 0;
    margin: 0 auto;
    padding: 16px 16px 0 16px;
  }
  .common-bottombar .d-flex {
    justify-content: center;
  }
  .pagename-section {
    align-items: end;
    text-align: right;
  }
  .pagename-section .pagename-title {
    background-color: rgba(var(--bs-danger-rgb), 1);
    z-index: 2;
    position: relative;
    display: inline-block;
    padding: 5px 15px 7px 15px;
    border-radius: 0 50px 50px 0;
    font-size: 20px;
  }
  .pagename-section .pagename-poster {
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 650.9px) {
  .header-top .row {
    align-items: center;
  }
  .header-top .top-logo img {
    max-width: 140px;
  }
  .header-top .top-social, .header-top .top-connectbox .top-contact {
    display: none;
  }
}
@media screen and (max-width: 575.9px) {
  .card-blog figcaption {
    width: calc(100% - 30px);
    margin-top: -30px;
    padding: 18px 15px;
    min-height: 85px;
  }
  .card-blog figcaption h2 {
    font-size: 17px;
    line-height: 1.35;
  }
  .countries-list span {
    border-left-width: 3px;
    padding: 6px 10px;
    font-size: 14px;
  }
  footer .footer-sm-2col {
    flex-direction: row;
    flex-wrap: wrap;
  }
  footer .footer-sm-2col a {
    width: 50%;
  }
}
@media screen and (max-width: 420.9px) {
  .header-top .top-logo {
    padding: 5px 0;
  }
  .header-top .top-logo img {
    max-width: 180px;
  }
  .header-top .top-connectbox {
    gap: 10px;
  }
  .header-top .top-connectbox .btn-tracking {
    position: fixed;
    font-size: 16px;
    width: 100%;
    left: 0;
    bottom: 0px;
    z-index: 100;
    padding: 11px 12px 13px 12px;
    border-radius: 0 !important;
  }
  footer {
    margin-bottom: 41px;
  }
  footer .footer-social {
    text-align: center;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .navbar .dropdown .dropdown-menu, .navbar .dropdown .dropdown-mobile-toggle {
    display: none;
  }
  .navbar .dropdown:hover > .dropdown-menu,
  .navbar .dropend:hover > .dropdown-menu {
    display: block;
  }
  .navbar .dropend:hover > .dropdown-toggle {
    color: #fff;
    background-color: #1b3862;
  }
  .navbar .dropend:hover > .dropdown-toggle::after {
    content: "-";
  }
}/*# sourceMappingURL=style.css.map */