@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Muli&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;600;700&display=swap');
html {
    font-size: 100%;
    overflow-x: hidden
}

* {
    margin: 0;
    padding: 0;
    outline: 0
}

a {
    text-decoration: none
}

a:focus,
a:hover {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #29282f;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

h1 {
    font-size: 90px;
    line-height: 100px
}

h2 {
    font-size: 42px;
    line-height: 65px
}

h3 {
    font-size: 32px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 15px
}

p {
    margin: 0;
    padding: 0
}

ul {
    margin: 0
}

li {
    list-style: none
}

input,
select,
textarea {
    border: none;
    outline: 0
}

button {
    border: none;
    cursor: pointer
}

button,
button:focus,
button:hover {
    outline: 0
}

body {
    font-family: Muli, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #6a6b71;
    overflow-x: hidden
}

.section_padding {
    padding: 120px 0
}

.section_title {
    margin-bottom: 55px
}

.section_title h2 {
    position: relative
}

.section_title span {
    color: #ff5e14;
    font-size: 20px;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px
}

.bg_image {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.bg_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff5e14
}

.main_bg {
    background: #ff5e14
}

.dark_bg {
    background: #121c45
}

.gray_bg {
    background: #e9eef3
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

.logistics_btn {
    display: inline-block;
    min-width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #ff5e14;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    transition: all .5s
}

.logistics_btn:focus,
.logistics_btn:hover {
    background: #29282f;
    color: #fff
}

.btn_link {
    text-transform: uppercase;
    color: #6c6b71;
    display: inline-block;
    transition: all .5s
}

.btn_link:focus,
.btn_link:hover {
    color: #ff5e14
}

.btn_link:after {
    display: inline-block;
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    padding-left: 10px;
    vertical-align: middle
}

.form-element {
    margin-bottom: 20px
}

.form-element:last-child {
    margin-bottom: 0
}

.form-element label {
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 10px
}

.form-element label.custom-control-label {
    font-weight: 400;
    margin-bottom: 0
}

.form-element label span {
    color: #ff3737
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding-left: 23px;
    border: 1px solid #ddd;
    outline: 0;
    border-radius: 1px
}

select {
    border: 1px solid #ddd;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    color: #38383c;
    outline: 0;
    font-size: 14px
}

textarea {
    display: inline-block;
    width: 100%;
    height: 100px;
    padding: 15px 0 0 23px;
    border: 1px solid #ddd;
    outline: 0;
    border-radius: 1px
}

button[type=submit],
input[type=submit] {
    border: none;
    color: #fff;
    padding: 14px 45px 14px;
    display: inline-block;
    outline: 0;
    font-weight: 600;
    background-color: #0a3041;
    border: 1px solid #0a3041;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s
}

button[type=submit]:hover,
input[type=submit]:hover {
    background-color: #fff;
    color: #0a3041
}

::-webkit-input-placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px
}

:-ms-input-placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px
}

::placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px
}

:-ms-input-placeholder {
    color: #38383c;
    font-size: 14px
}

::-ms-input-placeholder {
    color: #38383c;
    font-size: 14px
}

.buttonBar {
    display: none
}

div#particles-js canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50
}

#footerSubscribeForm button[type=submit] {
    padding: 0
}

.search_wrapper.active {
    top: 0
}

.search_wrapper {
    position: fixed;
    top: -100%;
    left: 0;
    background-color: #001e3c;
    height: 50%;
    width: 100%;
    z-index: 999999;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s
}

.search_wrapper .close_link {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ff5e14;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 22px
}

.search_wrapper .form_control {
    background: 0 0;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 15%;
    height: 60px;
    padding-left: 30px;
    margin: 0 auto;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    transition: all .5s
}

.search_wrapper .form_control:focus {
    border-color: #ff5e14
}

.search_wrapper .form_control::placeholder {
    color: #fff;
    letter-spacing: 2px;
    text-transform: capitalize
}

.sticky.header_v1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 337;
    background: #656673
}

.header_v1 .hainer_main_content {
    display: flex
}

.header_v1 .hainer_main_content .logo {
    max-width: 400px;
    width: 100%;
    background: #ff5e14;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px
}

.header_v1 .header_navigation {
    background: #121c45;
    width: calc(100% - 400px)
}

/* ========== Modern dark header (reference: slim black bar, pill search & CTA) ========== */
.header_v1.header_v1--modern {
    font-family: Tajawal, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #000;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    padding-top: env(safe-area-inset-top, 0px)
}

.header_v1.header_v1--modern .header-modern-shell {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: max(12px, env(safe-area-inset-left, 0px));
    padding-right: max(12px, env(safe-area-inset-right, 0px))
}

.header_v1.header_v1--modern .header-modern-logo-link {
    display: inline-block;
    line-height: 0
}

.header_v1.header_v1--modern .header-modern-hainer {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    min-height: 72px
}

.header_v1.header_v1--modern .hainer_main_content .logo {
    max-width: 200px;
    width: auto;
    min-width: 120px;
    background: transparent !important;
    padding: 10px 12px 10px 0;
    justify-content: flex-start
}

.header_v1.header_v1--modern .hainer_main_content .logo img {
    max-height: 48px;
    width: auto
}

.header_v1.header_v1--modern .header_navigation {
    background: transparent !important;
    width: 100% !important;
    flex: 1;
    min-width: 0
}

.header_v1.header_v1--modern .site_menu,
.header_v1.header_v1--modern .header-modern-site-menu {
    padding: 0 !important
}

.header_v1.header_v1--modern .header-modern-menu-row {
    align-items: center !important
}

@media (max-width:991px) {
    .header_v1.header_v1--modern .header-modern-hainer {
        flex-wrap: nowrap;
        align-items: center;
        min-height: 56px
    }

    .header_v1.header_v1--modern .header-modern-menu-row {
        flex-wrap: nowrap !important
    }

    .header_v1.header_v1--modern .hainer_main_content .logo {
        padding-top: 8px;
        padding-bottom: 8px;
        max-width: min(200px, 58vw)
    }

    .header_v1.header_v1--modern .hainer_main_content .logo img {
        max-height: 40px
    }
}

.header_v1.header_v1--modern .header-modern-primary-col {
    min-width: 0
}

.header_v1.header_v1--modern .main-menu ul>li>a {
    padding: 22px 11px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, .94) !important
}

.header_v1.header_v1--modern .main-menu ul li {
    margin-right: 2px;
    margin-left: 2px
}

.header_v1.header_v1--modern .main-menu ul li:hover>a {
    color: #b388ff !important
}

