@import url("../../../../branding.css");

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.btn:hover {
    text-decoration: none;
}

/* Add here all your CSS customizations */
.ct-dropdown,
.ct-cdropdown {
    position: relative;
    cursor: pointer;
}

/*.ct-dropdown:hover ul {
    display: block;
}*/

.ct-dropdown ul {
    display: none;
    position: absolute;
    left: 0;
    list-style: none;
    padding: 0;
    z-index: 9;
    background: #ffffff;
    min-width: 100%;
    width: 300px;
    font-size: 13px;
    border: 1px solid #ededed;
}

.ct-dropdown .ct-dropdown-menu li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.ct-cdropdown ul {
    display: none;
    position: absolute;
    right: 0;
    list-style: none;
    padding: 0;
    z-index: 9;
    background: #FFF;
    min-width: 100%;
    font-size: 13px;
    border: 1px solid #ededed;
    border-top: 2px solid #0430f5;
    border-bottom: none;
    border-radius: 2px;
    box-shadow: 0px 2px 1px rgba(14, 14, 14, 0.25);
    width: 500px;
}

.ct-cdropdown ul:before {
    content: "";
    position: absolute;
    top: -2px;
    right: 9px;
    height: 12px;
    width: 12px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin: top right;
    border-left: 2px solid #0430f5;
    border-top: 2px solid #0430f5;
}

.ct-cdropdown .ct-dropdown-menu li {
    padding: 2px 5px;
    border-bottom: 1px solid #ededed;
}

.ct-dropdown-menu li a,
.ct-dropdown-menu li a:hover,
.ct-dropdown-menu li a:focus {
    color: var(--color-black) !important;
}

.ct-dropdown .ct-dropdown-menu li:hover{
    /*background: #f05223;*/
}

.ct-dropdown .ct-dropdown-menu li a:hover{
    /*color: #fff !important;*/
}

.ct-link,
.ct-link a {
    text-align: center;
    font-size: 12px;
    color: #47a447;
    font-weight: 600;
}

.notif-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #47a447;
    color: #FFF !important;
    top: 4px;
    right: 6px;
    text-align: center;
    font-size: 9px !important;
    padding: 2px 3px !important;
    line-height: .9;
    z-index: 9;
    border-radius: 50%;
}

.page-header-user {
    min-height: auto;
    padding: 0;
    border: none;
}

.page-header-user .cat-sec {
    padding: 10px;
    background: rgba(0, 0, 0, 0.15);
}

.page-header-user .cat-sec p {
    color: #FFF;
    margin: 0
}

.page-header-user .nav-sec {
    padding: 10px;
}

.sub-nav {
    margin: 0 !important;
    padding: 0 !important;
}

.sub-nav i {
    font-size: 20px;
    margin-bottom: -4px;
    margin-right: 5px;
}

.sub-nav li {
    padding-right: 30px;
    opacity: 0.95;
    text-transform: none;
}

.sub-nav li a {
    font-size: 14px;
    text-transform: none;
}

.sub-nav li:before {
    content: none !important;
}

.sub-nav li span {
    margin-top: -4px;
}

.input-to-label {
    background: none !important;
    border: none;
    box-shadow: none;
    padding-left: 0;
}

.custom-table.princig-table-flat .plan h3 span {
    font-size: 2.5em;
}


.custom-table.pricing-table-custom .plan h3,
.custom-table.pricing-table-custom .plan h3 span {
    background: #666;
}

li.development,
li.development a {
    text-decoration: line-through;
    color: #cc2c2c !important;
}

.event-list p.name {
    margin: 0;
    color: #333333;
    cursor: pointer;
}

/*Single event */
.div-table .dtbody .row {
    display: flex;
}

.div-table .dtbody .row>div {
    border: 1px solid #ddd;
    padding: 4px 8px;
    border-bottom: none;
}

.div-table .dtbody .row:first-child>div {
    border-top: none;
}

.div-table .dthead {
    font-weight: bold;
    background: #e2e2e2;
}

.div-table .dthead .row>div {
    padding: 5px 0;
}

.div-table .dthead .row>div:first-child {
    padding-left: 5px;
}

.div-table .dtbody {
    border-bottom: 1px solid #ddd;
    max-height: 310px;
    overflow: hidden;
    overflow-y: auto;
}

/* width */
.div-table .dtbody::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.div-table .dtbody::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.div-table .dtbody::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
.div-table .dtbody::-webkit-scrollbar-thumb:hover {
    background: #bbb;

}

.bet-error {
    font-size: 80%;
    padding: 10px;
    margin-top: 5px;
    font-weight: 600;
}

.bet-error.alert .fa {
    margin-right: 4px;
}

.prccal-answer {
    text-transform: capitalize;
    font-weight: bold;
}

#selectamount {
    display: none;
}

.select-answer {
    opacity: 0.5;
}

.select-answer[selected] {
    opacity: 1;
}

.confirm-answer-wrap {
    display: inline-block;
    text-align: right;
}

.confirm-answer-wrap p {
    margin-top: 5px;
    margin-right: 10px;
}

#betEventModal #selected-answer {
    font-weight: bold;
}

