/* HEADER CSS */

/*----------------------------------------*/

/*  Main menu css
/*----------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu {
        margin-left: 50px;
    }
}

.main-menu>nav>ul>li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.main-menu>nav>ul>li>a {
    display: inline-block;
    color: #acacb5;
    padding: 17px 0;
    font-family: 'Onest', sans-serif !important;
    font-size: 13px;
    font-weight: 600;
    color: #06163A;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.main-menu>nav>ul>li.has-dropdown>a {
    position: relative;
}

.active-menu {
    color: #de3232 !important;
}

.main-menu>nav>ul>li .tp-submenu {
    position: absolute;
    top: 120%;
    left: 0;
    width: 200px;
    background: #fff;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    padding: 16px 5px;
}

.main-menu>nav>ul>li .tp-submenu li {
    display: block;
    width: 100%;
    margin: 0;
}

.main-menu>nav>ul>li .tp-submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.main-menu>nav>ul>li .tp-submenu li>a {
    padding: 4px 25px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    color: #de3232;
    display: block;
    text-decoration: none;
}

.main-menu>nav>ul>li .tp-submenu li>a::before {
    position: absolute;
    content: "";
    top: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #000;
    z-index: -1;
}

.main-menu>nav>ul>li .tp-submenu li .tp-submenu {
    left: 120%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    font-size: 16px;
}

.main-menu>nav>ul>li .tp-submenu li:hover>a {
    color: #de3232;
}

.main-menu>nav>ul>li .tp-submenu li:hover>a::after {
    color: #fff;
}

.main-menu>nav>ul>li .tp-submenu li:hover>a::before {
    left: 0;
    right: auto;
    width: 100%;
}

.main-menu>nav>ul>li .tp-submenu li:hover>.tp-submenu {
    left: 100%;
    visibility: visible;
    opacity: 1;
}

.main-menu>nav>ul>li:hover>a {
    color: #403e49;
}

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

.tp-main-menu-mobile .tp-submenu {
    display: none;
}

.tp-main-menu-mobile .header-icon {
    display: none;
}

.tp-main-menu-mobile ul {
    position: static;
    display: block;
    box-shadow: none;
}

.tp-main-menu-mobile ul li {
    list-style: none;
    position: relative;
    width: 100%;
    padding: 0;
}

.tp-main-menu-mobile ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(6, 7, 40, 0.1);
}

.tp-main-menu-mobile ul li.has-dropdown>a .arrow-down {
    display: none;
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn {
    position: absolute;
    right: 1;
    top: 10px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    font-size: 18px;
    color: #fff;
    font-family: "Font Awesome 5 Pro";
    transition: all 0.3s ease-in-out;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 22px;
    text-align: center;
    border: 1px solid rgba(6, 7, 40, 0.1);
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn i {
    transition: all 0.3s ease-in-out;
    color: rgba(79, 77, 77, 0.8705882353);
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn.dropdown-opened i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn:hover {
    background-color: #de3232;
    border-color: #de3232;
    color: #fff;
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn:hover i {
    color: #fff;
}

.tp-main-menu-mobile ul li.has-dropdown>a.expanded {
    color: #de3232;
}

.tp-main-menu-mobile ul li.has-dropdown>a.expanded .dropdown-toggle-btn.dropdown-opened {
    background-color: #de3232;
    border-color: #de3232;
    color: #fff;
}

.tp-main-menu-mobile ul li.has-dropdown>a.expanded .dropdown-toggle-btn.dropdown-opened i {
    color: #fff;
}

.tp-main-menu-mobile ul li.has-dropdown:hover>a::after {
    color: #de3232;
}

.tp-main-menu-mobile ul li:last-child a span {
    border-bottom: 0;
}

.tp-main-menu-mobile ul li>a {
    display: block;
    font-size: 16px;
    color: #3e3e47;
    position: relative;
    padding: 10px 0;
    padding-right: 20px;
    text-decoration: none;
}

.tp-main-menu-mobile ul li>a svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.tp-main-menu-mobile ul li>a>i {
    display: inline-block;
    width: 11%;
    margin-right: 13px;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
    font-size: 21px;
    line-height: 1;
}

.tp-main-menu-mobile ul li>a .menu-text {
    font-size: 16px;
    line-height: 11px;
    border-bottom: 1px solid #EAEBED;
    width: 82%;
    display: inline-block;
    padding: 19px 0 17px;
}

.tp-main-menu-mobile ul li img {
    width: 100%;
}

.tp-main-menu-mobile ul li ul {
    padding: 0;
}

.tp-main-menu-mobile ul li ul li {
    padding: 0;
}

.tp-main-menu-mobile ul li ul li a {
    margin-left: auto;
    width: 93%;
    padding: 8px 5%;
    text-shadow: none !important;
    visibility: visible;
    padding-left: 0;
    padding-right: 20px;
}

.tp-main-menu-mobile ul li ul li li a {
    width: 88%;
    padding: 10px 7%;
    padding-left: 0;
    padding-right: 20px;
}

.tp-main-menu-mobile ul li ul li li li a {
    width: 83%;
    padding: 10px 9%;
    padding-left: 0;
    padding-right: 20px;
}

.tp-main-menu-mobile ul li ul li li li li a {
    width: 68%;
    padding: 10px 11%;
    padding-left: 0;
    padding-right: 20px;
}

.tp-main-menu-mobile ul li:hover>a {
    color: #de3232;
}

.tp-main-menu-mobile ul li:hover>a::after {
    color: #de3232;
}

.tp-main-menu-mobile ul li:hover>a .dropdown-toggle-btn i {
    color: #de3232;
}

.tp-main-menu-mobile ul li:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.tp-main-menu-mobile ul li .mega-menu,
.tp-main-menu-mobile ul li .submenu {
    position: static;
    min-width: 100%;
    padding: 0;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    display: none;
}

.tp-main-menu-mobile ul li .mega-menu li,
.tp-main-menu-mobile ul li .submenu li {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
}

.tp-main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn,
.tp-main-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
    color: #a2ff86;
}

.tp-main-menu-mobile .tp-main-menu-content ul li:not(:last-child) .home-menu-title a {
    border-bottom: none;
}

.tp-main-menu-mobile * ul,
.tp-main-menu-mobile * li {
    transition: none !important;
}

/*----------------------------------------*/