.header_v1.header_v1--modern .main-menu ul li>ul.sub-menu {
    background: #121212 !important;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    padding: 12px 0 !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .45)
}

.header_v1.header_v1--modern .main-menu ul li>ul.sub-menu li a {
    color: #eee !important;
    padding: 10px 18px !important;
    font-size: 14px !important
}

.header-modern-search {
    display: flex;
    align-items: center;
    flex-direction: row;
    background: #1a1a1a;
    border-radius: 999px;
    padding: 4px 5px 4px 16px;
    border: 1px solid rgba(255, 255, 255, .09);
    min-width: 200px;
    max-width: 280px;
    transition: border-color .2s, box-shadow .2s
}

.header-modern-search:focus-within {
    border-color: rgba(124, 77, 255, .45);
    box-shadow: 0 0 0 3px rgba(124, 77, 255, .12)
}

.header-modern-search-input {
    flex: 1 1 auto;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
    min-width: 0;
    outline: none
}

.header-modern-search-input::placeholder {
    color: rgba(255, 255, 255, .45)
}

.header-modern-search-btn {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    cursor: pointer;
    transition: background .2s
}

.header-modern-search-btn:hover {
    background: rgba(255, 255, 255, .18)
}

.header-modern-actions-col {
    gap: 10px;
    flex-shrink: 0;
    padding-left: 8px
}

.header-modern-lang-btn {
    background: rgba(255, 255, 255, .08) !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    border-radius: 999px !important;
    color: #fff !important;
    padding: 9px 16px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    box-shadow: none !important;
    text-transform: none !important
}

.header-modern-lang-btn.dropdown-toggle::after {
    margin-left: 6px;
    margin-right: 0;
    vertical-align: middle;
    border-top-color: rgba(255, 255, 255, .7)
}

.header-modern-lang .dropdown-menu,
.header-modern-lang-mobile .dropdown-menu {
    background: #141414;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    padding: 8px 0
}

.header-modern-lang .dropdown-item,
.header-modern-lang-mobile .dropdown-item {
    color: #eee !important;
    font-size: 14px;
    padding: 8px 18px
}

.header-modern-lang .dropdown-item:hover,
.header-modern-lang-mobile .dropdown-item:hover {
    background: rgba(124, 77, 255, .2);
    color: #fff !important
}

.header-modern-cta {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 11px 22px !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #7c4dff 0%, #5c2ee5 100%) !important;
    box-shadow: 0 4px 20px rgba(124, 77, 255, .38);
    margin-left: 6px !important;
    transition: transform .2s, box-shadow .2s, filter .2s !important;
    text-transform: none !important;
    min-width: 0 !important;
    height: auto !important;
    line-height: 1.35 !important;
    border: 1px solid rgba(255, 255, 255, .12) !important
}

.header-modern-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(124, 77, 255, .5);
    color: #fff !important;
    filter: brightness(1.05)
}

.header_v1.header_v1--modern .header-modern-cta--compact {
    padding: 9px 16px !important;
    font-size: 12px !important;
    margin-left: 0 !important;
    box-shadow: 0 2px 12px rgba(124, 77, 255, .28) !important;
    white-space: nowrap
}

@media only screen and (max-width: 400px) {
    .header_v1.header_v1--modern .header-modern-cta--compact {
        padding: 8px 12px !important;
        font-size: 11px !important
    }
}

.sticky.header_v1.header_v1--modern {
    background: #0a0a0a !important;
    box-shadow: 0 10px 36px rgba(0, 0, 0, .5)
}

.header_v1.header_v1--modern .mobile_menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 44px
}

.header_v1.header_v1--modern .mean-container .mean-bar {
    float: none;
    width: auto;
    min-height: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: transparent
}

.header_v1.header_v1--modern .mean-container a.meanmenu-reveal {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    color: #fff;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .35);
    text-indent: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important
}

.header_v1.header_v1--modern .mean-container a.meanmenu-reveal span {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.header_v1.header_v1--modern .mean-container .mean-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    width: 100%;
    margin-top: 0 !important;
    background: #0a0a0a;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 16px 48px rgba(0, 0, 0, .45);
    max-height: min(70vh, 520px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10050
}

.header_v1.header_v1--modern .mean-container .mean-nav ul li a {
    color: #eee;
    border-color: rgba(255, 255, 255, .08);
    padding: 14px 5% !important;
    font-size: 15px !important
}

.header_v1.header_v1--modern .header-modern-mobile-col {
    position: relative;
    z-index: 3;
    padding-top: 0;
    padding-bottom: 0;
    flex-shrink: 0
}

.header_v1.header_v1--modern .header-modern-mobile-col .header-modern-cta--compact {
    margin-right: 10px
}

[dir="rtl"] .header_v1.header_v1--modern .header-modern-mobile-col .header-modern-cta--compact {
    margin-right: 0;
    margin-left: 10px
}

[dir="rtl"] .header_v1.header_v1--modern .mean-container .mean-bar {
    justify-content: flex-start
}

[dir="rtl"] .header_v1.header_v1--modern .header-modern-mobile-col.ml-auto {
    margin-left: 0 !important;
    margin-right: auto !important
}

[dir="rtl"] .header_v1.header_v1--modern .header-modern-mobile-col.pl-2 {
    padding-left: 0 !important;
    padding-right: .5rem !important
}

[dir="rtl"] .header-modern-search {
    flex-direction: row-reverse;
    padding: 4px 16px 4px 5px
}

[dir="rtl"] .header-modern-actions-col {
    padding-left: 0;
    padding-right: 8px
}

[dir="rtl"] .header-modern-cta {
    margin-left: 0 !important;
    margin-right: 6px !important
}

[dir="rtl"] .header_v1.header_v1--modern .header-modern-cta--compact {
    margin-right: 0 !important
}

/* ========== end modern header ========== */

.sticky.header_v1 .top_header {
    display: none
}

.header_v1 .top_header {
    padding: 15px 70px 15px 30px;
    border-bottom: 1px solid #ffffff10
}

.header_v1 .top_header .top_left span {
    margin-right: 35px
}

.header_v1 .top_header .top_left span i {
    margin-right: 10px;
    opacity: .8;
    color: #fff
}

.header_v1 .top_header .top_left span a {
    color: #fff;
    opacity: .8
}

.header_v1 .top_header .top_right {
    float: right
}

.header_v1 .top_header .top_right .social {
    margin-right: 40px
}

.header_v1 .top_header .top_right .social li {
    display: inline-block;
    margin-left: 15px
}

.header_v1 .top_header .top_right .social li a {
    color: #d6d7da
}

.header_v1 .top_header .top_right .social li a:focus,
.header_v1 .top_header .top_right .social li a:hover {
    color: #ff5e14
}

.header_v1 .top_header .top_right .dropdown .btn {
    color: #fff;
    padding: 0;
    border: none
}

.header_v1 .top_header .top_right .dropdown .btn i {
    margin-right: 10px
}

.header_v1 .top_header .top_right .dropdown .btn.dropdown-toggle:focus,
.header_v1 .top_header .top_right .dropdown .btn.dropdown-toggle:hover {
    border: none;
    box-shadow: none
}

.header_v1 .site_menu {
    padding: 0 70px 0 30px
}

.header_v1 .header_navigation .site_menu .button_box {
    float: right
}

.header_v1 .header_navigation .site_menu .button_box .search_icon {
    color: #fff;
    font-size: 18px
}

.header_v1 .header_navigation .site_menu .button_box .logistics_btn {
    height: 50px;
    line-height: 50px;
    min-width: 150px;
    border-radius: 25px;
    margin-left: 50px
}

.mean-container .mean-bar {
    background: 0 0;
    padding: 0;
    min-height: 0
}

.mean-container .mean-nav {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    margin-top: 0
}

.mean-container a.meanmenu-reveal {
    top: -36px;
    padding: 0;
}

.main-menu ul li:first-child {
    margin-left: 0
}

.main-menu ul li:first-child a {
    padding-left: 0
}

.main-menu ul li {
    position: relative;
    display: inline-block;
    margin-right: 12px;
}

.main-menu ul>li>a {
    display: block;
    padding: 38px 13px;
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.main-menu ul li:hover>a {
    color: #ff5e14
}

.main-menu ul li.menu-item-has-children>a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 600;
    margin-left: 10px
}

.main-menu ul li>ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #222;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 250px;
    text-align: left;
    padding: 15px 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.main-menu ul li:hover>ul.sub-menu {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 100%;
    visibility: visible;
    opacity: 1
}

.main-menu ul li>ul.sub-menu li {
    display: block;
    margin: 0
}

.main-menu ul li>ul.sub-menu li>a {
    display: block;
    padding: 5px 35px;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    transition: all .3s
}

.main-menu ul li>ul.sub-menu li:hover>a:after {
    display: none
}

.main-menu ul li>ul.sub-menu li:hover>a {
    color: #fff;
    padding-left: 40px;
    background: 0 0
}

.main-menu ul li ul.sub-menu li>ul.sub-menu {
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden
}

.main-menu ul li ul.sub-menu li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1
}

