@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*font-family: 'Poppins', sans-serif;
font-family: 'Roboto Slab', serif;*/
* {
    margin: 0;
    padding: 0
}

body {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
}

/**Common Css Start**/
a:focus, a:hover, a:visited {
    text-decoration: none
}

a:focus {
    outline: 0
}

*:focus {
    outline: none !important
}

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #515151
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

p {
    margin: 0;
    font-family: 'Roboto Slab', serif;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

ol, ul {
    list-style: none;
    margin: 0
}

.bold {
    font-weight: 700;
}

.link {
    color: #016690 !important;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #131313 !important;
}

.bg-white {
    background: #fff !important;
}

.cursor-pointer {
    cursor: pointer
}

.text-uppercase {
    text-transform: uppercase
}

.carousel-control.right, .carousel-control.left {
    background-image: none
}

/**Flex**/
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-wrp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.self-align-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.justify-end {
    justify-content: flex-end;
}

.d-flex-imp {
    display: flex !important
}

/**Width**/
.w-100 {
    width: 100% !important
}

.w-50 {
    width: 50% !important
}

.w-25 {
    width: 25% !important
}

.w-24 {
    width: 24% !important
}

.w-33 {
    width: 33% !important
}

.w-32 {
    width: 32% !important
}

.w-49 {
    width: 49%;
}

.w-60 {
    width: 60% !important
}

.h-100 {
    height: 100vh !important
}

/* Margins Top*/
.m-auto {
    margin: auto !important;
}

.m-0 {
    margin: 0px !important
}

.mt-05 {
    margin-top: 5px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mt-4 {
    margin-top: 40px !important;
}

.mt-5 {
    margin-top: 50px !important;
}

.mt-6 {
    margin-top: 60px !important;
}

.mt-7 {
    margin-top: 70px !important;
}

.mr-05 {
    margin-right: 5px !important;
}

/**Margin Bottom**/
.mb-0 {
    margin-bottom: 0px !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mb-5 {
    margin-bottom: 50px !important;
}

.mb-6 {
    margin-bottom: 60px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-auto {
    margin-left: auto
}

/**Padding Top Bottom**/
.no-pad {
    padding: 0px !important;
}

.p0 {
    padding: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-1 {
    padding-top: 10px !important;
}

.pt-2 {
    padding-top: 20px !important;
}

.pt-3 {
    padding-top: 30px !important;
}

.pb-1 {
    padding-bottom: 10px !important;
}

.pb-2 {
    padding-bottom: 20px !important;
}

.pb-3 {
    padding-bottom: 30px !important;
}

.pb-4 {
    padding-bottom: 40px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-10 {
    padding-right: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pall-15 {
    padding: 15px;
}

.pall-20 {
    padding: 20px;
}

.paddtb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.paddlr-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.grey-bg {
    background: #f4f4f4 !important;
}

.white-bg {
    background: #ffffff;
}

/*******End******/
.enquiry-form {
    position: fixed;
    right: 0px;
    top: 40%;
    z-index: 999;
    cursor: pointer;
}

.modal-backdrop {
    z-index: 99;
}

.modal {
    overflow-y: auto !important;
}

.modal-open {
    overflow: auto !important;
    padding-right: 0px !important;
}

.enquiry-form .modal-dialog {
    width: 100%;
    max-width: 450px;
    margin: 50px auto 0;
    cursor: default;
}

    .enquiry-form .modal-dialog .close {
        font-size: 1px;
        font-weight: 700;
        line-height: 1;
        filter: alpha(opacity=100);
        opacity: 1;
        width: 22px;
        height: 21px;
        position: absolute;
        z-index: 9;
        top: 20px;
        right: 20px;
        background: url(../images/icons/close.png) no-repeat !important;
    }

.enquiry-modal .modal-content {
    border-radius: 0px;
    padding: 40px;
}

.enquiry-modal .modal-body {
    padding: 0px;
}

.enquiry-form .modal-body .modal-head {
    font-size: 30px;
    color: #2b255d;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    line-height: 36px;
}

.enquiry-form .modal-body .form-input {
    margin-bottom: 15px;
}

    .enquiry-form .modal-body .form-input.mar-bott0 {
        margin-bottom: 0px;
    }

    .enquiry-form .modal-body .form-input .form-control {
        color: #333;
        font-size: 14px;
        font-weight: 300;
    }

    .enquiry-form .modal-body .form-input input {
        background: #efefef;
        min-height: 45px;
        border: 0px;
        width: 100%;
        padding: 10px 20px;
        border-radius: 0px;
        box-shadow: none;
    }

    .enquiry-form .modal-body .form-input select {
        min-height: 45px;
        border: 0px;
        width: 100%;
        padding: 10px 20px;
        border-radius: 0px;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #efefef url(../images/icons/dropdown-arrow.png) 97% center no-repeat;
        font-size: 14px;
        font-weight: 300;
    }
    /* .enquiry-form  .modal-body .form-input select option {font-size: 14px;color: #000;} */
    .enquiry-form .modal-body .form-input textarea {
        background: #efefef;
        min-height: 45px;
        border: 0px;
        width: 100%;
        padding: 10px 20px;
        border-radius: 0px;
        box-shadow: none;
        resize: none;
    }

    .enquiry-form .modal-body .form-input input::-moz-placeholder {
        color: #333333;
        opacity: 1;
        font-size: 14px;
        font-weight: 300;
    }

    .enquiry-form .modal-body .form-input input:-ms-input-placeholder {
        color: #333333;
        font-size: 14px;
        font-weight: 300;
    }

    .enquiry-form .modal-body .form-input input::-webkit-input-placeholder {
        color: #333333;
        font-size: 14px;
        font-weight: 300;
    }

    .enquiry-form .modal-body .form-input textarea::-moz-placeholder {
        color: #333333;
        opacity: 1;
        font-size: 14px;
        font-weight: 300;
    }

    .enquiry-form .modal-body .form-input textarea:-ms-input-placeholder {
        color: #333333;
        font-size: 14px;
        font-weight: 300;
    }

    .enquiry-form .modal-body .form-input textarea::-webkit-input-placeholder {
        color: #333333;
        font-size: 14px;
        font-weight: 300;
    }

    .enquiry-form .modal-body .form-input .submit-btn {
        background: #e30b18;
        border: 0px;
        font-size: 15px;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        display: block;
        width: 100%;
        padding: 10px;
        min-height: 45px;
        font-family: 'Poppins', sans-serif;
        cursor:pointer;
    }

        .enquiry-form .modal-body .form-input .submit-btn:hover {
            opacity: 0.9;
            filter: alpha(opacity=90);
        }

.heading {
    font-size: 49px;
    color: #2b255d;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.space-features {
    padding: 80px 30px 140px;
    text-align: center;
    position: relative;
}

    .space-features p {
        font-size: 16px;
        color: #333;
        font-weight: 300;
        line-height: 28px;
        width: 100%;
        max-width: 650px;
        margin: 0px auto;
    }

    .space-features .know-more {
        padding: 30px 0;
    }

        .space-features .know-more a {
            color: #e30b18;
            font-size: 14px;
            text-decoration: none;
            font-family: 'Poppins', sans-serif;
            text-transform: uppercase;
            font-weight: 600;
            letter-spacing: 2px;
            border-bottom: 1px solid #e30b18;
        }

    .space-features .vec-elem-01 {
        position: absolute;
        right: 10%;
        top: -30px;
        z-index: 10;
    }

        .space-features .vec-elem-01 img {
            width: 75%;
            margin-right: inherit;
        }

    .space-features .vec-elem-02 {
        position: absolute;
        left: 1%;
        top: 7%;
        z-index: 10;
    }

        .space-features .vec-elem-02 img {
            width: 65%;
            margin-left: inherit;
        }

    .space-features .vec-elem-03 {
        position: absolute;
        right: 0;
        bottom: -46%;
        z-index: 10;
    }

        .space-features .vec-elem-03 img {
            width: 75%;
            margin-right: inherit;
        }

    .space-features .features-info {
        margin-top: 90px;
        text-align: center;
        background: transparent;
    }

        .space-features .features-info ul li {
            padding: 0 85px;
        }

        .space-features .features-info ul.prdct-features li {
            padding: 0 75px;
        }

        .space-features .features-info h5 {
            font-size: 16px;
            font-weight: 700;
            color: #e30b18;
            margin-top: 20px;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .space-features .features-info ul li p {
            font-size: 14px;
            color: #333333;
            line-height: 18px;
            margin-bottom: 20px;
        }

.prodcut-section {
    background: #fff url(../images/prdct-range-bg.png) top center no-repeat;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    padding: 70px 30px 0;
}


    .prodcut-section .explore-list {
        margin: 50px 0 0;
        padding: 0px
    }

    .prodcut-section .explore-tab {
    }

        .prodcut-section .explore-tab .nav-tabs {
            border-bottom: 0px;
            text-align: center;
            margin: 30px 0;
        }

            .prodcut-section .explore-tab .nav-tabs > li {
                float: none;
                display: inline-block;
                margin-right: 10px;
                margin-bottom: 15px;
            }

                .prodcut-section .explore-tab .nav-tabs > li:last-child {
                    margin-right: 0px;
                }

                .prodcut-section .explore-tab .nav-tabs > li > a {
                    border: 0px solid transparent;
                    background: #ebebeb;
                    width: 200px;
                    max-width: 100%;
                    text-align: center;
                    border-radius: 20px;
                    color: #2b255d;
                    text-transform: uppercase;
                    font-size: 16px;
                    font-weight: 600;
                    font-family: 'Poppins', sans-serif;
                }

                .prodcut-section .explore-tab .nav-tabs > li.active > a, .prodcut-section .explore-tab .nav-tabs > li.active > a:focus, .prodcut-section .explore-tab .nav-tabs > li.active > a:hover {
                    background: #e30b18;
                    color: #fff;
                }

                .prodcut-section .explore-tab .nav-tabs > li > a:hover {
                    background: #e30b18;
                    color: #fff;
                }

    .prodcut-section .explore-list .explore-list-tab {
        width: 100%;
        margin: 0px auto;
    }

    .prodcut-section .explore-list .nav-tabs {
        padding-bottom: 45px;
        border-bottom: 0px;
        margin-top: 50px;
        padding-left: 35px;
    }

    .prodcut-section .explore-list .nav > li {
        width: 100%;
        max-width: 33.33%;
    }

        .prodcut-section .explore-list .nav > li.active:after {
            content: " ";
            position: absolute;
            left: 35%;
            opacity: 1;
            margin: 0 auto;
            bottom: -44px;
            border-bottom: 24px solid transparent;
            border-left: 17px solid transparent;
            border-right: 17px solid transparent;
            border-bottom-color: #f4f4f4;
        }

        .prodcut-section .explore-list .nav > li > a {
            border-radius: 20px;
            margin-right: 35px;
            float: left;
            background-color: transparent;
            border: 0px;
            padding: 0px;
        }

        .prodcut-section .explore-list .nav > li:last-child > a {
        }

    .prodcut-section .explore-list .nav-tabs > li.active > a, .prodcut-section .explore-list .nav-tabs > li.active > a:focus, .prodcut-section .explore-list .nav-tabs > li.active > a:hover {
        cursor: pointer;
    }

    .prodcut-section .explore-list .nav > li > a .explore-img {
        position: relative;
    }

        .prodcut-section .explore-list .nav > li > a .explore-img img {
            width: 100%;
            vertical-align: top;
        }

        .prodcut-section .explore-list .nav > li > a .explore-img:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(227,11,24,0.5);
            opacity: 0;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            z-index: 9;
        }

        .prodcut-section .explore-list .nav > li > a .explore-img:hover:after {
            opacity: 1;
        }

    .prodcut-section .explore-list .nav > li.active > a .explore-img:after {
        background: rgba(227,11,24,0.5);
        opacity: 1;
    }

    .prodcut-section .explore-list .nav > li > a .explore-overlay {
        position: absolute;
        bottom: 0px;
        width: 100%;
        padding: 30px;
        z-index: 99;
    }

        .prodcut-section .explore-list .nav > li > a .explore-overlay .explore-head {
            font-weight: bold;
            font-family: 'Poppins', sans-serif;
            font-size: 25px;
            color: #fff;
            margin-bottom: 5px;
        }

        .prodcut-section .explore-list .nav > li > a .explore-overlay p {
            font-weight: 400;
            font-size: 9px;
            color: #c5ccc7;
            text-transform: uppercase;
            border-bottom: 1px solid rgba(254,254,254,0.2);
            display: inline-block;
            font-family: 'Poppins', sans-serif;
            letter-spacing: 2px;
        }

.owl-stage {
    margin: 0 auto;
}

.prodcut-section .owl-carousel {
    padding: 0 30px;
}

    .prodcut-section .owl-carousel .owl-item {
        background: url(../images/slider-rt-border.jpg) right center no-repeat;
    }

        .prodcut-section .owl-carousel .owl-item a {
            padding: 40px 20px 40px 0px;
            margin: 0 5px 0 3px;
            display: block;
            color: #333;
            font-family: 'Poppins', sans-serif;
            font-size: 14px;
            font-weight: 400;
            text-align: center;
        }

            .prodcut-section .owl-carousel .owl-item a:hover {
                background: #ffffff;
                color: #e30b18;
                -webkit-box-shadow: 0px -5px 13px 0px rgba(204,204,204,1);
                -moz-box-shadow: 0px -5px 13px 0px rgba(204,204,204,1);
                box-shadow: 0px -5px 13px 0px rgba(204,204,204,1);
            }

            .prodcut-section .owl-carousel .owl-item a p {
                min-height: 45px;
            }

        .prodcut-section .owl-carousel .owl-item:nth-child(4n+4) {
            background: none;
        }

        .prodcut-section .owl-carousel .owl-item:last-child {
            background: none;
        }

    .prodcut-section .owl-carousel .owl-nav.disabled {
        display: block;
    }

    .prodcut-section .owl-carousel .owl-nav {
        position: absolute;
        top: 45%;
        left: 0;
        right: 0;
        margin-top: 0px;
    }

        .prodcut-section .owl-carousel .owl-nav .owl-prev, .prodcut-section .owl-carousel .owl-nav .owl-next {
            position: absolute;
            height: 35px;
            color: inherit;
            background: none;
            border: none;
            z-index: 100;
        }

        .prodcut-section .owl-carousel .owl-nav .owl-prev {
            left: 0;
        }

        .prodcut-section .owl-carousel .owl-nav .owl-next {
            right: 0;
        }

.prdct-wrapper {
    padding: 100px 30px;
    text-align: center;
    position: relative;
}

    .prdct-wrapper .features-info {
        text-align: center;
        background: none;
    }

        .prdct-wrapper .features-info ul {
            justify-content: center;
            display: flex;
        }

            .prdct-wrapper .features-info ul li {
                padding: 0 20px;
                float: left;
                width: 25%;
            }

                .prdct-wrapper .features-info ul li img {
                    width: 100%;
                    max-width: 120px;
                }

        .prdct-wrapper .features-info h5 {
            font-size: 16px;
            font-weight: 700;
            color: #e30b18;
            margin-top: 20px;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

.img-hover-wrap {
  position: relative;
}

.img-hover-description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  visibility: hidden;
  opacity: 0;
  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img-hover-wrap:hover .img-hover-description {
  visibility: visible;
  opacity: 1;
}      

.application-section {
    background: #f4f4f4;
    padding: 80px 30px;
}

    .application-section .owl-carousel {
        padding: 0;
    }

        .application-section .owl-carousel .owl-item {
            position: relative
        }

        .application-section .owl-carousel .item {
            padding: 0px;
            margin: 0 10px;
            display: block;
            color: #333;
            font-family: 'Poppins', sans-serif;
            font-size: 14px;
            font-weight: 400;
            text-align: center;
        }

            .application-section .owl-carousel .item p {
                position: relative;
                font-size: 20px;
                font-weight: bold;
                font-family: 'Poppins', sans-serif;
                color: #f31619;
                width: 100%;
                text-align: center;
                padding: 20px;
            }

        .application-section .owl-carousel .owl-item a {
            padding: 0px;
            margin: 0 10px;
            display: block;
            color: #333;
            font-family: 'Poppins', sans-serif;
            font-size: 14px;
            font-weight: 400;
            text-align: center;
        }

            .application-section .owl-carousel .owl-item a:hover {
            }

            .application-section .owl-carousel .owl-item a p {
                position: absolute;
                bottom: 0;
                font-size: 20px;
                font-weight: bold;
                font-family: 'Poppins', sans-serif;
                color: #fff;
                width: 100%;
                text-align: left;
                padding: 20px;
            }

        .application-section .owl-carousel .owl-nav.disabled {
            display: block;
        }

    .application-section .owl-carousel .owl-nav {
        position: absolute;
        top: 45%;
        left: 0;
        right: 0;
        margin-top: 0px;
    }

        .application-section .owl-carousel .owl-nav .owl-prev, .application-section .owl-carousel .owl-nav .owl-next {
            position: absolute;
            height: 35px;
            color: inherit;
            background: none;
            border: none;
            z-index: 100;
        }

        .application-section .owl-carousel .owl-nav .owl-prev {
            left: -25px;
        }

        .application-section .owl-carousel .owl-nav .owl-next {
            right: -25px;
        }

.features .heading {
    font-size: 42px;
    text-align: left;
    margin-bottom: 15px;
}

.features .paddtb {
    padding: 70px 100px;
}

.features .featheight {
    min-height: 425px;
}

.features .padd40 {
    padding: 40px;
}

.features-info {
    background: #d5d3df;
}

    .features-info .features-list {
    }

    .features-info .features-list {
        border-top: 1px solid #ecebf0;
        padding: 15px 0;
        width: 100%;
        float: left;
    }

        .features-info .features-list li {
            font-size: 14px;
            color: #333333;
            font-weight: 400;
            width: 55%;
            float: left;
        }

            .features-info .features-list li:first-child:before {
                content: '';
                padding-right: 20px;
                background: url(../images/icons/features-bullet.png) center left no-repeat;
                padding-left: 0px;
            }

            .features-info .features-list li:last-child {
                color: #e30b18;
                width: 45%;
            }

        .features-info .features-list:last-child {
            border-bottom: 1px solid #ecebf0;
        }

.color-info {
    background: #fce6e7;
}

    .color-info ul {
        display: inline-block;
    }

        .color-info ul li {
            float: left;
            padding: 10px 10px 10px 5px;
            width: 50%;
        }
            .color-info ul li.color-info-li {
                float: left;
                padding: 10px 10px 10px 5px;
                width: 25%;
            }

            .color-info ul li img {
                width: 100%;
                max-width: 200px;
            }
            .color-info ul li.color-info-li img {
                width: 100%;
                max-width: 100%;
            }

.tech-para {
    padding: 80px 30px;
}

    .tech-para table thead {
        font-size: 14px;
        color: #333;
        font-weight: 400;
        background: #eae9ef;
        text-transform: uppercase;
    }

    .tech-para .table {
        width: 100%;
        max-width: 900px;
        margin: 0px auto;
    }

        .tech-para .table > thead > tr > th {
            border-bottom: 1px solid #f2f2f5;
            padding: 15px 20px;
        }

        .tech-para .table > tbody > tr > td {
            font-size: 14px;
            color: #333;
            font-weight: 400;
            padding: 15px 20px;
            text-transform: uppercase;
            border-bottom: 1px solid #ddd;
        }

    .tech-para .table-hover > tbody > tr:hover {
        background-color: #f9f9f9;
    }

footer {
    background: #2b255d;
    padding: 60px 0;
}

    footer .footer-add {
        font-size: 14px;
        color: #ffffff;
        font-family: 'Roboto Slab', serif;
        font-weight: 300;
        margin-top: 25px;
        line-height: 24px;
        max-width: 355px;
    }

        footer .footer-add br {
            display: none;
        }

    footer .social-icon {
        text-align: right;
        margin-top: 80px;
        display: none;
    }

        footer .social-icon li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }
    /* footer .copy-sec {margin-top:30px;} */
    footer .footer-copyright {
        font-size: 12px;
        color: #ffffff;
        font-family: 'Roboto Slab', serif;
        font-weight: 300;
        text-align: right;
        margin-top: 75px;
    }

    footer .copy-sec .footer-links {
        text-align: right;
        display: none;
    }

        footer .copy-sec .footer-links li {
            padding: 0;
        }

            footer .copy-sec .footer-links li a {
                font-size: 12px;
                color: #ffffff;
                font-family: 'Roboto Slab', serif;
                font-weight: 300;
                text-decoration: none;
                background: url(../images/icons/foot-link-right.jpg) right center no-repeat;
                padding: 0 15px;
            }

            footer .copy-sec .footer-links li:last-child a {
                background: none;
                padding-right: 0px;
            }

/*Start of the media*/
@media(min-width:1920px) {

    /************/
}

@media (min-width:1600px) and (max-width:1920px) {
    .heading {
        font-size: 69px;
    }

    p {
        font-size: 22px;
    }

    .space-features p {
        font-size: 22px;
        line-height: 44px;
        max-width: 900px;
    }

    .space-features .know-more a {
        font-size: 16px;
    }

    .space-features .features-info h5 {
        font-size: 20px;
    }

    .space-features .features-info ul li p {
        font-size: 16px;
        line-height: 22px;
    }

    .space-features .vec-elem-01 img {
        width: 100%;
        margin-right: inherit;
    }

    .space-features .vec-elem-02 {
        left: 3%;
    }

        .space-features .vec-elem-02 img {
            width: 100%;
            margin-left: inherit;
        }

    .space-features .vec-elem-03 img {
        width: 100%;
        margin-right: inherit;
    }

    .prodcut-section .explore-list .nav > li > a .explore-overlay {
        margin-bottom: 20px;
        margin-left: 20px;
    }

        .prodcut-section .explore-list .nav > li > a .explore-overlay .explore-head {
            font-size: 35px;
        }

        .prodcut-section .explore-list .nav > li > a .explore-overlay p {
            font-size: 12px;
        }

    .prdct-wrapper .features-info ul li img {
        width: 100%;
        max-width: 164px;
    }

    .prdct-wrapper .features-info h5 {
        font-size: 20px;
    }

    .features-info .features-list li {
        font-size: 16px;
    }

    .features .paddtb {
        padding: 105px 145px;
    }

    .features .padd40 {
        padding: 65px;
    }

    .features .heading {
        font-size: 60px;
        margin-bottom: 25px;
    }

    .features .featheight {
        min-height: 565px;
    }

    .color-info ul li img {
        width: 100%;
        max-width: 255px;
    }

    .tech-para table thead {
        font-size: 15px;
    }

    /**************/
}

@media (min-width:1370px) and (max-width:1499px) {

    /**************/
}

@media (max-width:1200px) {
    .features .paddtb {
        padding: 70px;
    }

    /**************/
}

@media (min-width:992px) and (max-width:1199px) {
    .space-features .features-info ul li {
        padding: 0 60px;
    }

    /**************/
}

@media (max-width:1024px) {
    .rellax {
        transform: translate3d(0,0,0) !important;
    }

    .space-features .vec-elem-01 {
        right: 0%;
    }

        .space-features .vec-elem-01 img {
            width: 55%;
            margin-right: inherit;
        }

    .space-features .vec-elem-02 {
        left: 0%;
        top: 33%;
    }

        .space-features .vec-elem-02 img {
            width: 55%;
            margin-left: inherit;
        }

    .space-features .vec-elem-03 {
        right: 0%;
        bottom: -11%;
    }

        .space-features .vec-elem-03 img {
            width: 55%;
            margin-right: inherit;
        }

    .features .featheight {
        min-height: 380px;
    }
    /**************/
}

@media (max-width:991px) {
    html, body {
        overflow-x: hidden
    }

    .heading {
        font-size: 35px;
    }

    .space-features {
        margin-top: 50px;
        padding: 80px 30px;
    }

        .space-features p {
            font-size: 15px;
            line-height: 24px;
        }

        .space-features .know-more a {
            font-size: 12px;
        }

        .space-features .features-info ul li {
            padding: 0 22px;
        }

            .space-features .features-info ul li img {
                width: 65%;
            }

    .prodcut-section .owl-carousel .owl-item {
        background: none;
    }

    .prodcut-section .explore-list .nav-tabs {
        padding-left: 15px;
        margin-top: 0px;
    }

    .prodcut-section .explore-list .nav > li > a {
        margin-right: 20px;
    }

        .prodcut-section .explore-list .nav > li > a .explore-overlay {
            padding: 15px;
        }

            .prodcut-section .explore-list .nav > li > a .explore-overlay .explore-head {
                font-size: 18px;
                margin-bottom: 0px;
            }

    .prdct-wrapper {
        padding: 50px 30px;
    }

        .prdct-wrapper .features-info ul li img {
            width: 100%;
            max-width: 100px;
        }

        .prdct-wrapper .features-info h5 {
            font-size: 13px;
        }

    .features .paddtb {
        padding: 30px;
    }

    .features .padd40 {
        padding: 20px;
    }

    .features .heading {
        font-size: 30px;
    }

    .application-section {
        padding: 50px 15px;
    }
    .prodcut-section {
        padding: 50px 15px 0px;
    }

        .prodcut-section .mb-6 {
            margin-bottom: 0px !important;
        }

    .tech-para {
        padding: 50px 15px
    }

    footer {
        padding: 30px 0;
    }

        footer .footer-logo, footer .copy-sec .footer-copyright {
            text-align: center;
        }

        footer .footer-add {
            margin: 25px auto 0;
            text-align: center;
        }

        footer .social-icon {
            margin-top: 20px;
            text-align: center;
        }

        footer .copy-sec .footer-links {
            margin-top: 10px;
            text-align: center;
        }

        footer .footer-copyright {
            text-align: center;
            margin-top: 20px;
        }
}

@media (max-width:767px) {
    .table-responsive {
        border: 0px;
    }

    .tech-para {
        padding: 50px 0px 50px 15px;
    }
}

@media (max-width:768px) {
    .enquiry-modal .modal-content {
        padding: 25px;
    }

    .enquiry-form .modal-body .modal-head {
        font-size: 25px;
        line-height: 30px;
    }

    .enquiry-form .modal-body .form-input input {
        min-height: 40px;
        padding: 10px 15px;
    }

    .enquiry-form .modal-body .form-input select {
        min-height: 40px;
        padding: 10px 15px;
    }

    .enquiry-form .modal-body .form-input textarea {
        padding: 10px 15px;
    }

    .space-features .vec-elem-01 {
        top: -70px;
    }

    .prodcut-section .explore-list .explore-list-tab {
        overflow-y: hidden;
        overflow-x: auto;
    }

    .prodcut-section .explore-list ul.nav-tabs {
        width: 845px;
    }

    .prodcut-section .explore-list .nav > li {
        max-width: 275px;
    }

    .features .d-flex {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .features .w-50 {
        width: 100% !important;
    }

    .features .featheight {
        min-height: inherit;
        display: inline-block;
    }
    /**************/
}

@media (max-width:640px) {
    .heading {
        font-size: 26px;
    }

    .enquiry-form .modal-dialog {
        padding: 0px 15px;
    }

    .enquiry-modal .modal-content {
        padding: 20px;
    }

    .enquiry-form .modal-body .modal-head {
        font-size: 20px;
        line-height: 26px;
    }

    .enquiry-form .modal-dialog .close {
        top: 10px;
        right: 25px;
    }

    .space-features p {
        font-size: 14px;
        line-height: 24px;
        max-width: 285px;
    }

    .space-features {
        padding: 80px 15px 0px;
        min-height: 1282px;
    }

        .space-features .features-info {
            margin-top: 50px;
        }

            .space-features .features-info ul li {
                padding: 0px;
                width: 100%;
                margin-bottom: 50px;
            }

                .space-features .features-info ul li:last-child {
                    margin-bottom: 30px;
                }

                /*.space-features .features-info ul li:nth-child(1) {
                    padding-right: 70px;
                }

                .space-features .features-info ul li:nth-child(2) {
                    padding-left: 85px;
                }

                .space-features .features-info ul li:nth-child(3) {
                    padding-right: 70px;
                }*/

                .space-features .features-info ul li img {
                    width: 100%;
                    max-width: 90px;
                }

        .space-features .vec-elem-01 {
            top: 465px;
            right: -35px;
        }

        .space-features .vec-elem-02 {
            top: 780px;
            left: -55px;
        }

        .space-features .vec-elem-03 {
            bottom: -75px;
        }

    .prdct-wrapper {
        padding: 50px 15px 0;
    }

        .prdct-wrapper .features-info ul {
            justify-content: center;
            display: block;
        }

            .prdct-wrapper .features-info ul li {
                width: 50%;
                margin-bottom: 30px;
            }

        .prdct-wrapper .features-info h5 {
            font-size: 13px;
            min-height: 40px;
        }

    .features .paddtb {
        padding: 20px;
    }

    .features .padd40 {
        padding: 20px 20px 10px;
    }

    .features-info .features-list:last-child {
        margin-bottom: 20px;
    }
    .application-section .owl-carousel .item {padding: 10px;}
    .application-section .owl-carousel .owl-nav .owl-prev, .application-section .owl-carousel .owl-nav .owl-next {
        /*margin: 15px;*/
    }
    .application-section .owl-carousel .owl-nav .owl-prev {left: -15px;}
    .application-section .owl-carousel .owl-nav .owl-next {right: -15px;}
}

@media (max-width:480px) {
    footer .footer-add {
        max-width: 280px;
    }

    .prodcut-section .explore-tab .nav-tabs > li {
        margin-right: 2px;
    }

        .prodcut-section .explore-tab .nav-tabs > li > a {
            width: 150px;
            font-size: 13px;
        }
}

.tab-pane.custom-tab-pan {display: none;}

.tab-pane.custom-tab-pan.active {display: block;}

/* 22-09-2023 (Parthiv's change) */
/*.dropdown-content .panel-body img{max-width:70%;margin:auto;}*/

#Power_Solutions_accordion_2 .panel-body img {
    max-height: 200px;
    margin: 20px auto;
}

/* 04-10-2023 (Parthiv's change) */
.application-section .owl-carousel .owl-item img{
	max-width:300px;margin:auto;
}