body {
    margin: 0;
}

/* font family*/
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url('../fonts/Roboto-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/Poppins-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
}
/* font family*/

/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
}
/*Media query*/

.Desktop {
    display: block;
}

.Mobile {
    display: none;
}

.C_Align {
    text-align: center;
}

.body-bg {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/general/body-bg-01.jpg);
    background-position: center;
    background-size: cover;
}

.gray-bg, .gray-bg-fixed {
    background-image: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.4)), url(../images/general/gray-bg.jpg);
    background-position: center;
    background-size: cover;
}

.gray-bg-fixed {
    background-attachment: fixed;
}

.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 99;
}

    .fixed-top.scrolled, .wt-bg {
        background-color: #fff !important;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        transition: background-color 200ms linear;
    }

.head1, .head2, .head3, .head4, .head5, .head6, .head-tag, .sub-tag {
    margin: 0px 0px 10px;
}

.head1, .head2, .head3 {
    margin: 0px 0px 15px;
}

.head1 {
    font-family: Poppins-Bold;
    font-size: 45px;
}

.head2, .head3, .head4 {
    font-family: Poppins-SemiBold;
    font-size: 35px;
}

.head3 {
    font-size: 27px;
}

.head4 {
    font-size: 24px;
}

.head5, .head6 {
    font-family: Poppins-Medium;
    font-size: 17px;
}

.head6 {
    font-size: 15px;
}

.head-tag, .sub-tag, .sub-tag-01 {
    font-family: Poppins-Light;
}

.head-tag {
    font-size: 23px;
    line-height: 30px;
}

.head-line {
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding-bottom: 15px;
}

.sub-tag {
    font-size: 18px;
    line-height: 26px;
    color: rgba(0,0,0,0.5);
}

.sub-tag-01 {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0,0,0,0.5);
}

.sub-tag-blk {
    color: #000;
}

.font-red {
    color: #DE2221;
}

.font-red-01 {
    color: #f76564;
}

.font-blk {
    color: #000;
}

.font-wt {
    color: #fff;
}

.font-ylw {
    color: #ffd800;
}

font-gray {
    color: #7E7E7E;
}

.padding-01 {
    padding: 60px 0px;
}

.padding-02 {
    padding: 10px 0px 60px;
}

.padding-03 {
    padding: 35px 0px;
}

.logo a img {
    width: 190px;
    padding: 17px 0px;
}

.top-login {
    list-style-type: none;
    margin: 5px 0px 5px -40px;
    text-align: right;
}

    .top-login li {
        display: inline-block;
        padding: 0px 0px 0px 15px;
        font-family: Roboto-Regular;
        font-size: 15px;
        color: #000;
    }

        .top-login li a {
            color: #000;
            transition: all 0.5s;
        }

        .top-login li i {
            padding: 0px 3px 0px 0px;
            color: #DE2221;
        }

        .top-login li a:hover {
            color: #DE2221;
        }

        .top-login li a span {
            background-color: #DE2221;
            color: #fff;
            padding: 5px 10px;
            transition: all 0.5s;
            font-family: Roboto-Regular;
            font-size: 14px;
            border-radius: 5px;
        }

            .top-login li a span:hover {
                background-color: #ff2424
            }

.top-login-white li a, .top-login-white li {
    color: #fff;
}

.mainMenu {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    display: block;
    text-align: center;
    padding: 10px 0px;
}

    .mainMenu li {
        display: inline-block;
    }

        .mainMenu li a {
            color: #1e1e1e;
            font-family: Roboto-Regular;
            font-size: 15px;
            transition: all 0.5s;
            padding: 0px 32px;
        }

            .mainMenu li a:hover {
                color: #DE2221;
            }

        .mainMenu li ul li {
            padding: 0px;
            width: 100%;
            text-align: left;
            transition: all 0.5s;
        }

            .mainMenu li ul li:hover {
                background-color: #DE2221;
            }

                .mainMenu li ul li:hover a {
                    color: #fff;
                }

.mainMenu_White li a {
    color: #fff;
}

.dropdown-menu {
    margin: 10px 0px 0px 30px;
}

.top-line {
    border-bottom: 1px solid #f1f1f1;
}

.mtop {
    margin-top: 20px;
}

.fixed-ht {
    height: 82px;
}

.slider-bg-01 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.8)), url(../images/general/slider-01.jpg);
    background-position: center;
    background-size: cover;
}

.slider-bg-02 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.8)), url(../images/general/slider-02.jpg);
    background-position: center;
    background-size: cover;
}

.slider-bg-03 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.8)), url(../images/general/slider-03.jpg);
    background-position: center;
    background-size: cover;
}

.slider-bg-04 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.8)), url(../images/general/slider-04.jpg);
    background-position: center;
    background-size: cover;
}

.slider-bg-05 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.8)), url(../images/general/slider-05.jpg);
    background-position: center;
    background-size: cover;
}