.main-menu ul li.static {
    position: static
}

.main-menu ul li ul.mega-menu {
    min-width: 100%;
    opacity: 1;
    visibility: visible;
    padding: 35px;
    z-index: 0;
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    text-align: left;
    box-shadow: 0 15px 30px 0 rgba(0, 3, 143, .1);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    z-index: 150;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.main-menu ul li ul.mega-menu li.mega-item ul li:hover>a,
.main-menu ul li ul.mega-menu li.mega-item:hover>a {
    background: 0 0;
    color: #ff5e14
}

.main-menu ul li:hover ul.mega-menu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.main-menu ul li ul.mega-menu li.mega-item {
    margin: 0;
    margin-bottom: 15px
}

.main-menu ul li ul.mega-menu li.mega-item>a {
    color: #233d63;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize
}

.main-menu ul li ul.mega-menu li.mega-item ul {
    margin-top: 15px
}

.main-menu ul li ul.mega-menu li.mega-item ul li {
    display: block;
    margin: 0;
    margin-bottom: 16px
}

.main-menu ul li ul.mega-menu li.mega-item ul li:last-child {
    margin-bottom: 0
}

.main-menu ul li ul.mega-menu li.mega-item ul li a {
    color: #233d63;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400
}

.main-menu ul li ul.mega-menu li.mega-item ul li a:hover {
    color: #f36233
}

@media only screen and (min-width:1200px) and (max-width:1400px) {
    .main-menu ul>li>a {
        padding: 38px 10px;
        font-size: 14px
    }
}

@media only screen and (min-width:992px) and (max-width :1199px) {
    .main-menu ul li {
        margin-left: 5px;
        margin-right: 5px
    }
    .main-menu ul>li>a {
        padding: 38px 8px;
        font-size: 14px
    }
}

li.submenus ul {
    position: absolute;
    top: 0;
    left: 100%;
    background: #222;
    width: 250px;
    z-index: 0;
    display: none;
}

li.submenus:hover>ul {
    display: block
}

li.submenus {
    position: relative
}

.main-menu li.submenus ul {
    padding: 15px 0
}

li.submenus::after {
    content: "\f101";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #fff
}

.banner_v1 {
    position: relative
}

/* Hero slider: fixed background + independent slide image & text layers */
.banner_v1--slider-layered {
    overflow: hidden
}

.banner_v1--slider-layered .single_slider--layered .container {
    max-width: 1000px
}

@media (min-width: 1400px) {
    .banner_v1--slider-layered .single_slider--layered .container {
        max-width: 1040px
    }
}

.hero-slider-fixed-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat
}

.hero-slider-fixed-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none
}

.hero_slide_v1--layered {
    position: relative;
    z-index: 2;
    background: transparent
}

.hero_slide_v1--layered .single_slider--layered {
    background: none !important;
    background-image: none !important
}

.banner_v1--slider-layered .hero_slide_v1 .single_slider .banner_content span {
    margin-bottom: 8px;
    line-height: 1.35
}

.banner_v1--slider-layered .hero_slide_v1 .single_slider .banner_content .logistics_btn {
    margin-top: 4px;
    height: auto;
    min-height: 48px;
    line-height: 1.35;
    padding: 14px 32px;
    border-radius: 10px;
    text-transform: none;
    letter-spacing: .02em;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .22);
    border: 1px solid rgba(255, 255, 255, .12);
    transition: background .35s ease, color .35s ease, box-shadow .25s ease, transform .2s ease
}

.banner_v1--slider-layered .hero_slide_v1 .single_slider .banner_content .logistics_btn:hover,
.banner_v1--slider-layered .hero_slide_v1 .single_slider .banner_content .logistics_btn:focus {
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(0, 0, 0, .28)
}

.hero-slide-visual {
    position: relative;
    z-index: 2;
    text-align: center
}

.hero-slide-visual img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    max-height: 440px;
    object-fit: contain;
    vertical-align: middle
}

@keyframes hero-slide-visual-float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-14px)
    }
}

