/*
@File: Postageco Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

******************************************* 
** - Default Area Style
** - Preloader Area Style
** - Go Top Area Style
** - Page navigation Area Style  
** - Video wave Style
** - Navbar Area Style
** - Main Slider Area Style 
** - Request A Quote Area Style 
** - About Area Style 
** - What we offer Area Style 
** - Why Choose Us Area Style
** - Counter Area Style
** - Service Area Style
** - Began With Roles Area Style
** - Customer Area Style
** - Brand Area Style
** - News & Blog Area Style
** - Blog Details Area Style
** - Subscriber Area Style
** - service Details Area Style
** - Footer Top Area Style
** - Footer Bottom Area Style
** - Contact Area Style
** - Log In Area Style
** - Sign Up Area Style
** - Recover Password Area Style
** - Coming Soon Area Style   
** - 404 Error Area Style
** - FAQ Area Style
*******************************************
/*

/*
Default Style
============================*/
/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap"); */
/* /* @import url("https://fonts.googleapis.com/css?family=Cabin:400,400i,500,500i,600,600i,700,700i&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap");

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    font-family: "Montserrat", "sans-serif";
    color: #7a7e9a;
}

a {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #24416b;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--gray-dark);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

h3 {
    font-size: 20px;
}

.d-table {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
}

.d-table-cell {
    vertical-align: middle;
}

p {
    font-size: 15px;
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-control {
    height: 40px;
    color: var(--gray-dark);
    border: 2px solid #CBD2E0;
    background-color: transparent;
    border-radius: 6px;
    padding: 0;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
}

.form-control::-webkit-input-placeholder {
    color: #9ab3cc;
    font-size: 13px;
}

.form-control:-ms-input-placeholder {
    color: #9ab3cc;
    font-size: 13px;
}

.form-control::placeholder {
    color: #9ab3cc;
    font-size: 13px;
}

.form-control:focus {
    /* color: var(--main-color); */
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
    border: 1px solid var(--main-color);
}

.form-control:hover:focus,
.form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

textarea.form-control {
    height: auto;
    height: 250px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pl-30 {
    padding-left: 30px;
}

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

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-minus-70 {
    margin-top: -70px;
}

.mb-minus-70 {
    margin-bottom: -70px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.fun-blue-bg {
    background-color: var(--gray-dark);
}

.dropdown-toggle::after {
    display: none;
}

.main-login-wrapper .form-border-box {
    border: 1px solid #d9d7d7;
}

:root {
    --main-color: #228ec2;
    --secondary-color: #e1b77e;
    --secondary-light-color: #00000040;
    --white-color: #fff;
    --background-blue-color: #17044C1A;
    --yellow-color: #e1b77e;
    --lighyt-blue: #5E30E14D;
    --mint-green: #68B5B1;
    --pink: #E34D71;
    /* --main-color: #501789; */
    --orange: #FF6700;
}

div#content {
    background: url(../upload/slide/bg.jpg) center fixed;

}

.inner-content {
    position: relative;
    width: 80%;
    margin: auto;
    background: white;
}

.main-color {
    color: var(--main-color);
}

.second-color {
    color: var(--secondary-color);

}

/* home Silder */

/*
Go Top Style
======================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    background-color: var(--secondary-light-color);
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    transition: 0.9s;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -ms-transition: 0.9s;
    -o-transition: 0.9s;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* background-color: var(--main-color); */
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover {
    color: #ffffff;
    background-color: var(--secondary-color);
}

.go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top:focus {
    color: #ffffff;
}

.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}

/*
Page-navigation Area Style
======================================================*/
.page-navigation-area {
    text-align: center;
    margin: 20px auto 0;
    display: table;
}

.page-navigation-area .page-link {
    color: var(--main-color);
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px #d0d0d0;
    box-shadow: 0 0 15px #d0d0d0;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    line-height: 24px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 700;
}

.page-navigation-area .page-link i {
    margin-right: -4px;
    font-size: 21px;
}

.page-navigation-area .page-link:hover {
    color: #ffffff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.page-navigation-area .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-navigation-area .page-link.page-links i::before {
    margin-left: -4px;
}

.page-navigation-area .page-item {
    padding: 0 8px 0;
}

.page-navigation-area .page-item:first-child .page-link {
    border-radius: none;
}

.page-navigation-area .page-item:last-child .page-link {
    border-radius: none;
}

.page-navigation-area .page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

/*
Video wave Style
======================================================*/
.video-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 69px;
    text-align: center;
    border-radius: 50%;
    color: var(--main-color);
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: #ffffff;
}

.video-btn i {
    font-size: 30px;
    font-weight: 700;
    padding-left: 4px;
    color: var(--main-color);
    position: relative;
    top: 5px;
    left: 0;
}

.video-btn::after,
.video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-color: #ffffff;
}

.video-btn::before {
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
}

.video-btn::after {
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
}

.video-btn:hover {
    background-color: var(--main-color);
}

.video-btn:hover i {
    color: #ffffff;
}

@-webkit-keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

/*
Default Btn Area Style
======================================================*/

.orange-btn {
    background-color: var(--secondary-color) !important;
    color: white !important;
    border-radius: 10px !important;
}

.btn-col {
    display: flex;
    height: 100%;
    align-items: end;
    justify-content: end;
}

.solid-btn {
    background-color: var(--main-color) !important;
    color: white !important;
    border-radius: 10px !important;
    padding: 0.5rem 4rem;
    text-align: center;
}

