@import url('https://fonts.cdnfonts.com/css/poppins');
#footer {
    display: block!important;
}

.a-button a {
    color: #fff!important;
}

.product-btn-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0!important;
}

.product-acts {
    display: none;
}

.country-image img {
    width: 100%;
}

.contry-title {
    color: rgba(25, 27, 29, .6);
    text-align: center;
    font-size: 18px;
    /* padding-top: 10px; */
}

.fnt-weight-700 {
    font-weight: 700;
}

.export-flag img {
    height: 220px!important;
}

.product-all-text .product-title {
    text-transform: uppercase;
}

.product-all-text .product-price {
    text-transform: uppercase;
}


/* dropdown  css */

.product-dropdown select {
    appearance: none;
    -webkit-appearance: none;
    font: inherit;
    font-size: inherit;
    font-weight: 400;
    /* opinionated design defaults */
    block-size: 2.75rem;
    inline-size: 100%;
    border: 1px solid #000;
    border-radius: .25rem;
    background-color: #fff;
    color: #000;
    padding-inline-start: .5rem;
    /* compensate for arrow icon, so text doesn't overlap it */
    padding-inline-end: 2rem;
    /* arrow icon */
    background-image: conic-gradient( from 45deg, transparent 0% 25%, transparent 0% 75%, currentColor 0%);
    background-size: 12px 12px;
    background-position: right 1rem top calc(50% + 4px);
    background-repeat: no-repeat;
    line-height: 2;
}

.m-0 {
    margin: 0PX!important;
}

.d-flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}


/* dropdown  css end*/


/* list single product  */

.tag-list.ul-li li {
    display: flex;
}

.tag-list.ul-li ul li {
    border-top: 0;
    margin: 0;
    line-height: 1.5;
    padding: 10px;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
}

.tag-list.ul-li ul li:nth-child(odd) {
    background: rgba(0, 0, 0, .025);
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5;
    padding: 10px;
}

.mb-0 {
    margin-bottom: 0!important;
}

.tag-list.ul-li strong.list-title {
    width: 200px;
}

.tag-list.ul-li li b {
    padding-right: 20px;
}

ul.intro-product-list {
    padding-left: 0px!important;
}

.main-product h3.has-anim {
    width: auto !important;
}