.amount-adjuster {
    font-weight: bold;
    font-size: 10px;
    border: 1px solid #c7c7c7;
    border-radius: 50%;
    display: inline-block;
    line-height: 1;
    background: #f3f3f3;
    cursor: pointer;
    line-height: 27px;
    text-align: center;
    width: 30px;
    height: 30px;
}

.place-bet button:focus,
.place-bet button.btn:focus {
    outline: none;
}

#submitEvent.loading .fa {
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*Single event -----*/


.input-error {
    font-size: 12px;
    font-weight: 600;
    padding: 2px 5px;
    margin-top: 2px;
}

.search-active-filters {
    text-transform: capitalize;
    margin-top: 3px;
    font-size: 12px;
}

.search-active-filters a.btn {
    font-size: 9px;
}

.filter-status label {
    font-weight: normal;
    color: #666;
    font-size: 13px;
    cursor: pointer;
    width: 100%;
}

.filter-status label:hover {
    background: #eee;
}

.dashboard .table td {
    vertical-align: middle;
}

.dashboard .table td.status {
    text-align: center;
}

.dashboard .progress-bar,
.dashboard .progress-label {
    line-height: 1;
    font-size: 10px;
}


.alert h4 {
    margin: 0 !important;
}

.my-bet-specs p {
    margin: 0;
    font-size: 13px;
    line-height: normal;
}

.copyright-wrapper {
    padding: 0px;
    color: #000;
    /*    text-align: center;*/
}


/* PRODUCTS AND EQUIPMENT PAGE */
.form-wrapper {
    padding: 20px !important;
}

.field {
    display: inline;
    position: relative;
}

.field label {
    position: absolute;
    top: -25px;
    left: 10px;
    padding: 2px 10px;
    border-radius: 10px;
    background: #fff;
}

.field input {
    margin-bottom: 10px !important;
}

input {
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
}

table,
th,
td {
    border: 1px solid #dddddd;
}

.equipment-list,
.products-list,
.equipment-list th,
.products-list th {
    color: #0430f5;
    padding: 5px;
}

table,
td {
    padding: 5px;
}

tr:nth-child(even) {
    background-color: #f4f7f7;
}

.products-list,
.equipment-list {
    list-style: circle;
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
    font-size: 14px;
}

.products-item,
.equipment-item {
    color: #384045;
}



select,
input {
    border: 1px solid #072046 !important;
}

.search-form {
    color: #222222 !important;
}

.search_btn {
    background: #efefef !important;
}


/* preloader */
#preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    border: 30px solid #f3f3f3;
    border-top: 30px solid #0078a0;
    border-right: 30px solid #0078a0;
    border-radius: 100%;
    width: 140px;
    height: 140px;
    margin: -70px 0 0 -70px;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#load_more {
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
    background-color: #018bd1;
    border-color: #018bd1 #018bd1 #2f3192;
    color: #FFF;
    margin-bottom: 10px;
}

#total_count {
    float: right;
    margin-top: 20px;
}

.animate__animated[animate-delay] {
    --animate-delay: attr(animate-delay s);


    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay);
}

.btn-main {
    padding: 10px 40px;
    background: var(--color-primary);
    border-radius: 50px;
    color: #FFF;
    font-size: 20px;
    transition: 0.5s;
}

span.badge {
    font-weight: 400;
}

.btn-main:hover {
    color: var(--color-white);
    background: var(--color-secondary);
}

.form-control {
    font-size: 14px;
}