/* Offcanvas
/*----------------------------------------*/

.offcanvas__btn {
    margin-bottom: 55px;
}

.offcanvas__social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: transparent;
    color: #3e3e47;
    margin-right: 5px;
    border: 1px solid #acacb5;
}

.offcanvas__social a:hover {
    background: #ca1f26;
    color: #fff;
    border-color: #ca1f26;
}

.offcanvas__contact-call {
    font-size: 23px;
    color: #232331;
    font-weight: 700;
    margin-bottom: 5px;
}

.offcanvas__contact-call:hover {
    color: #ca1f26;
}

.offcanvas__contact-mail {
    font-size: 16px;
    font-weight: 500;
    color: #271D3A;
}

.tpoffcanvas {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    right: -100%;
    width: 480px;
    bottom: 0;
    box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
    background: #fff none repeat scroll 0 0;
    z-index: 999999;
    padding: 50px;
    scrollbar-width: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.45s ease-in-out;
    overflow-y: scroll;
}

.tpoffcanvas h4 a:hover {
    color: #ca1f26;
}

.tpoffcanvas .homemenu {
    margin-bottom: 30px;
}

.tpoffcanvas .tp-main-menu-mobile {
    margin-bottom: 50px;
}

.tpoffcanvas.opened {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .tpoffcanvas {
        width: calc(100% - 35px);
        padding: 40px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpoffcanvas {
        width: 400px;
        padding: 40px;
    }
}

.tpoffcanvas.opened {
    right: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.6s;
    opacity: 1;
    visibility: visible;
}

.tpoffcanvas__title p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.49);
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .tpoffcanvas__title p {
        font-size: 17px;
    }
}