.slider-txt {
    width: 100%;
    text-align: center;
    height: 100vh;
}

    .slider-txt tr td {
        vertical-align: middle;
    }

    .slider-txt h2 {
        color: #ff2424;
        font-family: Poppins-Bold;
        font-size: 45px;
        margin: 0px 0px 20px;
    }

        .slider-txt h2 span {
            font-size: 90px;
        }

    .slider-txt h3 {
        color: #fff;
        margin: 0px 50px;
        font-family: Poppins-Bold;
        font-size: 90px;
        line-height: 110px;
        text-shadow: 2px 2px #000;
    }

.service-padding {
    padding: 0px 0px 60px;
}

.service-box {
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
    border-radius: 10px;
    height: 375px;
    border-radius: 50px;
    text-align: center;
}

    .service-box:hover {
        transform: scale(1.1);
        object-fit: cover;
        position: relative;
        transition: transform 0.3s ease;
    }

    .service-box h1 span {
        background-color: rgba(0,0,0,0.7);
        color: #fff;
        font-size: 15px;
        font-family: Poppins-Light;
        padding: 8px 10px;
        border-radius: 15px;
    }

.service-box1 {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/general/application-01.jpg);
    background-size: cover;
}

.service-box2 {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/general/application-02.jpg);
    background-size: cover;
}

.service-box3 {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/general/application-03.jpg);
    background-size: cover;
}

.service-box4 {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/general/application-04.jpg);
    background-size: cover;
}

.tech-bg {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/general/home-about-bg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 160px;
    padding: 100px 0px;
}

.counter-01 {
    border-bottom: 1px solid #f76564;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 30px 0px;
}

.about-tbl {
    width: 100%;
}

    .about-tbl tr td {
        padding: 7px;
    }

        .about-tbl tr td img {
            width: 100%;
            border-radius: 100px;
        }

        .about-tbl tr td:nth-child(2) img {
            margin-top: 130px;
        }

        .about-tbl tr td:nth-child(3) img {
            margin-bottom: 70px;
        }

.read-more {
    margin: 20px 0px 10px;
}

    .read-more a {
        background-color: #DE2221;
        color: #fff;
        padding: 10px 20px;
        transition: all 0.5s;
        border-radius: 40px;
    }

        .read-more a:hover {
            background-color: #ff2424
        }

.automation-bg {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/general/automation-bg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 160px;
}

    .automation-bg h3 {
        text-align: center;
        padding: 100px 100px;
    }

.libelium-bg {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/general/gif-img-02.gif);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 160px;
    margin: 50px 0px 0px;
}

    .libelium-bg h3 {
        text-align: center;
        padding: 50px 100px;
        font-family: Poppins-SemiBold;
        font-size: 35px;
        color: #fff;
        line-height: 45px;
    }

.other-libelium-bg {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/general/network-bg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 0px;
}

.libelium-list {
    margin: 30px 0px 0px -40px;
    text-align: center;
}

    .libelium-list li {
        list-style-type: none;
        display: inline-block;
        margin: 5px;
    }

        .libelium-list li a {
            color: #DE2221;
            border: 1px solid #fff;
            background-color: #fff;
            color: #000;
            padding: 10px 20px;
            border-radius: 40px;
            transition: all 0.5s;
        }

            .libelium-list li a:hover {
                border: 1px solid #DE2221;
                background-color: #DE2221;
                color: #fff;
            }

.home-product {
    margin: 10px 0px;
    background-color: #000033;
    border-radius: 10px;
    border-radius: 15px;
    border-bottom: 2px solid #ff2424;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.home-product img {
    width: 100%;
    background-color: #fff;
    padding: 35px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    transition: all 0.5s;
}

.home-product:hover img {
    padding: 25px;
}

.home-product div {
    padding: 15px;
}

    .home-product div h3 {
        margin: 0px 0px 10px;
        font-size: 15px;
        font-family: Roboto-Regular;
        color: #f76564;
        border-bottom: 1px solid #f76564;
        padding: 0px 0px 10px;
    }

    .home-product div p {
        color: #fff;
        line-height: 21px;
        min-height: 70px;
    }

    .home-product div h6 {
        margin: 0px 0px 10px;
    }

        .home-product div h6 a {
            background-color: #DE2221;
            border: 1px solid #DE2221;
            color: #fff;
            font-size: 13px;
            padding: 5px 10px;
            transition: all 0.5s;
            border-radius: 5px;
        }

            .home-product div h6 a:hover {
                background-color: #ff2424;
                border: 1px solid #ff2424;
            }

.master-product img {
    border: 1px solid #DE2221;
    padding: 40px;
}

.master-product:hover img {
    padding: 20px;
}

.partner {
    margin: 20px 0px 0px;
}

    .partner ul {
        list-style-type: none;
        margin: 0px 0px 0px -40px;
        text-align: center;
    }

        .partner ul li {
            display: inline-block;
            padding: 5px;
        }

            .partner ul li img {
                width: 125px;
                border-radius: 5px;
                background-color: #fff;
                padding: 5px;
                border: 1px solid rgba(0,0,0,0.3);
                transition: all 0.5s;
            }

                .partner ul li img:hover {
                    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
                }

