
        :root {
            --green:    #ff9900;    /* Orange   */
            --blue:     #2c2c2c;    /* Black    */
            --black:    #000000;
            --red:      #e72428;
            --indigo:   #6610f2;
        }

        /* For Menu */
        .dropdown:hover .dropdown-menu{
            display: block;
        }
        /*
        .site-header #navbar > ul li a:hover,
        .site-header #navbar > ul li.current > a {
            color: var(--green);
        }   */

        /* For Footer Margin top, bottom */
        /*
        .site-footer .upper-footer {
            padding: 30px 0px 20px 0px;
        }
        */

        /* For Page Banner */
        .banner_inner_content_agile_w3l {
            min-height: 150px;
            /*
            background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/2.jpg) no-repeat;
            background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/2.jpg) no-repeat;
            background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/2.jpg) no-repeat;
            background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/2.jpg) no-repeat;
            background-size: cover;
            min-height: 250px;
            */
        }
        /*
        .page-title {
            height: 180px;
        }
        .page-title h2 {
            font-size: 25px;
            font-size: 2.2rem;
        }
        @media screen and (min-width: 992px) {
            .page-title .container {
                padding-top: 0px;
            }
        }
        */

        /*  For About Company Description   *
        .inner-column ul li {
            list-style-type: initial;
        }
        .inner-column ol li {
            list-style-type: decimal;
        }
        .inner-column table span {
            margin-left: 7px;
        }

        /*  For Vision Description  *
        .services-block-three .text ul li {
            list-style-type: initial;
        }
        .services-block-three .text ol li {
            list-style-type: decimal;
        }

        /*  For Director Profile, Blog Details, Manufacturing Facility, Quality Desciption  /
        .service-single .inner-box .lower-content ul li {
            list-style-type: initial;
        }
        .service-single .inner-box .lower-content ol li {
            list-style-type: decimal;
        }   */

        /*  For Top Page    */
        #myBtn {
            display: none;
            position: fixed;
            bottom: 20px;
            right: 30px;
            z-index: 99;
            font-size: 20px;
            border: none;
            outline: none;
            background-color: var(--blue);
            color: white;
            cursor: pointer;
            padding: 8px;
            border-radius: 4px;
        }
        #myBtn:hover {
            background-color: var(--green);
        }