.banner_v1--slider-layered .hero-slide-visual img {
    max-height: 360px;
    animation: hero-slide-visual-float 3.6s ease-in-out infinite;
    will-change: transform
}

@media (prefers-reduced-motion: reduce) {
    .banner_v1--slider-layered .hero-slide-visual img {
        animation: none;
        will-change: auto
    }
}

.banner_v1--slider-layered .hero_slide_v1 .slick-prev,
.banner_v1--slider-layered .hero_slide_v1 .slick-next {
    z-index: 5
}

.banner_content {
    position: relative;
    z-index: 150
}

.hero_slide_v1 .single_slider {
    padding: 230px 0 245px
}

.banner_v1--slider-layered .hero_slide_v1--layered .single_slider--layered {
    padding: 150px 0 165px
}

.hero_slide_v1 .single_slider .bg_overlay {
    opacity: .7
}

.hero_slide_v1 .single_slider .banner_content span {
    color: #fff;
    font-size: 27px;
    display: block;
    margin-bottom: 15px
}

.hero_slide_v1 .single_slider .banner_content h1 {
    color: #fff;
    max-width: 400px;
    margin-bottom: 50px
}

.banner_v1--slider-layered .hero_slide_v1--layered .single_slider--layered .banner_content h1 {
    max-width: none;
    line-height: 1.35;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 22px;
    letter-spacing: normal
}

.blog_slide .slick-next:before,
.blog_slide .slick-prev:before,
.hero_slide_v1 .slick-next:before,
.hero_slide_v1 .slick-prev:before,
.pricing_slide .slick-next:before,
.pricing_slide .slick-prev:before,
.project_slide .slick-next:before,
.project_slide .slick-prev:before,
.service_slide .slick-next:before,
.service_slide .slick-prev:before,
.team_slide .slick-next:before,
.team_slide .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 50px;
    height: 50px;
    font-size: 16px;
    background: #ff5e14;
    color: #fff;
    display: block;
    opacity: 1;
    text-align: center;
    line-height: 50px;
    border-radius: 50%
}

.hero_slide_v1 .slick-prev {
    z-index: 1;
    left: -60px;
    transition: all .5s
}

.hero_slide_v1 .slick-next {
    right: -60px;
    transition: all .5s
}

.hero_slide_v1:hover .slick-prev {
    left: 60px
}

.hero_slide_v1:hover .slick-next {
    right: 60px
}

.blog_slide .slick-prev:before,
.hero_slide_v1 .slick-prev:before,
.pricing_slide .slick-prev:before,
.project_slide .slick-prev:before,
.service_slide .slick-prev:before,
.team_slide .slick-prev:before {
    content: '\f104'
}

.blog_slide .slick-next:before,
.hero_slide_v1 .slick-next:before,
.pricing_slide .slick-next:before,
.project_slide .slick-next:before,
.service_slide .slick-next:before,
.team_slide .slick-next:before {
    content: '\f105'
}

.blog_slide:hover .slick-prev,
.pricing_slide:hover .slick-prev,
.project_slide:hover .slick-prev,
.service_slide:hover .slick-prev,
.team_slide:hover .slick-prev {
    left: 60px;
    opacity: 1;
    visibility: visible
}

.blog_slide:hover .slick-next,
.pricing_slide:hover .slick-next,
.project_slide:hover .slick-next,
.service_slide:hover .slick-next,
.team_slide:hover .slick-next {
    right: 60px;
    opacity: 1;
    visibility: visible
}

.blog_slide .slick-next,
.pricing_slide .slick-next,
.project_slide .slick-next,
.service_slide .slick-next,
.team_slide .slick-next {
    right: -60px;
    width: 50px;
    height: 50px;
    opacity: 0;
    visibility: visible;
    transition: all .5s
}

.blog_slide .slick-prev,
.pricing_slide .slick-prev,
.project_slide .slick-prev,
.service_slide .slick-prev,
.team_slide .slick-prev {
    z-index: 1;
    width: 50px;
    height: 50px;
    left: -60px;
    opacity: 0;
    visibility: visible;
    transition: all .5s
}

.feature_v1 {
    margin-top: -70px;
    position: relative
}

.feature_v1 .container-fluid {
    padding-left: 150px;
    padding-right: 150px
}

.feature_v1 .grid_item {
    padding: 70px 30px;
    background: #121c45;
    transition: all .3s
}

.feature_v1 .active_item {
    background: #ff5e14
}

.feature_v1 .grid_item:hover {
    background: #ff5e14
}

.feature_v1 .grid_item:hover .logistics_icon i {
    background: #ffffff20
}

.feature_v1 .grid_item.active_item .logistics_icon i {
    background: #ffffff20
}

.feature_v1 .grid_item .logistics_icon i {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    background: #ffffff10;
    color: #fff;
    font-size: 40px
}

.feature_v1 .grid_item .logistics_content {
    margin-left: 20px
}

.feature_v1 .grid_item .logistics_content h4 {
    max-width: 200px;
    color: #fff;
    line-height: 32px;
    font-weight: 600
}

.about_v1 .logistics_box_img .logistics_img {
    position: relative;
    z-index: 1
}

.logistics_box_img {
    position: relative
}

.logistics_box_img .logistics_img {
    position: relative;
    border: 10px solid #fff;
    box-shadow: 0 6px 47px 3px rgba(37, 37, 37, .05);
    max-width: 340px
}

.logistics_box_img .logistics_img:nth-child(2) {
    margin-left: 28%;
    margin-top: -39%
}

.play_box {
    position: absolute;
    top: -50px;
    right: 50%;
    transform: translateX(50%);
    z-index: 1
}

.play_box .play_btn {
    display: block;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    background: #ff5e14;
    color: #fff;
    border: 10px solid #fff;
    z-index: 1;
    height: 100px;
    line-height: 80px;
    font-size: 20px
}

.section_title h2 {
    position: relative
}

.section_title h2:after {
    display: block;
    content: '';
    width: 110px;
    height: 3px;
    margin-top: 25px;
    background-color: #d8dce6;
    border-radius: 50%
}

.service_v1 .section_title h2 {
    max-width: 580px;
    color: #fff
}

.service_v1 .service_slide {
    margin-left: -15px;
    margin-right: -15px
}

.service_v1 .service_slide .grid_item {
    padding: 45px 40px 40px;
    margin-left: 15px;
    margin-right: 15px;
    background: #ffffff0a;
    transition: all .5s
}

.service_v1 .service_slide .grid_item:hover {
    background: #ff5e14
}