html.maxView {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body.frontpage {
    /*background: url('../images/bg_landing_new.png') no-repeat center;*/
    /*background-size: cover;
    height: 100vh;
    overflow: hidden;*/
}

.frontpage .hero{
    margin-top: 3%;
}

.frontpage .hero h1 {
    font-weight: 900;
    font-size: 64px;
    line-height: 1.3em;
    color:  var(--color-primary);
    text-stroke: 1px #ffffff;
    -webkit-text-stroke: 1px #ffffff;
}

.frontpage .head0{
    margin-bottom: 0px;
}

.frontpage .head0 .headtext1{
    color:  var(--color-black);
}

.frontpage .head0 .headtext3{
    color:  var(--color-black);
}

.frontpage .head1{
    color: var(--color-black);
    font-size: 2.5em;
    font-family: var(--font-body);
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: normal !important;
}

.frontpage .head2{
    color: var(--color-black);
    font-size: 2em;
    font-family: var(--font-body);
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: normal !important;
}

.frontpage .bbc-border-rel{
    border-bottom: 5px solid #f05223;
    width: 150px;
}

.frontpage .bbc-border-rel-short{
    border-bottom: 3px solid #f05223;
    width: 100px;
}

.frontpage .view-services-btn{
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}

.feature-section-div{
    padding-top: 60px !important;
}
.feature-section{
    background: #1d2734;
    border-radius: 25px;
    padding: 20px;
}

.feature-section > .col-md {
    border-right: 3px solid rgba(255,255,255,.15);
    display: flex;
}

.feature-section > .col-md:last-child {
    border-right: none;
}

.feature-box {
    width: 100%;
    padding: 30px 15px;
}

.feature-icon {
    font-size: 38px;
    color: #f05223;
    margin-bottom: 15px;
}

.feature-box h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.feature-box p {
    font-size: 14px;
    margin-bottom: 0;
    color: rgba(255,255,255,.85);
}


.frontpage main{
    /*background: url('../images/hero.jpg') no-repeat top;*/
}

.frontpage .about{
    padding:60px 0;
    padding-bottom: 15px;
}

.frontpage .about-wrapper{
    display:grid;
    grid-template-columns:0.75fr 1.25fr;
    gap:0px;
    align-items:center;
}

.frontpage .about-small{
    color:#f05223;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:20px;
    font-size: 22px;
}

.frontpage .about-content h2{
    font-family: var(--font-heading);
    font-size:34px;
    line-height:1.2;
    margin-bottom:30px;
}

.frontpage .about-content p{
    color:#6b7280;
    line-height:1.5;
    margin-bottom:15px;
    font-size: 20px;
}

.frontpage .about-features{
    display:flex;
    gap:40px;
    margin-top:40px;
}


.frontpage .view-about-btn {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*.frontpage .feature{
    text-align:center;
}

.frontpage .feature i{
    font-size:35px;
    color:#f05223;
    margin-bottom:15px;
}*/

.frontpage .about-image img{
    width:100%;
    border-radius:30px;
}

.frontpage .presence,
.aboutpage .presence{
    position:relative;
    padding:0px;
    background: #ffffff;
    overflow:hidden;
    margin-bottom: 60px;
}

.aboutpage .presence{
    padding-top: 60px;
}

.frontpage .presence .section-title h2,
.aboutpage .presence .section-title h2{
    color: #333333;
}

.frontpage .presence .section-title p,
.aboutpage .presence .section-title p{
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 16px;
}

.frontpage .presence::before,
.aboutpage .presence::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(240,82,35,0.08);
    border-radius:50%;
    top:-200px;
    right:-120px;
    filter:blur(100px);
}

.frontpage .presence::after,
.aboutpage .presence::after{
    content:'';
    position:absolute;
    width:400px;
    height:400px;
    background:rgba(255,255,255,0.04);
    border-radius:50%;
    bottom:-180px;
    left:-100px;
    filter:blur(100px);
}

.frontpage .presence .container,
.aboutpage .presence .container{
    position:relative;
    z-index:2;
}


.frontpage .presence .section-tag,
.aboutpage .presence .section-tag{
    display:inline-block;
    color:#f05223;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom: 5px;
    font-size: 18px;
}

.frontpage .presence .presence-grid,
.aboutpage .presence .presence-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:40px;
}


.frontpage .presence .presence-card,
.aboutpage .presence .presence-card{
    background: #333333 url('../images/bg-trans.png') no-repeat;
    backdrop-filter:blur(12px);
    border:1px solid rgba(255,255,255,0.08);
    border-radius:30px;
    overflow:hidden;
    transition:.35s ease;
}

.frontpage .presence .presence-card:hover,
.aboutpage .presence .presence-card:hover{
    transform:translateY(-10px);
    box-shadow:
    0 25px 60px rgba(0,0,0,0.35);
    transform:scale(1.05);
}

.frontpage .presence .presence-content,
.aboutpage .presence .presence-content{
    padding:35px;
}

.frontpage .presence .presence-content .presence-label,
.aboutpage .presence .presence-content .presence-label{
    display:flex;
    align-items:center;
    gap:10px;
    color:#f05223;
    font-weight:700;
    margin-bottom:0px;
    letter-spacing:.5px;
    font-size: 18px;
}

.frontpage .presence .presence-content .presence-label a,
.aboutpage .presence .presence-content .presence-label a{
    color:#f05223;
    font-weight:700;
}

.frontpage .presence .presence-content .presence-label i,
.aboutpage .presence .presence-content .presence-label i{
    font-size:18px;
}

.frontpage .presence .presence-content h3,
.aboutpage .presence .presence-content h3{
    color:#fff;
    font-size:32px;
    margin-bottom:20px;
    line-height:1.3;
}

.frontpage .presence .presence-content p,
.aboutpage .presence .presence-content p{
    color:rgba(255,255,255,0.8);
    line-height:2;
    margin-bottom:0px;
}

.frontpage .presence .presence-content p a,
.aboutpage .presence .presence-content p a{
    color: rgba(255,255,255,0.8);
    padding: 0px;
}

.frontpage .presence .map-container,
.aboutpage .presence .map-container{
    overflow:hidden;
    border-radius:22px;
    margin-bottom:30px;
    border:1px solid rgba(255,255,255,0.08);
}

.frontpage .presence .map-container iframe,
.aboutpage .presence .map-container iframe{
    display:block;
}


.frontpage .presence .map-container-orange,
.aboutpage .presence .map-container-orange{
    background: #5c1500 url('../images/bg-trans.png') no-repeat;
}

.frontpage .presence .btn-presence,
.aboutpage .presence .btn-presence{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#f05223;
    color:#fff;
    padding:15px 30px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.3s ease;
}

.frontpage .presence .btn-presence:hover,
.aboutpage .presence .btn-presence:hover{
    background:#d94418;
    transform:translateY(-3px);
}

.frontpage .business-solutions{
    background:#fff;
}

.frontpage .services-column,
.cargo-column{
    padding:10px;
}

.frontpage .services-column{
    border-right:1px solid #e5e5e5;
}

