#cover {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #030303;
    z-index: 9999;
    /* font-size: 65px; */
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    /* padding-top: 200px; */
    /* color: #fff;
    font-family: tahoma; */
}

@media (min-width: 992px) {
    .navbar-nav.navbar-right {
        height: 100px;
        align-items: center;
        display: flex;
    }
}

@media (max-width: 991px) {
    .navbar-header.pull-right {
        height: 100px;
        align-items: center;
        display: flex;
        justify-content: right;
    }
}

.plr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.row-center {
    display: flex;
    align-items: center;
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.m-0 {
    margin: 0px;
}

.p-0 {
    padding: 0px;
}

ul.footer-icon li i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 18px;
    color: #000;
}

ul.footer-social-link li i {
    font-size: 18px;
    color: #000;
}

ul.footer-social-link {
    display: inline-flex;
}

ul.footer-social-link li {
    padding-right: 10px;
}

.download-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.download-btn {
    margin-top: 15px;
}

.download-btn a {
    margin: 0px;
}


/* table */

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

th,
td {
    padding: 6px 15px;
}

th {
    background: #42444e;
    color: #fff;
    text-align: left;
}

tr:first-child th:first-child {
    border-top-left-radius: 6px;
}

tr:first-child th:last-child {
    border-top-right-radius: 6px;
}

td {
    border-right: 1px solid #c6c9cc;
    border-bottom: 1px solid #c6c9cc;
}

td:first-child {
    border-left: 1px solid #c6c9cc;
}

tr:nth-child(even) td {
    background: #eaeaed;
}

tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}

tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}

.footer-icon li {
    padding-bottom: 10px;
    position: relative;
    padding-left: 30px;
}


/* .footer-icon li i {
    position: absolute;
    left: -35px;
} */

.about-environment img {
    height: 114px;
}

.export-flag img {
    max-height: 150px;
}

.mb-0 {
    margin-bottom: 0px!important;
}

.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row1 {
    margin-left: -15px;
    margin-right: -15px;
}

.x-hidden {
    overflow-x: hidden;
}

.pt-0 {
    padding-top: 0px !important;
}


/* GOOGLE TRANSLATE */


/* .google-translate {
    padding-top: 10px;
    right: 100px;
    bottom: 35px;
    position: fixed !important;
    list-style: none;
    z-index: 10000;
    background: #fff;
    padding: 5px!important;
} */

#google_translate_element {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.translate i {
    color: #fff;
    font-size: 24px;
}

.ri-translate-2:before {
    content: "\f226";
}

.translate {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background-color: #e31e24;
    overflow: hidden;
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    place-content: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    z-index: 100;
}


/* li.dropdown.active-items a {
    color: #e31e24!important;
    font-weight: bold;
} */

.nav-white.sticky-nav .navbar-nav li.active-items a {
    color: #e31e24;
    font-weight: bold;
}

.justify-center {
    justify-content: center;
}

.product-home-title a {
    text-align: center;
}

.section-title.btm-line:after {
    background-color: #000;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50px;
    margin-top: 10px;
}

.main-heading-center {
    display: flex;
    justify-content: center;
}

.product-home-text {
    display: flex;
    justify-content: center;
}

.home-product-main:hover .product-home-title:after {
    background-color: #000;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: auto;
    margin-top: 10px;
}

.counter-section p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-section p b {
    font-size: 22px;
    padding-left: 10px;
    color: #000;
}


/* .footer-social-link li i.fa.fa-facebook-square {
    color: #3b5998;
    background-image: linear-gradient( to bottom, transparent 20%, white 20%, white 93%, transparent 93%);
    background-size: 55%;
    background-position: 70% 0;
    background-repeat: no-repeat;
}

.footer-social-link li i.fa.fa-instagram {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
} */

.footer-link1,
.footer-link2,
.footer-link3,
.footer-link4 {
    display: flex;
    justify-content: center;
}

.copyright a.text-dark-gray {
    color: #888888;
    font-weight: bold;
}

.copyright a.text-dark-gray:hover {
    color: #5d8f42;
    font-weight: bold;
}

.export-title-desc h6 i {
    font-size: 16px!important;
}

.export-title h3 {
    margin-bottom: 15px;
}

@media (max-width: 1024px) {
    .row-center.why-us {
        display: block;
    }
    .about-environment img {
        height: auto;
    }
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav>li>a {
        color: #fff!important;
    }
    .why-us-desc {
        padding: 15px!important;
    }
}

@media (max-width: 769px) {
    .row-center {
        display: block;
    }
    footer .footer-middle {
        overflow-x: hidden;
    }
    .about-description {
        padding: 20px 0 0!important;
    }
    .col-6 {
        width: 50%;
    }
    .mob-text-left {
        text-align: left!important;
    }
    .ipad-text-left {
        text-align: left!important;
    }
    .ipad-d-flex {
        display: flex;
    }
    .ipad-r-d-left {
        text-align: left!important;
        padding-top: 15px;
    }
    .ipad-order-1 {
        order: 1!important;
    }
    .ipad-order-2 {
        order: 2!important;
    }
    .r-d-main {
        display: flex;
    }
    .r-d-text {
        text-align: left!important;
    }
    .r-d-text .section-title {
        padding-bottom: 10px;
        padding: 20px 0 0!important;
    }
    .ipad-pb-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .mob-pt-20 {
        padding-top: 20px;
    }
    .about-vision .section-title {
        padding: 20px 0 10px 0!important;
    }
    .product-title .section-title {
        padding: 20px 0 10px 0!important;
    }
    .about-vision h3 {
        text-align: left!important;
    }
    .about-vision p {
        text-align: left!important;
    }
    .mob-order-1 {
        order: 1!important;
    }
    .mob-order-2 {
        order: 2!important;
    }
    h1,
    .h1 {
        font-size: 16px!important;
        line-height: 20px!important;
    }
    .about-environment img {
        height: auto;
    }
    .breadcrumb ul li {
        letter-spacing: 1px;
    }
    .mob-pb-30 {
        padding-bottom: 30px;
    }
    .we-support .section-title {
        padding: 0 0 20px 0;
    }
    .justify-center {
        justify-content: center;
    }
    .we-support {
        overflow-x: hidden;
    }
    .d-inline {
        display: inline-block;
    }
    .export-flag img {
        max-height: 135px;
    }
    .mob-plr-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .breadcrumb ul {
        text-align: left;
    }
    .mob-ptb-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer-link1,
    .footer-link2,
    .footer-link3,
    .footer-link4 {
        justify-content: left;
    }
    .navbar.plr-30 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 414px) {
    footer ul li {
        padding: 0px 0;
    }
}

@media (max-width: 375px) {
    .breadcrumb ul>li+li:before {
        padding: 0 3px;
    }
    .breadcrumb ul li {
        letter-spacing: 0.8px;
    }
    .export-flag img {
        max-height: 120px;
    }
}

@media (max-width: 320px) {
    .breadcrumb ul li {
        letter-spacing: 1px;
    }
    footer ul li a {
        letter-spacing: 0.5px;
    }
    .breadcrumb ul li {
        letter-spacing: 0px;
    }
    .breadcrumb ul li {
        font-size: 10px;
    }
    .text-extra-large {
        font-size: 12px !important;
    }
    .export-flag img {
        max-height: 95px;
    }
}