@font-face {
    font-family: OpenSansBold;
    src: url("../fonts/OpenSans-Bold.ttf");
}

@font-face {
    font-family: OpenSansSemibold;
    src: url("../fonts/OpenSans-Semibold.ttf");
}
@font-face {
    font-family: OpenSansRegular;
    src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
    font-family: OpenSansLight;
    src: url("../fonts/OpenSans-Light.ttf");
}
body {
    color: #4c4c4c;
}
.navbar-nav {
    margin-left: auto;
}
button.navbar-toggler {
    background-color: #16619a;
    padding: 0.15rem 0.45rem;
    position: relative;
    margin-right: 1rem;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(225, 225, 225, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar {
    overflow: hidden;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 2000;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
    padding: 0px !important;
    background: white;
    z-index: 5;
}

li.nav-item a {
    color: #333333;
    margin: auto 5px;
    font-size: 15px;
    font-family: OpenSansRegular;
    padding: 20px 15px !important;
}

li.nav-item a:hover {
    color: #4c4c4c;
}
li.nav-item a:focus {
    color: #4c4c4c;
}
.active {
    color: #16619a !important;
    background-color: #f3f3f3;
    font-family: OpenSansSemibold !important;
    font-size: 14px !important;
}
.navbar-brand {
    margin-left: 1rem;
    padding: 0 !important;
}


.swiper{
    width: 100%;
    height: 100%;
    margin-top: 60px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    min-height: 550px;
    background: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet-active {
    background-color: #16619a !important;
}
span.swiper-pagination-bullet {
    border: 1px solid white;
    width: 15px;
    height: 15px;
}
.coverPhoto1 {
    background-image: url("../images/slide1.jpg");
}
.coverPhoto2 {
    background-image: url("../images/slide2.jpg");
}
.coverPhoto3 {
    background-image: url("../images/cover1.png");
}
.description {
    z-index: 5;
    position: absolute;
    bottom: 25%;
    color: white;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    max-width: 700px;
}
.description h1 {
    font-family: OpenSansBold;
    letter-spacing: 2px;
    color: #1f8adb;
}
.description h2 {
    font-family: OpenSansSemibold;
    font-size: 22px;
}
.description p {
    font-family: OpenSansRegular;
    font-size: 16px;
    margin: 20px auto;
    letter-spacing: 3px;
    color: white;
}
.description a {
    font-family: OpenSansRegular;
    background: #16619a;
    color: white;
    text-decoration: none;
    padding: 10px 50px;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 40px;
    display: block;
    max-width: 200px;
    margin: auto;
    margin-top: 40px;
    border: 1px solid transparent;
}
.description a:hover {
    color: white;
    text-decoration: none;
    border: 1px solid white;
    background: transparent;
}
.bg {
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.title {
    margin: 40px auto;
    display: block;
    text-align: center;
}
.title p {
   
}
.title h2 {
    color: #333333;
    font-family: OpenSansBold;
    font-size: 20px;
    text-transform: uppercase;
}
.title p {
    font-family: OpenSansRegular;
    max-width: 800px;
    margin: auto;
    font-size: 12px;
    color: #445760;
}
.serviceCard {
    box-shadow: 0px 3px 6px 0px rgb(153 153 153 / 50%);
    position: relative;
    overflow: hidden;
    margin: 15px 10px;
    min-height: 330px;
}
.serviceCard:hover {
    transform: scale(1.1, 1.1);
    box-shadow: 0px 3px 6px 0px rgb(153 153 153);
}
.serviceBgCard {
    background-color: #a7a7a7;
    background-position: center;
    background-size: cover;
    height: 200px;
}
.serviceBg-1 {
    background-image: url("../images/service-bg-1.jpg");
}
.serviceBg-2 {
    background-image: url("../images/service-bg-2.jpg");
}
.serviceBg-3 {
    background-image: url("../images/service-bg-3.jpg");
}
.service-content {
    padding: 15px;
}
.service-content h4 {
    color: #444444;
    text-transform: uppercase;
    position: relative;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: OpenSansBold;
}
.service-content h4:before {
    position: absolute;
    content: "";
    height: 2px;
    background-color: #16619a;
    display: block;
    width: 40px;
    left: 0px;
    bottom: -5px;
}
.service-content p {
    font-size: 14px;
    font-family: OpenSansRegular;
    margin: 0;
}
.maxWidth {
    max-width: 1150px;
    margin: auto;
}
.provided-block {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 520px;
    position: relative;
    margin-top: 40px !important;
}

.wshipping-content-block {
    padding: 80px 0px;
    background-color: #fff;
}
.provided-block {
    background-image: url("../images/we-provide-bg.jpg");
}
.text-center {
    text-align: center !important;
}
.provided-block:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgb(22 97 154 / 75%);
}

.provided-block a {
    font-family: OpenSansRegular;
    background: #ff943e;
    color: white;
    text-decoration: none;
    padding: 10px 50px;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 40px;
    display: block;
    max-width: 200px;
    margin: auto;
    margin-top: 40px;
    border: 1px solid transparent;
}
.provided-block a:hover {
    color: white;
    text-decoration: none;
    border: 1px solid white;
    background: transparent;
}
.provided-block h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-family: OpenSansRegular;
}
.provided-block h1 {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: OpenSansBold;
}
.provided-block h2 {
    color: #ff943e;
    font-weight: 400;
    text-transform: uppercase;
    font-family: OpenSansRegular;
    font-size: 25px;
}
.item-table {
    display: table;
    width: 100%;
    height: 100%;
    z-index: 44;
    position: relative;
}
.item-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.why-choose-us-content h2,
p {
    color: #444444;
    font-family: OpenSansBold;
    font-size: 14px;
}
.why-choose-us-content p {
    color: #444444;
    font-family: OpenSansRegular;
    font-size: 14px;
}
.why-choose-us {
    position: relative;
    width: 100%;
    float: left;
}
.why-choose-us:before {
    position: absolute;
    display: block;
    height: 100%;
    background-color: #16619a;
    left: 0px;
    top: 0px;
    content: "";
    width: 2px;
}
.why-choose-us .why-choose-us-icon {
    line-height: 56px;
    text-transform: uppercase;
    margin: 10px 0px;
    position: relative;
    font-size: 18px;
    color: #444444;
    padding-left: 40px;
    float: left;
    width: 100%;
    font-family: OpenSansRegular;
}
.why-choose-us .why-choose-us-icon:before {
    position: absolute;
    display: block;
    height: 2px;
    background-color: #16619a;
    left: 0px;
    top: 50%;
    margin-top: -1px;
    content: "";
    width: 40px;
}
.why-choose-us-icon i.far {
    width: 56px;
    height: 56px;
    background-color: #16619a;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    margin-right: 18px;
    line-height: 56px;
    font-size: 28px;
    position: relative;
    z-index: 1;
}
.shipping-commodities {
    background-color: #f6f5f5;
    position: relative;
    padding: 40px;
    margin-top: 30px;
}
.commodities-card {
    text-align: center;
}
.commodities-card-icon {
    width: 100px;
    height: 100px;
    background: white;
    padding: 25px 0px;
    border-radius: 50%;
    margin: auto;
    border: 1px solid #16619a;
    margin-bottom: 20px;
}
.commodities-card-icon img {
    width: 50px;
}

.commodities-card h4 {
    font-size: 16px;
    font-family: OpenSansSemibold;
}
.commodities-card p {
    font-size: 14px;
    font-family: OpenSansRegular;
    text-align: justify;
}
.commodities-card {
    text-align: center;
    max-width: 300px;
    margin: 10px auto;
}
.contact-quote {
    background-position: right;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0px;
    position: relative;
    background-image: url("../images/get-quote-bg.jpg");
}
.contact-quote:before {
    content: "";
    position: absolute;
    left: 0px;
    height: 100%;
    top: 0px;
    display: block;
    width: 50%;
    background-image: linear-gradient(rgb(22 97 154 / 80%), rgb(7 67 112 / 80%));
}

.contactInfo h4 {
    font-size: 18px;
    font-family: OpenSansSemibold;
    text-transform: uppercase;
}

.contactInfo {
    position: relative;
    color: white;
    padding-left: 30px;
    max-width: 50%;
}
.contactInfo p {
    color: white;
    margin-bottom: 5px;
    font-family: OpenSansRegular;
}
.contactInfo p i {
    margin-right: 10px;
}
.contactInfo a {
    color: #92d0ff;
}
.mapouter {
    margin-top: 10px;
}
.footer p {
    font-size: 11px !important;
    padding: 3px;
    margin: 0;
    color: white !important;
    font-family: OpenSansRegular;
}

.footer {
    background: #6f6f6f;
    text-align: center;
}
.socialLink img:hover {
    transform: scale(1.1, 1.1);
}
.socialLink img {
    width: 30px;
    border: 1px solid white;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: 5px;
}
.partners_logos img {
    width: 150px;
}
.partners_logos {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 25px;
    align-items: center;
}
.cerf_sec img {
    border: 1px solid #f6f5f5;
    width: 200px;
    cursor: pointer;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 16%);

}
.cerf_sec img:hover {
    box-shadow: none;
}
.cerf_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.collage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-rows: 150px;
    gap: 15px;
    margin: 0px 15px;
    margin-bottom: 50px;
  }

  .collage-grid .grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .collage-grid .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
  }

  .collage-grid .grid-item:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }

  .collage-grid .grid-item:hover img {
    transform: scale(1.1);
  }

  /* Make some items span more columns or rows for the collage effect */
  .grid-item.wide {
    grid-column: span 2;
  }

  .grid-item.tall {
    grid-row: span 2;
  }

  .grid-item.big {
    grid-column: span 2;
    grid-row: span 2;
  }
  .globy_link {
    display: block;
    text-align: center;
    font-size: 12px;
  }
@media (max-width: 991px) {
    li.nav-item a {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .why-choose-us-content {
        margin: 20px;
        text-align: center;
    }
    .navbar {
        padding: 10px 0px !important;
    }
    .contactInfo {
        padding-left: 15px;
        max-width: 100%;
    }
    .serviceCard {
        max-width: 350px;
        margin: 10px auto;
    }
    .aboutImg {
        width: 300px;
        margin: auto;
        display: block;
    }
    .serviceCard {
        max-width: 350px;
        margin: 20px auto;
    }
    .contact-quote:before {
        width: 100%;
    }
    .description {
        margin: 20px;
    }
    .partners_logos {
        flex-direction: column;
    }
    .cerf_sec {
        flex-direction: column;
        gap: 10px;
    }
    .grid-item {
        grid-column: span 12 !important;
        grid-row: span 1 !important;
    }
   
}