.frontpage .section-tag{
    color:#f05223;
    font-weight:700;
    font-size:18px;
    text-transform:uppercase;
}

.frontpage .business-solutions h2{
    font-size:34px;
    font-weight:700;
    margin-bottom:30px;
}

.frontpage .service-item{
    text-align:center;
    padding:20px 10px;
    border-bottom:1px solid #eee;
    min-height: 240px;
}

.frontpage .service-item i,
.cargo-item i{
    color:#f05223;
    font-size:34px;
    margin-bottom:15px;
}

.frontpage .cargo-item{
    display:flex;
    gap:20px;
    margin-bottom:30px;
    padding-bottom:20px;
    border-bottom:1px solid #eee;
}

.frontpage .cargo-img{
    width:100%;
    border-radius:6px;
    margin-bottom:15px;
}

.frontpage .cargo-features{
    display:flex;
    justify-content:space-between;
    margin-top:20px;
    font-size:13px;
}

.frontpage .cargo-features span{
    font-size: 16px;
}

.frontpage .cargo-features i{
    color:#f05223;
    margin-right:5px;
    font-size: 18px;
}

#particles-js {
    position: absolute;
    width: 40vw;
    height: 100%;
    background-color: transparent;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

ul.nav-list li {
    width: 100%;
}


.innerpage .innerhead{
    position: relative;
    background: #333333 url('../images/hero.jpg');
    padding: 40px;
    background-position: center center;
    border-bottom: 5px solid #CCC;
    margin-bottom: 80px;
}

.innerpage .innerhead:before{
    pointer-events: none;
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(51, 51, 51, 0.70);
    z-index: 0;
}

.innerpage .innerhead > * {
    position: relative;
    z-index: 1;
}

.innerpage .innerhead #particles-js {
    position: absolute;
    top: 0;
    width: 100%;
    height: 20vh;
    background-color: transparent;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.innerpage .innerhead .page-title{
    padding-top: 20px;
}

.innerpage .innerhead .page-title h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15%;
    color: #ffffff;
}

.innerpage .innerhead .page-title .bbc-border-rel{
    border-bottom: 3px solid #f05223;
    width: 150px;
    margin: 0 auto;
    display: block;
}

.innerpage .content{
    margin-bottom: 60px;
}

.innerpage .content p,
.innerpage .content ul li{
    font-size: 18px;
    line-height: 32px;
}

.innerpage.aboutpage .content p,
.innerpage.aboutpage .content ul li{
     font-size: 22px;
}

.innerpage .more-about{
    /*padding: 120px 0;*/
    margin-bottom: 60px;
}

.innerpage .mission-vision{
    margin-top: 20px;
}

.innerpage .mission-vision h2{
    text-align: center;
    font-family: var(--font-heading);
    font-size: 2.6em;
    line-height: 1.2;
    margin-bottom: 30px;
    text-decoration: underline;
    text-underline-position: under;
    color: #f05223;
}

.innerpage .mission-vision .item{
    padding: 20px;
}

.innerpage .mission-vision .item .item-content{
    background: #fff7f1;
    padding: 20px;
    border-radius: 20px;
}

.innerpage .mission-vision .item .item-content h4{
    font-size: 36px;
    font-weight: bold;
    margin-top: 15px;
}

.innerpage .mission-vision .core-values-heading{
    margin-top: 80px;
    text-align: center;
    font-family: var(--font-heading);
    font-size: 2.6em;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #f05223;
    text-decoration: none;
}


.innerpage .mission-vision .core-values-subheading{
    text-align: center;
    font-size: 20px;
    margin-bottom: 60px;
}


.innerpage .mission-vision .core-values .value{
    padding: 20px;
    text-align: center;
}

.innerpage .mission-vision .core-values .value .item{
    border: 2px solid #f05223;
    padding: 20px;
    text-align: center;
    border-radius: 30px;
    min-height: 250px;
}

.innerpage .mission-vision .core-values .value .item:hover {
    background: antiquewhite;
}

.innerpage .mission-vision .core-values .value .item i{
    font-size: 40px;
    color: #f05223;
}

.innerpage .mission-vision .core-values .value h5{
    font-size: 24px;
    line-height: normal;
    margin-top: 20px;
    color: #f05223 !important;
    font-weight: 500;
}

.innerpage .executives{
    padding:60px 0;
    background: #f05223 url('../images/bg-trans.png') no-repeat;
    padding-bottom: 50px;
}

.innerpage .section-title h2{
    font-family: var(--font-heading);
    font-size: 2.6em;
    color: #ffffff;
    margin-bottom: 0px;
}

.innerpage .section-title p{
    font-size: 20px;
    color: #ffffff;
}

.innerpage .executive-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}

.innerpage .executive-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:24px;
    padding:20px;
    text-align:center;
    transition:.3s;
}

.innerpage .executive-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.innerpage .executive-card img{
    width:240px;
    height:240px;
    border-radius:20px;
    object-fit:contain;
    margin-bottom:25px;
}

.innerpage .executive-card h3{
    margin-bottom:10px;
    font-size: 1.2em;
}

.innerpage .executive-card p{
    color:#f05223;
    /*font-weight:600;*/
    font-size: 14px;
}