.service_v1 .service_slide .grid_item .grid_inner_item .logistics_content .btn_link {
    color: #fff
}

.service_v1 .service_slide .grid_item .grid_inner_item .logistics_icon {
    background: #ffffff10;
    display: block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 35px
}

.service_v1 .service_slide .grid_item .grid_inner_item .logistics_icon i {
    font-size: 60px;
    color: #fff
}

.service_v1 .service_slide .grid_item .grid_inner_item .logistics_icon img {
    margin: 0 auto;
    display: inline-block;
    max-width: 60px;
    width: 100%
}

.service_v1 .service_slide .grid_item .grid_inner_item .logistics_content h4 {
    margin-bottom: 20px;
    color: #fff
}

.service_v1 .service_slide .grid_item .grid_inner_item .logistics_content p {
    margin-bottom: 35px;
    color: #fff
}

.service_v1 .service_slide .grid_item .grid_inner_item .logistics_content .btn_link {
    color: #fff
}

.we_do_v1 .logistics_icon_box .icon_list {
    margin-bottom: 60px
}

.we_do_v1 .logistics_icon_box .icon_list:last-child {
    margin-bottom: 0
}

.we_do_v1 .logistics_icon_box .icon_list .icon {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    display: block;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    background: #ff5e1410;
    padding-top: 9px
}

.we_do_v1 .logistics_icon_box .icon_list .icon i {
    font-size: 40px;
    color: #ff5e14;
    display: inline-block
}

.we_do_v1 .logistics_icon_box .icon_list .text {
    margin-left: 20px
}

.we_do_v1 .logistics_icon_box .icon_list .text h4 {
    margin-bottom: 15px
}

.logistics_fun_v1 .bg_overlay {
    opacity: .8
}

.logistics_fun_v1 .counter_box {
    text-align: center
}

.logistics_fun_v1 .counter_box .icon {
    position: relative;
    margin-bottom: 18px
}

.logistics_fun_v1 .counter_box .icon i {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 40px;
    background: #fff;
    color: #ff5e14
}

.logistics_fun_v1 .counter_box h2 {
    color: #fff
}

.logistics_fun_v1 .counter_box p {
    color: #fff
}

.testimonial_v1 {
    position: relative
}

.blog_v1 .section_title h2:after,
.pricing_v1 .section_title h2:after,
.testimonial_v1 .section_title h2:after {
    margin: auto;
    margin-top: 25px
}

.testimonial_v1 .section_title h2 {
    max-width: 720px;
    margin: auto
}

.testimonial_v1 .testimonial_slide .testimonial_box {
    position: relative;
    padding: 40px;
    background: #e9eef3;
    margin-left: 15px;
    margin-right: 15px
}

.testimonial_v1 .testimonial_slide .testimonial_box:after {
    position: absolute;
    content: '\f10d';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 90px;
    color: #dce1e5;
    opacity: .8;
    top: 40px;
    right: 40px
}

.testimonial_v1 .testimonial_slide .testimonial_box .logistics_img {
    width: 33.65%
}

.testimonial_v1 .testimonial_slide .testimonial_box .logistics_content {
    margin-left: 30px;
    width: 60%
}

.testimonial_v1 .testimonial_slide .testimonial_box .logistics_content h4 {
    margin-bottom: 5px
}

.testimonial_v1 .testimonial_slide .testimonial_box .logistics_content h6 {
    margin-bottom: 20px
}

.testimonial_v1 .testimonial_slide .testimonial_box {
    margin-bottom: 75px
}

.testimonial_slide.slick-dotted.slick-slider {
    margin-bottom: 0
}

.testimonial_slide .slick-dots {
    bottom: 0
}

.testimonial_slide .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    background: #cfd3e4;
    border-radius: 50%;
    transition: all .3s
}

.testimonial_slide .slick-dots li.slick-active button {
    width: 25px;
    background: #f3a783;
    border-radius: 6px
}

.logistics_img img {
    width: 100% !important
}

.project_v1 .container-fluid {
    padding-left: 150px;
    padding-right: 150px
}

.project_v1 .section_title h2 {
    max-width: 630px
}

.project_slide {
    margin-left: -10px;
    margin-right: -10px
}

.project_slide .grid_item {
    margin-left: 10px;
    margin-right: 10px
}

.project_slide .grid_item .logistics_content {
    padding: 35px 0 40px
}

.project_slide .grid_item .grid_inner_item .logistics_img {
    position: relative;
    overflow: hidden
}

.project_slide .grid_item .grid_inner_item .logistics_img .overlay_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff5e14;
    visibility: hidden;
    opacity: 0;
    transition: all .5s
}

.project_slide .grid_item .grid_inner_item .logistics_img .overlay_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .5s
}

.project_slide .grid_item .grid_inner_item .logistics_img .overlay_content .button_box .logistics_btn {
    background: #fff;
    border-radius: 30px;
    color: #111;
    font-weight: 600
}

.project_slide .grid_item:hover .grid_inner_item .logistics_img .overlay_img {
    opacity: .8;
    visibility: visible
}

.project_slide .grid_item:hover .grid_inner_item .logistics_img .overlay_content {
    visibility: visible;
    opacity: 1
}

/* Featured projects (home): card layout, smaller media, visible titles */
.logistics_project.project_v1 .logistics-featured-projects .slick-track {
    display: flex !important;
}

.logistics_project.project_v1 .logistics-featured-projects .slick-slide {
    height: auto;
    display: flex !important;
}

.logistics_project.project_v1 .logistics-featured-projects .slick-slide > div {
    width: 100%;
    display: flex;
}

.logistics_project.project_v1 .featured-project-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(41, 40, 47, .08);
    box-shadow: 0 8px 30px rgba(17, 17, 17, .06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: box-shadow .35s ease, transform .35s ease, border-color .35s ease;
}

.logistics_project.project_v1 .featured-project-card:hover {
    box-shadow: 0 14px 40px rgba(17, 17, 17, .1);
    transform: translateY(-4px);
    border-color: rgba(255, 94, 20, .25);
}

.logistics_project.project_v1 .featured-project-card__media {
    min-height: 220px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f8f9fb 0%, #eef0f4 100%);
}

.logistics_project.project_v1 .featured-project-card__media img {
    width: auto !important;
    max-width: 100%;
    max-height: 240px;
    height: auto !important;
    object-fit: contain;
}