.news-bg {
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(../images/general/news-bg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    border-top-left-radius: 160px;
    border-top-right-radius: 160px;
}

.news-tbl {
    width: 100%;
    margin: 15px 0px 0px;
}

    .news-tbl tr td:nth-child(1) {
        width: 75%;
    }

.news-txtbx {
    border: 3px solid #DE2221;
    background-color: #fff;
    color: #000;
    padding: 7px;
    width: 100%;
}

.news-btn {
    border: 3px solid #DE2221;
    background-color: #DE2221;
    color: #fff;
    padding: 7px;
    width: 100%;
    transition: all 0.5s;
}

    .news-btn:hover {
        background-color: #ff2424;
    }

.footer-bg {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/general/body-bg-01.jpg);
    background-position: center;
    background-size: cover;
}

.footer-padding {
    padding: 30px 0px 20px;
}

.footer-width {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
}

.footer-head {
    color: #DE2221;
    margin: 0px 0px 0px;
    font-family: Poppins-Medium;
    font-size: 13px;
}

.footer-list {
    list-style-type: none;
    margin: 0px 0px 10px -40px;
    font-size: 13px;
}

    .footer-list li {
        padding: 1px 0px;
    }

        .footer-list li a {
            color: #fff;
            transition: all 0.5s;
        }

            .footer-list li a:hover {
                color: #DE2221;
                margin-left: 5px;
            }

        .footer-list li i {
            color: #DE2221;
            padding-right: 5px;
        }

.footer-iso {
    margin: 10px 0px 10px;
}

    .footer-iso img {
        width: 85px;
        background-color: #fff;
        border-radius: 50%;
        padding: 3px;
        margin: 0px 5px 0px 0px;
    }

.social-icon {
    margin: 10px 0px 10px;
}

    .social-icon a {
        color: #fff;
        font-size: 22px;
        padding-right: 5px;
        transition: all 0.5s;
    }

        .social-icon a:hover {
            color: #DE2221;
        }

.sharethis-div {
    margin: 5px 0px 10px;
}

.copyright-bg {
    background-color: #DE2221;
}

    .copyright-bg p {
        color: #fff;
        font-size: 13px;
        margin: 5px 0px;
    }

        .copyright-bg p a {
            color: #fff;
            transition: all 0.5s;
        }

            .copyright-bg p a:hover {
                text-decoration: underline;
            }

#fixed-sidemenu.stickIt {
    position: fixed;
    top: 116px;
    width: 296px;
    z-index: 1;
}

.fixed-product-sidemenu {
    height: 432px;
    overflow-y: auto;
    z-index: 1;
}

.submenu-zindex {
    position: relative;
    z-index: 99;
}