.innerpage.servicespage .services-section {
    background: #f8f9fa;
}

.innerpage.servicespage .services-section .services-intro{
    margin-top: 30px;
    margin-bottom: 80px;
    text-align: center;
}

.innerpage.servicespage .services-section .card {
    border-radius: 12px;
    transition: all .3s ease;
}

.innerpage.servicespage .services-section .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,.1) !important;
}

.innerpage.servicespage .services-section .service-item{
    margin-bottom: 60px !important;
}

.innerpage.servicespage .services-section h4 {
    color: #f05223;
    font-size: 1.25rem;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 20px;
}

.innerpage.servicespage .services-section a{
    color: #f05223;
}

.innerpage.servicespage .services-section .service-card {
    text-align: center;
    padding-top: 30px;
    position: relative;
}

.innerpage.servicespage .services-section .icon-circle {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: #f05223;
    color: #fff;
    font-size: 34px;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}


.innerpage.servicespage .services-section .icon-circle i {
    font-size: 34px;
}

.contactpage .address-content .address-label{
    color: #f05223 !important;
}

.contactpage .address-content h3{
    margin-bottom: 15px;
}

.contactpage form#contactForm .col-md-12{
    margin-bottom: 15px;
}

.contactpage form#contactForm .btn{
    margin-top: 15px;
}

footer{
    position: relative;
    background:#333333 url('../images/footer.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    color:#fff;
    padding:60px 0 40px;
}


footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(29 39 52 / 80%);
    z-index: 1;
}


footer > *{
    position: relative;
    z-index: 2;
}

.footer-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
    margin-bottom:60px;
}

.footer-grid h3{
    margin-bottom:25px;
    color: #f05223;
}

.footer-grid p,
.footer-grid a{
    color:lightgray;
    line-height:2;
    text-decoration:none;
}

.footer-grid .quick-links p{
    margin-bottom: 5px !important;
}

.footer-grid .quick-links .col-md-12{
    column-count: 2;
    -webkit-column-count: 2;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.1);
    padding-top:30px;
    text-align:center;
    color:#lightgray;
}

.footer-note{
    color: #f05223;
    font-size: 1.8em;
}



/**
CUSTOMER DASHBOARD

*/

#dashboardNav {
    /*background-color: var(--color-secondary);*/
    padding: 0;
}

#dashboardNav.navbar-expand-lg .navbar-nav {
    flex-basis: 100%;
}

#dashboardNav .nav-item a {
    display: block;
    padding: 13px 20px;
    color: var(--color-white);
    position: relative;
    transition: 0.5s;
}

#dashboardNav .nav-item a:hover {
    text-decoration: none;
    background-color: var(--color-primary);
}

/* #dashboardNav .nav-item a:hover:after {
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--color-primary);
} */

.dashboard main#content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.db-action-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 0 10px 0px #00000014;
    padding: 20px;
    border-radius: 15px;
    color: var(--color-black);

    display: flex;
    margin-bottom: 30px;

    transition: 0.5s;

}

.db-action-box * {
    transition: 0.5s;
}

/* .db-action-box svg {
    fill: var(--color-grey);
} */

.db-action-box h3 {
    margin: 0;
    text-transform: capitalize;
    color: inherit;
    flex: 1;
}

.action-icon {
    width: 100px;
}

.read-more {
    background: #FFF;
    border-radius: 50%;
    transition: 0.5s;
    width: 70px;
    max-width: 70px;
    flex-basis: 70px;
    flex-shrink: 0;
}

a.db-action-box:hover {
    text-decoration: none;

    background-color: var(--color-primary);

    color: var(--color-white)
}

a.db-action-box:hover .read-more {
    box-shadow: 0 0 10px 0px #00000014;
    transform: translateX(30px);
}

a.db-action-box:hover svg:not(.fill-path) {
    fill: var(--color-white);
}

a.db-action-box:hover svg.fill-path path {
    stroke: var(--color-white);
}

a.db-action-box:hover svg.wpath path {
    stroke: var(--color-white) !important;
}




.card-box {
    position: relative;
    display: block;

    box-shadow: 0 0 10px 0px #00000014;
    color: var(--color-black);

    /* align-items: left;
    gap: 10px; */
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
    /* flex-direction: column; */

    transition: 0.5s;

}

.card-box[class]:not([class*="bg-"]) {
    background-color: var(--color-white);
}

.card-label {
    font-size: 16px;
    font-weight: 600;
}

h4.card-label {
    font-size: 20px;
}

form .card-box h4 {
    margin-top: 0;
    margin-bottom: 20px;
}


.form-input-label,
.form-select-label,
.form-textarea-label {
    padding: 0;
    background: var(--color-highlight-grey);
    border-radius: 50px !important;
    position: relative;
    margin-bottom: 20px;
}

.form-textarea-label {
    border-radius: 25px !important;
}

.form-input-label:has(input[readonly]),
.form-textarea-label:has(textarea[readonly]) {
    background: var(--color-red);

}

.form-input-label:has(input[readonly]) input,
.form-textarea-label:has(textarea[readonly]) textarea {
    cursor: no-drop;
}