.logistics_project.project_v1 .featured-project-card__body {
    padding: 1.25rem 1.35rem 1.5rem;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.logistics_project.project_v1 .featured-project-card__title {
    font-family: Montserrat, 'Tajawal', sans-serif;
    font-size: 1.0625rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: -.01em;
    margin: 0;
    max-width: 100%;
}

.logistics_project.project_v1 .featured-project-card__title a {
    color: #29282f;
    transition: color .2s ease;
}

.logistics_project.project_v1 .featured-project-card__title a:hover {
    color: #ff5e14;
}

.logistics_project.project_v1 .featured-project-card__meta {
    margin: .5rem 0 0;
    font-size: .875rem;
    line-height: 1.45;
    color: #6b6a72;
    font-weight: 500;
}

.blog_v1 .blog_slide,
.pricing_v1 .pricing_slide,
.service_v1 .service_slide,
.team_v1 .team_slide,
.testimonial_v1 .testimonial_slide {
    margin-left: -15px;
    margin-right: -15px
}

.blog_v1 .blog_slide .grid_item,
.pricing_v1 .pricing_slide .pricing_box,
.team_v1 .team_slide .grid_item {
    margin-left: 15px;
    margin-right: 15px
}

.pricing_v1 .section_title h2 {
    max-width: 730px;
    margin: auto
}

.pricing_v1 .pricing_box {
    position: relative;
    padding: 40px 0;
    background: #fff;
    border: 4px solid #e4e8ec;
    transition: all .3s
}

.pricing_v1 .pricing_box:hover {
    border-color: #ff5e14
}

.pricing_v1 .pricing_title {
    margin-bottom: 20px
}

.pricing_v1 .pricing_box .pricing_price {
    background: #e9eef3;
    padding: 20px 10px;
    transition: all .5s
}

.pricing_v1 .pricing_box .pricing_body {
    padding: 30px 40px
}

.pricing_v1 .pricing_box .pricing_body ul li {
    line-height: 36px
}

.team_v1 .button_box {
    float: right
}

.team_v1 .grid_item:hover .grid_inner_item .logistics_img .overlay_content {
    top: 0
}

.team_v1 .grid_item .grid_inner_item .logistics_content {
    padding: 25px 30px
}

.team_v1 .grid_item .grid_inner_item .logistics_img {
    position: relative;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 18, 75, .05)
}

.team_v1 .grid_item .grid_inner_item .logistics_img .overlay_content {
    position: absolute;
    top: -100%;
    left: 30px;
    background: #ff5e14;
    padding: 34px 13px;
    transition: all .5s
}

.team_v1 .grid_item .grid_inner_item .logistics_img .overlay_content .social_box ul li {
    margin-bottom: 10px
}

.team_v1 .grid_item .grid_inner_item .logistics_img .overlay_content .social_box ul li:last-child {
    margin-bottom: 0
}

.team_v1 .grid_item .grid_inner_item .logistics_img .overlay_content .social_box ul {
    transform: rotate(-180deg)
}

.team_v1 .grid_item .grid_inner_item .logistics_img .overlay_content .social_box ul li a {
    display: block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #686868;
    box-shadow: 0 5px 20px 0 rgba(7, 20, 73, .1);
    transform: rotate(90deg);
    transition: all .5s
}

.team_v1 .grid_item .grid_inner_item .logistics_img .overlay_content .social_box ul li a:focus,
.team_v1 .grid_item .grid_inner_item .logistics_img .overlay_content .social_box ul li a:hover {
    background: #29282f;
    color: #fff
}

.blog_v1 .section_title h2 {
    max-width: 660px;
    margin: auto
}

.blog_v1 .grid_item .grid_inner_item .logistics_img img {
    width: 100%
}

.blog_v1 .grid_item .grid_inner_item .logistics_content {
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-top: none
}

.blog_v1 .grid_item .grid_inner_item .logistics_content .post_meta {
    margin-bottom: 18px
}

.blog_v1 .grid_item .grid_inner_item .logistics_content .post_meta span {
    display: inline-block;
    margin-right: 25px
}

.blog_v1 .grid_item .grid_inner_item .logistics_content .post_meta span a {
    color: #6a6b71
}

.blog_v1 .grid_item .grid_inner_item .logistics_content .post_meta span i {
    margin-right: 10px
}

.blog_v1 .grid_item .grid_inner_item .logistics_content h3.post_title {
    font-size: 22px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e0e0
}

.blog_v1 .grid_item .grid_inner_item .logistics_content h3.post_title a:hover {
    color: #ff5e14
}

.blog_v1 .grid_item .grid_inner_item .logistics_content h3.post_title a {
    color: #29282f
}

.blog_v1 .grid_item .grid_inner_item .logistics_content .btn_link {
    padding-top: 20px;
    text-transform: capitalize;
    color: #6a6b71;
    display: inline-block;
    transition: all .5s
}

.blog_v1 .grid_item .grid_inner_item .logistics_content .btn_link:focus,
.blog_v1 .grid_item .grid_inner_item .logistics_content .btn_link:hover {
    color: #ff5e14
}

.blog_v1 .grid_item .grid_inner_item .logistics_content .btn_link:after {
    display: inline-block;
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    padding-left: 10px;
    vertical-align: middle;
    transition: all .5s
}

.blog_v1 .grid_item .grid_inner_item .logistics_content .btn_link:focus:after,
.blog_v1 .grid_item .grid_inner_item .logistics_content .btn_link:hover:after {
    padding-left: 35px
}

.partner_v1 .partner_slide .single_partner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px
}

.partner_v1 .partner_slide .single_partner img {
    filter: grayscale(1);
    margin: 0 auto
}

.partner_v1 .partner_slide .single_partner:hover img {
    filter: grayscale(0)
}

.cta_v1 .section_title {
    margin-bottom: 0
}

.cta_v1 .section_title h2:after {
    display: none
}

.cta_v1 .button_box {
    float: right
}

.cta_v1 .button_box .logistics_btn {
    background: #29282f;
    min-width: 200px
}

.cta_v1 .button_box .logistics_btn:focus,
.cta_v1 .button_box .logistics_btn:hover {
    background: #fff;
    color: #29282f
}

.footer_v1 .widget_box h4.widget_title {
    color: #fff;
    margin-bottom: 35px
}

.footer_v1 .widget_box.about_widget img {
    margin-bottom: 30px
}

.footer_v1 .widget_box.about_widget p,
.footer_v1 .widget_box.contact_widget p {
    margin-bottom: 15px
}

.footer_v1 .contact_widget {
    margin-left: 45px
}

.footer_v1 .widget_box.contact_widget p {
    max-width: 210px
}

.footer_v1 .widget_box .widget_link li {
    line-height: 32px
}

.footer_v1 .widget_box .widget_link li:hover a {
    color: #ff5e14;
    padding-left: 10px
}

