/* ## Global */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    overflow-x: hidden;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    outline: 0 !important;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    margin: 10px 0;
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
}

    table td {
        border: 3px solid #fff;
        padding: 10px;
        color: #000;
        font-weight: 500;
        background-color: #f2f2f2;
        text-align: center;
    }

    table tr.title td {
        font-size: 14px;
        background-color: #d9d9d9;
        line-height: 20px;
        padding: 5px 5px;
        text-align: center;
        color: #000;
        font-weight: 600;
    }

p {
    margin-bottom: 10px;
}

@font-face {
    font-family: 'Square721 Ex BT';
    src: url('fonts/Square721BT-RomanExtended.woff2') format('woff2'), url('fonts/Square721BT-RomanExtended.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Thekla Bold Extended';
    src: url('fonts/TheklaBoldExtended.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* - Padding/Margin */
.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.clear {
    clear: both;
}

/* - Container */
.container {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.container-fluid {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.historyImage {
    width: 50%;
    float: left;
}
.historyContent {
    float: left;
    width: 50%;
    padding: 0px 0 0 25px;
}
.historyImage img {
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    border-radius: 5px;
}
/* - POP CSS */
#mask {
    position: fixed;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    z-index: 99;
    background-color: #000;
    opacity: 1 !important;
    display: none;
    height: auto !important;
}

#boxes .window {
    top: 50% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    position: absolute;
    text-align: center;
    max-width: 500px;
    background-color: rgba(255,255,255,1);
    padding: 60px 15px 30px;
    border-radius: 5px;
}

.close {
    position: absolute;
    right: 25px;
    top: 15px;
    background-color: #fff;
    border-radius: 100%;
    height: 30px;
    display: inline-block;
    line-height: 28px;
    width: 30px;
    color: #000;
    border: 1px solid #000;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

    .close:hover {
        background-color: #000;
        color: #fff;
    }

#boxes .contactbox .form-group {
    max-width: 450px;
    border-radius: 5px;
}

#popupfoot {
    font-size: 16pt;
    position: absolute;
    bottom: 0px;
    width: 250px;
    left: 250px;
}

/* - Form */
.form-group {
    margin-bottom: 15px;
}

.form-control {
    border: 1px solid #ccc;
    min-height: 34px;
    padding: 5px 15px;
    background-color: #fff;
    color: #000;
    display: block;
    width: 100%;
    font-size: 15px;
    -webkit-box-shadow: none;
    /*-webkit-appearance: none;*/
    box-shadow: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

    .form-control:focus {
        border-color: #000;
    }

.form-group label {
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: 600;
}

textarea.form-control {
    font-family: 'Roboto', sans-serif;
}

.btn_default {
    background-color: #803c15;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 22px;
    padding: 13px 75px;
    cursor: pointer;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    position: relative;
    z-index: 1;
    font-weight: 700;
}

    .btn_default:hover {
        background-color: #362967;
    }

.form-group select option {
    padding: 2px 5px;
}

.listing {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: left;
    margin-bottom: 15px;
}

    .listing.two ul li {
        width: 50%;
        float: left;
    }

    .listing.three ul li {
        width: 33.33%;
        float: left;
    }

    .listing li {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        padding-left: 30px;
        font-size: 14px;
    }

        .listing li::before {
            position: absolute;
            content: "\f0a9";
            left: 0;
            font-family: "FontAwesome";
            font-size: 16px;
            color: #ee2027;
            top: 0;
        }

/* ## Header */
.header_s > .container {
    position: relative;
    z-index: 5;
}

.socialfeeds-box.yt [class*="col"] {
    width: 100% !important;
}

/* - MenuBlock */
.menu-block {
    display: inline-block;
    width: 100%;
}

/* - Section Header */
.section-header {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

    .section-header h3 {
        color: #1d2d43;
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .section-header p {
        color: #444444;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }


/* ## Pagebanner */
.pagebanner-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 175px;
    padding-bottom: 175px;
}

    .pagebanner-section .pagebanner-content {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        padding: 0 15px;
        max-width: 1000px;
    }

    .pagebanner-section h1 {
        font-size: 30px;
        font-weight: 400;
        color: #fff;
    }

    .pagebanner-section.pagebanner_aboutus {
        background: url("images/banner/slide5/1.jpg") no-repeat;
        background-size: cover;
        background-position: center;
    }

    .pagebanner-section.pagebanner_product {
        background: url("images/banner/slide5/1.jpg") no-repeat;
        background-size: cover;
        background-position: center;
    }

    .pagebanner-section.pagebanner_contactus {
        background: url("images/pagebanner/pagebanner_contactus.jpg") no-repeat;
        background-size: cover;
        background-position: bottom;
    }

.pagebanner_contactus .pagebanner-content h3 {
    color: #fff;
}

/*.pagebanner-section.pagebanner_contactus {
    padding-top: 75px;
    padding-bottom: 75px;
}*/

/*Gallery & home page product center*/
.text-center {
    text-align: center;
}

.owl-carousel .owl-nav.disabled {
    display: none !important;
}

.bs-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}

.pt-3 {
    padding-top: 4rem;
}

.pb-3 {
    padding-bottom: 4rem;
}

.gallery-section .owl-nav {
    display: none;
}

.gallery-section .owl-carousel .item h4, .gallery-section .title-head h4{
    padding: 1.5rem 0;
    text-align: center;
    font-size: 20px;
}

.gallery-section .title-head h3 {
    text-align: center;
    padding: 1.5rem 0;
}

/* - SlidePanel */
.slidepanel {
    display: block;
}

.closeit,
.toggle,
.slideit {
    display: none;
}

/* - Slider Section */
.slider-section {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

    .slider-section .bxslider {
        max-width: 1920px;
        margin: 0 auto;
    }

.sliderbanner-innercontent {
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-weight: 300;
}

.sliderbanner-content h3 {
    font-size: 35px;
    color: #ed1c24;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
}

.pagebanner-content h3 {
    font-size: 50px;
    color: #1d2d43;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
}

.slider-section .m-hide {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-weight: 300;
}

.slider-section .slider-rotate {
    margin-top: 68px;
}

.slider-section .bxslider li.slide-2 h3 {
    font-weight: 300;
    color: #1d2d43;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 50px;
}

.slider-section .bxslider li h3 {
    color: #1d2d43;
    font-weight: 300;
    font-size: 50px;
}

    .slider-section .bxslider li h3 span {
        color: #ed1c24;
    }

.slider-section .bx-wrapper img {
    display: inline-block;
}

.slider-section .bxslider li.slide-2 h3.text-left {
    text-align: left;
    left: 2%;
}

.slider-section .bxslider li.slide-2 h3.text-right {
    text-align: right;
    right: 8%;
}

    .slider-section .bxslider li.slide-2 h3.text-right a {
        top: 10px;
        position: relative;
    }

.slider-section .bxslider li.slide-3 .sliderbanner-content {
    width: 50%;
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: left;
}

    .slider-section .bxslider li.slide-3 .sliderbanner-content h3 {
        margin-left: 15px;
    }

.sliderbanner-content-imgbricks {
    max-width: 540px;
    float: right;
    margin-right: 30px;
}

    .sliderbanner-content-imgbricks img.wow {
        max-width: 180px;
        margin-top: -50px;
    }


.slider-section .bxslider li.slide-4 p,
.slider-section .bxslider li.slide-4 h3 {
    position: absolute;
    top: 45%;
    text-align: center;
    left: 0;
    right: 0;
}

.sliderbanner-content .slider-product-img {
    display: inline-block;
    color: #000;
    text-align: center;
    padding: 0 10px;
    width: 25%;
    float: left;
}

    .sliderbanner-content .slider-product-img h4 {
        font-size: 24px;
        color: #000;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 10px;
    }

        .sliderbanner-content .slider-product-img h4 span {
            display: block;
        }

    .sliderbanner-content .slider-product-img p {
        font-size: 18px;
        color: #000;
        font-weight: 400;
    }

.slider-section .bxslider li.slide-4 p {
    font-size: 28px;
    margin-top: 70px;
    color: #1d2d43;
    font-weight: 400;
}

.slider-section .bxslider li.slide-5 h3 {
    /*background-color: rgba(255,255,255,0.9);*/
    display: inline-block;
    padding: 10px 15px;
}

.sliderbanner-innercontent {
    max-width: 1260px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.slider-banner-img {
    position: relative;
    top: 0;
    width: 395px;
    height: 395px;
    max-width: 450px;
    margin: 0 auto 20px;
}

.slider-banner-inner-img {
    display: inline-block;
}

    .slider-banner-inner-img > img.m-hide {
        -webkit-animation: rotation 15s infinite linear;
    }

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-359deg);
    }
}

.slider-banner-inner-img > img.slider-rotate {
    -webkit-animation: rotation2 15s infinite linear;
}

@-webkit-keyframes rotation2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.bx-wrapper {
    margin-bottom: 0;
}

.slider-section .bx-wrapper .bx-controls-direction a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    border: 1px solid #ed1c24;
    color: #fff;
    border-radius: 100%;
    background-color: transparent;
    text-indent: 0;
    font-size: 0px;
}

    .slider-section .bx-wrapper .bx-controls-direction a::before {
        position: absolute;
        font-family: "FontAwesome";
        font-size: 26px;
        color: #ed1c24;
        left: 0;
        right: 0;
        text-align: center;
    }

.slider-section .bx-wrapper .bx-next,
.slider-section .bx-wrapper .bx-prev {
    background: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.slider-section .bx-wrapper .bx-next {
    right: -50px;
}

.slider-section .bx-wrapper .bx-prev {
    left: -50px;
}

.slider-section:hover .bx-wrapper .bx-prev {
    left: 15px;
}

.slider-section:hover .bx-wrapper .bx-next {
    right: 15px;
}

.slider-section .bx-wrapper .bx-controls-direction .bx-prev::before {
    content: "\f104";
}

.slider-section .bx-wrapper .bx-controls-direction .bx-next::before {
    content: "\f105";
}

.slider-section .bx-wrapper .bx-controls-direction a:hover {
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.slider-section .bx-wrapper .bx-controls-direction .bx-prev:hover::before {
    color: #fff;
}

.slider-section .bx-wrapper .bx-controls-direction .bx-next:hover::before {
    color: #fff;
}

.slider-section .bxslider li[class*="slide-"] {
    height: 600px;
    background-position: center !important;
    background: url("images/banner/banner_bg.jpg") no-repeat;
    max-width: 1920px;
    border-bottom: 5px solid #f5f5f5;
}

.slider-section .bx-wrapper {
    max-width: 1920px !important;
    margin: 0 auto;
}

.slider-section .bxslider li.slide-5 {
    height: 600px;
    background-position: center !important;
    background: url("images/banner/slide5/1.jpg") no-repeat;
    max-width: 1920px;
}

.download_page .quality-box,
.contact-enquiry-form.popup {
    background-color: #ed1c24;
    padding: 20px;
    min-height: 195px;
    display: inline-block;
}

.contact-enquiry-form.popup {
    padding: 0;
}

.contact-enquiry-form > p {
    text-align: left;
    font-size: 13px;
    color: #fff;
}

.contact-enquiry-form.popup .contactbox .btn-submit {
    background-color: #fff;
    font-size: 15px;
    color: #000;
}

.contact-enquiry-form.popup .contactbox-block {
    max-width: 300px;
}

.contact-enquiry-form.popup .contactbox .form-control {
    min-height: 32px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #fff;
}

/* - About Home Section */
.about-home-section {
    display: inline-block;
    width: 100%;
    padding: 65px 0 75px;
}

    .about-home-section .about-home-content p {
        color: #444;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .about-home-section .about-home-content a {
        color: #1d2d43;
        font-size: 16px;
        text-decoration: underline;
    }

.aboutuspage-section {
    display: inline-block;
    width: 100%;
    background: url("images/aboutus_contentbg.jpg") no-repeat;
    background-position: center;
    padding: 70px 0 40px;
    background-size: cover;
}

.aboutuspage-content-block {
    max-width: 700px;
}

    .aboutuspage-content-block h3 {
        font-size: 30px;
        color: #333333;
        margin-bottom: 20px;
    }

    .aboutuspage-content-block p {
        font-size: 16px;
        color: #333333;
        line-height: 24px;
        margin-bottom: 20px;
        text-align: justify;
    }

    .aboutuspage-content-block img {
        margin-top: 40px;
    }

/* - Product Content Section */
.product-content-section {
    display: inline-block;
    width: 100%;
    padding: 70px 0 40px;
    background-color: #f5f5f5;
}

.products-content-block {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .products-content-block .products-img {
        position: absolute;
        right: 0;
        top: -40%;
        transform: translateY(-40%);
        -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
    }

.products-content-block-inner {
    max-width: 850px;
}

    .products-content-block-inner h1 {
        font-family: 'Thekla Bold Extended';
        font-size: 50px;
        font-weight: 900;
        border-bottom: 1px solid #000;
        margin-bottom: 5px;
        display: inline-block;
    }

        .products-content-block-inner h1 span {
            font-family: 'Square721 Ex BT';
            letter-spacing: 1px;
            font-size: 40px;
        }

    .products-content-block-inner h3 {
        font-size: 24px;
        color: #000;
        margin-bottom: 15px;
        font-family: 'Roboto', sans-serif;
    }

    .products-content-block-inner p {
        font-size: 16px;
        color: #333;
        margin-bottom: 20px;
        font-weight: 300;
        line-height: 24px;
        text-align: justify;
    }

.product-technical-details-section {
    display: inline-block;
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}

.product-table-title {
    font-size: 24px;
    color: #fff;
    background-color: #ed1c24;
    display: inline-block;
    padding: 3px 10px;
    border-right: 6px solid #3f3e40;
    margin-bottom: 10px;
}

.general-specification {
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

    .general-specification p {
        margin-bottom: 0;
    }

    .general-specification span {
        color: #ed1c24;
        display: inline-block;
        margin: 0 2px;
    }

.technical-diagram-img {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 80px;
}

/* - Vision Mission Section */
.vision-mission-section {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 70px 0 40px;
    overflow: hidden;
}

    .vision-mission-section .section-header {
        max-width: 1100px;
        margin: 0 auto 50px;
    }

        .vision-mission-section .section-header h3 {
            margin-bottom: 20px;
        }

.vision-mission-box {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 40px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

    .vision-mission-box::after {
        position: absolute;
        content: "";
        right: 0;
        background: url("images/aboutus_seprator.png") no-repeat;
        width: 21px;
        height: 5px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .vision-mission-box::before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        bottom: 0;
        left: 0;
        right: 0;
        height: 15px;
        width: 80%;
        margin: 0 auto;
        opacity: 1;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 60%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 60%);
    }

    .vision-mission-box:last-of-type::after {
        background: none;
    }

.vision-mission-box-inner {
    min-height: 450px;
    display: inline-block;
    text-align: center;
    padding: 15px;
    position: relative;
    width: 100%;
}

    .vision-mission-box-inner img {
        margin-top: 35px;
        display: inline-block;
        position: relative;
        left: -15px;
    }

    .vision-mission-box-inner h3 {
        font-size: 24px;
        color: #1d2d43;
        margin-bottom: 15px;
    }

    .vision-mission-box-inner p {
        font-size: 15px;
        color: #1d2d43;
        line-height: 22px;
    }

    .vision-mission-box-inner.vision_bg {
        background-color: #85dbff;
    }

    .vision-mission-box-inner.mission_bg {
        background-color: #afe976;
    }

    .vision-mission-box-inner.values_bg {
        background-color: #ffde6c;
    }

.vm_box {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

    .vm_box:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

/* Effect 8 */
.vmb_effect .vm_box {
    background: rgba(0,0,0,0.1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

    .vmb_effect .vm_box.vision_bg {
        background-color: #85dbff;
    }

    .vmb_effect .vm_box.mission_bg {
        background-color: #afe976;
    }

    .vmb_effect .vm_box.values_bg {
        background-color: #ffde6c;
    }

    .vmb_effect .vm_box:after {
        top: 0;
        left: 0;
        padding: 0;
        z-index: -1;
        box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
        opacity: 0;
    }

    .vmb_effect .vm_box:hover {
        background: rgba(237,28,36,0.3);
        color: #fff;
    }

        .vmb_effect .vm_box:hover:after {
            -webkit-animation: sonarEffect 1.3s ease-out 75ms;
            -moz-animation: sonarEffect 1.3s ease-out 75ms;
            animation: sonarEffect 1.3s ease-out 75ms;
        }

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(0,0,0,0.1), 0 0 5px 5px #ed1c24, 0 0 0 5px rgba(0,0,0,0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(0,0,0,0.1), 0 0 5px 5px #ed1c24, 0 0 0 5px rgba(0,0,0,0.5);
        -webkit-transform: scale(1.1);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(0,0,0,0.1), 0 0 5px 5px #ed1c24, 0 0 0 5px rgba(0,0,0,0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(0,0,0,0.1), 0 0 5px 5px #ed1c24, 0 0 0 5px rgba(0,0,0,0.5);
        -moz-transform: scale(1.1);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(0,0,0,0.1), 0 0 5px 5px #ed1c24, 0 0 0 5px rgba(0,0,0,0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(0,0,0,0.1), 0 0 5px 5px #ed1c24, 0 0 0 5px rgba(0,0,0,0.5);
        transform: scale(1.1);
        opacity: 0;
    }
}

/* - OurProduct Section */
.ourproduct-section {
    display: inline-block;
    width: 100%;
    padding: 65px 0 75px;
    background-color: #f5f5f5;
    text-align: center;
}

    .ourproduct-section .section-header {
        display: inline-block;
        width: 100%;
        margin-bottom: 30px;
    }

.ourproduct-box {
    width: 20%;
    float: left;
    padding: 0 5px;
    text-align: center;
}

.ourproduct-imgbox .item p {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    max-width: 200px;
}

.ourproduct-box .bx-viewport {
    height: 180px !important;
}

.ourproduct-box .bx-wrapper img {
    width: auto !important;
    /* display: inline-block; */
}

.ourproduct-title {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

    .ourproduct-title h3 {
        color: #ed1c24;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-weight: 300;
        font-size: 24px;
    }

        .ourproduct-title h3::after {
            background-color: rgba(29,46,67,0.2);
            position: absolute;
            content: "";
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 1px;
        }

.ourproduct-box ul li {
    display: inline-block;
    width: 100%;
}

.ourproduct_2 {
    padding-top: 60px;
}

    .ourproduct_2 a > span {
        margin-top: 8px;
    }

    .ourproduct_2 a > span,
    .ourproduct-box ul li a {
        color: #1d2d43;
        font-size: 18px;
        font-weight: 700;
        position: relative;
        /*padding-left: 30px;*/
        line-height: 36px;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
        display: inline-block;
        width: 130px;
        text-align: center;
    }

        .ourproduct_2 a:hover span,
        .ourproduct-box ul li a:hover {
            color: #ed1c24;
        }
/*.ourproduct_2  a span::before,
.ourproduct-box ul li a::before {
	position: absolute;
	content: "\f00c";
	left: 0;
	top: 0px;
	font-family:"FontAwesome";
	font-size: 18px;
	color: #ed1c24;	
}*/
.ourproduct-content {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(29,46,67,0.2);
    padding-bottom: 60px;
    overflow: hidden;
}
/* - Our Product Style */
.ourproduct_2 a {
}

.gearless-elevator .section-header h3 {
    margin-bottom: 30px;
}

.gearless-iconimg-box {
    width: 20%;
    padding: 0 20px;
    float: left;
}

.gearless-iconimg-box-inner {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.gearless-iconimg-box-overlay {
    position: absolute;
    top: -100%;
    background-color: #eee;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}

.gearless-iconimg-box-img {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: 50px;
}

    .gearless-iconimg-box-img.icon1 {
        background: url("images/elevator/ic-1.png") no-repeat;
        background-position: center;
    }

    .gearless-iconimg-box-img.icon2 {
        background: url("images/elevator/ic-2.png") no-repeat;
        background-position: center;
    }

    .gearless-iconimg-box-img.icon3 {
        background: url("images/elevator/ic-3.png") no-repeat;
        background-position: center;
    }

    .gearless-iconimg-box-img.icon4 {
        background: url("images/elevator/ic-4.png") no-repeat;
        background-position: center;
    }

    .gearless-iconimg-box-img.icon5 {
        background: url("images/elevator/ic-5.png") no-repeat;
        background-position: center;
    }

.gearless-iconimg-box p {
    font-size: 18px;
    color: #1d2d43;
    font-weight: 300;
    line-height: 22px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin-bottom: 40px;
}

    .gearless-iconimg-box p span {
        display: block;
    }

.gearless-iconimg-box-inner:hover p {
    color: #000;
}

.gearless-icon-block {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 50px;
}

/* - Infrastructure Section */
.infrastructure-section {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
}

    .infrastructure-section .section-header {
        text-align: center;
        margin-bottom: 35px;
    }

    .infrastructure-section .item {
        display: inline-block;
        position: relative;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
        color: #fff;
    }

        .infrastructure-section .item a {
            position: relative;
            display: inline-block;
        }

            .infrastructure-section .item a::before {
                position: absolute;
                content: "";
                left: -10px;
                right: -10px;
                bottom: -10px;
                top: -10px;
                -webkit-transition: all 1s ease 0s;
                -moz-transition: all 1s ease 0s;
                transition: all 1s ease 0s;
                z-index: 9;
                border: 10px solid transparent;
            }

            .infrastructure-section .item a:hover::before {
                border-color: #fff;
                box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.5);
                position: absolute;
                z-index: 999;
            }

    .infrastructure-section .owl-carousel .owl-stage-outer {
        overflow: visible;
    }

    .infrastructure-section .owl-nav {
        display: none;
    }



/* - CallOut Section */
.callout-section {
    display: inline-block;
    width: 100%;
    padding: 120px 0;
    background: url(images/callout_bg.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    height: 500px;
    color: #fff;
    overflow: hidden;
}

    .callout-section .section-header h3 {
        font-size: 24px;
        font-weight: 300;
        position: relative;
        color: #fff;
        display: inline-block;
        padding-right: 100px;
        margin-bottom: 30px;
    }

        .callout-section .section-header h3::after {
            position: absolute;
            content: "";
            right: 0;
            bottom: 0;
            background-color: rgba(255,255,255,1);
            width: 80px;
            height: 2px;
        }

.callout-content-box h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    max-width: 650px;
}

.callout-pdfbox {
    margin-top: 50px;
    display: inline-block;
    position: relative;
    padding-left: 90px;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    max-width: 300px;
}

    .callout-pdfbox a {
        color: #fff;
    }

        .callout-pdfbox a:hover {
            color: #ed1c24;
        }

    .callout-pdfbox img {
        position: absolute;
        left: 0;
    }


/* - SocialFeeds Section */
.socialfeeds-section {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
}

.socialfeeds-box {
    width: 33.33%;
    float: left;
    padding: 0 12px;
    margin-bottom: 15px;
}

    .socialfeeds-box iframe {
        width: 100%;
        border: none;
        height: 350px;
    }

    .socialfeeds-box h3 {
        font-size: 24px;
        color: #1d2d43;
        font-weight: 700;
        margin-bottom: 30px;
        position: relative;
        text-align: center;
        border-bottom: 1px solid #d2d5d9;
        padding-bottom: 15px;
    }

    .socialfeeds-box.fb h3 span {
        color: #4267b2;
    }

    .socialfeeds-box.twt h3 span {
        color: #1da1f2;
    }

    .socialfeeds-box.yt h3 span {
        color: #ee1c23;
    }

/* - Subscribe Newsletter Section */
.subscribe-newsletter-section {
    display: inline-block;
    width: 100%;
    padding: 70px 0 60px;
    background-color: #f5f5f5;
}

.subscribe-header .section-header p {
    font-size: 16px;
    font-weight: 500;
    color: #1d2d43;
}

.subscribe-header {
    float: left;
    width: 40%;
    padding-right: 15px;
}

.subscribe-form {
    float: right;
    width: 50%;
}

/* - Search Form */
.search-form {
    display: inline-block;
    text-align: center;
    width: 100%;
    border: 1px solid #ccc;
    /*border-radius: 25px;*/
    background-color: #fff;
    margin-top: 20px;
}

.search-box {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .search-box .form-control {
        padding: 5px 10px;
        border: none;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        min-height: 50px;
        border: none;
        padding-right: 35px;
        color: #1d2d43;
        background-color: transparent;
        padding-left: 25px;
        max-width: 70%;
    }

.search_btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    border: none;
    background-color: #ed1c24;
    color: #fff;
    padding: 15px 60px;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    /*border-radius: 0 25px 25px 0;*/
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

    .search_btn:hover {
        background-color: #000;
    }

.news-blog-inquiry-section {
    display: inline-block;
    width: 100%;
    padding: 60px 0 60px;
}

    .news-blog-inquiry-section .section-header {
        margin-bottom: 20px;
    }

        .news-blog-inquiry-section .section-header p {
            color: #1d2d43;
        }

.new-press-section {
    float: left;
    width: 65%;
}

    .new-press-section.forms {
        float: left;
        width: 35%;
    }

    /* - Typepost */
    .new-press-section .type-post {
        float: left;
        width: 50%;
        padding: 0 30px;
        max-width: 400px;
    }

        .new-press-section .type-post .entry-cover {
            margin-bottom: 30px;
        }

        .new-press-section .type-post .post-date {
            display: block;
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 20px;
            color: #666;
        }

        .new-press-section .type-post .entry-content {
            font-size: 16px;
            color: #1d2d43;
            line-height: 24px;
            font-weight: 300;
            margin-bottom: 10px;
        }

        .new-press-section .type-post a {
            color: #ed1c24;
            font-size: 16px;
            display: inline-block;
            margin-top: 20px;
            -webkit-transition: all 1s ease 0s;
            -moz-transition: all 1s ease 0s;
            transition: all 1s ease 0s;
        }

            .new-press-section .type-post a:hover {
                color: #000;
            }

    /* - Socials ICONs */
    .new-press-section.forms {
        position: relative;
    }

.socials {
    position: absolute;
    bottom: 5px;
    left: 0;
}

    .socials li {
        display: inline-block;
    }

        .socials li a {
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #fff;
            font-size: 16px;
            margin: 0 4px;
            -webkit-transition: all 1s ease 0s;
            -moz-transition: all 1s ease 0s;
            transition: all 1s ease 0s;
        }

            .socials li a:hover {
                opacity: 0.7;
            }

        .socials li.fb a {
            background-color: #627aad;
        }

        .socials li.twt a {
            background-color: #4ab4f5;
        }

        .socials li.gp a {
            background-color: #DC4335;
        }

        .socials li.lnk a {
            background-color: #cd201f;
        }

        .socials li.pnt a {
            background-color: #ca3949;
        }

/* - Footer Section */
.footer-section {
    display: inline-block;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #ed1c24;
    text-align: center;
    color: #fff;
}

.contactus-block {
    display: inline-block;
    width: 100%;
}

.contactus-box {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 15px;
}

    .contactus-box h3 {
        display: inline-block;
        width: 100%;
        color: #fff;
        background-color: #ed1c24;
        font-size: 18px;
        font-weight: 500;
        padding: 9px 15px;
        margin-bottom: 20px;
    }

    .contactus-box p {
        color: #1d2d43;
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
    }


/* ## Content & Widget Area */
.widget-area,
.content-area {
    float: left;
    padding: 0 15px;
}

.content-area {
    width: 70%;
}

.widget-area {
    width: 30%;
}

.widget {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.widget-title {
    position: relative;
    padding-bottom: 5px;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #803c15;
    padding-bottom: 5px;
    text-transform: capitalize;
}

    .widget-title::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        background-color: #803c15;
        width: 50px;
        height: 2px;
    }

.sidebarpage-section {
    display: inline-block;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
}

.gearless-elevator {
    display: inline-block;
    width: 100%;
}

    .gearless-elevator.home_elevator {
        margin-top: 0;
        display: inline-block;
        width: 100%;
    }

.gearless-iso-imgbox img {
    margin: 10px 15px;
}

    .gearless-iso-imgbox img:first-of-type {
        position: relative;
        top: -15px;
    }

.mfp-counter {
    display: none;
}

/* - Widget: Contact Enquiry Section */
.contact-enquiry-section {
    display: inline-block;
    width: 100%;
}

.contactbox .form-group {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    width: 100%;
}

    .contactbox .form-group:last-of-type {
        margin-bottom: 0;
    }

.contactbox .form-control {
    border: 1px solid #cccccc;
    font-size: 16px;
    min-height: 40px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    outline: none;
    color: #000;
}

    .contactbox .form-control:focus {
        border-color: #5e686e;
    }

.contactbox textarea.form-control {
    font-size: 16px;
    min-height: 190px;
}

.contactbox .btn-submit {
    padding: 8px 38px;
    background-color: #ed1c24;
    color: #fff;
    font-size: 18px;
    border: 1px solid transparent;
    display: inline-block;
    font-weight: 600;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    margin-bottom: 0;
    cursor: pointer;
    float: right;
}

    .contactbox .btn-submit:hover {
        background-color: #000;
        border: 1px solid #000;
        color: #fff;
    }

/* - Google Map */
.googlemap {
    display: inline-block;
    width: 100%;
    position: relative;
}

    .googlemap iframe {
        height: 350px;
        display: inline-block;
        width: 100%;
        border: none;
        margin-bottom: -5px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

.contactus-block {
    max-width: 750px;
}

.news-blog-inquiry-section.contactuspage-section .section-header {
    margin-bottom: 0px;
}

.contact-details-block {
    display: inline-block;
    width: 100%;
    margin-top: 32px;
}

.contact-details-box {
    display: inline-block;
    width: 30.5%;
    float: left;
    background-color: #eee;
    padding: 15px 15px;
    margin-bottom: 20px;
    margin-right: 30px;
    text-align: center;
    word-wrap: break-word;
    white-space: normal;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

    .contact-details-box:hover {
        background-color: #f5f5f5;
    }

    .contact-details-box:last-of-type {
        margin-right: 0;
    }

    .contact-details-box > span {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 36px;
        text-align: center;
        font-size: 18px;
        color: #ed1c24;
        border-radius: 100%;
        border: 3px solid #ed1c24;
        margin-bottom: 10px;
    }

        .contact-details-box > span .fa-mobile {
            font-size: 24px;
        }

    .contact-details-box a {
        display: block;
        color: #333;
        font-weight: 500;
        font-size: 16px;
        line-height: 30px;
    }

/* - Quality Page */
.inquriy-section,
.quality-page-section {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background-color: #f5f5f5;
    border-bottom: 10px solid #fff;
}

.download-catalouge-block .quality-box {
    width: 46%;
    float: left;
    padding: 15px;
    margin-top: 20px;
    text-align: center;
    border-radius: 5px;
}

.quality-box a {
    border: 2px solid #ddd;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 2px 3px 6px rgba(0,0,0,0.5);
    padding: 5px;
}


.download-catalouge-block {
    display: inline-block;
    width: 100%;
    text-align: center;
    max-width: 650px;
}

.quality-box.downloadPDF_box {
    width: 47%;
    float: left;
    margin: 0 10px;
    min-height: 225px;
    /*padding-top: 45px;*/
    margin-bottom: 25px;
}

.download-catalouge-block .quality-box {
    float: left;
    margin: 0 10px;
}

.contact-enquiry-form.fullwidth {
    max-width: 768px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 15px 15px;
    border-radius: 2px;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}

    .contact-enquiry-form.fullwidth .contactbox .form-control {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
    }

    .contact-enquiry-form.fullwidth .contactbox textarea.form-control {
        min-height: auto;
        height: 40px;
    }

    .contact-enquiry-form.fullwidth .contactbox .form-group {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 15px;
        float: left;
    }

.form-group.fullwidth {
    display: inline-block;
    width: 100%;
}

.contact-enquiry-form.fullwidth .contactbox .form-group.fullwidth {
    float: right;
}

.inquire-now-box {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.inquiry_bg {
    background: url("images/inquiry_bg.jpg") no-repeat;
    background-size: cover;
    display: inline-block;
    height: 374px;
    background-position: top center;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}

.certificate-box {
    padding: 5px;
    display: inline-block;
    max-width: 225px;
}

    .certificate-box a {
        border: 2px solid #ddd;
        border-radius: 5px;
        box-shadow: 2px 3px 6px rgba(0,0,0,0.5);
        padding: 5px;
        display: inline-block;
    }

.event_photo .gallery {
    margin-top: 15px;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}

.quality-uniquepage-section .container {
    max-width: 960px;
}

.event_photo .gallery li {
    width: 25%;
    float: left;
    margin-bottom: 0;
    padding: 10px;
    list-style: none;
}
/*.event_photo.sm_grid .gallery li{
    width: 20%;
    float: left;
    margin-bottom: 0;
    padding: 10px;
    list-style: none;
}*/
.gallery-section {
    background-color: #f5f5f5;
}
    .gallery-section .bs-row{
        justify-content:center;
    }
    .gallery-section .item img {
        border: 1px solid #ccc;
        min-height: 250px;
    }
    .gallery-section .item h4, .gallery-section .title-head h4 {
        background-color: #e8e8e8;
    }
        .gallery-section .item h4 a {
            color: #000;
        }
.mb-3 {
    margin-bottom: 3rem;
}
        /*----------------------------------------------------
	## Responsive
------------------------------------------------------*/
        /* - Min Width: */
        @media (min-width: 992px) {
            .container {
        max-width: 1300px;
        width: 100%;
    }

    .menuswitch {
        display: none;
    }

    .desktop-hide {
        display: none;
    }

    .blog-section {
        margin-left: -30px;
        margin-right: -30px;
    }

    .inquiry_bg > img {
        display: none;
    }

    .ourproduct-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ourproduct-box {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* - Min Width: 992 to Max Width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /* - Slider Section */
    .slider-section .bxslider li.slide-3 .sliderbanner-content h3,
    .slider-section .bxslider li.slide-2 h3 {
        font-size: 38px;
    }

    .slider-section .bxslider li.slide-2 img {
        max-width: 250px;
    }

    .slider-section .bxslider li.slide-2 h3.text-left {
        left: 6%;
    }

    .slider-section .bxslider li.slide-2 h3.text-right {
        text-align: right;
        right: 11%;
        top: 43%;
    }

    .sliderbanner-content .slider-product-img h4 {
        font-size: 20px;
        line-height: 34px;
    }

    .sliderbanner-content .slider-product-img p {
        font-size: 15px;
    }

    .slider-section .bxslider li.slide-3 .sliderbanner-content {
        max-width: 300px;
        left: 10%;
    }



    .search-box .form-control {
        max-width: 250px;
    }

    .news-blog-inquiry-section .row {
        margin: 0;
    }


    .new-press-section.forms,
    .new-press-section {
        width: 100%;
    }

        .new-press-section.forms {
            margin-top: 40px;
        }

        .new-press-section .type-post {
            max-width: 100%;
        }

    .vision-mission-box-inner img {
        margin-top: 5px;
    }

    .vision-mission-box-inner {
        width: 265px;
        height: 265px;
    }

        .vision-mission-box-inner h3 {
            margin-bottom: 10px;
        }

    .vision-mission-box::after {
        right: -10px;
    }

    .products-content-block .products-img img {
        max-width: 350px;
    }
}

/* - Max Width: 991 */
@media (max-width: 991px) {

    /* - SlidePanel */
    .slidepanel {
        display: none;
        border-bottom: 1px solid #fff;
    }

    .slideit,
    .toggle {
        display: block;
        position: relative;
        z-index: 1;
    }

    .desktop-hide.switch_panel {
        position: absolute;
        right: 60px;
        text-align: center;
        top: 13px;
    }

    .slideit,
    .closeit {
        color: #000;
        font-size: 25px;
        position: relative;
        right: 0;
        top: 0;
    }

    /* - TopHeader */
    .topheader {
        padding: 0;
    }

    .slideit:hover,
    .closeit:hover {
        color: #ee2027;
    }

    .mobile-hide {
        display: none;
    }

    /* - Slider Section */
    .slider-section .bxslider li[class*="slide-"] {
        height: 480px;
        background-position: center;
    }

    .slider-section .bx-wrapper .bx-controls-direction a {
        width: 30px;
        height: 30px;
        line-height: 26px;
    }

        .slider-section .bx-wrapper .bx-controls-direction a::before {
            font-size: 20px;
        }

    .slider-banner-img {
        top: 10px;
    }

    .slider-section .slide-1.bx-wrapper img {
        max-width: 90%;
    }

    .slider-section .bxslider li h3 {
        font-size: 34px;
    }

    .slider-section .bxslider li.slide-2 .sliderbanner-content img {
        max-width: 150px;
    }

    .sliderbanner-content .slider-product-img {
        width: 50%;
        margin-bottom: 15px;
    }

        .sliderbanner-content .slider-product-img:nth-child(2n+1) {
            clear: both;
        }

    .slider-section .bxslider li.slide-2 h3.text-left,
    .slider-section .bxslider li.slide-2 h3.text-right {
        right: 0;
        left: 0;
        text-align: center;
        position: relative;
        top: 0;
        transform: none;
        font-size: 36px;
    }

    .slider-section .bxslider li.slide-3 .sliderbanner-content {
        max-width: 300px;
        left: 10%;
    }

    .sliderbanner-content-imgbricks {
        max-width: 450px;
    }


    .ourproduct-title h3 {
        font-size: 19px;
    }

    .ourproduct-box ul li a span {
        font-size: 16px;
        line-height: 30px;
    }

    .ourproduct-imgbox img {
        max-width: 120px;
        display: inline-block;
    }

    .gearless-iconimg-box {
        width: 33.33%;
        margin-bottom: 40px;
    }

        .gearless-iconimg-box p {
            font-size: 16px;
        }

    .gearless-iso-imgbox img {
        max-width: 250px;
    }

    .subscribe-form,
    .subscribe-header {
        width: 100%;
    }

    .subscribe-newsletter-section {
        padding: 70px 0 70px;
    }

    .search-box .form-control {
        max-width: 350px;
    }

    .search_btn {
        padding: 14px 30px;
    }

    .new-press-section.forms,
    .new-press-section {
        width: 100%;
    }

        .new-press-section.forms {
            margin-top: 40px;
        }

        .new-press-section .type-post {
            max-width: 100%;
        }

    .news-blog-inquiry-section .row {
        margin: 0;
    }

    .new-press-section .type-post {
        padding-left: 0;
        padding-right: 15px;
    }

    .vision-mission-box {
        width: 100%;
    }

    .vision-mission-box-inner img {
        margin-top: 5px;
    }

    .vision-mission-box-inner {
        width: 100%;
        height: auto;
        min-height: 100%;
    }

        .vision-mission-box-inner h3 {
            margin-bottom: 10px;
        }

    .vision-mission-box::after {
        display: none;
    }

    .products-content-block .products-img img {
        max-width: 250px;
    }

    .general-specification {
        text-align: left;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 22px;
    }

    .specification-table {
        overflow-x: scroll;
        max-width: 100%;
    }

    .inquire-now-box {
        width: 100%;
    }

    .inquiry_bg {
        background: none;
        height: auto;
        box-shadow: none;
        max-width: 798px;
        margin: 0 auto 15px;
        float: none;
    }
    .gallery-section .bs-row {
        justify-content: end;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .gallery-section .item img {
        min-height: 150px;
    }
}

/* - Max Width: 767 */
@media (max-width: 767px) {

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    /* - Content Area */
    .content-area,
    .widget-area {
        width: 100%;
        padding: 0;
    }

    .widget-area {
        margin-top: 30px;
    }

    .section-header h3 {
        font-size: 30px;
    }

    .contact-enquiry-form.fullwidth .contactbox .form-group {
        width: 100%;
    }

    .contactus.c-left,
    .contactus.c-right {
        width: 100%;
        padding: 0;
    }

    .contactbox-block.row {
        margin-left: -15px;
        margin-right: -15px;
    }


    .sliderbanner-content-imgbricks,
    .slider-section .bxslider li.slide-3 .sliderbanner-content {
        max-width: 100%;
        width: 100%;
        float: none;
    }

    .sliderbanner-content-imgbricks {
        max-width: 350px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .slider-section .bxslider li.slide-3 .sliderbanner-content {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        margin-bottom: 20px;
        transform: none;
    }

    .slider-section .bxslider li.slide-4 h3 {
        top: 25%;
    }

    .slider-section .bxslider li.slide-4 > img {
        margin-top: 65%;
    }

    .ourproduct-box {
        width: 33.33%;
    }

    .callout-section .section-header h3::after {
        width: 55px;
    }

    .callout-section .section-header h3 {
        margin-bottom: 10px;
        padding-right: 65px;
    }

    .callout-content-box h3 {
        max-width: 100%;
        font-size: 32px;
        line-height: 40px;
    }

    .callout-pdfbox {
        margin-top: 30px;
        font-size: 20px;
    }

    .pagebanner-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .products-content-block .products-img {
        top: 0;
        transform: none;
        position: relative;
        text-align: center;
    }

    .products-content-block-inner {
        text-align: center;
        max-width: 100%;
    }

    .contact-details-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .quality-box {
        float: left;
        width: 33.33%;
        padding: 0 5px;
    }




    .aboutuspage-section {
        background-position: top right;
        background-size: contain;
        background-color: #ebebeb;
    }

    .aboutuspage-content-block {
        max-width: 100%;
    }

    .event_photo .gallery li {
        width: 33.33%;
    }

    .pt-3 {
        padding-top: 2.5rem;
    }

    .pb-3 {
        padding-bottom: 2.5rem;
    }

    .col-md-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    
}

/* - Max Width: 639 */
@media (max-width: 639px) {

    .slider-section .bxslider li.slide-4 h3 {
        top: 25%;
    }

    .slider-section .bxslider li.slide-4 > img {
        margin-top: 25%;
    }

    .sliderbanner-content .slider-product-img h4 {
        font-size: 20px;
        line-height: 22px;
    }

    .sliderbanner-content .slider-product-img p {
        font-size: 14px;
    }

    .gearless-icon-block {
        margin: 0;
    }

    .gearless-iconimg-box {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    /* - SocialFeeds Section */
    .socialfeeds-box {
        width: 100%;
        padding: 0;
    }

    .contactus-box {
        width: 100%;
        padding: 0;
    }

    .download_page .quality-box {
        width: 100%;
        margin-top: 25px;
    }

    .download_page .quality-box, .contact-enquiry-form.popup {
        min-height: auto;
        margin: 0 0 20px 0;
    }

        .contact-enquiry-form.popup .contactbox-block {
            max-width: 100%;
        }

    .event_photo .gallery li {
        width: 50%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* - Min Width: 480 */
@media (min-width: 480px) {
    /* .m-hide {
		display: none !important;
	} */


}

/* - Max Width: 479 */
@media (max-width: 479px) {


    /* - Slider Section */
    .m-hide {
        display: block;
    }

    .sliderbanner-content {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .slider-banner-img img[class*="slide-"] {
        display: none;
    }

    .sliderbanner-content p {
        font-size: 18px;
    }

    .sliderbanner-content h3 {
        font-size: 30px;
    }

    .slider-banner-img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    /* .slide-1 .slider-banner-inner-img > img.m-hide {
		-webkit-animation: none;
		position: absolute;
		max-width: 300px;
		left: 0;
		right: 0;
		top: -76px;
		bottom: 0;
		margin: 0 auto;
	}	 */
    .slide-1 .slider-banner-inner-img img.m-hide {
        max-width: 300px;
        margin: 0 auto;
    }

    .slide-1 .sliderbanner-content h3 img {
        max-width: 80%;
    }

    .slide-1 .slider-banner-inner-img img.slider-rotate {
        max-width: 175px;
        margin-top: 63px;
    }

    .slider-section .bxslider li.slide-2 .sliderbanner-content img {
        max-width: 120px;
    }

    .sliderbanner-content .slider-product-img h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .sliderbanner-content .slider-product-img p {
        font-size: 14px;
    }

    .sliderbanner-content .slider-product-img h4 {
        font-size: 17px;
    }


    .slider-banner-inner-img {
        width: 100%;
    }

    .slider-banner-img {
        top: 0px;
    }

    .slider-section .bxslider li h3 {
        font-size: 24px;
        margin-top: 30px;
    }

    .slider-section .bxslider li.slide-1 h3 {
        margin-top: 100px;
    }

    .slider-section .bxslider li.slide-2 h3.text-left,
    .slider-section .bxslider li.slide-2 h3.text-right,
    .slider-section .bxslider li h3 {
        font-size: 24px;
    }


    .event_photo .gallery li {
        width: 100%;
    }

    .ourproduct-box {
        width: 100%;
        margin-bottom: 30px;
    }

    .ourproduct-imgbox img {
        max-width: 100%;
        display: inline-block;
    }

    .ourproduct_2 a > span {
        font-size: 16px;
        line-height: 24px;
    }

    .search_btn {
        position: relative;
        right: 0;
        top: 0;
        display: inline-block;
        margin-top: 5px;
        /*border-radius: 25px;*/
    }

    .search-box .form-control {
        border: 1px solid #ccc;
        background-color: #fff;
        margin-bottom: 10px;
        max-width: 100%;
        /*border-radius: 25px;*/
    }

    .search-form {
        background-color: transparent;
        border: none;
    }


    /* - Section Header */
    .section-header h3 {
        font-size: 24px;
    }

    .contactbox .btn-submit {
        font-size: 15px;
        padding: 7px 25px;
    }


    .footer-section {
        font-size: 13px;
    }

    .new-press-section .type-post {
        width: 100%;
        margin-bottom: 30px;
    }

        .new-press-section .type-post a {
            margin-top: 5px;
        }

        .new-press-section .type-post .entry-cover {
            margin-bottom: 10px;
        }

        .new-press-section .type-post .post-date {
            margin-bottom: 15px;
        }

    .new-press-section.forms {
        margin-top: 5px;
    }

    .socials {
        bottom: 3px;
    }

        .socials li a {
            margin: 0 0px 1px;
        }

        .socials li a {
            width: 34px;
            height: 34px;
            line-height: 32px;
            font-size: 14px;
        }

    .infrastructure-carousel {
        text-align: center;
    }

    .products-content-block .products-img img {
        max-width: 100px;
    }

    .download_page .quality-box,
    .quality-box {
        width: 100%;
    }
}