.form-input-label>label,
.form-textarea-label>label {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 0;
    font-size: 14px;
    color: #464646;
    font-weight: 400;

    transition: 0.5s;
}

.form-text-label {
    position: relative;
}

.form-text-label>label {
    position: absolute;
    left: 20px;
    z-index: 0;
    font-weight: 400;
    top: -8px;
    font-size: 12px;
    color: var(--color-black);

    transition: 0.5s;
}

.form-text-label>div {
    padding: 12px 18px;
    border-radius: 50px;
    background: var(--color-highlight-grey);
}

.form-text-label p:last-of-type {
    margin-bottom: 0
}

.form-input-label input.form-control,
.form-textarea-label textarea.form-control {
    border: none !important;
    background: transparent;
    z-index: 2;
    position: relative;
    padding: 12px 18px;
    height: auto;
    line-height: 1.42;
}

.form-input-label input.form-control::placeholder,
.form-textarea-label textarea::placeholder {
    color: transparent
}

.form-input-label input:focus,
.form-textarea-label textarea:focus {
    outline: none;
    box-shadow: none;
}

.form-input-label input:-webkit-autofill {
    /* -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #000 !important; */
    border-radius: 50px
}

.form-input-label input:focus+label,
.form-input-label input:not(:placeholder-shown)+label,
.form-input-label:has(select option:checked) label,
.form-textarea-label textarea:focus+label,
.form-textarea-label textarea:not(:placeholder-shown)+label {
    top: -8px;
    font-size: 12px;
    color: var(--color-black);
    z-index: 2;
}

.form-select-label>label {
    position: absolute;
    left: 20px;
    z-index: 0;
    top: -8px;
    font-size: 12px;
    color: var(--color-black);
    font-weight: 400;

    transition: 0.5s;
}

.form-select-label select.form-control {
    border: none !important;
    background: transparent;
    z-index: 2;
    position: relative;
    padding: 12px 18px;
    height: auto;
    cursor: pointer;
}

.form-select-label::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;

    background-image: url("data:image/svg+xml;utf8,<svg fill='%23000000' viewBox='-8.5 0 32 32' xmlns='http://www.w3.org/2000/svg'><path d='M7.28 20.040c-0.24 0-0.44-0.080-0.6-0.24l-6.44-6.44c-0.32-0.32-0.32-0.84 0-1.2 0.32-0.32 0.84-0.32 1.2 0l5.84 5.84 5.84-5.84c0.32-0.32 0.84-0.32 1.2 0 0.32 0.32 0.32 0.84 0 1.2l-6.44 6.44c-0.16 0.16-0.4 0.24-0.6 0.24z'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.form-select-label select {
    padding-right: 35px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-select2dd-label {
    position: relative;
    margin-bottom: 20px;
}

.form-select2dd-label>label {
    position: absolute;
    left: 20px;
    z-index: 3;
    top: -8px;
    font-size: 12px;
    color: var(--color-black);
    font-weight: 400;

    transition: 0.5s;
}

.form-select2dd-label .select2-container {
    max-width: 100%;
}

.form-select2dd-label .select2-container--default .select2-selection--single {
    border: none;
    background: transparent;
    z-index: 2;
    position: relative;
    padding: 12px 18px;
    height: auto;
    cursor: pointer;


    background: var(--color-highlight-grey);
    border-radius: 50px !important;
    position: relative;
}

.form-select2dd-label:has(select[disabled]) .select2-container--default .select2-selection--single {
    background: var(--color-red);
    cursor: no-drop
}

.form-select2dd-label .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    line-height: 1.42857143;
    min-height: 20px;
    margin-top: 0
}

.select2-container .select2-dropdown {
    border-radius: 12px !important;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    margin-top: 6px;
    overflow: hidden;
    border: none;
}

.select2-container .select2-search--dropdown {
    padding: 10px 15px;
}

.select2-container .select2-results__option {
    padding: 5px 15px;
}

.opt-label {
    display: inline-flex;
    align-items: center;
    color: var(--color-black);
    gap: 5px
}

.opt-label .opt-subtext {
    display: inline-flex;
    align-items: center;
    color: var(--color-grey);
    font-size: 90%;
    ;
}

.select2-container .select2-selection--single .select2-selection__rendered .opt-subtext svg,
.select2-container .select2-results__option .opt-subtext svg {
    margin-right: 5px;
}

.form-select2dd-label .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--color-blue);
    color: var(--color-black)
}

.select2 i.boss-icon,
.select2-container i.boss-icon {
    font-size: 18px;
}

.form-toggle-buttons {
    margin-bottom: 15px;

}

.form-toggle-buttons .btn-group .btn {
    background-color: var(--color-highlight-grey);
}

.form-toggle-buttons .btn-group .btn.active {
    background-color: var(--color-accent-blue);
    color: var(--color-white)
}

.form-toggle-buttons .btn-group .btn:focus,
.form-toggle-buttons .btn-group .btn.focus {
    outline: none;
}

.form-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;

    font-weight: 400;
}

.form-inline-checkbox .form-checkbox {
    display: inline-flex;
    margin-right: 10px;
    color: var(--color-grey);
    transform: 0.5s;
}

.form-checkbox:has(input[type="checkbox"]:checked) {
    color: var(--color-black)
}

