@charset "utf-8";
/* CSS Document */

.page-header__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(6, 46, 57);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 13%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.2) 100%);
    content: "";
    z-index: -1;
    mix-blend-mode: multiply;
}

.about-one__content-text2-single-top .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--logistiq-base);
    font-size: 50px;
    line-height: 60px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.about-one__content-text2-single-top .title-box {
    position: relative;
    display: block;
    margin-left: 14px;
    flex: 1;
}

.about-one__content-text2-single-top .icon {
    position: relative;
    display: block;
    padding-right: 14px;
}

.about-one__round-text-box .overlay-icon-box.about-packgro a {
    position: relative;
    display: inline-block;
    color: var(--logistiq-base);
    font-size: 60px;
}

.features-one__single-icon {
    position: relative;
    display: block;
    width: 110px;
    height: 100%;
    background: var(--logistiq-base);
    padding: 25px 0px 26px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-left: 10px;
    margin-top: 10px;
}

.features-one__single {
    position: relative;
    display: flex;
    align-items: start;
    border: 1px solid var(--logistiq-base);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}


.why-choose-one__content-list.packgro ol {
    position: relative;
    display: block;
    list-style-type: decimal;
    color: var(--logistiq-base);
    font-size: 18px;
    font-weight: 900;
	margin-left: 20px;
}

.why-choose-one__content-list.packgro ol li {
    position: relative;
    display: list-item !important;
    margin-bottom: 14px;
    padding-left: 10px;
}

.why-choose-one__content-list.packgro ol li:before {
    color:  var(--logistiq-base);
}

.why-choose-one__content-list.packgro ol li p {
    color: var(--logistiq-white);
    font-weight: 300;
}

.why-choose-one__content-list.packgro ol li p strong {
    font-weight: 900;
    text-transform: uppercase;
}

.why-choose-one__form-box.packgro {
    position: relative;
    display: block;
    max-width: 580px;
    width: 100%;
    float: left;
    margin-top: -180px;
    background: var(--logistiq-white);
    padding: 0px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    z-index: 2;
}

.why-choose-one.packgro .shape1 {
    position: absolute;
    left: 340px;
    bottom: -80px;
    z-index: -1;
}

.packgro .about-one__img1 {
    max-width: 460px;
}

.about-one__img.packgro .shape2 {
    right: -80px;
}

.about-one__content-text2-single.packgro-products {
    position: relative;
    display: block;
    background: var(--logistiq-white);
    -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.08);
    border-bottom: 2px solid var(--logistiq-base);
	border-left: none;
    padding: 25px 45px 13px;
    margin-bottom: 30px;
}

.packgro-products .product-description__list ul {
    position: relative;
    display: block;
    line-height: 20px;
}

.packgro-products .product-description__list ul li {
    margin-bottom: 10px;
}

.pr-30 {padding-right:30px;}
.pr-50 {padding-right:50px;}

.pb-15 {padding-bottom:15px;}
.pb-30 {padding-bottom:30px;}
.pb-50 {padding-bottom:50px;}
.pb-80 {padding-bottom:80px;}
.pb-100 {padding-bottom:100px;}
.pb-125 {padding-bottom:125px;}

.ml-0 {margin-left:0px !important;}

.mt-minus-15px {margin-top:-15px;}
.mt-minus-25px {margin-top:-25px;}