.tpoffcanvas__contact-title h5 {
    font-size: 14px;
    color: #888888;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    display: inline-block;
}

.tpoffcanvas__input-title h4 {
    font-size: 14px;
    color: #888888;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    display: inline-block;
}

.tpoffcanvas__input {
    margin-bottom: 100px;
}

.tpoffcanvas__input input {
    background: rgba(118, 118, 130, 0.3);
    border: transparent;
    height: 60px;
    width: 100%;
    padding-left: 20px;
    padding-right: 80px;
    color: #fff;
}

.tpoffcanvas__input button {
    height: 60px;
    width: 60px;
    background-color: #ffbf42;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
}

.tpoffcanvas__contact-info {
    margin-bottom: 50px;
}

.tpoffcanvas__contact-info ul li {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    list-style-type: none;
    flex: 0 0 auto;
    margin-top: 7px;
}

@media (max-width: 767px) {
    .tpoffcanvas__contact-info ul li {
        font-size: 14px;
    }
}

.tpoffcanvas__contact-info ul li:last-child {
    margin-bottom: 0;
}

.tpoffcanvas__contact-info ul li a {
    margin-left: 10px;
    transition: 0.3s;
    flex: 0 0 auto;
}

.tpoffcanvas__contact-info ul li a:hover {
    color: #ca1f26;
}

.tpoffcanvas__logo {
    margin-bottom: 60px;
}

.tpoffcanvas__logo a img {
    width: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpoffcanvas__logo {
        padding-top: 0;
    }
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tpoffcanvas__logo {
        padding-top: 0;
    }
}

.tpoffcanvas__close-btn button {
    position: absolute;
    right: 47px;
    top: 56px;
    transition: 1s;
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.3s;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 2px solid #F0F1F4;
}

@media (max-width: 767px) {
    .tpoffcanvas__close-btn button {
        right: 28px;
        top: 44px;
    }
}

.tpoffcanvas__close-btn button:hover {
    background-color: #ca1f26;
    border-color: #ca1f26;
    color: #fff;
}

.tpoffcanvas__close-btn button:hover i {
    transform: rotate(360deg);
}

.tpoffcanvas__close-btn button i {
    font-weight: 300;
    font-size: 20px;
    transition: 0.9s;
}

.tpoffcanvas__social {
    margin-top: 30px;
}

.tpoffcanvas__social .social-icon a {
    height: 55px;
    width: 55px;
    line-height: 58px;
    text-align: center;
    font-size: 16px;
    background-color: rgba(251, 251, 253, 0.08);
    color: #fff;
    margin-right: 15px;
    transition: 0.3s;
    display: inline-block;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .tpoffcanvas__social .social-icon a {
        margin-right: 3px;
        height: 50px;
        width: 50px;
        line-height: 53px;
        font-size: 15px;
    }
}

.tpoffcanvas__social .social-icon a:hover {
    background-color: #ffbf42;
    color: #fff;
}

.main-menu>nav>ul>li .tp-submenu,
.tpheader-3__main-menu .main-menu ul li .sub-menu,
.tpheader__main-menu .main-menu ul li .sub-menu,
.back-to-top-wrapper,
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.back-to-top-btn {
    -webkit-transition: transform 0.3s 0s ease-out;
    -moz-transition: transform 0.3s 0s ease-out;
    -ms-transition: transform 0.3s 0s ease-out;
    -o-transition: transform 0.3s 0s ease-out;
    transition: transform 0.3s 0s ease-out;
}

@-moz-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

@-ms-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

@-moz-keyframes headerSlideUp {
    0% {
        margin-top: 0;
    }
    100% {
        margin-top: -150px;
    }
}

@-ms-keyframes headerSlideUp {
    0% {
        margin-top: 0;
    }
    100% {
        margin-top: -150px;
    }
}