.footer_v1 .widget_box .widget_link li a {
    transition: all .5s
}

.footer_v1 .widget_box.newsletter_box p {
    margin-bottom: 25px
}

.footer_v1 .widget_box.newsletter_box .form_control {
    margin-bottom: 10px
}

.footer_v1 .widget_box.newsletter_box .logistics_btn {
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    color: #fff
}

.footer_v1 .footer_bottom {
    position: relative;
    padding: 25px 0;
    border-top: 1px solid #ffffff10
}

.footer_v1 .footer_bottom .copyright_text p,
.footer_v1 .widget_box .widget_link li a,
.footer_v1 .widget_box.about_widget p,
.footer_v1 .widget_box.contact_widget p,
.footer_v1 .widget_box.contact_widget p a {
    color: #6c6b71
}

.footer_v1 .footer_bottom .copyright_text p span {
    color: #ff5e14
}

.footer_v1 .footer_bottom .social_box {
    float: right
}

.footer_v1 .footer_bottom .social_box ul li {
    display: inline-block;
    margin-left: 5px
}

.footer_v1 .footer_bottom .social_box ul li a {
    font-size: 15px;
    display: block;
    width: 34px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #5f5f5f;
    box-shadow: 0 5px 20px 0 rgba(7, 20, 73, .1);
    transition: all .5s
}

.footer_v1 .footer_bottom .social_box ul li a:focus,
.footer_v1 .footer_bottom .social_box ul li a:hover {
    background: #ff5e14;
    color: #fff
}

.form_control {
    width: 100%;
    height: 50px;
    padding: 20px;
    background: #fff;
    border-radius: 3px
}

#scroll_up {
    background: #1f2332;
    border-radius: 50%;
    bottom: 10px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    z-index: 337
}

#scroll_up:focus,
#scroll_up:hover {
    background: #ff5e14;
    color: #fff
}

.breadcrumb-area .breadcrumb-txt {
    padding: 90px 0 90px 0 !important
}

/* Inner page hero: tighter layout, hierarchy, breadcrumbs (logistic theme) */
.breadcrumb-area.page-hero-banner {
    position: relative;
    overflow: hidden;
    background-color: #0d1f18;
}

.breadcrumb-area.page-hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.45;
    background-image:
        radial-gradient(ellipse 100% 120% at 50% 120%, rgba(255, 94, 20, 0.22) 0%, transparent 52%),
        repeating-linear-gradient(-12deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 3px);
}

.breadcrumb-area.page-hero-banner .breadcrumb-txt {
    position: relative;
    z-index: 3;
    padding: 52px 15px 56px !important;
    text-align: center !important;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.06);
}

.breadcrumb-area.page-hero-banner .page-hero-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.page-hero-banner__crumbs {
    margin-bottom: 0.35rem;
}

.page-hero-banner__breadcumb {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.35rem 0.65rem;
    margin: 0 auto 1rem;
    padding: 0;
    list-style: none;
}

.page-hero-banner__breadcumb li {
    display: inline-flex;
    align-items: center;
    margin: 0 !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: none;
}

.page-hero-banner__breadcumb li::after {
    display: none !important;
}

.page-hero-banner__breadcumb li + li::before {
    content: "/";
    margin-inline-end: 0.65rem;
    font-weight: 300;
    opacity: 0.45;
    color: #fff;
}

.page-hero-banner__breadcumb li a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    transition: color 0.25s ease, opacity 0.25s ease;
}

.page-hero-banner__breadcumb li a:hover {
    color: #ff5e14;
}

.page-hero-banner__breadcumb li[aria-current="page"] span {
    color: #fff;
    font-weight: 600;
}

.page-hero-banner__title {
    margin: 0 0 0.85rem;
    color: #fff;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.page-hero-banner__rule {
    width: 56px;
    height: 4px;
    margin: 0 auto 1rem;
    border-radius: 2px;
    background: linear-gradient(90deg, transparent, #ff5e14 20%, #ff5e14 80%, transparent);
    box-shadow: 0 0 20px rgba(255, 94, 20, 0.35);
}

.page-hero-banner__subtitle {
    margin: 0 auto;
    max-width: 36rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.65;
    font-weight: 400;
}

.page-hero-banner__subtitle:empty {
    display: none;
}

.breadcrumb-txt span {
    font-family: Montserrat, sans-serif !important
}

.subscribe-section span {
    font-family: Montserrat, sans-serif !important
}

.subscribe-form button[type=submit],
.subscribe-form input[type=submit] {
    font-family: Montserrat, sans-serif !important
}

a.readmore-btn {
    font-family: Montserrat, sans-serif !important
}

.product-items .section-title {
    font-family: Montserrat, sans-serif !important
}

.subscribe-section h3 {
    font-size: 22px !important
}

.subscribe-section span {
    font-size: 14px !important
}

.subscribe-form button[type=submit],
.subscribe-form input[type=submit] {
    font-size: 14px !important
}

.project-infos h3 {
    font-size: 22px !important
}

.single-pic h4 {
    font-size: 22px !important
}

.faq-section .accordion .card .card-header .btn {
    font-size: 16px !important
}

.blog-txt .blog-title {
    font-size: 22px !important
}

a.readmore-btn {
    font-size: 14px !important
}

.contact-form-section .section-summary {
    font-size: 32px !important
}

.order-comfirmation {
    padding: 120px 0 120px !important
}

.requirement-wrapper .title h3 {
    font-size: 26px !important;
    line-height: 36px
}

.content-info h3 {
    font-size: 28px !important;
    line-height: 38px !important
}

.event-details-section .nice-number input {
    height: 43px !important
}

.header_v1 .top_header .top_right .dropdown {
    margin-right: 30px !important
}

a#cartIcon .cart-length {
    padding: 8px 10px 5px !important
}

.popup_main-content h1 {
    line-height: 64px;
}

/* Megamenu CSS */

.main-menu ul li.static {
    position: static;
}

.main-menu ul li .mega-menu {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    max-height: 650px;
    overflow-y: auto;
    background: #222;
    padding: 30px 15px 20px;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
    transition: .3s;
    z-index: 9999;
}

.main-menu ul li .mega-menu::-webkit-scrollbar {
    background-color: #ccc;
    width: 8px;
}

.header_navigation .main-menu ul li .mega-menu::-webkit-scrollbar-thumb {
    background-color: #00000a;
}

.main-menu ul li:hover>.mega-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li {
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 10px;
}

.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li:last-child {
    margin-bottom: 0px;
}