.download-main h3.has-anim {
    width: auto !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.showcase-footer-left,
.showcase-footer-right {
    width: 100%;
}

.sub-product-main-img .alioth-products .product {
    margin-bottom: 0;
}

.page-content .section:last-child {
    margin-bottom: 50px;
}

.download-cat-main .blog-classic .post.alioth-post {
    margin-bottom: 0px;
}

.product-all-name img {
    width: auto!important;
    height: 100%!important;
}

.product-all-name {
    text-align: center
}

.product-all-text {
    padding: 10px;
    width: 80%;
}

.single-product-slider {
    width: auto;
    max-height: 590px;
}

.related-product-img img {
    width: auto!important;
    height: 100%!important;
}

.related-product-img {
    text-align: center
}

.single-product-img {
    width: auto;
    max-height: 590px;
    text-align: center;
}

.single-product-img img {
    width: auto;
    max-height: 590px;
}

.product-btn-view h3 {
    text-transform: capitalize;
}

.prdouct-btn {
    display: inline-block;
    background-color: #191b1d;
    /* margin: 25px 0; */
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

.prdouct-btn button {
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 1;
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
    /* padding: 20px 10px 20px 40px; */
    display: block;
    display: inline-block;
    background-color: #191b1d;
    /* margin: 25px 0; */
    cursor: pointer;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

.limit-single-page .c-col-3:nth-child(1) {
    display: none!important;
}

.limit-single-page .c-col-3:nth-child(2) {
    display: none!important;
}

.limit-single-page .c-col-3:nth-child(n+7) {
    display: none!important;
}

.footer-comapny:hover {
    color: #aed221;
}

.contact-details i {
    font-size: 40px
}

.contact-details {
    text-align: center
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
}


/* list single product end */

#google_translate_element {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.translate i {
    color: #fff;
    font-size: 24px;
}

.translate {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    background-color: #000;
    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: 1000;
}

.footer-img {
    /* background: url("../image/footer.jpg")!important; */
    background: #0a090c!important;
    background-size: cover;
}

.goup-of-company-logo .c-col-2 {
    margin-top: 20px;
    margin-bottom: 20px!important;
}

.goup-of-company-logo {
    margin-bottom: 0!important;
}

.goup-of-company-logo .c-col-2 img {
    width: auto !important;
}

@media screen and (min-width: 900px) {
    .sub-back.is-active {
        top: 100px!important;
    }
}

.core-value img {
    width: auto !important;
    max-width: 100px;
    padding-bottom: 20px;
}

.core-value .core-list {
    text-align: center;
}

.core-value .contry-title {
    margin-bottom: 10px;
}

.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.box video {
    -o-object-fit: cover;
    object-fit: cover;
    /* height: 690px; */
}

.video-title {
    text-align: center;
    color: #fff;
}

.video-title .sw-title {
    font-size: 18px;
    font-weight: 500;
}

.box video {
    width: 100%;
}

.product-wrapper .product-row .box {
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
}

.product-wrapper .b-1 .box {
    /* box-shadow: 8px 8px 20px rgb(0 0 0 / 50%); */
    /* background-image: url(/website/image/home/t-1.jpg); */
    position: absolute;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.product-wrapper .b-1 .box * {
    color: #fff;
    /* filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.6)); */
}

.product-wrapper .b-1 {
    height: 100%;
}

.product-wrapper .product-row h3 {
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

li.big-button a {
    font-size: 15px;
    /* line-height: 35px; */
    margin-left: -1px;
    font-weight: normal;
    margin-bottom: 1em;
    font-weight: 800;
}

.big-button a::after {
    font-size: 15px;
    top: -5px;
}

.mt-10 {
    margin-top: 10px;
}

.footer-menu p a {
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
}

.footer-menu p {
    text-align: center;
}

.fnt-weight-800 {
    font-weight: 800;
}

.mb-10 {
    margin-bottom: 10px;
}

ul.footer-social-list {
    display: flex;
    align-items: center;
}

ul.footer-social-list li {
    margin-right: 18px;
}

ul.footer-social-list li a {
    font-size: 20px;
}

.footer-contact-list ul li {
    position: relative;
    margin-left: 25px;
    line-height: 22px;
}

.footer-contact-list ul li i {
    position: absolute;
    left: -23px;
    font-size: 18px;
    top: 5px;
}

.footer-top.footer-widget {
    justify-content: center;
    display: flex;
}

.standard-home-main .aboutus {
    display: block;
    background-repeat: no-repeat;
    background-position: top left;
    /* background-size: auto 100%; */
    background-image: url(../image/home/img_about_backing.jpg);
    overflow: hidden;
}

.align-items-center {
    align-items: center;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.social-list-widget ul li a {
    padding-top: 3px;
}

.mb-20 {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}

@media (max-width: 992px) {
    .col-md-12 {
        /* -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; */
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .ipad-pt-70 {
        padding-top: 70px;
    }
}

@media (max-width: 600px) {
    .aboutus img {
        width: 100%;
    }
    .standard-home-main .aboutus {
        padding-top: 50px;
        margin-top: 0px;
    }
}

.fullscreen-slider-showcase {
    display: flex;
    justify-content: center;
}

.mt-0 {
    margin-top: 0px!important;
}

h1.big-title {
    line-height: 30px!important;
    margin-left: 0px!important;
}

.footer-main-sec h4 {
    color: #fff;
    letter-spacing: 0;
    font-weight: 600;
}

.footer-main-sec ul li a {
    color: #fff!important;
    font-weight: 500;
}


/* responsive */

@media screen and (max-width: 1100px) {
    .innovation-main .c-col-4,
    .innovation-main .c-col-8 {
        width: 100%;
    }
    .standard-home-main .c-col-4,
    .standard-home-main .c-col-8 {
        width: 100%;
    }
    /* .page-title h1.big-title {
        line-height: 66px;
        font-size: 72px;
    } */
    .page-header {
        margin-bottom: 70px;
    }
    .blog-classic .post-meta {
        padding: 0;
    }
    .sub-product-main-img .c-col-3 {
        width: 33.33%;
    }
    .sub-product-filter {
        margin-bottom: 30px!important;
    }
    .sub-product-filter .wrapper {
        margin-bottom: 0px;
    }
    .single-products-main.section {
        margin-bottom: 0px;
    }
    .single-products-main .wrapper {
        margin-bottom: 0px;
    }
    .product-page::before {
        height: auto;
    }
    /* h1.big-title {
        font-size: 55px;
    } */
    .related-products-main .c-col-12 {
        margin-bottom: 0px;
    }
    .page-header {
        padding-top: 140px;
    }
    .alioth-products.appli-img .product {
        margin-bottom: 0px;
    }
    .inspaired {
        margin-bottom: 30px!important;
    }
    .inspaired .wrapper-full {
        margin-bottom: 30px!important;
    }
    .inspaired .c-col-12 {
        margin: 0;
    }
    .inspaired .wrapper {
        margin-bottom: 30px;
    }
    .download-cat-main .c-col-12 {
        padding: 0;
    }
    .site-navigation.fullscreen .menu.main-menu {
        bottom: 30%;
    }
    #mouseCursor {
        width: 0px;
        height: 0px;
    }
    .section .c-col-3.ipad-none {
        display: none;
    }
    .image-main-center {
        display: flex;
        justify-content: center;
    }
    .certificate-main .c-col-3 {
        width: 33.33%;
    }
    .image-main-center .c-col-9 {
        width: 91%;
    }
    p {
        line-height: 24px;
    }
}

.w-100 {
    width: 100%;
}

@media screen and (max-width: 980px) {
    .product-all-name img {
        width: 100%!important;
        height: 100%!important;
    }
    .footer-top.footer-widget {
        justify-content: left;
    }
    .product-title {
        font-size: 21px;
        font-weight: 700;
        letter-spacing: -0.05em;
        margin-bottom: 5px;
    }
    .alioth-products .c-col-3 {
        width: 40%;
    }
    .core-value .c-col-3 {
        width: 33%;
    }
    .core-value .c-col-3:last-child {
        display: none;
    }
    .explore-home-main .c-col-4 {
        width: 50%;
    }
    .our-colle .c-col-2 {
        width: 30.666667%;
    }
}

@media screen and (max-width: 900px) {
    .ac-number {
        font-size: 46px;
        letter-spacing: 0.5px;
        height: 46px;
        padding-bottom: 0px;
    }
    span.ac-sign {
        font-size: 46px;
        letter-spacing: 0.5px;
    }
    .ac-title::before {
        margin-bottom: 0px;
    }
    .a-empty-space {
        height: 30px !important;
    }
    .section {
        margin-bottom: 50px;
    }
    .wrapper-small {
        margin-bottom: 50px;
    }
    .explore-start {
        padding: 30px 0 10px 0!important;
    }
    .ipad-h-0 {
        height: 0px !important;
    }
    .explore-home-main .a-button.style_1.light,
    .a-button.style_1 {
        margin: 0px 0;
    }
    .innovation-main h1.big-title {
        margin-bottom: 0px;
    }
    .explore-home-main .alioth-single-project {
        margin-bottom: 0px;
    }
    .ipad-none {
        display: none;
    }
    .embrace h1.big-title {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    h5 {
        margin-bottom: 0em;
    }
    .footer-bottom .c-col-6 {
        width: 100%;
    }
    .wrapper.footer-bottom {
        margin-bottom: 0px;
    }
    .wrapper {
        max-width: 100%;
    }
    .wrapper-small {
        max-width: 100%;
    }
    .certificate-main .c-col-3 {
        width: 33.33%;
    }
    .alioth-products .product {
        margin-bottom: 0;
    }
    .certificate-main {
        margin-bottom: 30px!important;
    }
    .product-finish-main .post-title {
        margin-top: 15px!important;
    }
    .product-finish-main .c-col-12 {
        padding: 0px;
    }
    .sub-product-filter .c-col-3 {
        width: 33.33%;
    }
    .related-products-main .c-col-3 {
        width: 33.33%;
    }
    .related-products-main {
        margin-bottom: 50px!important;
    }
    .inspaired-application h1.big-title {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .inspaired-application .c-col-9 {
        margin-bottom: 0px;
    }
    .download-cat-main .blog-classic .post.alioth-post {
        margin-bottom: 30px;
    }
    .download-main .product-btn-view {
        padding-top: 15px;
    }
    .download-main .a-button.light a,
    .download-main .a-button.light i,
    .download-main .a-button i,
    .download-main .a-button a {
        padding: 15px 7px 15px 20px;
    }
    .download-main .icofont-arrow-right {
        padding-left: 5px!important;
        padding-right: 10px!important;
    }
    .contact-details .c-col-4 {
        width: 33.333333%;
    }
    .contact-main-form .c-col-6 {
        width: 100%;
    }
    .ipad-order-2 {
        order: 2;
    }
    .ipad-order-1 {
        order: 1;
    }
    form>div {
        width: 48%;
        margin-right: 14px;
    }
    .explore-home-main .c-col-6 {
        width: 100%;
    }
    .image-main-center .c-col-9 {
        width: 100%;
    }
    .ipad-pt-50 {
        padding-top: 50px;
    }
    .sub-back.is-active {
        left: unset;
        right: 0;
        top: 15%;
    }
    .footer-main-sec .c-col-6.footer-top {
        width: 33.33%;
    }
    .footer-main-sec .c-col-3.footer-top {
        width: 33.33%;
    }
    #footer {
        padding: 70px 0 15px 0;
    }
}

@media screen and (max-width: 600px) {
    .alioth-products .c-col-3 {
        width: 100%;
    }
    .our-colle .c-col-2 {
        width: 100%;
    }
    .explore-home-main .c-col-4 {
        width: 100%;
    }
    .core-value .c-col-3 {
        width: 100%;
    }
    .product-all-name img {
        width: auto!important;
        height: 100%!important;
    }
    .footer-main-sec .c-col-6.footer-top {
        width: 100%;
    }
    .footer-main-sec .c-col-3.footer-top {
        width: 100%;
    }
    .a-empty-space {
        height: 0px !important;
    }
    .wrapper-small {
        max-width: 100%;
    }
    h3 {
        font-size: 20px;
        line-height: 26px;
    }
    /* h1.big-title {
        font-size: 30px;
        line-height: 40px;
    } */
    .wrapper {
        max-width: 100%;
    }
    .sw-title {
        font-size: 20px;
    }
    .sw-cat {
        font-size: 15px;
    }
    .sw-detail {
        padding-top: 15px;
        padding-left: 5px;
    }
    .c-col-1,
    .c-col-2,
    .c-col-3,
    .c-col-4,
    .c-col-5,
    .c-col-6,
    .c-col-7,
    .c-col-8,
    .c-col-9,
    .c-col-10,
    .c-col-11,
    .c-col-12 {
        margin-bottom: 20px;
    }
    .stastistic-main .c-col-3 {
        width: 50%;
        padding-top: 20px;
        text-align: center;
    }
    #footer {
        padding: 50px 0 15px 0;
    }
    .c-col-6.footer-widget {
        margin-bottom: 20px;
    }
    .page-header {
        margin-bottom: 50px;
    }
    .wrapper-full {
        margin-bottom: 0px;
    }
    .mob-m-0 {
        margin: 0px;
    }
    h1.big-title {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 0;
    }
    h1 {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 0;
    }
    h3 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
    }
    h4 {
        font-size: 17px;
        line-height: 24px;
        letter-spacing: 0;
    }
    .mob-mb-0 {
        margin-bottom: 0;
    }
    .page-title h1.big-title {
        line-height: 40px;
        font-size: 40px;
        margin-bottom: 0px;
    }
    .blog-classic .post.alioth-post {
        margin: 0;
        padding-bottom: 30px;
    }
    .blog-classic .post.alioth-post .post-title {
        margin-top: 15px;
    }
    .certificate-main .c-col-3 {
        width: 100%;
    }
    .product-finish-main .c-col-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-finish-main .a-button.light a,
    .product-finish-main .a-button.light i,
    .product-finish-main .a-button i,
    .product-finish-main .a-button a {
        padding: 12px 5px 12px 20px;
    }
    .download-main .a-button.light a,
    .download-main .a-button.light i,
    .download-main .a-button i,
    .download-main .a-button a {
        padding: 12px 5px 12px 20px;
    }
    .product-finish-main .icofont-arrow-right {
        padding-left: 5px!important;
        padding-right: 10px!important;
    }
    .download-main .icofont-arrow-right {
        padding-left: 5px!important;
        padding-right: 10px!important;
    }
    .sub-product-filter .d-flex {
        display: block;
    }
    .sub-product-filter .c-col-3 {
        width: 100%;
    }
    .sub-product-main-img .c-col-3 {
        width: 100%;
    }
    .related-products-main .c-col-12 {
        margin-bottom: 20px;
    }
    .page-content .section:last-child {
        margin-bottom: 0px;
    }
    .related-products-main .c-col-3 {
        width: 100%;
    }
    .alioth-products {
        margin-bottom: 30px!important;
    }
    .section {
        margin-bottom: 30px;
    }
    .inspaired .alioth-products {
        margin-bottom: 0px!important;
    }
    .export-flag .c-col-2 {
        width: 33.33%;
    }
    .download-cat-main .c-col-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .download-cat-main .blog-classic .post.alioth-post {
        margin-bottom: 0px;
    }
    .contact-details .c-col-4 {
        width: 100%;
        margin-bottom: 30px;
    }
    form>div {
        width: 100%;
        margin-right: 0px;
    }
    form input {
        padding: 20px;
    }
    .product-all-text {
        padding-left: 30px;
    }
    .goup-of-company-logo .c-col-2 {
        width: 50%;
    }
    .export-flag img {
        height: 110px!important;
    }
    .contry-title {
        font-size: 13px;
    }
}

@media screen and (max-width: 375px) {
    .page-title h1.big-title {
        font-size: 28px;
        line-height: 31px;
    }
}

@media screen and (max-width: 360px) {
    .footer-widget .big-button a {
        font-size: 18px;
    }
    .page-title h1.big-title {
        margin-bottom: 0px;
    }
    .tag-list.ul-li strong.list-title {
        width: 165px;
    }
}

@media screen and (max-width: 330px) {
    .tag-list.ul-li strong.list-title {
        width: 145px;
    }
}