.form-checkbox label {
    font-weight: 400;
}

.form-checkbox input[type="checkbox"] {
    display: none;
}

.form-checkbox span {
    width: 15px;
    height: 15px;
    position: relative;
    display: inline-block;
    background-color: var(--color-highlight-grey);
    /* border: 1px solid var(--color-grey); */
    margin-right: 5px;
}

.form-checkbox input:checked+span {
    background-color: var(--color-accent-blue);
}

.form-checkbox input:checked+span::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='none'%3E%3Cpath d='M7 13L10 16L17 9' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    top: -3px;
    left: -2px;
}

#vehicleContainer .select2-container {
    width: 100% !important;
}

#requestOverview {
    background: var(--color-blue);
    border-radius: 15px;
    padding: 30px;
    position: sticky;
    top: 50px;

    display: flex;
    flex-direction: column;
    gap: 10px
}

#requestOverview h3 {
    margin-bottom: 10px;
}

#requestOverview .order_num {
    font-size: 20px;
}

#requestOverview span {
    font-weight: 700;
}

.vehicles_list .vehicle-item {
    margin-top: 15px;
}

.vehicles_list .vehicle-item>* {
    display: none;
    margin-bottom: 5px;
    line-height: 1;
}

.vehicles_list .vehicle-item>.__show {
    display: block;
}

.vehicles_list h4 {
    font-size: 16px;
}

.request-action {
    display: flex;
    gap: 20px
}

.request-action label {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--color-grey);
    /* background-color: var(--color-green); */
    position: relative;
    cursor: pointer;
}

.request-action label h4 {
    font-size: 22px;
    margin-bottom: 0;
}

.request-action label p {
    line-height: 1;
    margin-bottom: 0
}

.request-action label i {
    font-size: 74px;
}

.request-action input[type="radio"] {
    display: none;
}

.request-action .cradio {
    width: 30px;
    height: 30px;
    padding: 8px;
    border-radius: 50px;
    background: transparent;

    position: absolute;
    top: 10px;
    right: 10px;
}

.request-action .cradio:before {
    display: block;
    content: "";
    background-color: transparent;
    width: 14x;
    height: 14px;
    z-index: 2;
    border-radius: 50px;
    position: relative;
}

.request-action label:has(input[type="radio"]:checked) {
    background-color: var(--color-green);
    /* border-color: var(--color-primary); */
}

.request-action label:has(input[type="radio"]:checked) .cradio {
    background: var(--color-blue);
}

.request-action label:has(input[type="radio"]:checked) .cradio:before {
    background: var(--color-accent-blue);
}

.request-action label:has(input[type="radio"]:disabled) {
    opacity: 0.25;
    background-color: var(--color-red);
    cursor: no-drop;
}

.add-vehicle {
    display: flex;
    height: auto;
    vertical-align: middle;
    border: none;
    background: var(--color-secondary);
    color: var(--color-white);
    font-size: 11px;
}

.add-vehicle:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
}

.add-vehicle .boss-icon {
    font-size: 1.5em;
    background-color: var(--color-white);
}

#submit-request {
    width: fit-content;
    padding: 10px 40px;
    border: none;
    border-radius: 50px;
    background: var(--color-primary);
    margin-top: 50px;
    font-size: 18px;
}

@media(min-width:1200px) and (max-width:1399px){
    #header .header-logo img{
        height: 110px !important;
    }

    .frontpage .head1{
        font-size: 2em !important;
    }

    .frontpage .head2{
        font-size: 1.8em !important;
    }

    .footer-note{
        font-size: 1.5em !important;
    }

    .innerpage .mission-vision .item .item-content{
        min-height: 210px !important;
    }

    .innerpage .mission-vision .item .item-content h4{
        font-size: 28px !important;
    }

    .innerpage .mission-vision .core-values .value .item{
        /*min-height: 280px !important;*/
    }

    .innerpage .mission-vision .core-values .value h5{
        font-size: 18px !important;
    }
}

@media(min-width:992px) and (max-width:1199px){
    #header .header-logo img{
        height: 100px !important;
    }

    #header .header-nav-main nav>ul>li>a{
        font-size: 1em !important;
        margin-left: 0px !important;
    }

    .frontpage .head1{
        font-size: 2em !important;
    }

    .frontpage .head2{
         font-size: 1.5em !important;
    }

    .frontpage .view-about-btn{
        font-size: 18px !important;
    }

    .frontpage .view-services-btn{
        font-size: 18px !important;
    }

    .frontpage .business-solutions h2{
        font-size: 26px !important;
        line-height: 35px !important;
    }

    .frontpage .service-item{
        padding: 10px !important;
        min-height: 300px !important;
    }

    .innerpage .mission-vision .core-values-subheading{
        margin-bottom: 30px !important;
    }

    .innerpage .mission-vision .item .item-content{
        min-height: 245px !important;
    }

    .innerpage .mission-vision .item .item-content h4{
        font-size: 28px !important;
    }

    .innerpage .mission-vision .core-values .value .item{
        min-height: 290px !important;
    }

    .innerpage .mission-vision .core-values .value h5{
        font-size: 18px !important;
    }

    .innerpage .section-title h2{
        font-size: 2em !important;
    }

    .innerpage .executive-card h3{
        font-size: 1em !important;
    }

    .innerpage .executive-card img{
        margin-bottom: 0px !important;
    }

    .innerpage .executive-card p{
        font-size: 14px !important;
    }

    .footer-grid h3{
        font-size: 1.5em !important;
    }

    .footer-grid .quick-links p a{
        font-size: 12px !important;
    }

    .footer-note{
        font-size: 1.5em !important;
    }

}