.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li a:hover,
.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li.active a {
    color: #ff3737;
}

.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li a {
    font-size: 14px;
    padding: 0;
    color: #fff;
}

.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li:last-child {
    margin-bottom: 20px;
}

.sidebar-main-wrapper .mega-row h4.title {
    margin-bottom: 10px;
    margin-top: 10px;
}

.sidebar-main-wrapper .mega-row h4.title a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.sidebar-main-wrapper .mega-row {
    margin-bottom: 20px;
}

.sidebar-main-wrapper .mega-row:last-child {
    margin-bottom: 0px;
}

.sidebar-main-wrapper .box-item .box-img {
    margin-bottom: 10px;
}

.sidebar-main-wrapper .box-item .box-img img {
    width: 100%;
}

.sidebar-main-wrapper .box-item .box-info h4 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

.sidebar-main-wrapper .box-item .box-info h4 a {
    padding: 0 !important;
    color: #fff !important;
}

.sidebar-main-wrapper .box-item .box-info h4 a:hover {
    color: #ff3737 !important;
}

li.mega-wrap {
    display: block !important;
}

.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li:hover>a {
    background: transparent;
}

/*Large Device*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breakpoint-on .main-menu ul li.static {
        position: relative;
    }
    .breakpoint-on .nav-menu .main-menu ul li .mega-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: transparent;
        padding: 0px 20px 0 40px;
        opacity: 1;
        visibility: visible;
        text-align: left;
        box-shadow: none;
        display: none;
        transition: none;
    }
}

/*Medium Device*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-main-wrapper {
        display: none;
    }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 991px) {
    .sidebar-main-wrapper {
        display: none;
    }
    .breakpoint-on .main-menu ul li.static {
        position: relative;
    }
    .breakpoint-on .nav-menu .main-menu ul li .mega-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: transparent;
        padding: 0px 20px 0 40px;
        opacity: 1;
        visibility: visible;
        text-align: left;
        box-shadow: none;
        display: none;
        transition: none;
    }
    .header_navigation .main-menu ul>li.menu-item-has-children>a:after {
        display: none;
    }
}
.mean-container .mean-nav ul.mega-menu {
    max-height: 350px;
    overflow: auto;
}
/* New Package Style Start */
.logistics_pricing .filter-nav {
    margin-bottom: 40px;
  }
  
  .logistics_pricing .filter-nav .filter-btn li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: #212121;
    font-weight: 600;
    transition: all .3s;
    cursor: pointer;
  }
  
  .logistics_pricing .filter-nav .filter-btn li:hover,
  .logistics_pricing .filter-nav .filter-btn li:focus,
  .logistics_pricing .filter-nav .filter-btn li.active {
    color: #61dc96;
  }
  
  /* New Package Style End */
  
  
  /* New Portfolio Style Start */
  .logistics_project .filter-nav {
    margin-bottom: 40px;
  }
  
  .logistics_project .filter-nav .filter-btn li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: #212121;
    font-weight: 600;
    transition: all .3s;
    cursor: pointer;
  }
  
  .logistics_project .filter-nav .filter-btn li:hover,
  .logistics_project .filter-nav .filter-btn li:focus,
  .logistics_project .filter-nav .filter-btn li.active {
    color: #61dc96;
  }
  .project_slide.masonry-row {
    width: 100%;
  }
  /* New Portfolio Style End */

/* Footer (modern layout — logistic theme) */
.logistics_footer.footer-modern {
    position: relative;
    overflow: hidden;
}

.logistics_footer.footer-modern::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .18), transparent);
    pointer-events: none;
}

.footer-modern__top {
    padding-top: 72px;
    padding-bottom: 72px;
}

@media (min-width: 992px) {
    .footer-modern__top {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.footer-modern__lang-row {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1.75rem;
}

[dir="rtl"] .footer-modern__lang-row {
    justify-content: flex-start;
}

.footer-modern__lang-row .header-modern-lang-btn {
    gap: 8px;
}

.footer-modern__columns > [class*="col-"] {
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .footer-modern__columns > [class*="col-"] {
        margin-bottom: 0;
    }
}

.footer-modern .widget_box h4.widget_title {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: .02em;
    margin-bottom: 1.25rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.footer-modern .contact_widget {
    margin-left: 0;
    margin-right: 0;
}

.footer-modern .footer-modern__about-text {
    line-height: 1.75;
    font-size: 0.95rem;
    opacity: .92;
    margin-bottom: 0;
    text-align: inherit;
}

.footer-modern .footer-modern__brand {
    margin-bottom: 1.1rem;
}

.footer-modern .footer-modern__logo {
    max-height: 52px;
    width: auto;
}

.footer-modern__contact-line {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 1rem;
}

.footer-modern__contact-line:last-child {
    margin-bottom: 0;
}

.footer-modern__contact-icon {
    flex-shrink: 0;
    width: 22px;
    text-align: center;
    line-height: 1.5;
    padding-top: 2px;
}

.footer-modern__contact-body {
    flex: 1;
    min-width: 0;
}

.footer-modern__contact-list li {
    line-height: 1.65;
    margin-bottom: 0.2rem;
}

.footer-modern__contact-list li:last-child {
    margin-bottom: 0;
}

.footer-modern__contact-list a {
    text-decoration: none;
    transition: color .2s, opacity .2s;
    border-bottom: 1px solid transparent;
}

.footer-modern__contact-list a:hover,
.footer-modern__contact-list a:focus {
    opacity: .95;
}

.footer-modern .widget_box .widget_link li a {
    color: rgba(255, 255, 255, .88);
}

.footer-modern .footer-modern__links .widget_link li:hover a {
    padding-left: 0;
    padding-right: 0;
}

[dir="rtl"] .footer-modern .footer-modern__links .widget_link li:hover a {
    padding-left: 0;
    padding-right: 0;
}

.footer-modern .footer-social.widget_link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-modern .footer-social.widget_link li {
    display: block;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.footer-modern .footer-social .footer-social__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 1.1rem;
    color: #fff !important;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
    transition: transform .2s, background .2s, border-color .2s, color .2s, box-shadow .2s;
}

.footer-modern .footer-social .footer-social__link:hover,
.footer-modern .footer-social .footer-social__link:focus {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .2);
    outline: none;
}

.footer-modern .footer-social.widget_link li:hover a {
    padding-left: 0;
}

.footer-modern__copyright {
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: rgba(0, 0, 0, .15);
}

.footer-modern__copyright-inner {
    font-size: 0.9rem;
    opacity: .88;
    line-height: 1.6;
}

.footer-modern__copyright-inner a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}