.o-fancy-select_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
    font-size: 1.4rem;
    font-weight: 800;
    border-bottom: 1px solid #000;
}

.o-fancy-select {
    position: relative;
    z-index: 1;
    padding-right: 2.66667rem;
    padding: 0.66667rem 0;
}

select {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: none transparent;
    /* color: inherit; */
    font: inherit;
    cursor: pointer;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.o-fancy-select_wrapper:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 2.66667rem;
    background-image: url(../image/arrow-download.svg);
    background-position: 50%;
    background-size: 1rem;
    background-repeat: no-repeat;
    content: "";
    pointer-events: none;
}

.pro-drop option {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

.product-apply-btn {
    margin-bottom: 2rem;
}

.download-btn-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.download-btn-text .subtitle {
    margin-bottom: 0;
}

.inner-img img {
    width: 100%;
}

.text-left {
    text-align: left !important;
}

.bg-white {
    background-color: #fff;
}


/* table css */

.table-responsive>.table-bordered {
    border: 0;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

table {
    border-collapse: collapse;
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
    text-align: center;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075);
}


/* table css end */

.my-header-align-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.footer-comapny:hover {
    color: #aed221!important;
}

.our-services-2 .services-item-innovation {
    position: relative;
    text-align: center;
}

.our-services-2 .services-item-innovation .icon {
    position: relative;
    font-size: 75px;
    line-height: 1;
    margin-bottom: 20px;
}

.our-services-2 .services-item-innovation .icon img {
    height: 75px;
}

.our-services-2 .services-item-innovation .services-header h3 {
    letter-spacing: 2.5px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.single-product-desc {
    display: flex;
    justify-content: center;
}

.single-product-desc .post-share {
    text-align: left;
}

.single-product-desc .post-share ul li {
    padding-bottom: 12px;
}

.footer-contact p a {
    position: relative;
    padding-left: 28px;
}

.footer-contact p a i {
    position: absolute;
    left: 0;
    font-size: 15px;
    top: 5px;
}

.footer-main-box {
    display: flex;
    justify-content: center;
}

.company-main-img {
    margin-top: -50px;
}

.footer-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-hero.header-hero-2 h1 {
    text-transform: uppercase;
}

.translate {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    background-color: #00a3a4;
    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;
}

.translate i {
    color: #fff;
    font-size: 24px;
}

#google_translate_element {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
}

.home-download-cat .hiring {
    width: 50%;
    position: relative;
    display: block;
    text-align: left;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-transform: uppercase;
    -webkit-transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.home-download-cat .hiring {
    -webkit-text-stroke: 1px #000;
}

.home-download-cat {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v-light .contact-up:hover .hiring {
    color: #000;
}

.title-text-header-inner a {
    max-width: 50%;
}


/* responsive */

@media only screen and (max-width: 1080px) {
    .dsn-slider-content .slide-content .slide-content-inner {
        padding-left: 4.5vw;
    }
    .title-text-header-inner a {
        max-width: 70%;
    }
    .dsn-slider {
        height: 56vw;
    }
    .cover-bg {
        background-size: cover;
    }
    .intro-about .intro-content-text h2 {
        margin-bottom: 0px;
    }
    .section-margin {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 1000px) {
    .our-news .item-new .content {
        margin-left: 0px;
        padding: 20px;
    }
    footer {
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
    .our-services-2 .services-item {
        padding: 20px 15px;
    }
    .footer-main-box {
        display: block;
        margin: 15px 0;
    }
}

@media only screen and (max-width: 900px) {
    .innovation-m-mtb-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .header-hero.header-hero-2 .contenet-hero {
        padding: 150px 0 100px;
    }
    .footer .footer-links {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .ipad-plr-15 {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 20px;
    }
    .title-text-header-inner a {
        display: none;
    }
    .dsn-slider-content .slide-content .slide-content-inner .project-metas .cat:after {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .header-hero.header-hero-2 .contenet-hero {
        padding: 110px 0 40px;
    }
    .single-side-text {
        margin-top: 30px;
    }
    .header-hero.header-hero-2 h1 {
        font-size: 24px;
    }
    .contact-box {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .footer-img {
        padding-bottom: 20px;
    }
    .home-download-cat {
        display: block;
    }
    .footer-img {
        padding-bottom: 0px;
    }
    .title-text-header-inner a {
        display: none;
    }
    .dsn-slider-content .slide-content .slide-content-inner .project-metas .cat:after {
        display: none;
    }
    .cover-bg {
        background-position: right;
    }
    /* .dsn-slider .slide-inner .slide-item .image-container .image-bg img {
        display: block;
    } */
    .cover-bg {
        background-size: contain;
        margin-top: 30px;
    }
    .dsn-slider {
        height: 70vw;
    }
    .section-margin {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .section-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .nav__list-item {
        font-size: 25px;
    }
    body.nav-active .nav__list-item {
        margin-bottom: 7px;
    }
    .nav__list-item ul li {
        font-size: 14px;
    }
    .logo.main-logo a img {
        width: 70%;
    }
    .header-top .header-container {
        padding: 0px 15px;
    }
    .intro-about .intro-content-text h2 {
        margin-bottom: 10px;
    }
    .one-title {
        margin-bottom: 20px;
    }
    .company-main-img {
        margin-top: -20px;
    }
}