.sub-menu {
    /*background-image: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.1)), url(../images/general/gray-bg.jpg);
    background-position: center;
    background-size: cover;*/
    background-color: #eee;
    padding: 25px 15px 15px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

    .sub-menu h3, .sub-menu h4 {
        margin: 0px 0px 10px;
        font-family: Poppins-Medium;
        color: #DE2221;
        font-size: 14px;
        border-bottom: 1px solid #f76564;
        padding-bottom: 10px;
    }

    .sub-menu h4 {
        color: #000;
        border-bottom: none;
        margin: 0px 0px 0px;
        padding-bottom: 5px;
    }

    .sub-menu h6 {
        margin: 25px 0px;
    }

    .sub-menu ul {
        list-style-type: none;
        margin: 0px 0px 20px -40px;
    }

        .sub-menu ul li {
            padding: 8px 0px;
            border-bottom: 1px solid rgba(0,0,0,0.3);
        }

            .sub-menu ul li a {
                color: #000;
                transition: all 0.5s;
            }

                .sub-menu ul li a:hover {
                    color: #DE2221;
                }

            .sub-menu ul li i {
                float: right;
                padding-top: 5px;
            }

.sub-banner-text-01 {
    padding: 72px 0px;
}

.sub-banner-text-02 {
    padding: 48px 0px;
}

.sub-banner-text h6 {
    color: #fff;
    margin: 0px 0px 5px;
    font-size: 14px;
}

    .sub-banner-text h6 a {
        color: #fff;
        transition: all 0.5s;
    }

        .sub-banner-text h6 a:hover {
            text-decoration: underline
        }

    .sub-banner-text h6 i {
        padding: 0px 5px;
        color: #fff;
    }

.sub-banner-text h1 {
    font-family: Poppins-Bold;
    font-size: 45px;
    margin: 10px 0px;
    color: #fff;
}

.sub-banner-text-blk h6 a, .sub-banner-text-blk h6 {
    color: rgba(0,0,0,0.7);
}

.sub-banner-text-blk h1 {
    color: #000;
}

.sub-banner-text-blk h6 i {
    color: #DE2221;
}

.sub-banner-feature {
    width: 100%;
    height: 38vh;
}

    .sub-banner-feature tr td {
        padding: 10px;
        width: 33.333%;
    }

        .sub-banner-feature tr td div {
            padding: 10px;
            border-radius: 10px;
            min-height: 155px;
        }

            .sub-banner-feature tr td div h6 {
                margin: 10px 0px 25px;
                font-size: 20px;
            }

                .sub-banner-feature tr td div h6 span {
                    padding: 8px;
                    border-top-left-radius: 10px;
                }

            .sub-banner-feature tr td div p {
                font-family: Poppins-Light;
                line-height: 20px;
                margin: 0px;
                color: #fff;
                font-size: 13px;
            }

.bg-01 tr td div {
    background: linear-gradient(to top, #16222a, #3a6073);
}

    .bg-01 tr td div h6 span {
        background-color: #f76564;
    }

.bg-02 tr td div {
    background: linear-gradient(to top, #ad5389, #3c1053);
}

    .bg-02 tr td div h6 span {
        background-color: #ccc;
    }

.bg-03 tr td div {
    background: linear-gradient(to top, #000046, #1cb5e0);
}

    .bg-03 tr td div h6 span {
        background-color: #000046;
    }

.bg-04 tr td div {
    background: linear-gradient(to bottom, #780206, #061161);
}

    .bg-04 tr td div h6 span {
        background-color: #780206;
    }

.bg-05 tr td div {
    background: linear-gradient(to top, #d38312, #a83279);
}

    .bg-05 tr td div h6 span {
        background-color: rgba(0,0,0,0.2);
    }

.bg-06 tr td div {
    background: linear-gradient(to top, #ff00cc, #333399);
}

    .bg-06 tr td div h6 span {
        background-color: #ccc;
    }

.bg-07 tr td div {
    background: linear-gradient(to left, #8e2de2, #4a00e0);
}

    .bg-07 tr td div h6 span {
        background-color: rgba(0,0,0,0.7);
    }

.bg-08 tr td div {
    background: linear-gradient(to top, #0575e6, #021b79);
}

    .bg-08 tr td div h6 span {
        background-color: #8e2de2;
    }

.bg-09 tr td div {
    background: linear-gradient(to top, #f46b45, #eea849);
}

    .bg-09 tr td div h6 span {
        background-color: rgba(0,0,0,0.7);
    }

.bg-10 tr td div {
    background: linear-gradient(to top, #0575e6, #021b79);
}

    .bg-10 tr td div h6 span {
        background-color: #0575e6;
    }

.sub-banner-libelium {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/general/banner-libelium.jpg);
    background-position: center;
    background-size: cover;
}

.sub-banner-waspmote {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/general/banner-waspmote.jpg);
    background-position: center;
    background-size: cover;
}

.sub-banner-plug {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/general/banner-plug.jpg);
    background-position: center;
    background-size: cover;
}

.sub-banner-meshlium {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/general/banner-meshlium.jpg);
    background-position: center;
    background-size: cover;
}

.sub-banner-air-quality {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/general/banner-air-quality.jpg);
    background-position: center;
    background-size: cover;
}

.sub-banner-libelium-one {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../images/general/banner-libelium-one.jpg);
    background-position: center;
    background-size: cover;
}

.sub-banner-iris360 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/general/banner-iris360.jpg);
    background-position: center;
    background-size: cover;
}

.sub-banner-gateworks {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/general/banner-gateworks.jpg);
    background-position: center;
    background-size: cover;
}

.sub-banner-lantronix {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/general/banner-lantronix.jpg);
    background-position: center;
    background-size: cover;
}

.sub-banner-memsic {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/general/banner-memsic.jpg);
    background-position: center;
    background-size: cover;
}

.sub-banner-perytons {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/general/banner-perytons.jpg);
    background-position: center;
    background-size: cover;
}

.sub-banner-archangel {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/general/banner-archangel.jpg);
    background-position: center;
    background-size: cover;
}

.sub-banner-mobile-robot {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)), url(../images/general/banner-mobile-robot.jpg);
    background-position: center;
    background-size: cover;
}

.sub-banner-zpe {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/general/banner-zpe.jpg);
    background-position: center;
    background-size: cover;
}

.sub-banner-shimmer {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/general/banner-shimmer.jpg);
    background-position: center;
    background-size: cover;
}

.sub-banner-about {
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(../images/general/banner-about.jpg);
    background-position: center;
    background-size: cover;
}

.sub-banner-mission {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/general/banner-mission.jpg);
    background-position: center;
    background-size: cover;
}

.sub-banner-quality {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/general/banner-quality.jpg);
    background-position: center;
    background-size: cover;
}

.sub-banner-clients {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/general/banner-clients.jpg);
    background-position: center;
    background-size: cover;
}