@media(min-width:768px) and (max-width:991px){
    .header-nav .btn{
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .frontpage .head1{
        font-size: 2em !important;
        margin-top: 80px !important;
    }

    .frontpage .head2{
        font-size: 1.5em !important;
        background: rgba(255, 255, 255, 0.49);
        padding: 14px;
    }

    .innerpage .executive-grid{
        display: block !important;
    }

    .innerpage .executive-card{
        margin-bottom: 20px !important;
    }

    .innerpage .executive-card img{
        width: 200px !important;
        height: 200px !important;
    }

    .innerpage .executive-card h3{
        font-size: 1.2em !important;
    }

    .innerpage .executive-card p{
        font-size: 1em !important;
        margin-bottom: 0px !important;
    }

    .section-call-us h2{
        font-size: 20px !important;
    }

    .section-call-us .btn-main{
        padding: 10px 30px !important;
    }

    .footer-grid h3{
        font-size: 1.2em !important;
    }

    .footer-note{
        font-size: 1.2em !important;
    }
}

@media (max-width: 767px) {
    #header .container{
        text-align: center !important;
    }

    .header-nav .btn{
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .frontpage .hero h1{
        font-size: 46px;
    }

    .frontpage .hero{
        margin-top: 15%;
    }

    .frontpage .head1 {
        background: rgba(255, 255, 255, 0.49);
        padding: 14px;
        font-weight: 500;
        font-size: 20px;
        text-align: center;
    }


    .frontpage .head2 {
        background: rgba(255, 255, 255, 0.49);
        padding: 14px;
        font-size: 18px;
        text-align: center;
    }

    .frontpage .view-services-btn{
        margin: 0px auto;
    }

    .feature-section > .col-md{
        border-right: none !important;
    }

    .frontpage .about{
        padding: 40px 0 !important;
    }

    .frontpage .about-wrapper{
        display: block !important;
    }

    .frontpage .about-small{
        text-align: center;
    }

    .frontpage .about-content {
        text-align: center;
    }

    .frontpage .about-content h2{
        text-align: center;
    }

    .frontpage .presence .presence-grid,
    .aboutpage .presence .presence-grid{
        display: block !important;
    }

    .frontpage .presence .presence-card,
    .aboutpage .presence .presence-card{
        margin-bottom: 30px;
    }

    .frontpage .presence .presence-content,
    .aboutpage .presence .presence-content{
        padding: 15px !important;
    }

    .frontpage .services-column{
        text-align: center !important;
    }

    .frontpage .services-column, .cargo-column{
        text-align: center !important;
    }

    .frontpage .business-solutions h2{
        font-size: 28px;
        line-height: 30px;
    }

    .frontpage .service-item{
        min-height: unset !important;
    }

    .frontpage .service-item h6{
        font-size: 1.4em;
    }

    .frontpage .cargo-item{
        display: block; !important;
    }

    .frontpage .cargo-item h6{
        font-size: 1.4em;
    }

    .frontpage .cargo-features{
        display: block !important;
        font-size: 13px;
        text-align: center;
    }

    .frontpage .cargo-features span{
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

    .frontpage .cargo-img{
        width: 75% !important;
    }

    .innerpage #header{
        position: relative !important;
        display: block !important;
        float: left !important;
    }

    .innerpage .innerhead{
        position: relative !important;
        display: block !important;
        float: left !important;
        width: 100% !important;
    }

    .innerpage.aboutpage .content p, .innerpage.aboutpage .content ul li{
        font-size: 18px !important;
    }

    .innerpage .mission-vision .item{
        text-align: center !important;
    }

    .innerpage .mission-vision .item .item-content img{
        width: 60% !important;
    }

    .innerpage .mission-vision .item .item-content p{
        font-size: 18px !important;
    }

    .innerpage .mission-vision .core-values .value p{
        font-size: 18px !important;
    }

     .innerpage .executive-grid{
        display: block !important;
    }

    .innerpage .executive-card{
        margin-bottom: 20px !important;
    }

    .innerpage .executive-card img{
        width: 180px !important;
        height: 180px !important;
    }

    .innerpage .executive-card p{
        margin-bottom: 0px !important
    }

    .section-call-us{
        padding-top: 20px !important;
    }

    .section-call-us p{
        font-size: 20px !important;
    }

    .section-call-us h2{
        font-size: 21px !important;
    }

    footer{
        background: #333333;
        text-align: center;
    }

    footer .footer-grid{
        display: block;
    }

    footer .quick-links {
        margin-bottom: 20px;
    }

    .footer-grid .quick-links .col-md-12{
        margin-bottom: 15px !important;
    }

    .footer-note{
        font-size: 1.1em !important;
    }

    #particles-js{
        display: none !important;
    }

    .ct-dropdown ul{
        background: #ffffff !important;
    }
}