@-webkit-keyframes headerSlideUp {
    0% {
        margin-top: 0;
    }
    100% {
        margin-top: -150px;
    }
}

@keyframes headerSlideUp {
    0% {
        margin-top: 0;
    }
    100% {
        margin-top: -150px;
    }
}

/*----------------------------------------*/

/*  Preloader
/*----------------------------------------*/

#loading {
    background-color: red;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 5;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.object {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #fff;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    border-right: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
}

#object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}

#object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

@keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

/*----------------------------------------*/

/* Back to top
/*----------------------------------------*/

.back-to-top-wrapper {
    position: fixed;
    right: 50px;
    bottom: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 767px) {
    .back-to-top-wrapper {
        right: 20px;
        bottom: 20px;
    }
}

.back-to-top-wrapper.back-to-top-btn-show {
    visibility: visible;
    opacity: 1;
    bottom: 50px;
}

.back-to-top-btn {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: red;
    box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
    color: #fff;
    border-radius: 50%;
    border: none;
}

.back-to-top-btn svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.back-to-top-btn:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}

.padding-10 {
    padding: 10px;
}

.attachment-large {
    width: 200px;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.butn-wraperr {}

.elementskit-btn {
    width: 100%;
    padding: 15px 25px 15px 25px;
    font-family: "Cabin", Sans-serif;
    font-size: 14px;
    color: #DE3232;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DE3232;
    border-radius: 5px 5px 5px 5px;
}

@media only screen and (max-width: 756px) {
    .butn-wraperr .elementskit-btn {
        display: none;
    }
}

.elementskit-btn::before {
    /*position: absolute;*/
    content: "";
    border-radius: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 102% 102%;
    opacity: 0;
}

.elementskit-btn:hover {
    color: #FFFFFF;
    background-color: #DE3232;
    border-color: #DE3232;
}

.top-bar {
    justify-content: end;
    align-items: center;
    height: 100%;
}

.info-personal {
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #858FA6;
    align-self: center;
    padding-left: 20px;
}

.middle-cont {
    /*transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px 230px 0px;*/
}

.hero {
    position: relative;
    background-image: url('../images/loading-to-the-aircraft.jpg');
    /* Replace with your image */
    background-size: cover;
    background-position: center;
    height: 75vh;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black overlay with 50% opacity */
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 600px;
    padding: 20px;
}

.hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.form-container {
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.form-container input {
    flex: 1;
    min-width: 200px;
    padding: 10px;
    font-size: 1rem;
    background: transparent;
    border: none;
    border-bottom: 2px solid white;
    color: white;
    outline: none;
}

.form-container input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.form-container button {
    padding: 10px 20px;
    font-size: 1rem;
    background-color: #ffffff;
    color: #000;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 20px;
}

.form-container button:hover {
    background-color: #ddd;
}

@media (max-width: 500px) {
    .hero-content h1 {
        font-size: 2rem;
    }
    .form-container {
        flex-direction: column;
    }
    .form-container input,
    .form-container button {
        width: 100%;
    }
}

.about-img {
    width: 100%;
}

.elementskit-section-title {
    color: #DE3232;
    font-family: "Cabin", Sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.head-wrap {
    margin: 0px 0px 20px 0px;
}

.elinheading-title {
    color: #06163A;
    font-family: "Cabin", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2em;
    padding: 0;
    margin: 0;
}

.para-aboyt {
    text-align: left;
    color: #858FA6;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.elementor-icon-list-item {
    display: flex;
    font-size: inherit;
    align-items: center;
    list-style-type: none;
}

.elementor-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative;
}

.elementor-icon-list-icon {
    text-align: center;
}

.elementor-icon-list-icon i {
    color: #DE3232;
}

.elementor-icon-list-icon i {
    width: 1.25em;
    font-size: 15px;
}

.elementor-icon-list-text {
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #06163A;
    align-self: center;
    padding-left: 5px;
}

.elementskit-btn {
    padding: 20px 40px 20px 40px;
    font-family: "Cabin", Sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #DE3232;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    text-decoration: none;
    border-color: #DE3232;
    border-radius: 5px 5px 5px 5px;
}

.ekit-btn-wraper {
    position: relative;
    padding-top: 40px;
}

.elementskit-btn:hover {
    color: #DE3232;
    background-color: #FFFFFF;
    border-color: #DE3232;
}

.e-con-full.e-flex {
    flex-direction: row;
}

/* Footer */

footer {
    background: #ffe096;
}

footer figure img {
    width: 190px;
}

footer .social {
    gap: 50px;
}

footer h4 {
    padding-bottom: 5px;
    color: #d71605;
    transition: all 0.3s ease;
}

footer p {
    color: #d71605;
    transition: all 0.3s ease;
}

footer a {
    font-size: 16px;
    transition: all 0.3s ease;
    color: #d71605;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none !important;
}

.footer-list-nav {
    display: flex;
}

footer a:hover h4,
footer a:hover p,
footer a:hover i,
footer a:hover {
    color: #FFCD06;
    border-color: #FFCD06;
}

footer .container i {
    height: 45px;
    width: 45px;
    font-size: 22px;
    border-radius: 50%;
    border: 1px solid #d71605;
    color: #d71605;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

footer .content {
    padding: 60px 70px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    /*margin: 0px 0px 40px;*/
}

footer hr {
    background: #fff;
    height: 0.1px;
    width: 100%;
    opacity: 1;
    border: none;
    margin: 0px;
}

footer .flex-wrap hr {
    width: 0.1px;
    height: 80px;
}

footer ul li {
    padding: 0px 50px;
    list-style: none;
}

footer ul li {
    padding: 0px 20px;
}

footer .copyright {
    background: #d71605;
}

footer .copyright p {
    color: #ffffff;
    text-align: center;
    padding: 5px 0px 10px 0px;
    font-size: 14px;
    margin-bottom: 0;
}

@media (max-width: 1280px) {
    footer .flex-wrap {
        gap: 40px !important;
    }
    footer ul li {
        padding: 0px 35px;
    }
    footer .align-items-center h4 {
        font-size: 20px;
    }
    footer .content {
        padding: 60px 12px 0px;
    }
}

@media (max-width: 991px) {
    footer .flex-wrap hr {
        width: 100%;
        height: 0.1px;
    }
    footer .m-0 {
        flex-wrap: wrap;
        gap: 40px;
    }
    footer ul li {
        padding: 10px;
    }
    footer .social {
        gap: 20px;
    }
    footer .flex-wrap {
        gap: 20px !important;
    }
    footer .justify-content-between {
        flex-direction: row !important;
        align-items: center;
    }
    footer .gap-lg-5 {
        width: 55%;
    }
}

@media (max-width: 768px) {
    footer .flex-wrap {
        gap: 30px !important;
    }
    footer .content {
        margin: 0px 0px 40px;
    }
}

@media (max-width: 540px) {
    footer .justify-content-between {
        flex-direction: column !important;
        gap: 35px !important;
    }
    footer .gap-5 {
        gap: 35px !important;
    }
    footer .gap-lg-5 {
        width: 100%;
        justify-content: center;
    }
    footer .gap-lg-5 hr {
        width: 80%;
    }
    footer .gap-md-3 {
        width: 260px;
    }
    footer figure img {
        width: 150px;
    }
    footer .container i {
        height: 40px;
        width: 40px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    footer .m-0 {
        gap: 12px;
    }
    footer .content {
        gap: 20px;
        margin: 0px 0px 20px;
    }
    footer a {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    footer .gap-lg-5 hr {
        width: 100%;
    }
    footer .flex-wrap {
        gap: 20px !important;
    }
    footer .align-items-center h4 {
        font-size: 16px;
    }
}

.card-layout {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card {
    width: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* Align content at the bottom */
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color: white;
    border: none;
}

.card.tall {
    height: 560px;
    width: 330px;
}

.card.short {
    height: 270px;
    width: 400px;
}

/* Hover effect to move the card up */

.card:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

/* Card info stays at the bottom */

.card-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(0, 0, 0, 0.7);*/
    color: white;
    padding: 15px;
    transition: bottom 0.4s ease, transform 0.4s ease;
    z-index: 2;
}

/* Hover effect to slide text up */

.card:hover .card-info {
    background: rgba(0, 0, 0, 0.7);
}

.card-info h3 {
    margin-bottom: 0px;
    color: #fff;
    font-family: Onest, Sans-serif;
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.4em;
}

.card-info p {
    color: #fff;
    font-family: "Manrope", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
}

.card-info i {
    display: block;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 28px;
    margin-bottom: 10px;
}

/* Unique images for each card */

.img1 {
    background-image: url('../images/sea.jpg');
}

.img2 {
    background-image: url('../images/shippingcontainerbeingloadedontotruckport.jpg');
}

.img3 {
    background-image: url('../images/airplane-sunset.jpg');
}

.img4 {
    background-image: url('https://dev.cocotemplates.com/template5/wp-content/uploads/2024/12/Image-UE8JCKT.jpg');
}

@media (max-width: 900px) {
    .card-layout {
        flex-direction: column;
        align-items: center;
    }
    .column {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 900px) {
    .card-layout {
        flex-direction: row;
        align-items: center;
    }
    .column {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .card.short {
        height: 560px;
        width: 330px;
    }
}

.whu-choose-us img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px 20px 20px 20px;
    max-width: 100%;
    text-align: center;
}

.head-bot-hr {
    border-bottom: 1px solid #DDDDDD;
}

.counter-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #fff;
    padding: 60px 20px;
    text-align: center;
}

.counter-box {
    flex: 1 1 200px;
    max-width: 250px;
    background: #f8f8f8;
    border-radius: 10px;
    padding: 30px 20px;
}

.counter-box h2 {
    font-size: 48px;
    color: #dddddd;
    margin-bottom: 10px;
    font-family: "Onest", sans-serif;
    font-weight: 500;
    line-height: 1.2em;
}

.counter-box p {
    font-size: 15px;
    color: #1a233b;
    margin: 0;
    font-weight: 600;
    font-family: "Onest", sans-serif;
}

@media (max-width: 767px) {
    .top-bar {
        justify-content: end;
        align-items: center;
        height: 100%;
        display: none !important;
    }
}

.page-banner-wrap {
    background-color: #1f425d;
    padding-top: 115px;
    padding-bottom: 105px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.page-banner-wrap::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    background: #1f425d;
    width: 100%;
    height: 100%;
    opacity: .40;
    z-index: -1;
}

.page-banner-wrap h1 {
    text-transform: capitalize;
    color: #fff !important;
    font-family: "Poppins", sans-serif;
    margin: 0px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #1f425d;
    line-height: 145%;
}

.page-banner-wrap::after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    background: #1f425d;
    width: 100%;
    height: 100%;
    opacity: .40;
    z-index: -1;
}

.breadcrumb-wrapper {
    background-color: #f8f8f8;
    padding: 20px 0px;
    color: #4ab9cf;
}

.breadcrumb-wrapper .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    align-items: center;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

nav .breadcrumb li {
    list-style: none;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
    color: #de3232;
    font-weight: 500;
    text-decoration: none;
    outline: none !important;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    font-size: 16px;
    line-height: 28px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.breadcrumb-item.active {
    color: #6c757d;
    font-family: "Poppins", sans-serif;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
}

.custom-heading {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 12px;
    text-transform: uppercase;
}

.custom-heading::after {
    position: absolute;
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    left: 0;
    top: 0;
}

.custom-heading h3 {
    font-family: 'Onest', sans-serif;
    font-weight: 800;
    margin-bottom: 25px;
    margin-top: 0;
    color: #333;
}

.required {
    color: #ce292d;
}

.custom-heading::after {
    position: absolute;
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    left: 0;
    top: 0;
}

.conatc-para {
    color: #777;
    font-family: 'Onest', sans-serif;
    line-height: 22px;
}

.control-label {
    width: 100%;
    padding-bottom: 10px;
    font-family: 'Onest', sans-serif;
    padding-top: 10px;
}

.wpcf7-text,
.wpcf7-select,
.wpcf7-textarea {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px 15px;
}

.custom-heading::after {
    background-color: #b30305;
}

.wpcf7 .wpcf7-submit {
    padding: 13px 40px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    float: right;
    color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

#map {
    width: 100%;
    height: 450px;
    margin-bottom: 20px;
}

#map img {
    max-width: none;
}

.text-big {
    font-size: 18px;
    line-height: 25px;
    color: #333;
    font-family: 'Open Sans', Arial, sans-serif;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.about-text {
    flex: 1 1 500px;
}

.about-text h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #0077cc;
    font-weight: 700;
}

.about-text h3 {
    margin-top: 30px;
    color: #de3232;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-text ul {
    padding-left: 20px;
}

.about-text ul li {
    margin-bottom: 10px;
}

.about-image {
    flex: 1 1 400px;
}

.about-image img {
    width: 100%;
    border-radius: 10px;
    /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);*/
}

@media (max-width: 768px) {
    .about-container {
        flex-direction: column;
        padding: 40px 20px;
    }
    .about-text h2 {
        font-size: 2rem;
    }
}

.accordion-container {
    max-width: 800px;
    margin: 0 auto;
}

.accordion-item {
    background: #fff;
    /*border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);*/
    margin-bottom: 15px;
    overflow: hidden;
    border: none;
}

.accordion-header {
    padding: 0px 20px;
    cursor: pointer;
    /*background: #de3232;*/
    color: #000;
    font-weight: 600;
    font-family: "Cabin", Sans-serif;
    font-size: 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
    border-bottom: 1px solid #e2e9f1;
}

.accordion-header:hover {
    background: #ffe096;
    color: #000;
}

.accordion-icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.accordion-header.active .accordion-icon {
    transform: rotate(45deg);
    /* transforms + into � shape */
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    background: #fff;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.accordion-content.open {
    padding: 20px;
}

.accordion-content p {
    margin: 0;
}

@media (max-width: 600px) {
    .accordion-header {
        font-size: 1rem;
    }
}

/* CSS */

.services-row {
    background: linear-gradient(135deg, #f0f4f8, #ffffff);
    padding: 70px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.container-row {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.services-row h2 {
    font-size: 2.8rem;
    margin-bottom: 10px;
    color: #222;
}

.intro {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 50px;
}

.services-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.service-box {
    flex: 1;
    min-width: 280px;
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.service-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 5px;
    background: #ff0000;
    transition: left 0.4s;
}

.service-box:hover::before {
    left: 0;
}

.service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.icon {
    font-size: 2.8rem;
    color: #de3232;
    margin-bottom: 15px;
}

.service-box h3 {
    margin-bottom: 0px;
    color: #de3232;
    font-family: Onest, Sans-serif;
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.4em;
}

.service-box p {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.5;
}

/* CSS */

.service-detail {
    background: #f4f7fb;
    padding: 80px 20px;
    font-family: Onest, Sans-serif;
}

.container-detail {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

.section-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 40px;
}

.service-btns {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.service-btn {
    background: #d71605;
    color: white;
    padding: 12px 30px;
    font-size: 1.1rem;
    border: none;
    border-radius: 30px;
    cursor: default;
    font-weight: bold;
    transition: all 0.3s ease;
}

.service-content {
    background: white;
    padding: 40px 35px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.service-content h3 {
    font-size: 1.8rem;
    color: #0056b3;
    margin-bottom: 20px;
}

.service-content h4 {
    font-size: 1.3rem;
    color: #333;
    margin-top: 30px;
    margin-bottom: 15px;
}

.service-content p {
    font-size: 1.05rem;
    color: #444;
    line-height: 1.7;
    margin-bottom: 20px;
}

.service-content ol,
.service-content ul {
    margin-left: 20px;
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
}

.service-content li {
    margin-bottom: 10px;
}

.closing-text {
    margin-top: 30px;
    font-weight: bold;
    color: #d71605;
    font-size: 1.1rem;
    text-align: center;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
    .service-content {
        padding: 30px 20px;
    }
    .service-btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

.office-locations {
    background: #f9f9fb;
    padding: 80px 20px;
    font-family: Onest, Sans-serif;
}

.container-locations {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #222;
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.location-card {
    background: #fff;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    text-align: left;
    transition: transform 0.2s ease;
}

.location-card:hover {
    transform: translateY(-5px);
}

.location-card h3 {
    font-size: 1.3rem;
    color: #de3232;
    margin-bottom: 10px;
}

.location-card p {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.6;
    margin: 5px 0;
}

.location-card strong {
    color: #333;
}

.location-card i {
    margin-right: 6px;
    color: #d71605;
    font-size: 0.95rem;
}

.location-card a {
    color: #d71605;
    text-decoration: none;
}

.location-card a:hover {
    text-decoration: underline;
}

.run20 {
    padding: 10px;
    font-family: Onest, Sans-serif;
}

/* Login dropdown */
.login-dropdown {
    position: relative;
}

.login-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 160px;
    background: #fff;
    border: 1px solid #DE3232;
    border-radius: 5px;
    padding: 8px 0;
    list-style: none;
    margin: 4px 0 0;
    display: none;
    z-index: 100;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.login-dropdown:hover .login-dropdown-menu,
.login-dropdown.open .login-dropdown-menu {
    display: block;
}

.login-dropdown-menu li a {
    display: block;
    padding: 8px 20px;
    color: #DE3232;
    text-decoration: none;
    font-family: "Cabin", Sans-serif;
    font-size: 14px;
}

.login-dropdown-menu li a:hover {
    background: #DE3232;
    color: #fff;
}

.login-dropdown-toggle .arrow-down {
    margin-left: 6px;
    vertical-align: middle;
}

.offcanvas__btn .elementskit-btn + .elementskit-btn {
    margin-top: 10px;
}

/* Tracking accordion (track.js) */
.track-result {
    display: none;
}

.track-result .accordion {
    margin-top: 25px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.track-result .accordion .accordion-header {
    padding: 15px 1.2em;
    background-color: #de3232;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.4s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.track-result .accordion .accordion-header:hover,
.track-result .accordion .accordion-header.active {
    background: #102452;
}

.track-result .accordion .accordion-header h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}

.track-result .accordion .accordion-header h2:nth-child(2) {
    margin-left: auto;
    margin-right: 15px;
    font-weight: 500;
}

.track-result .accordion .accordion-header .fa_icon {
    color: #fff;
    transition: transform 0.3s, color 0.3s;
    font-size: 16px;
}

.track-result .accordion .accordion-body {
    display: none;
    padding: 1.2em;
    border: none;
    background: #f9f9f9;
}

.track-result .accordion .accordion-body.active {
    display: block;
}

.track-result .tracking-info table,
.track-result .delivery-info table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    font-size: 13px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.track-result .tracking-info th,
.track-result .tracking-info td,
.track-result .delivery-info th,
.track-result .delivery-info td {
    padding: 10px 12px;
    text-align: left;
    text-transform: uppercase;
}

.track-result .tracking-info th,
.track-result .delivery-info th {
    background: #de3232;
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
}

.track-result .tracking-info td,
.track-result .delivery-info td {
    background: #fff;
    color: #000;
}

.track-result .tracking-info tbody tr:nth-child(even),
.track-result .delivery-info tbody tr:nth-child(even) {
    background-color: #f3f3f3;
}

.track-result .accordion .accordion-body h3,
.track-result .accordion .accordion-body h5 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000;
}

.track-result .invalid-record {
    padding: 15px;
    color: #de3232;
    text-align: center;
}