.sub-banner-blogs {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/general/banner-blogs.jpg);
    background-position: center;
    background-size: cover;
}

.sub-banner-careers {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/general/banner-careers.jpg);
    background-position: center;
    background-size: cover;
}

.sub-banner-terms {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/general/banner-terms.jpg);
    background-position: center;
    background-size: cover;
}

.sub-banner-news {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/general/banner-news.jpg);
    background-position: center;
    background-size: cover;
}

.sub-banner-sitemap {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/general/banner-sitemap.jpg);
    background-position: center;
    background-size: cover;
}

.sub-banner-contact {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/general/gif-img-01.gif);
    background-position: center;
    background-size: cover;
}

.sub-banner-INT80B {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/general/banner-INT80B.jpg);
    background-position: center;
    background-size: cover;
}

.list-01 {
    list-style-type: none;
    margin: 0px 0px 10px -40px;
}

    .list-01 li {
        padding: 2px 0px;
    }

.list-wt li {
    color: #fff;
}

.img {
    overflow: hidden;
    position: relative;
}

    .img img {
        transition: transform 0.3s ease;
    }

.img-border {
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(0,0,0,0.1);
}

    .img-border img {
        padding: 5px;
        border-radius: 5px;
        transition: transform 0.3s ease;
    }

.img-round {
    overflow: hidden;
    position: relative;
}

    .img-round img {
        border-radius: 10px;
        transition: transform 0.3s ease;
    }

    .img-border:hover img, .img-round:hover img, .img:hover img {
        transform: scale(1.2);
        object-fit: cover;
        position: relative;
        transition: transform 0.3s ease;
    }

.img-01 img {
    width: 65%;
}

.img-02 img {
    width: 100%;
}

.img-03 img {
    width: 80%;
}

.img-04 img {
    width: 50%;
}

.div-bg {
    margin: 20px 0px 30px;
    border-radius: 10px;
    padding: 20px 20px 10px;
}

