:root {
    --radius: 30px 0px;

    --white: #fff;
    --yellow: #e8282e;
    --black: #101011;
    --red: #e8282e;

    --darkBlue: #1e4b6c;
    --lightBlue: #8620cf;

    --gray: #777;
    --darkGray: #2e3547;
    --lightGray: #f5f5f5;
}

@font-face {

    font-family: Poppins;
    src: url(Poppins-Regular.ttf);
}

@font-face {

    font-family: Droid;
    src: url(Droid.Arabic.Kufi_DownloadSoftware.iR_.ttf);
}

a {
    transition: 1s !important;
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: var(--lightBlue) !important;
}

body {
    padding: 0px;
    margin: 0px;
    background: var(--white);
    letter-spacing: 1px;
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
    color: var(--darkBlue) !important;
    text-transform: capitalize !important;
}

div {
    overflow: hidden !important;
}

.btn {
    font-size: 14px;
    color: var(--white) !important;
    font-weight: bold;
    border: none;
}

.btn-primary {
    background: var(--darkBlue);
}

#btn {
    color: var(--lightBlue) !important;
    background-color: var(--lightGray);
    width: auto;
    font-size: 30px;
    padding: 10px 30px;
    margin-left: 10px;
}

.row,
.container-fluid {
    padding: 0px;
}

.footerPart {
    background: var(--lightGray);
    padding: 20px 0 !important;
    color: var(--white);
    text-align: center;
    overflow: hidden !important;
}

.copyright {
    /* border-top: 1px solid #999; */
    color: var(--darkBlue);
    padding: 20px 0 !important;
    background: var(--lightGray);
    text-align: center;
    overflow: hidden !important;
}

.footerPart,
.footer .form-control,
.newsletter .form-control {
    border: none;
    border-radius: 0px;
    font-size: 16px;
    padding: 10px 20px;
}

.btn-vera {
    color: var(--white) !important;
    background-color: var(--darkGray) !important;
    text-transform: uppercase;
    border: none;
    font-size: 16px;
    border-radius: 0px;
    padding: 10px 20px;

}

.products {
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
}

.products .photo {}

.products .miniName {
    font-weight: bold;
    font-size: 18px;
    margin: 10px;
}

.products .miniDesciption {
    margin: 10px;
    white-space: nowrap;
    overflow: hidden;
    max-height: 100px;
    text-overflow: ellipsis;
}

.products .details {
    text-align: right;
    padding: 0 10px;
}

#thumbs {
    flex-direction: row !important;
    overflow-x: auto !important;
    max-height: none;

}

.thumb-img {
    cursor: pointer;
    max-height: 80px;
    object-fit: cover;
}

.thumb-img:hover {
    border: 2px solid #007bff;
}

video {
    width: 100%;
    display: block;
}

.navv {
    background: var(--white);
    padding-top: 20px;
    padding-bottom: 20px;
}

.navv .form-control {
    border-radius: 0px;
    font-size: 16px;
    padding: 9px 20px;
}

input:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: inherit !important;
}

.newsletter {
    text-align: center !important;
    font-size: 24px;
    padding: 60px 0;
    /* background: var(--lightGray); */
    background: linear-gradient(0deg, var(--darkGray), rgba(0, 0, 0, 0.3)), url('../img/7955a-detailed-scene-of-logistics-with-a-forklift-truck-and-airplane-representing-supply-chain-operations-and-transportation-photo.jpeg');
    background-attachment: fixed !important;
    background-size: cover !important;
    color: var(--white);
    /* font-size: 40px; */
    margin-top: 20px;
    margin-bottom: 20px;
    /* padding: 70px; */
    text-align: center !important;

}

.info p {
    line-height: 30px;
}

.newsletters {}

.stat {
    padding-top: 40px;
    text-align: center;
    text-transform: uppercase;
}

.stat h1 {
    line-height: 60px;
    font-weight: bold;
    font-size: 30px;

}

.stat h3 {
    line-height: 40px;
    font-weight: bold;
    color: var(--darkBlue);
}

.stat h4 {
    color: var(--darkGray);
    line-height: 40px;
    font-weight: normal;
}

.contactsRow {
    text-align: center !important;
    font-size: 24px;
    padding: 60px 0;
    /* background: var(--lightGray); */
    background: linear-gradient(0deg, var(--darkGray), rgba(0, 0, 0, 0.3)), url('../img/7955a-detailed-scene-of-logistics-with-a-forklift-truck-and-airplane-representing-supply-chain-operations-and-transportation-photo.jpeg');
    background-attachment: fixed;
    background-size: cover;
    color: var(--white);
    /* font-size: 40px; */
    margin-top: 20px;
    margin-bottom: 20px;
    /* padding: 70px; */
    text-align: center !important;
}

.nav-link,
.dropdown-item {
    padding: 10px 10px !important;
    margin: 0px !important;
    font-size: 14px;
    color: var(--black) !important;
    letter-spacing: 0px;
    border-bottom: 1px solid var(--white);
}

.aaa {
    font-size: 15px;
    font-weight: bold;
    color: var(--white) !important;
    background-color: var(--darkGray) !important;
}

.active,
.nav-link:hover,
.dropdown-item:hover {
    background-color: var(--red);
    border-bottom: 1px solid var(--black);
    color: var(--white) !important;
}

.header {
    background: var(--black);
    height: 50px;

}

.header b {
    font-size: 13px;
    font-weight: normal;
    color: var(--white);
}

.contacts a {
    /* display: block; */
    /* padding: 10px; */
}

.contacts p {
    font-size: 16px;
    line-height: 30px;
}

.contacts h2 {
    padding-bottom: 20px;
}

.infoBox {
    background: var(--darkBlue);
    text-align: left;
    padding: 20px;
    color: var(--white);
    font-size: 17px;

}

.agent .logo {
    border: 1px solid #ccc;
}

.agent h4 {
    font-size: 25px;
}

.agent p {
    font-size: 15px;
    line-height: 30px;
}

@media screen AND (max-width:800px) {
    .header .social {
        display: none !important;
    }

}