.default-btn {
    font-size: 16px;
    color: var(--main-color) !important;
    background-color: #fff;
    padding: 20px 35px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
    text-transform: capitalize;
    border: 1px solid var(--main-color) !important;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.default-btn.active {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #ffffff !important;
}

.default-btn.active:hover {
    color: var(--main-color);
    border-left: 1px solid var(--main-color) !important;
}

.default-btn.active::after {
    width: 100%;
}

.default-btn.active::before {
    border-top: 20px solid transparent;
    border-left: 20px solid #ffffff;
    border-bottom: 20px solid transparent;
    left: -1px;
}

.default-btn.active:hover {
    background-color: transparent;
    border-color: var(--main-color);
}

.default-btn.active:hover::before {
    border-top: 20px solid transparent;
    border-left: 20px solid var(--main-color);
    border-bottom: 20px solid transparent;
    left: -1px;
}

.default-btn.active:hover::after {
    width: 0;
}

.default-btn::before {
    content: "";
    position: absolute;
    border-right: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid var(--main-color);
    border-bottom: 20px solid transparent;
    top: 9px;
    left: -1px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.default-btn::after {
    position: absolute;
    content: "";
    background-color: var(--main-color);
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.default-btn:hover {
    color: #ffffff !important;
    border-color: var(--main-color);
}

.default-btn:hover::before {
    border-top: 20px solid transparent;
    border-left: 20px solid #ffffff;
    border-bottom: 20px solid transparent;
}

.default-btn:hover::after {
    width: 100%;
}

/*
Read More Area Style
======================================================*/
.read-more {
    line-height: 1;
    color: var(--main-color);
    font-weight: 500;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    font-size: 14px;
}

.read-more i {
    position: relative;
    top: 4px;
    font-size: 18px;
    left: 8px;
    width: 20px;
    height: 20px;
    line-height: 19px;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.read-more:hover {
    color: var(--main-color);
}

.read-more:hover i {
    background-color: var(--main-color);
    color: #ffffff;
}

.circle-read-more i {
    background-color: var(--gray-dark);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: var(--main-color);
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}

.circle-read-more i::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.circle-read-more:hover i {
    color: #ffffff;
}

.circle-read-more:hover i::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    /* background-color: var(--secondary-color); */
}

/*
Section Title Area Style
======================================================*/
.section-title {
    max-width: 80%;
    margin: -8px auto 80px;
    text-align: center;
    position: relative;
}

.section-title span {
    text-transform: uppercase;
    color: var(--secondary-light-color);
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.section-title h2 {
    font-size: 33px;
    margin-bottom: 40px;
    position: relative;
    display: block;
}

.section-title h2::before {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    content: "";
    width: 50px;
    height: 2px;
    background-color: var(--main-color);
    margin: auto;
}

.section-title h2::after {
    position: absolute;
    bottom: -25px;
    left: -45px;
    right: 0;
    content: "";
    width: 5px;
    height: 2px;
    margin: auto;
    background-color: #ffffff;
    -webkit-animation: moveLeftBounces 10s linear infinite;
    animation: moveLeftBounces 10s linear infinite;
}

.section-title h2:last-child {
    margin-bottom: 0;
}

.section-title p {
    margin-bottom: -30px;
    font-size: 1.1rem;
}

/*
Preloader Area Style
======================================================*/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #ffffff;
    top: 0;
    left: 0;
    z-index: 99999;
}

.preloader .lds-ripple {
    position: relative;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
    position: absolute;
    border: 4px solid var(--main-color);
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

/*
Keyframes Area Style
======================================================*/
@-webkit-keyframes moveLeftBounces {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(45px);
        transform: translateX(45px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveLeftBounces {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(45px);
        transform: translateX(45px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.bx-fade-left {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.bx-fade-left:hover {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-animation: none;
    animation: none;
}

.bx-fade-right {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.bx-fade-right:hover {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-animation: none;
    animation: none;
}

.nice-select .list {
    width: 100%;
}

.nice-select .option:hover {
    background-color: var(--main-color);
    color: #ffffff;
}

.nice-select .option.selected.focus {
    background-color: #24416b;
    color: var(--main-color);
}

/*===== DEFAULT STYLE END ======*/
/*
Top Header Area Style
======================================================*/
.header-area {
    background-color: #ffffff;
    border-bottom: 1px solid var(--main-color);
}

.top-header {
    /* padding-top: 10px;
    padding-bottom: 10px; */
    border-bottom: 1px solid #e5e5e5;
}

.top-header .header-left-content img {
    width: 200px;
    position: relative;
    /* top: 2px; */
}

.top-header .header-right-content {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
}

.top-header .header-right-content ul li {
    display: inline-block;
    color: #24416b;
    padding-left: 50px;
    position: relative;
    margin-right: 30px;
    /* top: 8px; */
}

.top-header .header-right-content ul li:last-child {
    margin-right: 0;
}

.top-header .header-right-content ul li i {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: -1px;
    left: 0;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}

.top-header .header-right-content ul li span {
    display: block;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    margin-bottom: 2px;
}

.top-header .header-right-content ul li a {
    color: #24416b;
    font-size: 13px;
    font-weight: 600;
}

/* .top-header .header-right-content ul li:hover a {
    color: var(--main-color);
} */

.top-header .flag-wrap {
    position: relative;
    top: -18px;
    margin-right: 40px;
}

.top-header .flag-wrap .flag-item-top {
    padding-left: 0;
}

.top-header .flag-wrap .flag-item-top .flag-bar {
    position: relative;
}

.top-header .flag-wrap .flag-item-top .flag-bar img {
    width: 40px;
}

.top-header .flag-wrap .flag-item-top .flag-bar span {
    position: absolute;
    top: 13px;
    left: 30px;
    color: #24416b;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 15px;
    font-weight: 500;
    padding-left: 20px;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom {
    position: absolute;
    bottom: -255px;
    padding: 20px !important;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    width: 250px;
    left: -158px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-top: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    top: -8px;
    right: 57px;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item {
    margin-bottom: 10px;
    padding-left: 0;
    margin-right: 0;
    display: block;
    position: unset;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item:last-child {
    margin-bottom: 0;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link img {
    width: 20px;
    margin-right: 5px;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link:hover {
    color: var(--main-color);
}

.top-header .flag-wrap .flag-item-top:hover .flag-bar span {
    color: var(--main-color);
}

.top-header .flag-wrap .flag-item-top:hover .flag-item-bottom {
    visibility: visible;
    opacity: 1;
    bottom: -260px;
}

.language_bar_chooser.dropdown-menu li.active a span {
    color: var(--gray-dark) !important;
}

/*
Nav Area Style
======================================================*/
/* .prevoz-nav-style .navbar-area .navbar-brand {
    display: none;
} */

.prevoz-nav-style .navbar-area .main-nav {
    position: unset;
    background: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .menu-item a {
    font-weight: 500;
    font-size: 16px;
    color: var(--gray-dark);
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-left: 0;
    margin-right: 30px;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .menu-item a i {
    font-size: 25px;
    line-height: 0;
    position: relative;
    top: 6px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .menu-item a.active {
    color: var(--main-color);
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .menu-item a.active i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .menu-item a.active::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .menu-item:hover a {
    color: var(--main-color);
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .menu-item:hover a i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .menu-item .dropdown-menu {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .menu-item .dropdown-menu::before {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-top: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    top: -8px;
    left: 20px;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .menu-item .dropdown-menu li a {
    font-size: 14px;
    color: #24416b;
    position: relative;
    padding: 6px 15px;
    border-bottom: 1px dashed #eeeeee;
    margin-left: 0;
    margin-right: 0;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .menu-item .dropdown-menu li a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--main-color);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .menu-item .dropdown-menu li a:hover {
    color: var(--secondary-color);
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .menu-item .dropdown-menu li a:hover::before {
    width: 100%;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .menu-item .dropdown-menu li a:hover i {
    opacity: 1;
    margin-left: 145px;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .menu-item .dropdown-menu li a.active {
    color: var(--secondary-color);
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .menu-item .dropdown-menu li a.active::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .menu-item .dropdown-menu li a i {
    opacity: 0;
    position: relative;
    top: 6px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 1s;
    transition: all 1s;
    margin-left: 0;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .menu-item .dropdown-menu li:hover a i {
    opacity: 1;
    margin-left: 145px;
    color: var(--main-color);
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .menu-item .dropdown-menu li .dropdown-menu {
    left: 105%;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .menu-item .dropdown-menu li .dropdown-menu::before {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-top: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    top: 35px;
    left: -11px;
    -webkit-transform: rotate(-86deg);
    transform: rotate(-86deg);
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .menu-item .dropdown-menu li:last-child a {
    border-bottom: none;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .menu-item .dropdown-menu li:last-child a::before {
    display: none;
}

.prevoz-nav-style .navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100% !important;
}

.prevoz-nav-style .dropdown-toggle::after {
    display: none;
}

.prevoz-nav-style .others-option .search-wrap {
    display: inline-block;
    position: relative;
    top: 3px;
    /* right: 15px; */
}

.prevoz-nav-style .others-option .search-wrap a {
    color: #24416b;
}

.prevoz-nav-style .others-option .search-wrap a i {
    font-size: 23px;
    line-height: 1;
}

.prevoz-nav-style .others-option .search-wrap a:hover {
    color: var(--main-color);
}

.prevoz-nav-style .others-option .sidebar-menu {
    background-color: transparent;
    cursor: pointer;
    padding-right: 0;
}

.prevoz-nav-style .others-option .sidebar-menu i {
    font-size: 21px;
    color: var(--gray-dark);
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.prevoz-nav-style .others-option .sidebar-menu i:hover {
    color: var(--main-color);
}

.header-area .request-quota {
    color: var(--main-color);
    border: 1px solid #ffffff;
    padding: 12px 7px;
    border-radius: 5px;
    font-size: 11px;
    line-height: 1.2;
    margin: 0 5px;
    background: #ffffff;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.header-area .dropdown {
    /* border: 1px solid var(--gray-dark); */
    padding: 3px 8px;
    /* border-radius: 13px;
    background: var(--gray-dark); */
    color: #fff;
    min-width: 105px;
}

.header-area .language .dropdown {
    background-color: transparent !important;
    border: none;
    padding: 0px;
}

.header-area .language .dropdown button {
    padding: 0;
    font-size: 14px;
}

.header-area .language .dropdown button>img {
    display: none;
}

.header-area .account .title {
    cursor: pointer;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0;
    color: var(--gray-dark);
}

.header-area .dropdown .dropdown-menu {
    padding: 10px;
    top: 100%;
    right: -6px;
    left: initial !important;
    visibility: hidden;
    opacity: 0;
    display: block;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: height 0.3s ease;
}

.header-area .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.header-area .dropdown-menu a {
    color: var(--gray-dark);
    font-size: 14px;
    line-height: 1.6;
}

.header-area .dropdown-menu a:hover {
    color: var(--main-color);
}

.language_bar_list li a {
    display: flex;
    align-items: center;
}

.language_bar_list li.active {
    display: none !important;
}

.language_bar_list li a img {
    margin-top: 0;
}

.language_bar_list li {
    min-width: 70px !important;
}

/*
Prevoz SliderArea Style
======================================================*/
/* .prevoz-slider-area {
    height: 500px;
} */

.prevoz-slider-area .owl-next {
    position: absolute;
    top: 50%;
    right: 30px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.prevoz-slider-area .owl-next i {
    background-color: var(--main-color);
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 26px;
    border-radius: 4px;
}

.prevoz-slider-area .owl-next i:hover {
    background-color: var(--main-color) !important;
}

.prevoz-slider-area .owl-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.prevoz-slider-area .owl-prev i {
    background-color: var(--main-color) !important;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 26px;
    border-radius: 4px;
}

.prevoz-slider-area .owl-prev i:hover {
    background-color: var(--main-color) !important;
}

.prevoz-slider-area:hover .owl-prev {
    opacity: 1;
}

.prevoz-slider-area:hover .owl-next {
    opacity: 1;
}

.prevoz-slider-area .owl-theme .owl-nav {
    margin-top: 0 !important;
}

.prevoz-slider-area .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
}

.prevoz-slider-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

@media (min-width: 992px) {
    .prevoz-slider-item {
        height: 700px;
    }
}

.prevoz-slider-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000008c;
    z-index: 1;
}

.prevoz-slider-item .prevoz-slider-text {
    text-align: center;
    margin-top: -80px;
}

.prevoz-slider-item .prevoz-slider-text span {
    color: #ffffff;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

.prevoz-slider-item .prevoz-slider-text h1 {
    font-size: 80px;
    color: #ffffff;
    margin-bottom: 30px;
}

.prevoz-slider-item .prevoz-slider-text p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 45px;
}

.prevoz-slider-item .prevoz-slider-text .slider-btn .default-btn {
    margin: 0 20px;
}

.prevoz-slider-item .prevoz-slider-text .slider-btn .default-btn.white {
    color: #ffffff;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.overflow-hidden {
    overflow: hidden;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.one span {
    -webkit-animation: 1s 0.1s fadeInUpBig both;
    animation: 1s 0.1s fadeInUpBig both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.one .video-btn-animat {
    -webkit-animation: 1s 0.1s fadeInUpBig both;
    animation: 1s 0.1s fadeInUpBig both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.one h1 {
    -webkit-animation: 2s 0.2s fadeInUpBig both;
    animation: 2s 0.2s fadeInUpBig both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.one p {
    -webkit-animation: 3s 0.3s fadeInUpBig both;
    animation: 3s 0.3s fadeInUpBig both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.one .slider-btn {
    -webkit-animation: 4s 0.4s fadeInUpBig both;
    animation: 4s 0.4s fadeInUpBig both;
}

/* .prevoz-slider-area .owl-item.active .prevoz-slider-text.one .tracking-body {
    -webkit-animation: 4s 0.4s fadeInUpBig both;
    animation: 4s 0.4s fadeInUpBig both;
} */

.prevoz-slider-area .owl-item.active .prevoz-slider-text.two span {
    -webkit-animation: 2s 0.2s fadeInDownBig both;
    animation: 2s 0.2s fadeInDownBig both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.two .video-btn-animat {
    -webkit-animation: 2s 0.2s fadeInDownBig both;
    animation: 2s 0.2s fadeInDownBig both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.two h1 {
    -webkit-animation: 2s 0.2s fadeInLeft both;
    animation: 2s 0.2s fadeInLeft both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.two p {
    -webkit-animation: 2s 0.2s fadeInRight both;
    animation: 2s 0.2s fadeInRight both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.two .slider-btn {
    -webkit-animation: 2s 0.2s fadeInUpBig both;
    animation: 2s 0.2s fadeInUpBig both;
}

/* .prevoz-slider-area .owl-item.active .prevoz-slider-text.two .tracking-body {
    -webkit-animation: 2s 0.2s fadeInUpBig both;
    animation: 2s 0.2s fadeInUpBig both;
} */

.prevoz-slider-area .owl-item.active .prevoz-slider-text.three span {
    -webkit-animation: 2s 0.2s fadeInDown both;
    animation: 2s 0.2s fadeInDown both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.three .video-btn-animat {
    -webkit-animation: 2s 0.2s fadeInDown both;
    animation: 2s 0.2s fadeInDown both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.three h1 {
    -webkit-animation: 2s 0.2s fadeInDown both;
    animation: 2s 0.2s fadeInDown both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.three p {
    -webkit-animation: 2s 0.2s fadeInUp both;
    animation: 2s 0.2s fadeInUp both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.three .slider-btn {
    -webkit-animation: 2s 0.2s fadeInUp both;
    animation: 2s 0.2s fadeInUp both;
}

/* .prevoz-slider-area .owl-item.active .prevoz-slider-text.three .tracking-body {
    -webkit-animation: 2s 0.2s fadeInUp both;
    animation: 2s 0.2s fadeInUp both;
} */

.slider-item-bg-4 {
    background-image: url(../img/slider/4.jpg);
}

.slider-item-bg-5 {
    background-image: url(../img/slider/5.jpg);
}

.slider-item-bg-6 {
    background-image: url(../img/slider/6.png);
}

/* .slider-item-bg-4 {
    background-image: url(../img/slider/4.jpg);
}

.slider-item-bg-5 {
    background-image: url(../img/slider/5.jpg);
}

.slider-item-bg-6 {
    background-image: url(../img/slider/6.jpg);
}

.slider-item-bg-7 {
    background-image: url(../img/slider/7.jpg);
}

.slider-item-bg-8 {
    background-image: url(../img/slider/8.jpg);
}

.slider-item-bg-9 {
    background-image: url(../img/slider/9.jpg);
}

.slider-item-bg-10 {
    background-image: url(../img/slider/10.jpg);
}

.slider-item-bg-11 {
    background-image: url(../img/slider/11.jpg);
}

.slider-item-bg-12 {
    background-image: url(../img/slider/12.jpg);
}

.slider-item-bg-13 {
    background-image: url(../img/slider/13.jpg);
}

.slider-item-bg-14 {
    background-image: url(../img/slider/14.jpg);
}

.slider-item-bg-15 {
    background-image: url(../img/slider/15.jpg);
} */
/*
Track Area Style
=================================================*/
.track-area {
    position: relative;
    z-index: 1;
}

.tab .tabs_item {
    display: none;
    padding: 50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.tab .tabs_item:first-child {
    display: block;
}

.tab.quote-list-tab .tabs {
    background-color: #fcfcfc;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.tab.quote-list-tab .tabs li {
    display: inline-block;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
}

.tab.quote-list-tab .tabs li.current {
    border-bottom: 2px solid var(--secondary-color);
}

.tab.quote-list-tab .tabs li.current a {
    color: var(--secondary-color);
}

.tab.quote-list-tab .tabs li a {
    color: #24416b;
    position: relative;
    padding-left: 35px;
}

.tab.quote-list-tab .tabs li a i {
    font-size: 25px;
    position: absolute;
    left: 0;
    top: -6px;
}

.tab.quote-list-tab .tabs_item .col-lg-8 {
    margin-top: -10px;
}

.tab.quote-list-tab .tabs_item h3 {
    font-size: 15px;
    margin-bottom: 20px;
}

.tab.quote-list-tab .tabs_item .nice-select {
    width: 100%;
    border-radius: 0;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.tab.quote-list-tab .tabs_item .nice-select:after {
    height: 8px;
    width: 8px;
    right: 23px;
    border-color: #24416b;
}

.tab.quote-list-tab .tabs_item .nice-select .current {
    position: relative;
    top: 4px;
    color: #495057;
}

.tab.quote-list-tab .tabs_item .form-group {
    margin-bottom: 30px;
}

.tab.quote-list-tab .tabs_item .form-group .form-control::-webkit-input-placeholder {
    line-height: 1;
    position: relative;
    top: -1px;
}

.tab.quote-list-tab .tabs_item .form-group .form-control:-ms-input-placeholder {
    line-height: 1;
    position: relative;
    top: -1px;
}

.tab.quote-list-tab .tabs_item .form-group .form-control::-ms-input-placeholder {
    line-height: 1;
    position: relative;
    top: -1px;
}

.tab.quote-list-tab .tabs_item .form-group .form-control::placeholder {
    line-height: 1;
    position: relative;
    top: -1px;
}

.tab.quote-list-tab .default-btn {
    width: 100%;
    background-color: transparent;
}

.tab.quote-list-tab .radio span {
    position: relative;
    top: -2px;
    color: #495057;
}

.tab.quote-list-tab .mb {
    margin-bottom: 30px !important;
}

.tab.quote-list-tab textarea.form-control {
    height: auto;
    height: 143px;
    padding: 20px 20px;
}

.track-img {
    background-image: url(../img/track-img.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.single-check {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.single-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.single-check input:checked~.checkmark {
    background-color: var(--main-color);
}

.single-check input:checked~.checkmark:after {
    display: block;
}

.single-check:hover input~.checkmark {
    background-color: var(--main-color);
}

.single-check .checkmark {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-check .checkmark:after {
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
}

.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #d8d8d8;
    border-radius: 50%;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/*
  About Us Area Style
  =================================================*/
.about-content span {
    text-transform: uppercase;
    color: var(--main-color);
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-top: -8px;
    margin-bottom: 10px;
}

.about-content h2 {
    font-size: 40px;
    margin-bottom: 40px;
    position: relative;
}

.about-content h2::before {
    position: absolute;
    bottom: -22px;
    left: 0;
    content: "";
    width: 50px;
    height: 2px;
    background-color: var(--main-color);
}

.about-content h2::after {
    position: absolute;
    bottom: -22px;
    left: 0;
    content: "";
    width: 5px;
    height: 2px;
    background-color: #ffffff;
    -webkit-animation: moveLeftBounces 10s linear infinite;
    animation: moveLeftBounces 10s linear infinite;
}

.about-content h2:last-child {
    margin-bottom: 0;
}

.about-content p {
    margin-bottom: 30px;
    text-align: justify;
}

.about-img {
    position: relative;
}

.about-img .about-quatre {
    position: absolute;
    top: 50%;
    right: -40px;
    background-color: var(--main-color);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
}

.about-img .about-quatre i {
    font-size: 50px;
    color: #ffffff;
    line-height: 80px;
}

/*
  What We Offer Area Style
  =================================================*/
.what-offer-area {
    background-image: url(../img/offer-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.what-offer-area::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-color: #ffffff;
}

.what-offer-area .section-title span {
    color: #ffffff;
}

.what-offer-area .section-title h2 {
    color: #ffffff;
}

.what-offer-area .section-title h2::before {
    background-color: #ffffff;
}

.what-offer-area .section-title h2::after {
    background-color: #24416b;
}

.what-offer-area .col-lg-3:last-child .single-offer {
    border-right: none;
}

.single-offer {
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 20px 20px 55px;
    border-right: 1px solid #eeeeee;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 30px;
    height: 100%;
    position: relative;
}

.single-offer .circle-read-more {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
}

.single-offer .icon {
    font-size: 50px;
    color: var(--main-color);
    line-height: 1;
    margin-bottom: 20px;
    display: inline-block;
}

.single-offer h3 {
    margin-bottom: 15px;
}

.single-offer p {
    margin-bottom: 20px;
}

.single-offer:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;
    position: relative;
}

.single-offer:hover .circle-read-more i {
    background-color: var(--main-color);
    color: #ffffff;
}

/*
  What We Offer Area Style
  =================================================*/
.choose-us-area .choose-tab-wrap {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 50px;
}

.choose-us-area .choose-tab-wrap h2 {
    margin-bottom: 30px;
    font-size: 30px;
}

.choose-us-area .choose-tab-wrap .choose-tab .tabs {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 33px;
}

.choose-us-area .choose-tab-wrap .choose-tab .tabs li {
    padding: 0;
    margin-right: 30px;
    padding-bottom: 10px;
}

.choose-us-area .choose-tab-wrap .choose-tab .tabs li a {
    padding-left: 0 !important;
}

.choose-us-area .choose-tab-wrap .choose-tab .default-btn {
    width: unset !important;
    margin-top: 20px;
}

.choose-us-area .choose-tab-wrap .tab .tabs_item {
    padding: 0 !important;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.choose-img {
    background-image: url(../img/choose-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.choose-img.choose-img-four {
    background-image: url(../img/choose-img-four.jpg);
}

/* 
  Counter Area Style
  ======================================================*/
.single-counter {
    margin-bottom: 30px;
    padding-left: 90px;
    position: relative;
}

.single-counter i {
    font-size: 70px;
    display: inline-block;
    margin-bottom: 8px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    color: #ffffff;
    line-height: 1;
}

.single-counter img {
    width: 70px;
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 8px;
}

.single-counter h2 {
    margin-bottom: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #ffffff;
}

.single-counter p {
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #ffffff;
    text-transform: capitalize;
}

/* 
  Service Area Style
  ======================================================*/
.single-service {
    text-align: center;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
    /* margin-bottom: 30px; */
    border: 2px solid #fff;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.single-service::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url(../img/service/1.jpg); */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.single-service .service-content-wrap {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-service .service-content-wrap .icon {
    font-size: 50px;
    line-height: 1.4;
    display: inline-block;
    margin-bottom: 20px;
    color: var(--main-color);
}

.single-service .service-content-wrap h3 {
    margin-bottom: 15px;
    text-transform: capitalize;
    color: #fff;
}

.single-service .service-heading {
    text-align: center;
    padding: 20px;
    background-color: var(--main-color);
    position: absolute;
    /* bottom: 56px; */
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /* bottom: -30px; */
    -webkit-transform: scale(0);
    transform: scale(0);
    /* margin-right: 15px;
    margin-left: 15px; */
}

.single-service .service-heading h3 {
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: -4px;
    text-transform: capitalize;
}

.single-service .service-heading .circle-read-more i {
    background-color: #ffffff;
    color: var(--main-color);
}

.single-service .service-heading .circle-read-more i::after {
    background-color: var(--gray-dark);
}

.single-service:hover {
    background-color: transparent;
}

.single-service:hover .service-heading {
    -webkit-transform: scale(1);
    transform: scale(1);

    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-service:hover .service-content-wrap {
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.service-all {
    margin-top: 20px;
}

.service-all p a {
    color: var(--secondary-color);
    border-bottom: 1px solid var(--main-color);
}

/* .col-lg-4:nth-child(2) .single-service::before {
    background-image: url(../img/service/2.jpg);
}

.col-lg-4:nth-child(3) .single-service::before {
    background-image: url(../img/service/1.jpg);
} */

/* 
  Began Area Style
  ======================================================*/
.began-top-wrap {

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

.began-top-wrap::before {
    background-image: url(../img/began-bg.jpg);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
}

.began-wrap {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(18 18 18 / 35%);
    padding: 15px;
    margin: 50px 50px -31px;
    z-index: 9999;
}

.began-wrap h2 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 50px;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.began-wrap .single-began {
    text-align: center;
    padding: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.began-wrap .single-began i {
    color: var(--main-color);
    font-size: 50px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 15px;
}

.began-wrap .single-began h3 {
    margin-bottom: 0;
}

.began-wrap .single-began:hover {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border: none;
}

.began-wrap .col-lg-4:nth-child(1) .single-began {
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.began-wrap .col-lg-4:nth-child(2) .single-began {
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.began-wrap .col-lg-4:nth-child(3) .single-began {
    border-bottom: 1px solid #eeeeee;
}

.began-wrap .col-lg-4:nth-child(4) .single-began {
    border-right: 1px solid #eeeeee;
}

.began-wrap .col-lg-4:nth-child(5) .single-began {
    border-right: 1px solid #eeeeee;
}

/* 
  Testimonials Area Style
  ======================================================*/
.testimonials-area .section-title span {
    color: var(--main-color);
}

.testimonials-area .section-title h2 {
    color: #ffffff;
}

.testimonials-area .section-title h2::before {
    background-color: #ffffff;
}

.testimonials-area .section-title h2::after {
    background-color: #24416b;
}

.testimonials-area .owl-theme .owl-dots .owl-dot {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 20px;
}

.testimonials-area .owl-theme .owl-dots .owl-dot span {
    background-color: var(--main-color);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 8px;
    width: 25px;
    height: 5px;
}

.testimonials-area .owl-theme .owl-dots .owl-dot span:hover {
    background-color: #ffffff;
}

.testimonials-area .owl-theme .owl-dots .owl-dot.active span {
    background-color: #ffffff !important;
}

.testimonials-wrap {
    position: relative;
    /* padding-left: 280px; */
}

.testimonials-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: unset !important;
}

.testimonials-wrap .testimonials-content {
    background-color: #ffffff;
    padding: 37px;
}

.testimonials-wrap .testimonials-content h3 {
    margin-bottom: 18px;
}

.testimonials-wrap .testimonials-content ul {
    line-height: 1;
}

.testimonials-wrap .testimonials-content ul li {
    display: inline-block;
}

.testimonials-wrap .testimonials-content ul li i {
    color: var(--secondary-color);
}

/*
  Brand Area Style
  ======================================================*/
.brand-area .section-title {
    text-align: left;
    max-width: unset;
    margin-bottom: 20px;
}

.brand-area .brand-btn {
    float: right;
    position: relative;
    top: 76px;
}

.brand-item {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px 15px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
}

.brand-item img {
    width: unset !important;
    margin: auto;
}

/*
  Blog Area Style
  ======================================================*/
.single-blog {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.single-blog>a {
    max-height: 220px;
    width: 100%;
}

.single-blog img {
    border-radius: 4px;
    -webkit-transition: all 1s;
    transition: all 1s;
    max-height: 220px;
    width: 100%;
}

.single-blog .blog-content {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: -10px;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-blog .blog-content ul {
    margin-bottom: 15px;
}

.single-blog .blog-content ul li {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    color: #7a7e9a;
    font-size: 13px;
}

.single-blog .blog-content ul li img {
    margin-right: 5px;
    border-radius: 50%;
}

.single-blog .blog-content ul li::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 4px;
    width: 1px;
    height: 15px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    background-color: #24416b;
}

.single-blog .blog-content ul li a {
    color: var(--main-color);
}

.single-blog .blog-content ul li:first-child::before {
    display: none;
}

.single-blog .blog-content h3 a {
    color: #24416b;
    margin-bottom: 8px;
}

.single-blog:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-blog:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.single-blog:hover .blog-content {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.single-blog span {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: var(--main-color);
    padding: 8px 10px;
    line-height: 1;
    font-size: 12px;
    color: #ffffff;
    border-radius: 4px;
}

/*
  Tracking Area Style
  ======================================================*/
.tracking-number-area {
    background-image: url(../../assets/img/tracking-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* .tracking-body {
    position: relative;
} */
.tracking-body {
    position: absolute;
    width: 70%;
    z-index: 99;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.tracking-body .tracking-wrap .input-tracking {
    height: 70px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 4px;
    border: none;
}

/* .tracking-body .tracking-wrap .input-tracking:focus {
    border: 1px solid var(--main-color);
} */

.tracking-body .tracking-wrap .default-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    border-left: 0;
}

.tracking-body .tracking-wrap .default-btn:hover {
    color: var(--main-color) !important;
}

/*
  Office Map Area Style
  ======================================================*/
.office-map-area {
    background-image: url(../img/map-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.office-map-area .container {
    position: relative;
}

.office-map-area .container .map-location {
    max-width: 300px;
    margin-left: auto;
    background-color: #ffffff;
}

.office-map-area .container .map-location h3 {
    background-color: var(--main-color);
    color: #ffffff;
    margin-bottom: 0;
    padding: 15px 30px;
}

.office-map-area .container .map-location h3 i {
    position: relative;
    top: 2px;
    margin-right: 4px;
    display: inline-block;
}

.office-map-area .container .map-location ul {
    padding: 15px 30px 30px 30px;
}

.office-map-area .container .map-location ul li {
    margin-bottom: 15px;
}

.office-map-area .container .map-location ul li:last-child {
    margin-bottom: 0;
}

.office-map-area .container .map-location ul .color {
    color: var(--main-color);
}

/*
  Footer Top Area Style
  ======================================================*/
.single-widget {
    margin-bottom: 30px;
}

.single-widget h3 {
    margin-bottom: 50px;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
}

.single-widget ul {
    display: flex;
    justify-content: space-evenly;
}

.single-widget ul li {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px dashed #eee;
    color: #2b2b2b;
    text-transform: capitalize;
    margin: 0px 10px;
}

.single-widget ul li:last-child {
    margin-bottom: 0;
}

.single-widget ul li a {
    color: #2b2b2b;
    padding: 0;
    text-transform: capitalize;
}

.single-widget ul li::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: var(--main-color);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-widget ul li:hover a {
    color: var(--secondary-color);
}

.single-widget ul li:hover::before {
    width: 100%;
}

/*
  Footer Bottom Area Style
  ======================================================*/
.footer-bottom-area {
    padding: 30px 0 15px;
}

.footer-bottom-area ul li {
    color: #bdbdbd;
    text-align: left;
    margin-bottom: 10px;
}

.footer-bottom-area ul li p {
    margin-bottom: 0;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}

.single-widget-bottom ul li {
    display: inline-block;
    padding-right: 15px;
}

.single-widget-bottom ul li a {
    color: #ffffff;
    position: relative;
}

.single-widget-bottom ul li a::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    width: 5px;
    height: 5px;
    background-color: var(--secondary-color);
    border-radius: 50%;
}

.single-widget-bottom ul li a:hover {
    color: var(--secondary-color);
}

.single-widget-bottom ul li:last-child {
    padding-right: 0;
}

.single-widget-bottom ul li:last-child a::before {
    display: none;
}

.single-widget-bottom p {
    text-align: center;
    color: #ffffff;
}

.single-widget-bottom p a {
    color: var(--secondary-color);
}

.single-widget-bottom p i {
    position: relative;
    top: 1px;
}

.single-widget-bottom .social-link {
    margin-top: 25px;
}

.single-widget-bottom .social-link li {
    padding-right: 3px;
}

.single-widget-bottom .social-link li a::before,
.single-widget-bottom .social-link li::before {
    display: none;
}

.single-widget-bottom .social-link li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: var(--gray-dark);
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-widget-bottom .social-link li a:hover i {
    background-color: var(--main-color);
}

/*
Sidebar Modal Area Style
======================================================*/
.sidebar-modal {
    position: relative;
}

.sidebar-modal .navbar-nav li a {
    padding: 10px 0px 10px 15px;
}

.sidebar-modal .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 450px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.sidebar-modal .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    border: none;
    background-color: #ffffff;
}

.sidebar-modal .modal.right .modal-body {
    padding: 30px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget {
    margin-bottom: 35px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title {
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
    color: var(--gray-dark);
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::before {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 70px;
    height: 2px;
    border-radius: 5px;
    background: var(--main-color);
    content: "";
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget:last-child {
    margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul {
    padding: 0;
    margin: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li {
    margin-bottom: 10px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li:last-child {
    margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a {
    font-size: 14px;
    color: var(--gray-dark);
    font-weight: 500;
    text-transform: capitalize;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a:hover {
    color: var(--main-color);
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li {
    position: relative;
    font-weight: 500;
    padding-left: 45px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--gray-dark);
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li span {
    font-size: 13px;
    display: block;
    font-weight: 400;
    color: #818992;
    margin-top: 5px;
    text-transform: initial;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 29px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: var(--gray-dark);
    border-radius: 4px;
    font-size: 15px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:hover i {
    color: #ffffff;
    background: var(--main-color);
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:last-child {
    margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list {
    text-align: left;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li {
    display: inline-block;
    padding-right: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i {
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 4px;
    color: #ffffff;
    background-color: var(--gray-dark);
    font-size: 12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i:hover {
    background-color: var(--main-color);
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li:hover {
    color: var(--main-color);
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a:hover {
    color: #ffffff;
}

.sidebar-modal .modal.right.fade.show .modal-dialog {
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-animation: lightSpeedIn 1000ms linear;
    animation: lightSpeedIn 1000ms linear;
}

.sidebar-modal .modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-animation: lightSpeedIn 1000ms linear;
    animation: lightSpeedIn 1000ms linear;
}

.sidebar-modal .modal-header {
    display: inline;
    padding: 0;
    border: none;
}

.sidebar-modal .modal-header .close {
    height: 30px;
    width: 30px;
    color: var(--main-color);
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
    opacity: 1;
}

.sidebar-modal .modal-header .close i::before {
    margin-left: 0;
    font-size: 20px;
}

.sidebar-modal .modal-header h2 {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px 25px;
    width: 60%;
}

.sidebar-modal button:focus {
    outline: 0px;
}

/*
Search Box Area Style
======================================================*/
.search-wrap .search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 999999;
}

.search-wrap .search .form-control {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 30%;
    color: var(--main-color);
    background: #ffff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin: 0px auto;
    margin-top: -40px;
    padding: 10px;
    outline: none;
    border: 2px solid #ffffff;
    height: 60px;
    border-radius: 5px;
}

.search-wrap .search .form-control:focus {
    color: #000000;
    background-color: #ffffff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-wrap .search .default-btn {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    margin: auto;
}

.search-wrap .search .default-btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-wrap .search .default-btn:hover {
    background-color: var(--main-color);
}

.search-wrap .search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #ffffff;
    background-color: var(--main-color);
    border-color: var(--main-color);
    opacity: 1;
    padding: 10px 17px;
    font-size: 25px;
}

.search-wrap .search .close:hover {
    background-color: body-color;
    color: #ffffff !important;
    opacity: 1 !important;
}

.search-wrap .search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

.search-wrap .search.open::before {
    content: "";
    position: absolute;
    background: #000000;
    width: 100%;
    height: 1000%;
    opacity: 0.9;
    top: 0;
    left: 0;
}

/*====================================================
HOME PAGE TWO STYLE
======================================================*/
/*
Header Style Two Area Style
======================================================*/
.header-style-two {
    position: relative;
    background: var(--main-color);
}

.header-style-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 100%;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 85% 1%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 85% 1%, 100% 100%, 0% 100%);
}

/*
  What Offer Two Area Style
  ======================================================*/
.what-offer-area-two {
    position: relative;
    z-index: 1;
}

/*
  About Area Two Style
  ======================================================*/
.about-area-two .about-content {
    max-width: 540px;
    margin-left: auto;
}

.about-area-two .about-img {
    position: relative;
    background-image: url(../img/about-img-two.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.about-area-two .about-img .about-list {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    width: 300px;
    padding: 30px;
    max-width: 100%;
}

.about-area-two .about-img .about-list h3 {
    font-size: 18px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.about-area-two .about-img .about-list ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.about-area-two .about-img .about-list ul li:last-child {
    margin-bottom: 0;
}

.about-area-two .about-img .about-list ul li i {
    position: absolute;
    top: 2px;
    left: 0;
    color: #ffffff;
    width: 20px;
    height: 20px;
    background-color: var(--main-color);
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    border-radius: 50%;
}

/*
  Counter Area Two Style
  ======================================================*/
.counter-area-two {
    background-image: url(../img/page-bg/fact-counter-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    position: relative;
    z-index: 1;
}

.counter-area-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.89);
    opacity: 0.8;
    z-index: -1;
}

/*
  Brand Area Two Style
  ======================================================*/
.brand-area-two {
    background-color: var(--main-color);
}

.brand-area-two .brand-item {
    background-color: transparent;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}

.brand-area-two .brand-item .brand-overly {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: none;
}

.brand-area-two .brand-item:hover .brand-overly {
    top: 10px;
}

/*
  Team Area Two Style
  ======================================================*/
.single-team {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.single-team:before {
    content: "";
    position: absolute;
    left: 170%;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.single-team img {
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 1s;
    transition: 1s;
}

.single-team .team-content {
    position: absolute;
    background: var(--main-color);
    width: 100%;
    bottom: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: perspective(300px) rotateX(90deg);
    transform: perspective(300px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    text-align: center;
    padding: 10px;
    -moz-transform: perspective(300px) rotateX(90deg);
    -ms-transform: perspective(300px) rotateX(90deg);
    -o-transform: perspective(300px) rotateX(90deg);
}

.single-team .team-content h3 {
    margin: 0;
    color: #ffffff;
}

.single-team .team-content span {
    color: #ffffff;
    font-size: 13px;
}

.single-team ul {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-team ul li {
    background: var(--main-color);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: left;
    transform-origin: left;
    -moz-transform: perspective(1000px) rotateY(90deg);
    -ms-transform: perspective(1000px) rotateY(90deg);
    -o-transform: perspective(1000px) rotateY(90deg);
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.single-team ul li:hover {
    background-color: #24416b;
}

.single-team ul li a {
    color: #ffffff;
}

.single-team ul li:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.single-team ul li:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.single-team ul li:nth-child(3) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.single-team ul li:nth-child(4) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.single-team:hover:before {
    left: -170%;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.single-team:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.single-team:hover .team-content {
    -webkit-transform: perspective(300px) rotateX(0deg);
    transform: perspective(300px) rotateX(0deg);
}

.single-team:hover ul li {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

/*
  Track Area Two Style
  ======================================================*/
.track-area-two {
    background-image: url(../img/tracking-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 1;
}

.track-area-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #24416b;
    opacity: 0.5;
}

/*
  Office Map Area Two Style
  ======================================================*/
.office-map-area-two .container .map-location {
    top: -385px;
}

.validation-danger {
    color: #ffffff !important;
}

.validation-success {
    color: #28a745 !important;
}

.subscribe-area {
    background-color: none;
}

.subscribe-area .tracking-logo {
    width: 200px;
    margin: auto;
}

.subscribe-area .tracking-body {
    position: relative !important;
    width: 100% !important;
    max-width: 450px;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    top: 0;
    left: 0;
    z-index: 0;
    border: 1px solid #ece9e9;
    margin: auto;
    /* border-radius: 5px; */
}

.subscribe-area .default-btn {
    padding: 9px 22px;
}

.subscribe-area .tracking-body .tracking-wrap .input-tracking {
    height: 47px !important;
    padding: 7px 20px !important;
}

.subscribe-area .default-btn::before {
    border-top: 12px solid transparent;
    border-left: 12px solid var(--main-color);
    border-bottom: 12px solid transparent;
    top: 5px;
}

.subscribe-area .default-btn.active::before {
    border-top: 12px solid transparent;
    border-left: 12px solid #fff;
    border-bottom: 12px solid transparent;
}

.subscribe-area .default-btn.active:hover::before {
    border-top: 12px solid transparent;
    border-left: 12px solid var(--main-color);
    border-bottom: 12px solid transparent;
}

/*
  Prevoz Slider Area Two Style
  ======================================================*/
.prevoz-slider-area-two .prevoz-slider-text {
    max-width: 800px;
    text-align: left;
    margin-right: auto;
}

.prevoz-slider-text .default-btn:hover::before {
    border-left: 20px solid transparent !important;
}

/*
Lines Area Style
======================================================*/
.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
    z-index: -1;
}

.lines .line {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    -webkit-animation: moveLeftBounces-one 20s linear infinite;
    animation: moveLeftBounces-one 20s linear infinite;
}

.lines .line:nth-child(1) {
    margin-left: -25%;
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.lines .line:nth-child(3) {
    margin-left: 25%;
}

.lines .line-two {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.lines .line-two::after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--main-color);
    -webkit-animation: moveLeftBounces-two 20s linear infinite;
    animation: moveLeftBounces-two 20s linear infinite;
}

.lines .line-two:nth-child(1) {
    margin-left: -25%;
}

.lines .line-two:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line-two:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.lines .line-two:nth-child(3) {
    margin-left: 25%;
}

.lines .line-three {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.lines .line-three::after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--main-color);
    -webkit-animation: moveLeftBounces-one 20s linear infinite;
    animation: moveLeftBounces-one 20s linear infinite;
}

.lines .line-three:nth-child(1) {
    margin-left: -25%;
}

.lines .line-three:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line-three:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.lines .line-three:nth-child(3) {
    margin-left: 25%;
}

@-webkit-keyframes moveLeftBounces-one {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes moveLeftBounces-one {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes moveLeftBounces-two {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(900px);
        transform: translateY(900px);
    }

    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes moveLeftBounces-two {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(900px);
        transform: translateY(900px);
    }

    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes moveLeftBounces-three {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes moveLeftBounces-three {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/*====================================================
INNER PAGE STYLE
======================================================*/
/* Page Title Area Style
=====================================================*/
.page-title-area {
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/page-bg/1.jpg);
}

.page-title-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000000;
    opacity: 0.6;
}

.page-title-area .page-title-content h2 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
}

.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 0;
    float: right;
}

.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    padding-right: 20px;
    color: var(--secondary-color);
}

.page-title-area .page-title-content ul li::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 5px;
    background-color: #ffffff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.page-title-area .page-title-content ul li:last-child::before {
    display: none;
}

.page-title-area .page-title-content ul li i {
    font-size: 20px;
    margin: 0 5px;
    position: relative;
    top: 5px;
}

.page-title-area .page-title-content ul li a {
    color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
    color: var(--secondary-color);
}

/* Global Location Area Style
=====================================================*/
.global-location-area .single-location {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    text-align: center;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.global-location-area .single-location::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fa4612;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.global-location-area .single-location a {
    color: #fa4612;
    padding: 25px;
}

.global-location-area .single-location a i {
    font-size: 20px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.global-location-area .single-location a span {
    font-size: 16px;
    font-weight: 600;
}

.global-location-area .single-location:hover a {
    color: #ffffff;
}

.global-location-area .single-location:hover::before {
    width: 100%;
}

/* 
Address Area Style
======================================================*/
.single-address {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.single-address::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--main-color);
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-address i {
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--main-color);
    border-radius: 50%;
    margin-bottom: 15px;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-address h3 {
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-address a {
    display: block;
    color: #7a7e9a;
    margin-bottom: -8px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-address span {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-address p {
    margin-bottom: -8px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-address:hover::before {
    width: 100%;
}

.single-address:hover i {
    background-color: #ffffff;
    color: var(--secondary-color);
}

.single-address:hover h3 {
    color: #ffffff;
}

.single-address:hover span {
    color: #ffffff;
}

.single-address:hover a {
    color: #ffffff;
}

.single-address:hover p {
    color: #ffffff;
}

/*
  Contact Area Style
  =====================================================*/
.contact-area .contact-wrap {
    max-width: unset;
}

.contact-area .contact-wrap .section-title {
    text-align: center !important;
    max-width: 600px;
}

.contact-area .contact-wrap .section-title h2 {
    margin-bottom: 10px;
}

.contact-area .contact-wrap .form-group {
    margin-bottom: 30px;
}

.contact-area .contact-wrap .default-btn {
    margin: auto;
    display: table;
    cursor: pointer;
    background-color: transparent;
}

.contact-area .contact-wrap .contact-form {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    padding: 40px;
}

/* .list-unstyled {
    color: #dc3545;
} */

.contact-map-area #map {
    height: 500px;
    margin-top: 1rem;
    width: 97%;
    border-radius: 10px;
}

.w-97 {
    width: 97%;

}

/* ----- Order Tracking ------ */
.contact-section {
    padding: 40px 0;
}

.contact-section h2 {
    /* text-align: center; */
    font-weight: bold !important;
    text-transform: capitalize;
    color: var(--gray-dark);
    font-size: 40px;
    margin-bottom: 25px;
}

.contact-section p {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 16px;
    color: #888;
}

.hold {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hold>label {
    margin-bottom: 15px;
    font-size: 16px;
}

.switch-hold {
    display: flex;
    align-items: center;
}

.hold .switch {
    position: relative;
    display: inline-block;
    margin-right: 9px;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 15px;
    left: 110px;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    width: 54px;
    height: 24px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    top: 50%;
    transform: translate(0, -50%);
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

input:checked+.slider {
    background-color: var(--secondary-color);
}

.input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
    transform: translate(26px, -50%);
    -webkit-transform: translate(26px, -50%);
    -moz-transform: translate(26px, -50%);
    -ms-transform: translate(26px, -50%);
    -o-transform: translate(26px, -50%);
}

#contact-form .form-control {
    margin-bottom: 15px;
}

.contact-section .adress-details span {
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-section .adress-details i {
    color: #333;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.contact-section textarea {
    padding: 10px;
    border: 1px solid #ccc;
    outline: none;
}

.contact-section textarea:focus {
    outline: none !important;
}

.contact-section button[type="submit"] {
    margin-left: auto;
    margin-top: 15px;
    /* background: var(--main-color);
    color: #fff;
    padding: 4px 16px; */
    font-size: 16px;
    border-radius: 0.25rem;
}

/* ---my code---- */
.member-page {
    margin: 0 !important;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}

.member-page .profile-row {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
}

.member-page .profile-sidebar {
    flex-basis: 25%;
    height: 100%;
    background-color: #333;
    border: none;
    padding: 20px;
    transition: all 0.5s ease-in-out;
    margin-top: -20px;
}

.member-page .profile-sidebar.is-visible {
    left: 0 !important;
    transition: all 0.5s ease-in-out;
}

.member-page .profile-sidebar .sidebar-control {
    position: absolute;
    left: 215px;
    top: 30px;
    background-color: #a91605;
    color: #fff;
    padding: 3px 5px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    z-index: 5;
    display: none;
}


@media (min-width: 821px) {
    .contact-info-section {
        padding: 3rem 5rem !important;
        border: 20px solid var(--main-color);
    }

    .contact-icons {
        width: 70px;
        height: 70px;
        margin-right: 1rem;
    }

    .content-boxes {
        display: flex;
    }

    .carousel-control-next,
    .carousel-control-prev {

        height: 50px;
        width: 50px;
        background: var(--secondary-color);
        opacity: 1;

    }

}

.slider-btns {
    display: flex;
    height: 100%;
    width: 100%;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    padding: 0px 1rem;
}

@media (max-width: 820px) {
    .contact-info-section {
        padding: 1rem !important;
        border: 10px solid var(--main-color);
    }

    .contact-data {
        min-width: 190px;
    }

    .contact-icons {
        width: 40px;
        height: 40px;
        margin-right: 3rem;
    }

    .content-boxes {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: auto;
    }

    .carousel-control-next,
    .carousel-control-prev {
        height: 20px;
        width: 20px;
        background: var(--secondary-color);
        opacity: 1;
    }
}

@media (max-width: 767px) {


    .member-page .profile-sidebar {
        position: absolute;
        width: 215px;
        left: -215px;
        /* height: auto; */
        z-index: 5;
        transition: all 0.5s ease-in-out;
    }

    .member-page .profile-sidebar .sidebar-control {
        display: block;
    }

    /* Footer */
    .single-widget ul {
        justify-content: unset;
        flex-direction: column;
    }

}

.member-page .profile-sidebar .user-row {
    display: flex;
}

.member-page .profile-sidebar .profile-userpic {
    width: 100px;
    height: 100px;
}

.member-page .profile-sidebar .profile-usertitle-name {
    text-transform: capitalize;
    margin-left: 15px;
    margin-top: 25px;
    color: var(--main-color);
    font-size: 16px;
}

.member-page .profile-sidebar .side-navigation-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.member-page .profile-sidebar .side-navigation-list>li {
    margin-bottom: 20px;
}

.member-page .profile-sidebar .side-navigation-list>li>i {
    color: #919191;
    margin-right: 10px;
}

.member-page .profile-sidebar .side-navigation-list>li>a {
    color: #fff;
    display: block;
}

.member-page .profile-sidebar .side-navigation-list li>a:hover,
.member-page .profile-sidebar .side-navigation-list li>a.active {
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    /* text-shadow: 1px 1px 2px #fff; */
}

.member-page .profile-row .member-page-content {
    flex-basis: 75%;
    padding: 0 20px;
}

/* ======== about us page style ========= */
.about-us .about-content {
    text-align: left;
    max-width: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.about-us .head {
    color: var(--main-color);
    font-size: 35px;
}

.about-us .about-content h2::before {
    position: absolute;
    bottom: -22px;
    left: 0;
    content: "";
    width: 50px;
    height: 2px;
    background-color: var(--secondary-color);
}

.about-us .about-content h2::after {
    position: absolute;
    bottom: -22px;
    left: 0;
    content: "";
    width: 5px;
    height: 2px;
    background-color: #ffffff;
    -webkit-animation: moveLeftBounces 10s linear infinite;
    animation: moveLeftBounces 10s linear infinite;
}

.about-us img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 100%;
}

.about-us .about-us-post {
    display: flex;
    align-items: center;
}

.about-us .about-us-post .font-icon {
    color: var(--secondary-color);
    text-decoration: none;
    font-size: 45px;
    margin-right: 10px;
}

.about-us .about-us-post a:hover {
    text-decoration: none;
}

.about-us .about-us-post .info {
    padding: 10px 25px;
    display: flex;
    flex-direction: column;
}

.about-us .about-us-post .info h2 {
    color: var(--main-color);
    font-size: 22px;
}

.about-us .feature .feature-img {
    margin-bottom: 15px;
}

/* services section style */
.service-area {
    /* background: #343a40; */
    background-image: url("../img/page-bg/footer_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-area .section-title h2 {
    color: #fff;
}

.service-area .section-title p {
    color: #acabab;
}

.service-area .section-title h2::after {
    background-color: var(--gray-dark);
}

.service-area .single-service .service-content-wrap i {
    font-size: 50px;
    color: var(--main-color);
}

/* Pricing plans page style */
.plans-p .advertising {
    position: relative;
}

.plans-p .advertising::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #0000008c;
    z-index: 1;
}

.plans-p .advertising .img-top {
    /* background: #bfcbb09e; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.plans-p .advertising .content {
    position: relative;
    z-index: 2;
}

.plans-p .advertising h2 {
    font-size: 30px;
    margin-bottom: 0;
    text-align: center;
    color: #54ae90;
}

.arrows {
    position: relative;
    margin-top: 10px;
}

.plans-p .advertising .arrows .icon {
    animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    font-size: 35px;
    color: #016c38;
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.plans-p .advertising img {
    width: 350px;
    margin: auto;
    display: none;
}

.plans-p .page-title-area,
.plans-p .notes {
    display: none;
}

.pricing-area {
    padding: 50px 0 80px;
}

.pricing-area .price-box {
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
    padding: 0 40px 50px;
    margin-bottom: 30px;
    /* cursor: pointer; */
    box-shadow: 1px 1px 20px 2px #dfdfdf;
}

.pricing-area .price-box.active {
    padding-bottom: 90px;
}

.pricing-area .box-hold {
    position: relative;
    z-index: 3;
}

.pricing-area .price-box.active::before {
    content: "";
    position: absolute;
    background-image: url("../img/image-3-1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.pricing-area .price-box.active::after {
    content: "";
    position: absolute;
    background: rgb(0 0 0/75%);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.pricing-area .price-box .category-wrapper {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    margin: -15px auto 0;
    z-index: 3;
    width: 250px;
    /* left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%); */
}

.pricing-area .price-box .category {
    position: relative;
    background-color: var(--gray-dark);
    padding: 16px 35px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #fff;
    margin-bottom: 40px;
}

.pricing-area .price-box.active .category {
    background-color: var(--main-color);
}

.pricing-area .price-box .category h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 27px;
}

.pricing-area .price-box .category-wrapper::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 10px;
    background-color: var(--gray-dark);
    left: 0;
    top: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.pricing-area .price-box .category-wrapper::after {
    position: absolute;
    content: "";
    height: 15px;
    width: 10px;
    background-color: var(--gray-dark);
    right: 0;
    top: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.pricing-area .price-box.active .category-wrapper::before,
.pricing-area .price-box.active .category-wrapper::after {
    background-color: var(--main-color);
}

.pricing-area .price-box .shipment-number {
    margin-bottom: 11px;
    /* font-weight: bold;
    text-transform: uppercase; */
    color: var(--main-color);
}

.pricing-area .price-box .shipment-number span {
    font-size: 25px;
    margin: 0 5px;
}

.pricing-area .price-box .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0;
    color: #54ae90;
    position: relative;
    padding-top: 2px;
}

.pricing-area .price-box .price s {
    font-size: 24px;
    color: #959494;
}

.pricing-area .price-box .price span {
    font-size: 15px;
    color: #959494;
}

.pricing-area .price-box.active .price {
    color: #fff;
}

.pricing-area .price-box.active .price s {
    color: #fff;
}

.pricing-area .price-box.active .price span {
    color: #ddd;
}

.pricing-area .price-box .time {
    font-size: 14px;
    color: #7e7b7a;
    margin-bottom: 25px;
}

.pricing-area .price-box.active .time {
    color: #fff;
}

.pricing-area .price-box .price-box-content {
    position: relative;
    padding-top: 50px;
    text-align: left;
    margin-bottom: 39px;
}

.pricing-area .price-box .price-box-content::before,
.pricing-area .price-box .price::before {
    position: absolute;
    content: "";
    right: -40px;
    top: 0;
    height: 1px;
    width: 100%;
    /* background-image: url("../img/border-shape-3.png"); */
    background: #d8d8d8;
}

.pricing-area .price-box .price-box-content li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
    font-size: 14px;
    color: #343a40;
}

.pricing-area .price-box.active .price-box-content li {
    color: #fff;
}

.pricing-area .price-box .price-box-content li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    height: 16px;
    width: 9px;
    border-bottom: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
}

.pricing-area .price-box button {
    padding: 17.5px 45px;
    background-color: var(--gray);
    color: #fff;
    font-size: 15px;
    position: relative;
    display: flex;
}

.pricing-area .price-box.active button {
    background-color: var(--main-color);
}

.pricing-area .price-box button span {
    position: relative;
    z-index: 5;
    font-weight: bold;
}

.pricing-area .price-box button::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    transition: 0.5s;
}

.pricing-area .price-box button:hover::before {
    width: 100%;
    background-color: var(--main-color);
    z-index: 4;
}

.pricing-area .price-box button i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    margin-right: 8px;
}

.pricing-area .price-box button:hover i {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}

.pricing-area .notes {
    border: 1px solid #ececec;
    padding: 30px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: 0px 0px 14px -1px #ccc;
}

.pricing-area .notes h3 {
    font-size: 30px;
}

.pricing-area .notes ul li {
    position: relative;
    padding: 0 20px;
    margin-bottom: 5px;
    color: #343a40;
}

.pricing-area .notes ul li::before {
    content: "";
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 2px solid var(--main-color);
}

/*fontawesomestyleoverride*/
.fa-ambulance::before {
    font-family: fontawesome;
    font-style: normal;
}

/* cities api page style */
#city_table_length,
#product_table_length {
    display: inline-block;
}

#city_table_filter,
#product_table_filter {
    float: right;
}

#city_table_length label,
#product_table_length label {
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

#city_table_length .nice-select,
#product_table_length .nice-select {
    margin: 0 5px;
}

#city_table_filter input,
#product_table_filter input {
    margin: 0 5px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
}

#city_table_info,
#product_table_info {
    display: inline-block;
}

#city_table_paginate,
#product_table_paginate {
    float: right;
}

#city_table_previous,
#city_table_next {
    color: var(--gary);
    cursor: pointer;
    margin: 0 5px;
    padding: 5px;
    border: none !important;
}

#city_table_paginate .paginate_button {
    color: var(--gary);
    border-radius: 2px;
    margin: 0 10px;
    cursor: pointer;
    text-align: center;
    min-width: 23px;
}

#city_table_paginate .paginate_button.current {
    border: 1px solid var(--gray);
    color: var(--gray) !important;
    background: none !important;
}

#city_table_previous.disabled,
#city_table_next.disabled {
    cursor: context-menu !important;
    background: none !important;
    color: var(--gary);
}

#city_table_previous:hover,
#city_table_next:hover,
#city_table_paginate .paginate_button:hover {
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
    color: #fff;
}

#city_table_previous.disabled:hover,
#city_table_next.disabled:hover {
    background: none !important;
    color: var(--gary) !important;
}

/* product Api page style */

#product_table_previous,
#product_table_next {
    color: var(--gary);
    cursor: pointer;
    margin: 0 5px;
    padding: 5px;
    border: none !important;
}

#product_table_paginate .paginate_button {
    color: var(--gary);
    border-radius: 2px;
    margin: 0 10px;
    cursor: pointer;
    text-align: center;
    min-width: 23px;
}

#product_table_paginate .paginate_button.current {
    border: 1px solid var(--gray);
    color: var(--gray) !important;
    background: none !important;
}

#product_table_previous.disabled,
#product_table_next.disabled {
    cursor: context-menu !important;
    background: none !important;
    color: var(--gary);
}

#product_table_previous:hover,
#product_table_next:hover,
#product_table_paginate .paginate_button:hover {
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
    color: #fff;
}

#product_table_previous.disabled:hover,
#product_table_next.disabled:hover {
    background: none !important;
    color: var(--gary) !important;
}

/* service Api page style */
#service_table_length {
    display: inline-block;
}

#service_table_filter {
    float: right;
}

#service_table_length label {
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

#service_table_length .nice-select {
    margin: 0 5px;
}

#service_table_filter input {
    margin: 0 5px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
}

#service_table_info {
    display: inline-block;
}

#service_table_paginate {
    float: right;
}

#service_table_previous,
#service_table_next {
    color: var(--gary);
    cursor: pointer;
    margin: 0 5px;
    padding: 5px;
    border: none !important;
}

#service_table_paginate .paginate_button {
    color: var(--gary);
    border-radius: 2px;
    margin: 0 10px;
    cursor: pointer;
    text-align: center;
    min-width: 23px;
}

#service_table_paginate .paginate_button.current {
    border: 1px solid var(--gray);
    color: var(--gray) !important;
    background: none !important;
}

#service_table_previous.disabled,
#service_table_next.disabled {
    cursor: context-menu !important;
    background: none !important;
    color: var(--gary);
}

#service_table_previous:hover,
#service_table_next:hover,
#service_table_paginate .paginate_button:hover {
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
    color: #fff;
}

#service_table_previous.disabled:hover,
#service_table_next.disabled:hover {
    background: none !important;
    color: var(--gary) !important;
}

/* account transaction page */
table.dataTable thead th {
    vertical-align: middle;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px 7px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #9f9f9f !important;
    border-color: #9f9f9f !important;
    color: #fff !important;
    vertical-align: middle;
}

/* bootstrap override */
.btn-primary.focus,
.btn-primary:focus,
.btn.focus,
.btn:focus {
    box-shadow: none;
}

[type="search"] {
    border: 1px solid #ccc;
}

.modal-header .close {
    color: var(--main-color);
}

@media (max-width: 767px) {

    .col-md-3 {
        position: static;
    }

    /* Periorties img */
    /* .about-us img {
        height: 200px;
    } */
}

label {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: var(--main-color);

}

@media (min-width: 576px) {
    .container {
        max-width: 95%;
    }
}

.dropdown-menu {
    background-clip: unset;
}

.small,
small {
    font-size: 14px !important;
}

/* dashboard */
.sidebar {
    background-color: #fff;
}

.navigation>li>a {
    color: #585e66;
}

.navigation>li {
    border-top: none;
}

.side-navigation-list>li.dropdown .dropdown-toggle {
    position: relative;
    display: flex !important;
    font-size: 14px;
    /* background-color: #501789;
    color: #fff !important;
    border-radius: 10px; */
}

.side-navigation-list>li.dropdown .dropdown-toggle img {
    margin-right: 1rem !important;
}

.side-navigation-list>li.dropdown .dropdown-toggle::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid !important;
    border-right: 1px solid !important;
    border-top: 0;
    border-left: 0;
    right: 7px;
    top: 42%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
}

.side-navigation-list>li.dropdown .dropdown-menu {
    width: 100%;
    background-color: #000;
}

.side-navigation-list>li.dropdown .dropdown-menu a {
    color: #fff;
    font-size: 13px;
}

/* --- statistics page ---- */
.statistics .info-data p {
    color: var(--gray-dark);
}

/* payment form */
.payment-form .nav-tabs {
    border-bottom: none;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.payment-form .nav-tabs .nav-item {
    margin-bottom: 10px;
}

.nav-item i {
    margin-left: 3rem;
}

.payment-form .nav-tabs .nav-link {
    letter-spacing: 0px;
    line-height: 1.5;
    background: #f0f0f0;
    background-color: rgb(240, 240, 240);
    border: 1px solid #e6e6e6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin: 0 4px;
}

.payment-form .nav-tabs .nav-link i {
    margin-right: 5px;
}

.payment-form .nav-tabs .nav-item.show .nav-link,
.payment-form .nav-tabs .nav-link.active {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: var(--main-color);
    border-color: #ffca51 var(--main-color) #d99600;
}

.payment-form .nav-tabs .nav-link:focus,
.payment-form .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.payment-form .payment-way {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #3b98c6;
    padding: 12px;
    margin-bottom: 10px;
    position: absolute;
    top: -86px;
    left: 0;
}

.payment-form .box {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 30px 40px;
}

.payment-form .applepay-message {
    padding-top: 50px;
}

.payment-form .input-group-append {
    margin-left: 0;
}

.payment-form .input-group-append span input {
    border: none;
    background: transparent;
    color: #848484;
    font-size: 14px;
}

.payment-form .input-group-append .input-group-text {
    justify-content: space-between;
    padding: 5px 3px;
}

.payment-form .input-group-append .input-group-text img {
    width: 20px;
    height: 17px;
}

.payment-form .applepay-message p {
    font-size: 14px;
    color: #777;
}

#cc-error-message {
    display: none;
}

.payment-form .default-btn {
    margin-top: 20px;
}

.payment-form input.required {
    border-color: #dc3545;
    box-shadow: 0px 0px 8px 3px #f003;
}

.payment-form input.required:hover {
    box-shadow: 0px 0px 8px 3px #f003;
}

/* --- Thanks page ---- */
.thanks-page {
    padding: 80px 0;
    text-align: center;
}

.thanks-page .box {
    padding: 50px 20px;
    border: 3px solid #28a745;
    border-radius: 20px;
    background: #def2d6;
    color: #343a40;
    font-weight: 600;
    font-size: 16px;
}

.thanks-page .box.error {
    border-color: #f53f3f;
    background: #d5727230;
}

.thanks-page .box .message-img {
    width: 217px;
    margin: 0 auto 30px;
}

/*counter in send confirmation code when select plan and subcriber it*/

.counter {
    width: 100px;
    height: 100px;
    margin: auto;
    border: 2px solid #f4b016;
    text-align: center;
    line-height: 3;
    border-radius: 50%;
    font-size: 25px;
    color: var(--gray-dark);
}

.counter p {
    text-align: center;
    line-height: 4.5;
    font-size: 20px;
}

#request_new_code {
    display: block;
    width: 100%;
    height: 30px;
    text-align: center;
    color: var(--gray-dark);
    font-weight: bold;
    cursor: pointer;
}

/* ---- Email Page ---- */
#reset_password_number_code {
    padding-right: 10px;
}

/* add shipment page */

.handsontable .htAutocompleteArrow {
    color: var(--gray-dark) !important;
}

/* --------- */
.national-day {
    height: 300px;
    width: 100%;
    /*transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    */
    /*animation: name duration timing-function delay iteration-count direction fill-mode;
    */
    /* animation: showHide 3s ease-in 2s infinite alternate;
    -webkit-animation: showHide 3s ease-in 2s infinite alternate; */
}

@keyframes showHide {
    0% {
        height: 60px;
    }

    50% {
        height: 30px;
    }

    100% {
        height: 0;
    }
}

/* Contact Us Section */




.service-box i {
    background: var(--main-color);
    ;
    padding: 1rem;
    color: white;
    width: 50px;
    margin-bottom: 1rem;
}

/* servicessection */
.services-section h4 {
    margin-top: 2rem;
}

/* Footer */

.footer-widget h3 {
    color: white !important;
}

.footer-widget p {
    font-size: 13px !important;
}

.footer-widget li {
    font-size: 14px;
    line-height: 1;
}

.footer-widget a {

    color: #7a7e9a !important;
}

.footer-widget a:hover {
    color: #f2602f !important;
}

.copyright {
    text-align: center;
    background: white;
    padding: 1rem;
    margin-top: 1rem;
}

/* sidebar */
.collection-item {
    display: flex !important;
    align-items: center;
    font-size: 14px;
}


.collection-item img {
    margin-right: 1rem;
    width: 25px !important;

}

.active-page {
    background: var(--main-color);
    /* padding: 1rem; */
    border-radius: 10px;
}

.active-page a {
    color: white !important;
}

.member-page .profile-sidebar {
    background-color: #ffffff;
    width: 90%;
    padding-left: 3rem
}

.member-page .profile-sidebar .side-navigation-list>li>a {
    color: #737791;
    padding: 1rem;
}

.side-navigation-list>li.dropdown .dropdown-menu {
    background-color: #193b6b;
}



/* Form */
.form-row {
    background: white;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    box-shadow: 0px 4px 15px 0px #0000001A;

}

/* Table */
.table-bordered tr th {

    background: #F4F2FF;
    border: unset !important;
    padding: 0.1rem 0.5rem;
    color: #6E6893;
}

.table-bordered {
    border: unset !important;
    border-radius: 10px;

}

.dark-header-table {
    /* background-color: var(--main-color) !important; */
    color: white;
    border: unset !important;
    padding: 0.1rem 0.5rem;
}

.dark-header-table tr th {
    background-color: var(--main-color) !important;
    color: white;
}

.table-w {
    width: 97%;
}

.list-shipment {
    width: 96%;
    overflow-x: scroll;
}

.white-box-shadow {
    box-shadow: 0px 4px 15px 0px #0000001A;
    width: 97%;
    background-color: white;
    padding: 1rem;
    border-radius: 8px;
}

.white-box-shadow h3,
.list-invoices h3 {
    color: var(--main-color);
    margin: 1rem 0;

}

.gray-bg-section {
    padding: 1rem;
    background: #17044C1A;
    width: 100%;
    border-radius: 8px;
    position: relative;
}

.gray-bg-section textarea.form-control {
    background-color: white;

}

.header-with-btn {
    display: flex;
    width: 96%;
    justify-content: space-between;
    align-items: flex-start;
}

.header-with-btn h3 {
    color: var(--main-color);
}

.input-with-btn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.map-section {
    display: flex;
    width: 100%;
    flex-flow: column;
}

.panel-heading {
    color: var(--main-color);
    margin-bottom: 0.2rem
}


.alert-main-color {
    width: 97%;
    color: var(--main-color);
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #F4F2FF
}

.alert-main-color p {

    color: var(--main-color);
}

.collection-item {
    min-width: 170px;
}



table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
    color: gray !important;
}

#invoices_table_wrapper .mdl-grid {
    display: flex !important;
    width: 95% !important;
}

#invoices_table_wrapper .mdl-cell.mdl-cell--6-col {
    width: 55% !important;
    margin-bottom: 1rem;
}


.nav-link {
    color: gray;
}

.nav-link:hover {
    color: var(--secondary-color)
}

@media (max-width: 1200px) {

    .nav-item i {
        margin-left: 0rem !important;
    }

    .collection-item {
        min-width: 140px;
    }

    .member-page .profile-sidebar {
        padding-left: 1.2rem !important;

    }
}

@media (max-width: 768px) {
    .white-bg-box {
        background: white;
        padding: 1rem 1rem 3rem;
        border-radius: 18px;
    }

    .member-page .profile-sidebar {
        width: 40% !important;
    }

    #content-dashboard {
        width: 89% !important;
        margin: auto;
    }

    .white-box-shadow {
        width: 89%;
        margin: auto;
    }

    .buttons.mb-3 {
        margin: auto !important;
    }

    .form-row {
        margin: 1rem 2.5rem !important;
    }

    .list-shipment {
        width: 92% !important;
        margin: auto !important;
    }

    .side-navigation {
        background: white;
        z-index: 99999999999999999999 !important;
    }

    div#app {
        z-index: 0 !important;
    }
}


table.dataTable tbody th,
table.dataTable tbody td {

    color: gray !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}