.div-bg-01 {
    background: linear-gradient(to top, #ad5389, #3c1053);
}

.div-bg-02 {
    background: linear-gradient(to top, #d38312, #a83279);
}

.div-bg-03 {
    background: linear-gradient(to right, #fc466b, #3f5efb);
}

.div-bg-04 {
    background: linear-gradient(to left, #c31432, #240b36);
}

.div-bg-05 {
    background: linear-gradient(to top, #0575e6, #021b79);
}

.div-bg-06 {
    background: linear-gradient(to right, #780206, #061161);
}

.div-bg-07 {
    background: linear-gradient(to right, #673ab7, #512da8);
}

.div-bg-08 {
    background: linear-gradient(to right, #da4453, #89216b);
}

.tab-content {
    margin: 30px 0px 15px;
}

.border-bottom {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin: 20px 0px 30px;
}

.tbl-01 {
    width: 100%;
    margin: 10px 0px;
}

    .tbl-01 tr th, .tbl-01 tr td {
        padding: 5px;
        border: 1px solid rgba(0,0,0,0.2);
        font-weight: 500;
    }

    .tbl-01 tr th {
        background-color: rgba(0,0,0,0.5);
        color: #fff;
    }

.wave-bg {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/general/wave-bg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.enquiry-div {
    padding: 60px 150px;
}

    .enquiry-div p {
        margin: 0px 0px 20px;
    }

    .enquiry-div input {
        border: 1px solid #DE2221;
        background-color: #DE2221;
        border-radius: 30px;
        color: #fff;
        padding: 7px 14px;
        transition: all 0.5s;
    }

        .enquiry-div input:hover {
            background-color: #ff2424;
        }

.source {
    margin: 0px 0px 5px;
    font-size: 10px;
    color: #666;
    text-align: right;
}

.link a {
    color: #DE2221;
    text-decoration: underline;
    transition: all 0.5s;
}

    .link a:hover {
        color: #ff2424;
    }

.div-01 {
    margin: 20px 0px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.div-ht-01 {
    min-height: 500px;
}

.div-ht-02 {
    min-height: 345px;
}

.div-ht-03 {
    min-height: 450px;
}

.div-ht-04 {
    min-height: 530px;
    margin: 10px 0px;
    padding: 10px;
    border-bottom: 3px solid #f76564;
}

.clients {
    margin: 0px 0px 10px -40px;
    list-style-type: none;
}

    .clients li {
        padding: 8px;
        display: inline-flex;
    }

        .clients li img {
            width: 215px;
            border: 1px solid rgba(0,0,0,0.5);
            border-radius: 5px;
            padding: 10px;
            transition: all 0.5s;
        }

            .clients li img:hover {
                box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
            }

.form-txtbx {
    border: 1px solid #fff;
    background-color: #fff;
    padding: 5px;
    color: #000;
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
    min-height: 45px;
}

.form-ddl {
    padding: 6px 6px;
}

.form-btn {
    border: 1px solid #DE2221;
    background-color: #DE2221;
    padding: 5px;
    color: #fff;
    width: 80px;
    transition: all 0.5s;
    border-radius: 3px;
    min-height: 45px;
}

    .form-btn:hover {
        background-color: #ff2424;
    }

.form-btn-width {
    width: auto;
}

.form-captcha {
    font-family: Poppins-Medium;
    color: #DE2221;
    font-size: 14px;
}

.form-message {
    color: #DE2221;
}

.news-lblmsg {
    background-color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff
}

.form-multitxt {
    margin: 0px 0px 3px;
}

.contact-dtl h6 {
    margin: 0px 0px 10px;
}

    .contact-dtl h6 img {
        width: 40px;
    }

.contact-dtl h5 {
    margin: 0px 0px 5px;
    color: #DE2221;
    font-size: 15px;
}

.contact-dtl p {
    color: #fff;
}

    .contact-dtl p i {
        color: #DE2221;
        padding-right: 5px;
    }

    .contact-dtl p a {
        color: #fff;
        transition: all 0.5s;
    }

        .contact-dtl p a:hover {
            text-decoration: underline;
        }

.contact-dtl h4 {
    margin: 0px 0px 15px 0px;
    border-bottom: 1px solid #f76564;
    width: 65%;
}

.zpe-list {
    list-style-type: none;
    margin: 0px 0px 0px -40px;
    text-align: center;
}

    .zpe-list li {
        display: inline-block;
        padding: 3px 3px 8px 3px;
        font-size: 14px;
    }

        .zpe-list li span {
            background-color: rgba(0,0,0,0.2);
            padding: 5px;
            border-radius: 5px;
        }

.iso {
    margin: 10px 0px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px;
    border-radius: 10px;
}

    .iso img {
        width: 100px;
    }

    .iso p {
        margin: 5px 0px 0px;
    }

.sitemap {
    margin: 0px 0px 0px -30px;
}

    .sitemap li {
        list-style-type: none;
    }

        .sitemap li a {
            color: #000;
            transition: all 0.5s;
        }

            .sitemap li a:hover {
                color: #DE2221;
            }

        .sitemap li i {
            color: #DE2221;
            padding-right: 5px;
        }

/*Blog section*/
.blog-table, .blog-table tr td table {
    width: 100%;
}

    .blog-table tr td table {
        margin: 0px 0px 10px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 5px;
        background-color: #fff;
    }

        .blog-table tr td table tr td {
            padding: 10px;
            vertical-align: top;
        }

            .blog-table tr td table tr td:nth-child(1) {
                /*width: 40%;*/
            }

            .blog-table tr td table tr td img {
                width: 100%;
                border-radius: 5px;
            }

            .blog-table tr td table tr td h6 {
                margin: 8px 0px 15px;
            }

                .blog-table tr td table tr td h6 span {
                    background-color: #780206;
                    color: #fff;
                    padding: 3px 6px;
                    border-radius: 5px;
                    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
                }

            .blog-table tr td table tr td h1, .blog-table tr td table tr td h2, .blog-table tr td table tr td h3 {
                margin: 10px 0px 5px;
                font-family: Roboto-Medium;
                font-size: 17px;
                color: #ff512f;
            }

            .blog-table tr td table tr td h2 {
                font-size: 15px;
                color: #e67817;
            }

                .blog-table tr td table tr td h2 strong {
                    font-weight: normal;
                }

            .blog-table tr td table tr td h3 {
                font-size: 15px;
                color: #DE2221;
            }

.blog-details-bg {
    /*background-image: url(../images/general/body-bg-01.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;*/
}

.blog-table-small tr td table {
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 5px;
    min-height: 400px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    border-collapse: separate;
}

.blog-table-small tr td {
    padding: 5px;
    vertical-align: top;
    width: 50%;
}

    .blog-table-small tr td table tr td div h1 {
        margin: 20px 0px 5px;
        font-family: Poppins-Medium;
        font-size: 16px;
        color: #DE2221;
    }

    .blog-table-small tr td table tr td h1, .blog-table-small tr td table tr td h2, .blog-table-small tr td table tr td h3, .blog-table-small tr td table tr td h4, .blog-table-small tr td table tr td h5, .blog-table-small tr td table tr td h6, .blog-table-small tr td table tr td p strong {
        font-family: Poppins-Medium;
        margin: 5px 0px 10px;
        font-size: 15px;
    }

.blog-table tr td table tr td h1, .blog-table tr td table tr td h2, .blog-table tr td table tr td h3, .blog-table tr td table tr td h4, .blog-table tr td table tr td h5, .blog-table tr td table tr td h6 {
    font-family: Poppins-Medium;
}

.blog-table tr td table tr td h1 {
    font-size: 20px;
    color: #DE2221;
}

.blog-table tr td table tr td h2 {
    font-size: 18px;
    color: #780206;
}

.blog-table tr td table tr td h3 {
    font-size: 17px;
    color: #002244;
}

.blog-table tr td table tr td h4 {
    font-size: 15px;
    color: #780206;
}

.blog-table tr td table tr td h5 {
    font-size: 17px;
    color: #DE2221;
}

.blog-table-small tr td table tr td h6 {
    font-family: Roboto-Regular;
    margin: 5px 0px;
    font-size: 13px;
}

.blog-table-small tr td table tr td h5 a {
    color: #DE2221;
    text-decoration: underline;
    font-family: Roboto-Regular;
    font-size: 15px;
    transition: all 0.5s;
}

    .blog-table-small tr td table tr td h5 a:hover {
        color: #780206;
    }

.blog-table-small tr td table tr td img {
    height: auto
}

.blog-table tr td table tr td ol li,
.blog-table tr td table tr td ol li span,
.blog-table tr td table tr td ul li,
.blog-table tr td table tr td ul li span {
    font-family: Roboto-Regular;
}
/*Blog section*/


/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
    .service-box h1 {
        margin: 150px 0px 0px;
    }

    .sharethis-div {
        width: 101%;
    }

    .footer-div {
        margin-left: 25px;
    }

    .sub-menu {
        width: 90%;
    }

    .sub-banner-feature tr td div p {
        font-size: 14px;
    }

    .contact-dtl {
        width: 90%;
        margin-left: 50px;
    }

    .clients li img {
        width: 170px;
    }

    .head2-ht {
        line-height: 42px;
    }

    .libelium-list li {
        margin: 10px;
    }

        .libelium-list li a {
            padding: 15px 30px;
        }
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
    .mainMenu li a {
        padding: 0px 20px;
    }

    .head1 {
        font-size: 42px;
    }

    .head2 {
        font-size: 34px;
    }

    .head3 {
        font-size: 28px;
    }

    .head4 {
        font-size: 24px;
    }

    .head5 {
        font-size: 21px;
    }

    .head6 {
        font-size: 18px;
    }

    .head-tag {
        font-size: 22px;
    }

    .sub-tag {
        font-size: 18px;
    }

    .sub-tag-01 {
        font-size: 15px;
    }

    .slider-txt h2 {
        font-size: 42px;
    }

        .slider-txt h2 span {
            font-size: 80px;
        }

    .slider-txt h3 {
        font-size: 58px;
        line-height: 75px;
    }

    .footer-width {
        width: 33.333%;
    }

    .sub-banner-text h1 {
        font-size: 35px;
    }

    .enquiry-div {
        padding: 60px 60px;
    }

        .enquiry-div input {
            padding: 5px 10px;
        }

    #fixed-sidemenu.stickIt {
        width: 200px;
    }
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
    .logo a img {
        width: 150px;
    }

    .top-login li {
        font-size: 14px;
    }

    .mainMenu li a {
        font-size: 14px;
        padding: 0px 9px;
    }

    .head1 {
        font-size: 35px;
    }

    .head2 {
        font-size: 30px;
    }

    .head3 {
        font-size: 26px;
    }

    .head4 {
        font-size: 21px;
    }

    .head5 {
        font-size: 19px;
    }

    .head6 {
        font-size: 17px;
    }

    .head-tag {
        font-size: 20px;
    }

    .sub-tag {
        font-size: 17px;
    }

    .slider-txt h2 {
        font-size: 35px;
    }

        .slider-txt h2 span {
            font-size: 60px;
        }

    .slider-txt h3 {
        font-size: 45px;
        line-height: 58px;
    }

    .footer-width {
        width: 33.333%
    }

    .fixed-ht {
        height: 80px;
    }

    .sub-banner-text h6 {
        font-size: 13px;
    }

    .sub-banner-text h1 {
        font-size: 28px;
    }

    .enquiry-div {
        padding: 60px 40px;
    }

        .enquiry-div input {
            padding: 5px 10px;
        }

    .div-ht-04 {
        min-height: 0px;
    }

    .libelium-bg h3 {
        font-size: 30px;
        line-height: 38px;
    }

    .libelium-list li {
        margin: 0px 5px 30px 5px;
    }

    #fixed-sidemenu.stickIt {
        width: 210px;
    }

    .service-box {
        margin: 10px 0px;
    }
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {
    .logo a img {
        width: 135px;
        padding: 5px 0px;
    }

    .top-login {
        margin: 0px 0px 5px 0px;
        text-align: center;
        border-top: 1px solid #eee;
        padding: 5px 0px 0px 0px;
    }

        .top-login li {
            font-size: 14px;
            padding: 0px 2px;
        }

            .top-login li a span {
                padding: 3px 5px;
                font-size: 13px;
            }

    .mainMenu {
        margin: 0px 0px 0px 0px;
        text-align: left;
    }

        .mainMenu li {
            display: list-item;
            padding: 3px 0px;
        }

            .mainMenu li a {
                font-size: 14px;
                padding: 0px 0px;
            }

    .dropdown-menu {
        margin: 3px 0px 0px 20px;
    }

    .footer-iso img {
        width: 65px;
    }

    .head1 {
        font-size: 22px;
        font-family: Poppins-Medium;
        margin: 0px 0px 10px;
    }

    .head2 {
        font-size: 20px;
        font-family: Poppins-Medium;
    }

    .head3 {
        font-size: 18px;
        font-family: Poppins-Light;
    }

    .head4 {
        font-size: 17px;
    }

    .head5 {
        font-size: 16px;
    }

    .head6 {
        font-size: 15px;
    }

    .head1, .head2, .head3 {
        margin: 0px 0px 10px;
    }

    .head-tag {
        font-size: 16px;
        line-height: 25px;
    }

    .sub-tag {
        font-size: 14px;
        line-height: 20px;
    }

    .padding-01, .padding-02, .padding-03 {
        padding: 20px 0px 20px;
    }

    .video-bg {
        height: 55vh;
    }

    .slider-txt {
        height: 30vh;
    }

        .slider-txt h2 {
            font-size: 25px;
            font-family: Poppins-Medium;
            margin: 0px 0px 10px;
        }

            .slider-txt h2 span {
                font-size: 35px;
            }

        .slider-txt h3 {
            margin: 0px 15px;
            font-size: 22px;
            line-height: 30px;
        }

    .wheel-container {
        width: 250px;
        height: 250px;
    }

    .wheel-container-div {
        height: 63vh;
    }

    .service {
        width: 100px;
        height: 100px;
        top: 58%;
        left: 30%;
        transform-origin: 50% -20px;
    }

    .application-bg {
        padding: 20px 0px;
    }

    .read-more {
        margin: 15px 0px;
        font-size: 14px;
    }

        .read-more a {
            padding: 5px 10px;
        }

    .mtop {
        margin-top: 10px;
    }

    .home-product {
        text-align: center;
    }

        .home-product img {
            width: 50%;
            border-radius: 10px;
            margin: 20px 0px 0px;
        }

    .partner {
        margin: 10px 0px 0px;
    }

        .partner ul li {
            padding: 5px;
        }

            .partner ul li img {
                width: 100px;
            }

    .wave-bg {
        min-height: 0;
    }

    .footer-width {
        width: 100%;
    }

    .fixed-ht {
        height: 45px;
    }

    .sub-banner-text-01, .sub-banner-text-02 {
        padding: 30px 0px;
    }

    .sub-banner-text h6 {
        font-size: 13px;
    }

    .sub-banner-text h1 {
        font-family: Poppins-Medium;
        font-size: 22px;
    }

    .sub-banner-feature {
        width: 100%;
        height: auto;
        margin: 0px 0px 20px;
    }

        .sub-banner-feature tr td div {
            min-height: 135px;
        }

            .sub-banner-feature tr td div h6 {
                margin: 10px 0px 15px;
                font-size: 15px;
            }

    .div-bg {
        margin: 15px 0px;
        padding: 15px;
    }

    .tab-content {
        margin: 15px 0px;
    }

    .img-01 img, .img-02 img {
        width: 100%;
    }

    .img-03 img {
        width: 85%;
    }

    .enquiry-div {
        padding: 50px 15px;
    }

        .enquiry-div input {
            padding: 3px 6px;
        }

    .div-ht-01 .div-ht-02, .div-ht-03, .div-ht-04 {
        min-height: 0px;
    }

    .clients {
        text-align: center;
    }

        .clients li img {
            width: 85px;
        }

    .service-box {
        height: 300px;
        padding: 15px;
        font-size: 14px;
    }

        .service-box:hover {
            flex: 2;
        }

        .service-box a div {
            height: 300px;
        }

            .service-box a div h1 {
                margin: 20px 0px 0px;
                font-size: 15px;
                font-family: Roboto-Regular;
            }

    .automation-bg, .about-tbl tr td img, .tech-bg, .news-bg {
        border-radius: 0px;
    }

        .automation-bg h3 {
            padding: 50px 30px;
        }

    .service-box h1 {
        margin: 45px 0px 0px;
        color: #fff;
        font-size: 14px;
        font-family: Poppins-Light;
        line-height: 30px;
    }

    .libelium-bg {
        border-radius: 160px;
    }

        .libelium-bg h3 {
            margin: 30px 0px 0px;
            padding: 30px 30px;
            font-size: 18px;
            font-family: Poppins-Medium;
            line-height: 25px;
        }

    .other-libelium-bg {
        padding: 40px 0px 20px;
    }

    .libelium-list li {
        margin: 0px 5px 20px 5px;
    }

        .libelium-list li a {
            padding: 5px 10px;
        }

    #fixed-sidemenu.stickIt {
        position: relative;
        display: none;
        width: 200px;
    }

    .service-box {
        margin: 10px 0px;
        height: 250px;
    }

        .service-box h1 span {
            font-size: 13px;
            padding: 5px;
            border-radius: 5px;
        }
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
    .slider-txt h3 {
        font-size: 20px;
    }
}
/*Media query*/
