body {
            -webkit-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
            -moz-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
            -ms-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
            animation: -amp-start 8s steps(1, end) 0s 1 normal both
        }

        @-webkit-keyframes -amp-start {
            from {
                visibility: hidden
            }

            to {
                visibility: visible
            }
        }

        @-moz-keyframes -amp-start {
            from {
                visibility: hidden
            }

            to {
                visibility: visible
            }
        }

        @-ms-keyframes -amp-start {
            from {
                visibility: hidden
            }

            to {
                visibility: visible
            }
        }

        @-o-keyframes -amp-start {
            from {
                visibility: hidden
            }

            to {
                visibility: visible
            }
        }

        @keyframes -amp-start {
            from {
                visibility: hidden
            }

            to {
                visibility: visible
            }
        }
        html {
            font-family: sans-serif;
            -webkit-text-size-adjust: 100%;
            -ms-text-size-adjust: 100%
        }

        body {
            margin: 0
        }

        header {
            display: block
        }

        a {
            background-color: transparent
        }

        a:active,
        a:hover {
            outline: 0
        }

        h1 {
            margin: .67em 0;
            font-size: 2em
        }

        input {
            margin: 0;
            font: inherit;
            color: inherit
        }

        input::-moz-focus-inner {
            padding: 0;
            border: 0
        }

        input {
            line-height: normal
        }

        input[type=checkbox] {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0
        }

        /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
        @media print {

            *,
            :after,
            :before {
                color: #000;
                text-shadow: none;
                background: 0 0;
                -webkit-box-shadow: none;
                box-shadow: none
            }

            a,
            a:visited {
                text-decoration: underline
            }

            a[href]:after {
                content: " (" attr(href) ")"
            }

            a[href^="#"]:after {
                content: ""
            }

            h2,
            p {
                orphans: 3;
                widows: 3
            }

            h2 {
                page-break-after: avoid
            }
        }

        @font-face {
            font-family: 'Glyphicons Halflings';
            src: url(../fonts/glyphicons-halflings-regular.eot);
            src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
        }

        * {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }

        :after,
        :before {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }

        html {
            font-size: 10px;
            -webkit-tap-highlight-color: transparent
        }

        body {
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 14px;
            line-height: 1.42857143;
            color: #333;
            background-color: #fff
        }

        input {
            font-family: inherit;
            font-size: inherit;
            line-height: inherit
        }

        a {
            color: #337ab7;
            text-decoration: none
        }

        a:focus,
        a:hover {
            color: #23527c;
            text-decoration: underline
        }

        a:focus {
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px
        }

        h1,
        h2 {
            font-family: inherit;
            font-weight: 500;
            line-height: 1.1;
            color: inherit
        }

        h1,
        h2 {
            margin-top: 20px;
            margin-bottom: 10px
        }

        h1 {
            font-size: 32px;
            font-weight: 500;
            color: #d81c51;
            font-family: cursive;
        }

        h2 {
            font-size: 30px;
            font-family: cursive;
            color: #fff;
        }

        p {
            margin: 0 0 10px
        }

        ul {
            margin-top: 0;
            margin-bottom: 10px
        }

        ul ul {
            margin-bottom: 0
        }

        .container {
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto
        }

        @media (min-width:768px) {
            .container {
                width: 750px
            }
        }

        @media (min-width:992px) {
            .container {
                width: 970px
            }
        }

        @media (min-width:1200px) {
            .container {
                width: 1170px
            }
        }

        .container-fluid {
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto
        }

        .row {
            margin-right: -15px;
            margin-left: -15px
        }

        .col-lg-3,
        .col-lg-6,
        .col-md-3,
        .col-md-6,
        .col-sm-3,
        .col-sm-4,
        .col-sm-6,
        .col-xs-12,
        .col-xs-6 {
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px
        }

        .col-xs-12,
        .col-xs-6 {
            float: left
        }

        .col-xs-12 {
            width: 100%
        }

        .col-xs-6 {
            width: 50%
        }

        @media (min-width:768px) {

            .col-sm-3,
            .col-sm-4,
            .col-sm-6 {
                float: left
            }

            .col-sm-6 {
                width: 50%
            }

            .col-sm-4 {
                width: 33.33333333%
            }

            .col-sm-3 {
                width: 25%
            }
        }

        @media (min-width:992px) {

            .col-md-3,
            .col-md-6 {
                float: left
            }

            .col-md-6 {
                width: 50%
            }

            .col-md-3 {
                width: 25%
            }
        }

        @media (min-width:1200px) {

            .col-lg-3,
            .col-lg-6 {
                float: left
            }

            .col-lg-6 {
                width: 50%
            }

            .col-lg-3 {
                width: 25%
            }
        }

        label {
            display: inline-block;
            max-width: 100%;
            margin-bottom: 5px;
            font-weight: 700
        }

        input[type=checkbox] {
            margin: 4px 0 0;
            margin-top: 1px;
            line-height: normal
        }

        input[type=checkbox]:focus {
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px
        }

        @font-face {
            font-family: OpenSans-ExtraboldItalic;
            src: url(css/fonts/OpenSans-ExtraboldItalic.eot);
            src: url(css/fonts/OpenSans-ExtraboldItalic.eot?#iefix) format('embedded-opentype'), url(css/fonts/OpenSans-ExtraboldItalic.woff2) format('woff2'), url(css/fonts/OpenSans-ExtraboldItalic.woff) format('woff'), url(css/fonts/OpenSans-ExtraboldItalic.ttf) format('truetype'), url(css/fonts/OpenSans-ExtraboldItalic.svg#OpenSans-ExtraboldItalic) format('svg');
            font-weight: 800;
            font-style: italic
        }

        @font-face {
            font-family: OpenSans-Italic;
            src: url(css/fonts/OpenSans-Italic.eot);
            src: url(css/fonts/OpenSans-Italic.eot?#iefix) format('embedded-opentype'), url(css/fonts/OpenSans-Italic.woff2) format('woff2'), url(css/fonts/OpenSans-Italic.woff) format('woff'), url(css/fonts/OpenSans-Italic.ttf) format('truetype'), url(css/fonts/OpenSans-Italic.svg#OpenSans-Italic) format('svg');
            font-weight: 400;
            font-style: italic
        }

        @font-face {
            font-family: OpenSans-Extrabold;
            src: url(css/fonts/OpenSans-Extrabold.eot);
            src: url(css/fonts/OpenSans-Extrabold.eot?#iefix) format('embedded-opentype'), url(css/fonts/OpenSans-Extrabold.woff2) format('woff2'), url(css/fonts/OpenSans-Extrabold.woff) format('woff'), url(css/fonts/OpenSans-Extrabold.ttf) format('truetype'), url(css/fonts/OpenSans-Extrabold.svg#OpenSans-Extrabold) format('svg');
            font-weight: 800;
            font-style: normal
        }

        @font-face {
            font-family: OpenSans-BoldItalic;
            src: url(css/fonts/OpenSans-BoldItalic.eot);
            src: url(css/fonts/OpenSans-BoldItalic.eot?#iefix) format('embedded-opentype'), url(css/fonts/OpenSans-BoldItalic.woff2) format('woff2'), url(css/fonts/OpenSans-BoldItalic.woff) format('woff'), url(css/fonts/OpenSans-BoldItalic.ttf) format('truetype'), url(css/fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic) format('svg');
            font-weight: 700;
            font-style: italic
        }

        @font-face {
            font-family: OpenSans-Bold;
            src: url(css/fonts/OpenSans-Bold.eot);
            src: url(css/fonts/OpenSans-Bold.eot?#iefix) format('embedded-opentype'), url(css/fonts/OpenSans-Bold.woff2) format('woff2'), url(css/fonts/OpenSans-Bold.woff) format('woff'), url(css/fonts/OpenSans-Bold.ttf) format('truetype'), url(css/fonts/OpenSans-Bold.svg#OpenSans-Bold) format('svg');
            font-weight: 700;
            font-style: normal
        }

        @font-face {
            font-family: OpenSans-Light;
            src: url(css/fonts/OpenSans-Light.eot);
            src: url(css/fonts/OpenSans-Light.eot?#iefix) format('embedded-opentype'), url(css/fonts/OpenSans-Light.woff2) format('woff2'), url(css/fonts/OpenSans-Light.woff) format('woff'), url(css/fonts/OpenSans-Light.ttf) format('truetype'), url(css/fonts/OpenSans-Light.svg#OpenSans-Light) format('svg');
            font-weight: 300;
            font-style: normal
        }

        @font-face {
            font-family: OpenSansLight-Italic;
            src: url(css/fonts/OpenSansLight-Italic.eot);
            src: url(css/fonts/OpenSansLight-Italic.eot?#iefix) format('embedded-opentype'), url(css/fonts/OpenSansLight-Italic.woff2) format('woff2'), url(css/fonts/OpenSansLight-Italic.woff) format('woff'), url(css/fonts/OpenSansLight-Italic.ttf) format('truetype'), url(css/fonts/OpenSansLight-Italic.svg#OpenSansLight-Italic) format('svg');
            font-weight: 300;
            font-style: italic
        }

        @font-face {
            font-family: OpenSans-Semibold;
            src: url(css/fonts/OpenSans-Semibold.eot);
            src: url(css/fonts/OpenSans-Semibold.eot?#iefix) format('embedded-opentype'), url(css/fonts/OpenSans-Semibold.woff2) format('woff2'), url(css/fonts/OpenSans-Semibold.woff) format('woff'), url(css/fonts/OpenSans-Semibold.ttf) format('truetype'), url(css/fonts/OpenSans-Semibold.svg#OpenSans-Semibold) format('svg');
            font-weight: 600;
            font-style: normal
        }

        @font-face {
            font-family: OpenSans;
            src: url(css/fonts/OpenSans.eot);
            src: url(css/fonts/OpenSans.eot?#iefix) format('embedded-opentype'), url(css/fonts/OpenSans.woff2) format('woff2'), url(css/fonts/OpenSans.woff) format('woff'), url(css/fonts/OpenSans.ttf) format('truetype'), url(css/fonts/OpenSans.svg#OpenSans) format('svg');
            font-weight: 400;
            font-style: normal
        }

        @font-face {
            font-family: OpenSans-SemiboldItalic;
            src: url(css/fonts/OpenSans-SemiboldItalic.eot);
            src: url(css/fonts/OpenSans-SemiboldItalic.eot?#iefix) format('embedded-opentype'), url(css/fonts/OpenSans-SemiboldItalic.woff2) format('woff2'), url(css/fonts/OpenSans-SemiboldItalic.woff) format('woff'), url(css/fonts/OpenSans-SemiboldItalic.ttf) format('truetype'), url(css/fonts/OpenSans-SemiboldItalic.svg#OpenSans-SemiboldItalic) format('svg');
            font-weight: 600;
            font-style: italic
        }

        body {
            font-family: OpenSans;
            user-select: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none
        }

        body {
            font-family: OpenSans;
            user-select: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none
        }

        li {
            list-style-type: none
        }

        h1,
        h2,
        p {
            margin: 0
        }

        input:focus {
            outline: 0
        }

        a {
            cursor: pointer;
            text-decoration: none;
            transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -ms-transition: all .4s;
            -o-transition: all .4s
        }

        a:focus {
            text-decoration: none;
            outline: 0
        }

        .padding {
            padding: 0
        }

        .al {
            width: 100%;
            height: 100%;
            display: table
        }

        .alm {
            width: 100%;
            height: 100%;
            display: table-cell;
            vertical-align: middle
        }

        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto
        }

        #main {
            width: 100%;
            float: left
        }

        .main-company-sec {
            width: 100%;
            float: left;
            padding: 0;
            background-repeat: no-repeat;
            background-image: url('../images/bnr-img-crop.png');
            background-size: cover;
            position: relative;
            transition: all .5s;
            background-position: 0px 50px;
        }

        .sub-company-sec {
            width: 100%;
            float: left;
            position: relative;
            z-index: 9999;
        }

        .sub-sub-header {
            width: 100%;
            float: left;
            position: fixed;
            z-index: 99;
            background: #d81c51;
            padding: 0 15px;
            box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 30%);
        }

        .sub-sub-header-left {
            width: 60px;
            float: left;
            margin-top: 5px;
        }

        .sub-sub-header-right {
            width: auto;
            float: right
        }

        .right-nav {
            width: 100%;
            float: left
        }

        .right-nav ul {
            list-style-type: none;
            text-align: center;
            margin: 0;
            padding: 0
        }

        .right-nav ul li {
            display: inline-block;
            padding: 37px 15px 15px 15px;
        }

        .right-nav ul li a {
            font-size: 14px;
            font-family: OpenSans;
            color: #fff;
            text-decoration: none;
        }

        .right-nav ul li a:hover {
            border-bottom: solid 2px #fff;
            padding-bottom: 3px;
        }

        .right-nav ul li.child-menu a {
            position: relative
        }

        .right-nav ul li.child-menu a:before {
            position: absolute;
            content: '\f107';
            font-weight: 900;
            font-family: 'Font Awesome 5 Free';
            font-size: 20px;
            color: #fff;
            right: -18px;
            top: -2px
        }

        .right-nav ul li.child-menu ul.sub-menu {
            opacity: 0;
            visibility: hidden;
            display: none;
            position: absolute;
            top: 100%;
            background-color: #fff;
            width: 20%;
            border: 1px solid #e9e9e9;
            padding: 0;
            right: 4%;
            z-index: 999;
            box-shadow: 0px 5px 5px rgb(0 0 0 / 15%);
        }

        .right-nav ul li.child-menu:hover ul.sub-menu {
            display: block;
            opacity: 1;
            visibility: visible
        }

        .right-nav ul li.child-menu ul.sub-menu li {
            display: inline-block;
            width: 100%;
            padding: 0;
            border-left: 1px solid #e9e9e9;
            float: left;
            text-align: left
        }

        .right-nav ul li.child-menu ul.sub-menu li:first-child {
            border: 0
        }

        .right-nav ul li.child-menu ul.sub-menu li ul.sub-sub-menu {
            width: 100%;
            float: left;
            padding: 0px
        }

        .right-nav ul li.child-menu ul.sub-menu li ul.sub-sub-menu li {
            width: 100%;
            padding: 10px 0;
            border: 0;
            position: relative;
            padding-left: 45px;
            border-bottom: solid 1px #efefef;
        }

        .right-nav ul li.child-menu ul.sub-menu li ul.sub-sub-menu li:before {
            position: absolute;
            content: '\f105';
            font-weight: 900;
            font-family: 'Font Awesome 5 Free';
            font-size: 20px;
            color: #c80477;
            left: 20px;
            top: 6px
        }

        .right-nav ul li.child-menu ul.sub-menu li ul.sub-sub-menu li a {
            font-size: 14px;
            font-family: OpenSans;
            position: unset;
            color: #000;
            padding: 0
        }

        .right-nav ul li.child-menu ul.sub-menu li ul.sub-sub-menu li a:before {
            display: none
        }

        .c-s-main {
            width: 100%;
            float: left;
        }

        .c-s-boxes-main {
            width: 100%;
            float: left;
            height: 56vh;
        }

        .c-s-box {
            width: 100%;
            float: left;
            height: auto
        }

        .c-s-desc {
            width: 100%;
            float: left
        }

        .c-s-desc h1 {
            width: 80%;
            display: inline-block;
            font-family: OpenSans-Bold;
            font-size: 70px;
            color: #fff;
            text-transform: uppercase;
            position: relative;
            left: -3px
        }

        .c-s-desc p {
            width: 50%;
            display: inline-block;
            font-family: OpenSans;
            font-size: 18px;
            color: #f7d6d6;
            line-height: 30px;
            display: block;
            margin-top: 10px
        }

        .c-s-desc a {
            width: auto;
            display: inline-block;
            margin-top: 30px;
            padding: 8px 20px;
            font-family: OpenSans-Semibold;
            font-size: 14px;
            border: 3px solid #fff;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase
        }

        .btn-main {
            width: auto;
            display: inline-block;
            padding: 8px 20px;
            font-family: OpenSans-Semibold;
            font-size: 14px;
            border: 3px solid #fff;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase
        }

        .btn-main:hover {
            background-color: #222;
            color: #fff;
            border-color: #222
        }

        .c-s-box a:hover {
            background-color: #fff;
            color: #ed6801
        }

        .sub-company-second-sec {
            width: 100%;
            max-width: 1140px;
            margin: auto;
            background-color: #f6f6f6;
            padding: 100px 50px;
        }

        .sub-sub-company-cntnt {
            width: 100%;
            padding-top: 50px;
            float: left
        }

        .title-main {
            width: 100%;
            float: left;
            text-align: center
        }

        .title-main h2 {
            font-size: 30px;
            font-family: OpenSans-Bold;
            color: #000;
            text-transform: uppercase
        }

        .company-sec-cntnt {
            width: 100%;
            float: left;
            margin-top: 0px
        }

        .company-sec-cntnt ul {
            width: 100%;
            float: left;
            padding: 0;
            margin: 0;
            margin-top: 20px;
            padding-left: 25px
        }

        .company-sec-cntnt ul li {
            font-family: OpenSans-Semibold;
            width: 100%;
            float: left;
            font-size: 16px;
            color: #222;
            position: relative;
            padding-bottom: 15px;
            text-align: left;
            text-transform: uppercase
        }

        .company-sec-cntnt ul li:before {
            position: absolute;
            content: '';
            left: -25px;
            top: 5px;
            width: 10px;
            height: 10px;
            background-color: #ed6801
        }

        .desc {
            width: 100%;
            float: left
        }

        .desc p {
            width: 100%;
            color: #333;
            font-size: 16px;
            font-family: OpenSans;
            line-height: 36px;
            text-align: justify
        }

        .company-sec-cntnt p {
            margin-bottom: 20px
        }

        .company-sec-cntnt p:first-child {
            margin-top: 0
        }

        .prod-list-main {
            width: 100%;
            float: left;
            padding: 100px 20px;
            padding-top: 70px;
            padding-bottom: 0
        }

        .prod-list-sub {
            width: 100%;
            float: left
        }

        .prod-box {
            padding: 0 30px;
            margin-bottom: 70px
        }

        .prod-box-main {
            width: 100%;
            float: left
        }

        .prod-img {
            width: 100%;
            float: left
        }

        .prod-desc {
            width: 100%;
            float: left;
            margin-top: 30px
        }

        .prod-desc h2 {
            font-family: OpenSans-Semibold;
            font-size: 24px;
            color: #222;
            text-transform: uppercase
        }

        .prod-desc p {
            font-family: OpenSans;
            font-size: 16px;
            color: #666;
            margin-top: 15px;
            line-height: 30px
        }

        .prod-desc a {
            background-color: #ed6801;
            color: #fff;
            margin-top: 20px;
            border: 2px solid #ed6801;
            text-decoration: none
        }

        .load-more-btn {
            width: 100%;
            float: left;
            text-align: center
        }

        .load-more-btn a,
        .load-more-btn button {
            height: 60px;
            line-height: 60px;
            display: inline-block;
            padding: 0 45px;
            font-family: OpenSans;
            font-size: 20px;
            color: #fff;
            background-color: #707070;
            text-decoration: none;
            text-transform: uppercase;
            margin-bottom: 70px
        }

        .load-more-btn a:hover {
            background-color: #222
        }

        .lm-main {
            width: 100%;
            float: left;
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap
        }

        .lm-left-main {
            width: 100%;
            float: left;
            padding: 60px 50px;
            background-color: #ed6801;
            height: 100%
        }

        .lm-right-main {
            width: 100%;
            float: left;
            padding: 60px 50px;
            background-color: #eaeaea
        }

        .lm-left-sub {
            width: 100%;
            float: left
        }

        .lm-text {
            width: 100%;
            float: right;
            text-align: right
        }

        .lm-text h1 {
            font-family: OpenSans-Bold;
            color: #fff;
            font-size: 56px;
            text-transform: uppercase
        }

        .lm-right-sub {
            width: 100%;
            float: left
        }

        .lm-right-text {
            width: 100%;
            float: left
        }

        .lm-right-text h1 {
            font-family: OpenSans-Bold;
            color: #000;
            font-size: 66px;
            text-transform: uppercase;
            width: 70%
        }

        .lm-right-text p {
            margin-top: 20px;
            width: 65%;
            display: block
        }

        .lm-right-text a {
            background-color: #ed6801;
            color: #fff;
            border: 2px solid #ed6801;
            margin-top: 30px;
            padding: 10px 25px;
            text-decoration: none
        }

        .lm-right-text a:hover {
            background-color: #222;
            color: #fff
        }

        .counter-main {
            width: 100%;
            padding: 60px 0;
            background: url(../images/gallery-bg.jpg) no-repeat center bottom;
            background-size: cover;
            float: left;
            background-attachment: fixed;
        }

        .counter-main:before {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            position: absolute;
            content: '';
            background-color: rgba(0, 0, 0, .7)
        }

        .counter-sub {
            width: 100%;
            text-align: right;
            position: relative
        }

        .counter-box {
            width: 100%;
            text-align: left
        }

        .counter-box h1 {
            font-family: OpenSans-Semibold;
            color: #fff;
            font-size: 40px
        }

        .counter-box p {
            font-family: OpenSans;
            color: #fff;
            font-size: 18px;
            margin-top: 10px;
            text-transform: uppercase
        }

        .l-p-main {
            width: 100%;
            float: left;
            padding: 70px 20px;
            padding-bottom: 0
        }

        .l-p-sub {
            width: 100%;
            float: left
        }

        .title-main p {
            font-size: 18px;
            color: #666;
            font-family: OpenSans;
            margin-bottom: 5px
        }

        .lp-box {
            padding: 0 30px;
            margin-bottom: 70px
        }

        .l-p-boxes-main {
            width: 100%;
            float: left;
            margin-top: 70px;
            display: flex;
            flex-wrap: wrap
        }

        .l-p-box {
            width: 100%;
            float: left;
            background-color: #eaeaea;
            padding: 30px;
            height: 100%
        }

        .l-p-box h2 {
            font-family: OpenSans-Semibold;
            font-size: 24px;
            color: #222;
            text-transform: uppercase
        }

        .l-p-box p {
            font-family: OpenSans;
            font-size: 16px;
            color: #666;
            margin-top: 20px;
            line-height: 30px;
            min-height: 90 px
        }

        .l-p-box a {
            background-color: #ed6801;
            color: #fff;
            margin-top: 30px;
            border: 3px solid #fff;
            text-decoration: none
        }

        .l-p-box a:hover {
            background-color: #222;
            color: #fff;
            border-color: #222
        }

        .g-t-main {
            width: 100%;
            float: left;
            position: relative
        }

        .g-t-main a.g-t-link {
            width: 100%;
            float: left;
            background-color: #ed6801;
            padding: 40px 0;
            padding-top: 60px
        }

        .g-t-main a.g-t-link:active,
        .g-t-main a.g-t-link:focus,
        .g-t-main a.g-t-link:hover {
            background-color: #444
        }

        .g-t-sub {
            width: 100%;
            float: left;
            text-align: center
        }

        .g-t-sub h1 {
            font-family: OpenSans;
            font-size: 22px;
            color: #fff;
            text-transform: uppercase;
            transition: all .5s;
            -webkit-transition: all .5s
        }

        .g-t-sub h1 span {
            padding-left: 0;
            width: 0;
            display: inline-block;
            vertical-align: middle;
            overflow: hidden;
            transition: all .5s;
            -webkit-transition: all .5s;
            position: relative;
            top: -3px
        }

        .g-t-main a.g-t-link:active .g-t-sub h1 span,
        .g-t-main a.g-t-link:focus .g-t-sub h1 span,
        .g-t-main a.g-t-link:hover .g-t-sub h1 span {
            width: 40px;
            padding-left: 15px;
            transition: all .5s;
            -webkit-transition: all .5s
        }

        .g-t-sub p {
            font-family: OpenSans;
            font-size: 16px;
            color: #f2c1b4;
            margin-top: 10px
        }

        .g-t-main:before {
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 25px solid #fff;
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 30px
        }

        .ftr-main {
            width: 100%;
            float: left;
            padding: 60px 50px;
            background-color: #222
        }

        .ftr-sub {
            width: 100%;
            float: left
        }

        .ftr-title {
            width: 100%;
            float: left;
            margin-bottom: 10px
        }

        .ftr-title h1 {
            font-family: OpenSans-Bold;
            font-size: 22px;
            text-transform: uppercase;
            color: #919191
        }

        .ftr-desc {
            width: 100%;
            float: left
        }

        .ftr-desc p {
            font-family: OpenSans;
            font-size: 14px;
            color: #fff;
            margin-top: 10px;
            line-height: 26px;
            text-align: justify
        }

        .ftr-desc a {
            margin-top: 20px;
            text-decoration: none
        }

        .ftr-desc a:hover {
            background-color: #fff;
            color: #ed6801
        }

        .ftr-right-desc {
            padding-left: 30px
        }

        .ftr-left-desc {
            padding-right: 30px
        }

        .ftr-soc {
            width: 100%;
            float: left;
            margin-top: 25px
        }

        .ftr-soc ul {
            padding: 0;
            margin: 0;
            width: 100%;
            float: left;
            display: flex;
            flex-wrap: wrap
        }

        .ftr-soc ul li {
            display: inline-block;
            padding: 0 3px
        }

        .ftr-soc ul li:first-child {
            padding-left: 0
        }

        .ftr-soc ul li:last-child {
            padding-right: 0
        }

        .ftr-soc ul li a {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: inline-block;
            text-align: center;
            line-height: 50px;
            color: #222;
            font-size: 20px
        }

        .ftr-soc ul li a.tw {
            background-color: #49b4e8
        }

        .ftr-soc ul li a.gp {
            background-color: #d64d27
        }

        .ftr-soc ul li a.fb {
            background-color: #5270a6
        }

        .ftr-soc ul li a:hover {
            background-color: #fff
        }

        .ftr-soc ul li a.cer {
            border-radius: 0;
            background-color: transparent
        }

        .ftr-soc ul li a.cer:hover {
            background-color: transparent
        }

        .copy-main {
            width: 100%;
            float: left;
            padding: 60px 0px 0px 0px;
            background-color: #000;
        }

        .copy-text {
            background: #d81c51;
            text-align: center;
            margin-top: 60px;
            padding: 10px 15px;
        }

        .copy-text p {
            font-family: OpenSans;
            font-size: 13px;
            color: #fff
        }

        .copy-text p a {
            color: #fff;
            text-decoration: underline
        }

        .copy-text p a:last-child {
            margin-right: 14px
        }

        .copy-text p a:hover {
            color: #999
        }

        .copy-menu {
            width: 100%;
            float: left
        }

        .copy-menu ul {
            width: 100%;
            float: left;
            padding: 0;
            margin: 0;
            text-align: right
        }

        .copy-menu ul li {
            display: inline-block;
            padding: 0 10px
        }

        .copy-menu ul li:first-child {
            padding-left: 0
        }

        .copy-menu ul li:last-child {
            padding-right: 0
        }

        .copy-menu ul li a {
            font-family: OpenSans;
            font-size: 13px;
            text-transform: uppercase;
            color: #fff;
            text-decoration: none
        }

        .copy-menu ul li a:hover {
            color: #999
        }

        .load-prod {
            height: 0;
            overflow: hidden;
            min-height: 0;
            margin: 0
        }

        .loader {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(255, 255, 255, .7);
            text-align: center;
            display: none
        }

        .loader-img {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            text-align: center
        }

        .load-prod-two {
            display: none
        }

        .header {
            background-color: #fff;
            box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
            position: fixed;
            width: 100%;
            z-index: 3
        }

        .header ul {
            margin: 0;
            padding: 0;
            list-style: none;
            overflow: hidden;
            background-color: #fff
        }

        .header li a {
            display: block;
            padding: 20px 20px;
            border-right: 1px solid #f4f4f4;
            text-decoration: none
        }

        .header .menu-btn:hover,
        .header li a:hover {
            background-color: #f4f4f4
        }

        .header .menu {
            clear: both;
            max-height: 0;
            transition: max-height .2s ease-out
        }

        .header .menu-icon {
            cursor: pointer;
            display: inline-block;
            float: right;
            padding: 28px 20px;
            position: relative;
            user-select: none
        }

        .header .menu-icon .navicon {
            background: #333;
            display: block;
            height: 2px;
            position: relative;
            transition: background .2s ease-out;
            width: 18px
        }

        .header .menu-icon .navicon:after,
        .header .menu-icon .navicon:before {
            background: #333;
            content: '';
            display: block;
            height: 100%;
            position: absolute;
            transition: all .2s ease-out;
            width: 100%
        }

        .header .menu-icon .navicon:before {
            top: 5px
        }

        .header .menu-icon .navicon:after {
            top: -5px
        }

        .header .menu-btn {
            display: none
        }

        .header .menu-btn:checked~.menu {
            max-height: 100vh;
            height: 100vh
        }

        .header .menu-btn:checked~.menu-icon .navicon {
            background: 0 0
        }

        .header .menu-btn:checked~.menu-icon .navicon:before {
            transform: rotate(-45deg)
        }

        .header .menu-btn:checked~.menu-icon .navicon:after {
            transform: rotate(45deg)
        }

        .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after,
        .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
            top: 0
        }

        @media (min-width:48em) {
            .header li {
                float: left
            }

            .header li a {
                padding: 20px 30px
            }

            .header .menu {
                clear: none;
                float: right;
                max-height: none
            }

            .header .menu-icon {
                display: none
            }
        }

        .header {
            background-color: #fff;
            box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
            position: fixed;
            width: 100%;
            display: none;
            z-index: 3
        }

        .header ul {
            margin: 0;
            padding: 0;
            list-style: none;
            overflow: hidden;
            background-color: #fff
        }

        .header li a {
            display: block;
            font-size: 14px;
            font-family: OpenSans;
            color: #ed6801;
            padding: 15px 20px;
            border-right: 1px solid #f4f4f4;
            text-decoration: none
        }

        .header .menu-btn:hover,
        .header li a:hover {
            background-color: #f4f4f4
        }

        .header .menu {
            clear: both;
            max-height: 0;
            transition: max-height .2s ease-out
        }

        .header .menu-icon {
            cursor: pointer;
            display: inline-block;
            float: right;
            padding: 37px 20px;
            position: relative;
            user-select: none
        }

        .header .menu-icon .navicon {
            background: #fff;
            display: block;
            height: 2px;
            position: relative;
            transition: background .2s ease-out;
            width: 18px
        }

        .header .menu-icon .navicon:after,
        .header .menu-icon .navicon:before {
            background: #fff;
            content: '';
            display: block;
            height: 100%;
            position: absolute;
            transition: all .2s ease-out;
            width: 100%
        }

        .header .menu-icon .navicon:before {
            top: 5px
        }

        .header .menu-icon .navicon:after {
            top: -5px
        }

        .header .menu-btn {
            display: none
        }

        .header .menu-btn:checked~.menu {
            height: calc(100vh - 80px);
            overflow: auto
        }

        .header .menu-btn:checked~.menu-icon .navicon {
            background: 0 0
        }

        .header .menu-btn:checked~.menu-icon .navicon:before {
            transform: rotate(-45deg)
        }

        .header .menu-btn:checked~.menu-icon .navicon:after {
            transform: rotate(45deg)
        }

        .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after,
        .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
            top: 0
        }

        @media (min-width:48em) {
            .header li {
                float: left
            }

            .header li a {
                padding: 20px 30px
            }

            .header .menu {
                clear: none;
                float: right;
                max-height: none
            }

            .header .menu-icon {
                display: none
            }
        }

        @media screen and (min-width:1241px) and (max-width:1500px) {
            .container-fluid {
                width: 100%;
                max-width: 100%
            }

            .container {
                width: 100%;
                max-width: 96%
            }

            .c-s-box h1 {
                font-size: 60px
            }

            .c-s-box p {
                font-size: 16px
            }

            .lm-text h1 {
                font-size: 50px
            }

            .lm-text {
                width: 85%
            }

            .lm-right-text h1 {
                font-size: 50px;
                width: 70%
            }

            .lm-right-text p {
                width: 90%
            }

            .lp-box {
                padding: 0 15px
            }

            .l-p-box {
                padding: 20px
            }

            .prod-box {
                padding: 0 15px
            }
        }

        @media screen and (min-width:1025px) and (max-width:1240px) {
            .container-fluid {
                width: 100%;
                max-width: 96%
            }

            .container {
                width: 100%;
                max-width: 96%
            }

            .c-s-box h1 {
                font-size: 50px
            }

            .c-s-box p {
                font-size: 16px;
                width: 90%
            }

            .desc p {
                font-size: 16px;
                line-height: 24px
            }

            .company-sec-cntnt p {
                margin-bottom: 20px
            }

            .prod-list-main {
                padding: 60px 20px
            }

            .prod-desc p {
                font-size: 14px;
                line-height: 23px
            }

            .prod-desc {
                margin-top: 20px
            }

            .lm-text h1 {
                font-size: 42px
            }

            .lm-text {
                width: 85%
            }

            .l-p-box p {
                line-height: 24px
            }

            .lm-right-text h1 {
                font-size: 42px;
                width: 80%
            }

            .lm-right-text p {
                width: 90%
            }

            .lp-box {
                padding: 0 15px;
                margin-bottom: 40px
            }

            .l-p-box a {
                margin-top: 20px
            }

            .l-p-box {
                padding: 20px
            }

            .sub-company-second-sec {
                padding: 70px 50px
            }

            .prod-box {
                padding: 0 15px
            }

            .sub-sub-header-left {
                position: unset;
                z-index: 99;
                width: 80px;
                margin-top: 4px;
            }
        }

        @media screen and (min-width:901px) and (max-width:1024px) {
            .counter-box p {
                font-size: 16px
            }

            .counter-box h1 {
                font-size: 30px
            }

            .title-main h2 {
                font-size: 28px
            }

            .prod-box {
                padding: 0 15px
            }

            .container-fluid {
                width: 100%;
                max-width: 96%
            }

            .container {
                width: 100%;
                max-width: 96%
            }

            .c-s-box h1 {
                font-size: 50px
            }

            .c-s-box p {
                font-size: 16px;
                width: 90%
            }

            .desc p {
                font-size: 16px;
                line-height: 24px
            }

            .company-sec-cntnt p {
                margin-bottom: 20px
            }

            .prod-list-main {
                padding: 60px 20px
            }

            .prod-desc p {
                font-size: 14px;
                line-height: 23px
            }

            .prod-desc {
                margin-top: 20px
            }

            .lm-text h1 {
                font-size: 36px
            }

            .lm-text {
                width: 85%
            }

            .l-p-box p {
                line-height: 24px
            }

            .lm-right-text h1 {
                font-size: 36px;
                width: 90%
            }

            .lm-right-text p {
                width: 90%
            }

            .lp-box {
                padding: 0 15px;
                margin-bottom: 40px
            }

            .l-p-box a {
                margin-top: 20px
            }

            .l-p-box {
                padding: 20px
            }

            .sub-company-second-sec {
                padding: 70px 50px
            }

            .prod-box {
                padding: 0 15px
            }

            .sub-sub-header-left {
                position: unset;
                z-index: 99;
                width: 60px
            }

            .right-nav ul li.child-menu ul.sub-menu li ul.sub-sub-menu {
                padding: 10px 0
            }

            .right-nav ul li.child-menu ul.sub-menu li ul.sub-sub-menu li {
                padding: 7px 0;
                padding-left: 30px
            }

            .right-nav ul li.child-menu ul.sub-menu li ul.sub-sub-menu li:before {
                left: 10px;
                top: 7px;
                font-size: 16px
            }

            .right-nav ul li.child-menu ul.sub-menu li ul.sub-sub-menu li a {
                font-size: 13px
            }
        }

        @media screen and (min-width:768px) and (max-width:900px) {
            .counter-box p {
                font-size: 16px
            }

            .main-company-sec {
                padding: 0 30px
            }

            .counter-box h1 {
                font-size: 30px
            }

            .title-main h2 {
                font-size: 28px
            }

            .prod-box {
                padding: 0 15px
            }

            .container-fluid {
                width: 100%;
                max-width: 96%
            }

            .container {
                width: 100%;
                max-width: 96%
            }

            .c-s-box h1 {
                font-size: 50px
            }

            .c-s-box p {
                font-size: 16px;
                width: 90%
            }

            .desc p {
                font-size: 14px;
                line-height: 24px
            }

            .company-sec-cntnt p {
                margin-bottom: 20px
            }

            .prod-list-main {
                padding: 60px 20px
            }

            .prod-desc p {
                font-size: 14px;
                line-height: 23px
            }

            .prod-desc {
                margin-top: 20px
            }

            .lm-text h1 {
                font-size: 30px
            }

            .lm-right-main {
                padding: 60px 30px
            }

            .lm-text {
                width: 100%
            }

            .l-p-box p {
                line-height: 24px
            }

            .lm-right-text h1 {
                font-size: 30px;
                width: 100%
            }

            .lm-right-text p {
                width: 90%
            }

            .lp-box {
                padding: 0 15px;
                margin-bottom: 40px
            }

            .l-p-box a {
                margin-top: 20px
            }

            .l-p-box {
                padding: 20px
            }

            .sub-company-second-sec {
                padding: 70px 30px
            }

            .prod-box {
                padding: 0 15px
            }

            .sub-sub-header-left {
                position: unset;
                z-index: 99;
                width: 60px
            }

            .right-nav ul li {
                padding: 28px 11px
            }

            .right-nav ul li.child-menu a:before {
                font-size: 16px;
                right: -14px;
                top: -1px
            }

            .right-nav ul li a {
                font-size: 13px
            }

            .right-nav ul li.child-menu ul.sub-menu li ul.sub-sub-menu {
                padding: 10px 0
            }

            .right-nav ul li.child-menu ul.sub-menu li ul.sub-sub-menu li {
                padding: 6px 0;
                padding-left: 25px
            }

            .right-nav ul li.child-menu ul.sub-menu li ul.sub-sub-menu li:before {
                left: 10px;
                top: 7px;
                font-size: 16px
            }

            .right-nav ul li.child-menu ul.sub-menu li ul.sub-sub-menu li a {
                font-size: 13px
            }
        }

        @media screen and (max-width:767px) {
            .desc p {
                text-align: justify
            }

            .main-company-sec {
                background-position: bottom right
            }

            .header .menu li.child-menu {
                position: relative;
                width: 100%
            }

            .header .menu li.child-menu:before {
                position: absolute;
                content: '\f067';
                right: 20px;
                top: 12px;
                font-weight: 900;
                font-family: 'Font Awesome 5 Free';
                font-size: 18px;
                color: #ed6801
            }

            .header .menu li.child-menu ul.sub-menu {
                width: 100%;
                display: none;
                height: 300px;
                overflow: auto
            }

            .header .menu li.child-menu ul.sub-menu li {
                padding-left: 10px
            }
        }

        @media screen and (min-width:601px) and (max-width:767px) {
            .header {
                display: block;
                left: 0;
                background: 0 0;
                box-shadow: none
            }

            .counter-box p {
                font-size: 16px
            }

            .sub-sub-header-right {
                display: none
            }

            .main-company-sec {
                padding: 0 30px
            }

            .counter-box h1 {
                font-size: 30px
            }

            .title-main h2 {
                font-size: 22px
            }

            .l-p-boxes-main {
                margin-top: 50px
            }

            .ftr-right-desc {
                padding-left: 0;
                margin-top: 40px
            }

            .ftr-left-desc {
                padding-right: 0
            }

            .prod-box {
                padding: 0 15px;
                margin-bottom: 50px
            }

            .container-fluid {
                width: 100%;
                max-width: 96%
            }

            .container {
                width: 100%;
                max-width: 96%
            }

            .c-s-box h1 {
                font-size: 38px
            }

            .c-s-box p {
                font-size: 16px;
                width: 100%
            }

            .company-sec-cntnt {
                margin-top: 30px
            }

            .desc p {
                font-size: 14px;
                line-height: 24px;
                text-align: justify
            }

            .company-sec-cntnt p {
                margin-bottom: 20px
            }

            .prod-list-main {
                padding: 60px 10px
            }

            .prod-desc p {
                font-size: 14px;
                line-height: 23px
            }

            .prod-desc {
                margin-top: 20px
            }

            .lm-text h1 {
                font-size: 30px
            }

            .lm-right-main {
                padding: 60px 30px
            }

            .lm-text {
                width: 90%
            }

            .counter-box {
                margin-bottom: 50px
            }

            .l-p-box p {
                line-height: 24px
            }

            .lm-right-text h1 {
                font-size: 30px;
                width: 100%
            }

            .lm-right-text p {
                width: 90%
            }

            .lp-box {
                padding: 0 15px;
                margin-bottom: 40px
            }

            .l-p-box a {
                margin-top: 20px
            }

            .l-p-box {
                padding: 20px
            }

            .sub-company-second-sec {
                padding: 70px 30px
            }

            .ftr-main {
                padding: 60px 30px
            }

            .prod-box {
                padding: 0 15px
            }

            .c-s-main {
                margin-top: 90px
            }

            .sub-sub-header-left {
                position: fixed;
                z-index: 99;
                width: 60px
            }

            .header {
                display: block;
                background: #ed6801;
                box-shadow: none
            }
        }

        @media screen and (min-width:481px) and (max-width:600px) {
            .header {
                display: block;
                left: 0;
                background: 0 0;
                box-shadow: none
            }

            .counter-box p {
                font-size: 12px
            }

            .sub-sub-header-right {
                display: none
            }

            .main-company-sec {
                padding: 0 30px
            }

            .counter-box h1 {
                font-size: 26px
            }

            .title-main h2 {
                font-size: 18px
            }

            .l-p-boxes-main {
                margin-top: 40px
            }

            .title-main p {
                font-size: 16px
            }

            .ftr-right-desc {
                padding-left: 0;
                margin-top: 40px
            }

            .ftr-left-desc {
                padding-right: 0
            }

            .prod-box {
                padding: 0
            }

            .container-fluid {
                width: 100%;
                max-width: 96%
            }

            .container {
                width: 100%;
                max-width: 96%
            }

            .c-s-box h1 {
                font-size: 38px
            }

            .c-s-box p {
                font-size: 16px;
                width: 100%;
                line-height: 24px
            }

            .company-sec-cntnt {
                margin-top: 0px
            }

            .desc p {
                font-size: 14px;
                line-height: 24px
            }

            .company-sec-cntnt p {
                margin-bottom: 20px
            }

            .prod-list-main {
                padding: 60px 20px
            }

            .prod-desc p {
                font-size: 14px;
                line-height: 23px
            }

            .prod-desc {
                margin-top: 20px
            }

            .lm-text h1 {
                font-size: 30px
            }

            .lm-right-main {
                padding: 60px 30px
            }

            .lm-text {
                width: 90%
            }

            .counter-box {
                margin-bottom: 30px
            }

            .l-p-main {
                padding: 70px 0
            }

            .ftr-main {
                padding: 60px 20px
            }

            .l-p-box p {
                line-height: 24px
            }

            .lm-right-text h1 {
                font-size: 30px;
                width: 100%
            }

            .lm-right-text p {
                width: 90%
            }

            .lp-box {
                padding: 0 15px;
                margin-bottom: 40px
            }

            .l-p-box a {
                margin-top: 20px
            }

            .l-p-box {
                padding: 20px
            }

            .bgg {
                padding: 0px;
            }

            .sub-company-second-sec {
                padding: 70px 30px
            }

            .ftr-main {
                padding: 60px 30px
            }

            .prod-box {
                padding: 0 15px
            }

            .c-s-main {
                margin-top: 90px
            }

            .sub-sub-header-left {
                position: fixed;
                z-index: 99;
                width: 60px
            }

            .header {
                display: block;
                left: 0;
                background: #ed6801;
                box-shadow: none
            }
        }

        @media screen and (min-width:320px) and (max-width:480px) {
            .sub-sub-header-left {
                position: fixed;
                z-index: 99;
                width: 60px
            }

            .header {
                display: block;
                left: 0;
                background: #ed6801;
                box-shadow: none
            }

            .counter-box p {
                font-size: 12px
            }

            .sub-sub-header-right {
                display: none
            }

            .c-s-main {
                margin-top: 70px
            }

            .main-company-sec {
                padding: 0 15px;
                background-size: 100%
            }

            .sub-sub-company-cntnt {
                padding-top: 30px
            }

            .company-sec-cntnt ul li {
                font-size: 15px
            }

            .prod-desc h2 {
                font-size: 18px
            }

            .prod-desc p {
                height: auto
            }

            .counter-box h1 {
                font-size: 26px
            }

            .title-main h2 {
                font-size: 18px
            }

            .l-p-boxes-main {
                margin-top: 40px
            }

            .title-main p {
                font-size: 16px
            }

            .ftr-right-desc {
                padding-left: 0;
                margin-top: 40px
            }

            .ftr-left-desc {
                padding-right: 0
            }

            .prod-box {
                padding: 0 0;
                margin-bottom: 50px
            }

            .col-lg-3.col-md-3.col-sm-4.col-xs-12.prod-box.load-prod {
                margin-bottom: 50px
            }

            .container-fluid {
                width: 100%;
                max-width: 96%
            }

            .container {
                width: 100%;
                max-width: 96%
            }

            .c-s-box h1 {
                font-size: 24px;
                left: -1px
            }

            .c-s-box p {
                font-size: 14px;
                width: 100%;
                line-height: 21px
            }

            .company-sec-cntnt {
                margin-top: 0px
            }

            .desc p {
                font-size: 14px;
                line-height: 27px;
                text-align: justify
            }

            .company-sec-cntnt p {
                margin-bottom: 20px
            }

            .prod-list-main {
                padding: 60px 15px
            }

            .prod-desc p {
                font-size: 14px;
                line-height: 23px
            }

            .prod-desc {
                margin-top: 20px
            }

            .lm-text h1 {
                font-size: 22px
            }

            .lm-right-main {
                padding: 60px 15px
            }

            .lm-left-main {
                padding: 60px 15px
            }

            .lm-text {
                width: 100%
            }

            .counter-box {
                margin-bottom: 30px
            }

            .l-p-main {
                padding: 70px 0
            }

            .ftr-main {
                padding: 60px 20px
            }

            .l-p-box p {
                line-height: 24px;
                font-size: 14px
            }

            .g-t-sub p {
                font-size: 16px
            }

            .copy-main {
                display: inline-block;
                padding: 30px 0px 0px 0px
            }

            .copy-text {
                margin-top: 30px;
            }

            .copy-menu ul {
                text-align: left
            }

            .copy-menu {
                padding-top: 10px
            }

            .load-more-btn a {
                height: 45px;
                font-size: 16px;
                line-height: 45px
            }

            .copy-main .col-lg-6.col-md-6.col-sm-6.col-xs-12.padding {
                width: 100%
            }

            .lm-right-text h1 {
                font-size: 21px;
                width: 100%
            }

            .lm-right-text p {
                width: 100%
            }

            .lp-box {
                padding: 0 15px;
                margin-bottom: 40px
            }

            .l-p-box a {
                margin-top: 20px
            }

            .l-p-box {
                padding: 20px
            }

            .sub-company-second-sec {
                padding: 70px 15px
            }

            .counter-main .col-xs-6 {
                width: 100%
            }

            .ftr-main {
                padding: 60px 30px
            }

            .prod-box {
                padding: 0 15px
            }
        }

        /*!
            * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
            * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
            */
        .fab,
        .fas {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1
        }

        .fa-envelope:before {
            content: "\f0e0"
        }

        .fa-facebook-f:before {
            content: "\f39e"
        }

        .fa-google-plus-g:before {
            content: "\f0d5"
        }

        .fa-twitter:before {
            content: "\f099"
        }

        @font-face {
            font-family: 'Font Awesome 5 Brands';
            font-style: normal;
            font-weight: 400;
            src: url(webfonts/fa-brands-400.eot);
            src: url(webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-brands-400.woff2) format("woff2"), url(webfonts/fa-brands-400.woff) format("woff"), url(webfonts/fa-brands-400.ttf) format("truetype"), url(webfonts/fa-brands-400.svg#fontawesome) format("svg")
        }

        .fab {
            font-family: 'Font Awesome 5 Brands'
        }

        @font-face {
            font-family: 'Font Awesome 5 Free';
            font-style: normal;
            font-weight: 400;
            src: url(webfonts/fa-regular-400.eot);
            src: url(webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-regular-400.woff2) format("woff2"), url(webfonts/fa-regular-400.woff) format("woff"), url(webfonts/fa-regular-400.ttf) format("truetype"), url(webfonts/fa-regular-400.svg#fontawesome) format("svg")
        }

        @font-face {
            font-family: 'Font Awesome 5 Free';
            font-style: normal;
            font-weight: 900;
            src: url(webfonts/fa-solid-900.eot);
            src: url(webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-solid-900.woff2) format("woff2"), url(webfonts/fa-solid-900.woff) format("woff"), url(webfonts/fa-solid-900.ttf) format("truetype"), url(webfonts/fa-solid-900.svg#fontawesome) format("svg")
        }

        .fas {
            font-family: 'Font Awesome 5 Free';
            font-weight: 900
        }

        .ampstart-nav-item header {
            display: block;
            font-size: 14px;
            font-family: OpenSans;
            color: #ed6801;
            padding: 15px 20px;
            text-decoration: none;
            background-color: transparent;
            border: 0;
        }

        .ampstart-nav-item header:before {
            position: absolute;
            content: '\f067';
            right: 20px;
            top: 12px;
            font-weight: 900;
            font-family: 'Font Awesome 5 Free';
            font-size: 18px;
            color: #ed6801;
        }

        .ampstart-nav-item header[aria-expanded="true"]:before {
            content: '\f068';
        }

        .accordian-height {
            overflow-y: auto;
            padding: 0 0 0 20px;
        }

        .prod-img img {
            object-fit: cover;
        }

        .show {
            display: block
        }

        .hide {
            display: none
        }

        .load-prod.show {
            height: auto;
            min-height: 1px;
            margin-bottom: 70px;
        }

        .main-company-sec.dark-back {
            background-color: #000000;
            transition: all .5s;
        }

        .main-company-sec.dark-back:before {
            border-top: 25px solid #000000;
            transition: all .5s;
        }

        @media screen and (max-width: 767px) {}

        .load-more-btn a,
        .load-more-btn button {
            border: 0;
        }

        .load-more-btn a:hover,
        .load-more-btn button:hover {
            background-color: #222222;
            outline: none;
            transition: all 0.5s;
        }

        .sub-sub-header-middle {
            text-align: center;
            background: rgb(237, 104, 1, 0.6);
            padding: 10px 15px;
            border-radius: 30px;
        }

        .oi {
            padding-left: 10px;
        }

        .col {
            color: #CB1D00;
        }

        .sub-sub-header-middle p {
            font-size: 18px;
            text-decoration: none;
            padding-left: 20px;
            color: #fff;
            padding-top: 5px;
            font-weight: bold;
        }

        .sub-sub-header-middle a:hover {
            color: #000000;
            text-decoration: none;
        }

        .sub-sub-header-middle {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
        }

        .sub-sub-header-middle a span {
            padding-left: 20px;
        }

        .sub-sub-header-middle a {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            font-size: 17px;
            font-weight: bold;
            color: #fff;
        }

        .you2 {
            width: 100%;
            padding-right: 0px;
            padding-left: 0px;
        }

        @media screen and (min-width: 481px) {
            .sub-sub-header-middle {
                position: fixed;
                z-index: 99;
                bottom: 0;
                right: 10px;
                width: auto;
            }
        }

        @media screen and (max-width: 480px) and (min-width: 320px) {
            .sub-sub-header-middle {
                left: 50%;
                transform: translateX(-50%);
                right: unset;
                width: 71%;
            }

            .sub-sub-header-middle {
                position: fixed;
                z-index: 99;
                bottom: 0;
                margin-top: 20px;
            }
        }

        .bgg {
            background-color: #fff;
            padding: 20px 0;
        }

        .bg {
            line-height: calc(4.5rem + 1vw);
            padding-left: 0px;
            font-size: calc(1.3rem + 1vw);
            color: #ff7e70;
            font-family: cursive;
        }

        @media (min-width:768px) {
            .you {
                position: relative;
                min-height: 1px;
                padding-right: 0px;
                padding-left: 0px
            }

            .you {
                float: left
            }

            .you {
                width: 50%
            }

            .you {
                margin-bottom: 0px
            }

            .you2 {
                position: relative;
                min-height: 1px;
                padding-right: 0px;
                padding-left: 0px
            }
        }

        @media screen and (min-width:320px) and (max-width:768px) {
            .bgg {
                background-color: #fff;
                padding: 0px 0;
            }

            .you1 {
                width: 100%
            }

            .you1 {
                float: left
            }

            .you1 {
                position: relative;
                min-height: 1px;
                padding-right: 15px;
                padding-left: 15px
            }

            .you1 {
                margin-bottom: 15px
            }

            .you3 {
                position: relative;
                min-height: 1px;
                padding-right: 15px;
                padding-left: 15px
            }
        }



        .desc p strong {
            font-family: 'OpenSans-Bold';
        }

        .clear {
            clear: both
        }

        .suresh {
            float: left;
            width: 20%;
        }

        .social {
            text-align: center;
        }

        :root {
            --color-primary: #005AF0;
            --color-text-light: #fff;
        }

        /* a custom sharing icon */
        amp-social-share.custom-style {
            background-color: #008080;
            background-image: url('https://raw.githubusercontent.com/google/material-design-icons/master/social/1x_web/ic_share_white_48dp.png');
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }

        /* blue icons with rounded corners  */
        amp-social-share.rounded {
            border-radius: 50%;
            background-size: 60%;
            color: #fff;
            margin: 0px 3px;
            background-color: #d81c51;
        }

        .link-text {
            text-align: center;
        }

        .link-text ul {
            margin: 0;
            padding: 0;
        }

        .link-text ul li {
            display: inline-block;
            padding: 7px;
            font-size: 14px;
        }

        .link-text ul li a {
            color: #fff;
        }

        .other-link {
            text-align: center;
        }

        .other-link ul {
            margin: 0;
            padding: 0;
        }

        .other-link ul li {
            display: inline-block;
            padding: 0 1px;
            color: #fff;
            font-size: 13px;
        }

        .other-link ul li a {
            color: #fff;
        }

        .center {
            text-align: center;
        }

        .bp {
            padding-bottom: 30px;
        }

        .counter-main p {
            color: #d9d9d9;
            max-width: 800px;
            margin: auto;
            margin-top: 20px;
            font-size: 16px;
        }

        a.but-vm {
            background: #d81c51;
            color: #fff;
            padding: 10px 20px;
            text-decoration: none
        }

        a.but-vm:hover {
            border: solid 1px #d81c51;
            color: #fff;
            padding: 10px 20px;
        }

        .you1 amp-img {
            padding: 15px;
        }

        .cicon {
            vertical-align: middle;
            margin-bottom: 0px;
        }

        .topbar {
            position: absolute;
            right: 30px;
            top: 10px;
        }

        .topbar a {
            color: #fff;
            padding-left: 0px;
            text-decoration: none;
            font-size: 18px;
        }

        .topbar a:hover {
            color: #f8c9c5;
        }

        .topbar a amp-img {
            margin-bottom: 0;
            vertical-align: middle;
        }

        .blinking {
            -webkit-animation: 2s blink ease infinite;
            -moz-animation: 2s blink ease infinite;
            -ms-animation: 2s blink ease infinite;
            -o-animation: 2s blink ease infinite;
            animation: 2s blink ease infinite;
        }

        @keyframes "blink" {

            from,
            to {
                opacity: 0;
            }

            50% {
                opacity: 1;
            }
        }

        @-moz-keyframes blink {

            from,
            to {
                opacity: 0;
            }

            50% {
                opacity: 1;
            }
        }

        @-webkit-keyframes "blink" {

            from,
            to {
                opacity: 0;
            }

            50% {
                opacity: 1;
            }
        }

        @-ms-keyframes "blink" {

            from,
            to {
                opacity: 0;
            }

            50% {
                opacity: 1;
            }
        }

        @-o-keyframes "blink" {

            from,
            to {
                opacity: 0;
            }

            50% {
                opacity: 1;
            }
        }

        .blinking:hover {
            animation: 0s blink ease infinite;
        }

        .social amp-img {
            margin: 0px 3px;
        }


        .button {
            position: absolute;
            bottom: 7%;
            right: 8%;
        }

        .button a {
            background: #000000;
            width: 20%;
            padding: 7px 24px;
            color: #ffffff;
            font-weight: 500;
            font-size: 14px;
            text-decoration: none;
            border: double 4px #d81c51;
            margin: 0 3px;
        }

        .button a:hover {
            border: double 4px #ffffff;
        }


        .ce {
            text-align: center;
        }

        .ce a {
            background: #000000;
            width: 20%;
            padding: 7px 24px;
            color: #ffffff;
            font-weight: 500;
            font-size: 14px;
            text-decoration: none;
            border: double 4px #d81c51;
            margin: 0 3px;
        }

        .ce a:hover {
            border: double 4px #ffffff;
        }

        .mp {
            margin-top: 10px;
        }


        .whatsapp {
            position: fixed;
            bottom: 2%;
            left: 2%;
            z-index: 999999;
            background: #d81c51;
            line-height: 0;
            padding: 8px;
            border-radius: 100%;
            filter: drop-shadow(1px 2px 2px #444);
        }

        .right-nav ul li a.active {
            border-bottom: solid 2px #fff;
            padding-bottom: 3px;
        }

        @media screen and (max-width:767px) {

            .mp1 {
                margin-top: 10px;
            }

            .button {
                bottom: 5%;
                right: 0;
                left: 0;
                text-align: center;
            }

            .header .menu-btn:checked~.menu {
                padding: 10px;
            }

            .header li {
                background: #d81c51;
                margin: 2px 0;
            }

            .header li a {
                font-size: 16px;
                color: #ffffff;
                padding: 8px 15px;
                border-right: 1px solid #d81c51;
            }

            .ampstart-nav-item header {
                font-size: 16px;
                color: #ffffff;
                padding: 8px 15px;
            }

            .ampstart-nav-item header:before {
                color: #ffffff;
                top: 0;
                bottom: 0;
                margin: auto;
                height: fit-content;
            }

            .header li.ampstart-dropdown-item {
                background: #fff;
                margin: 0px;
                border-bottom: 1px solid #d81c51;
            }

            .header li.ampstart-dropdown-item a {
                color: #d81c51;
                border-left: 1px solid #d81c51;
            }

            .accordian-height {
                padding: 0 0 0 0px;
            }

            .topbar {
                right: 50px;
                top: 19px;
                margin: auto;
                width: 60%;
            }

            .topbar a {
                font-size: 22px;
            }

            .header {
                background: #d81c51;
            }

            .header .menu-icon {
                padding: 34px 20px;
            }




            .main-company-sec {
                padding: 0 0px;
                background-image: url(images/all_page_banner/m-home-page.jpg);
            }

            .c-s-boxes-main {
                min-height: 545px;
                height: auto;
                margin-top: 53px;
            }

            label {
                margin-bottom: 0px;
            }

            .you1 {
                padding-right: 0px;
                padding-left: 0px
            }

            #carousel-with-lightbox {
                margin-bottom: 25px;
            }

            .bg {
                font-size: 26px;
                font-weight: 500;
                margin-bottom: 15px;
                line-height: 32px;
            }

            .link-text ul {
                padding: 10px 0;
            }

            .link-text ul li {
                padding: 2px 5px;
            }

            .c-s-main {
                margin-top: 22px;
            }

            .c-s-main {
                padding: 0;
            }

            .breadcrumb ul {
                padding: 0px;
            }

            .counter-main {
                -webkit-background-size: cover;
            }

        }


        @media screen and (max-width:480px) {
            .container-fluid {
                max-width: 100%;
            }
        }

        @media screen and (max-width:390px) {
            .c-s-boxes-main {
                margin-top: 0px;
            }
        }

        @media screen and (max-width:360px) {
            .c-s-main {
                margin-top: 3px;
            }

            .ce a {
                padding: 7px 15px;
            }
        }

        @media screen and (max-width:320px) {
            .topbar a {
                font-size: 20px;
            }

            .c-s-boxes-main {
                min-height: 490px;
            }
        }
        img.preview-image {
        width: 100%;
        height: 70px;
        }

        .register-cls-main{
    clear: both;
    padding: 100px 0 50px;
}
.register-cls-main .d-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.register-cls-main .box{
    width: 25%;
    padding: 0 20px;
    text-align: center;
    border-left: 1px solid #d81c511f;
}
.register-cls-main .box:first-child{
    border-left: 0;
}
.register-cls-main h2{
    color: #d81c51;
    font-size: 36px;
    font-family: cursive;
    text-align: center;
    font-weight: 400;
    padding: 20px 0 60px;
}
.register-cls-main .box h3{
    color: #d81c51;
    font-size: 28px;
    font-family: cursive;
    text-align: center;
    font-weight: 400;
    margin: 0 0 25px;
}
.register-cls-main .box img{
    width: 100%;
    height: auto;
    max-width: 110px;
    max-height: 110px;
    object-fit: contain;
}
.register-cls-main .box h5{
    font-family: "OpenSans";
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-align: center;
}
.register-cls-main .box a.btnn{
    background: #ff7e70;
    color: white;
    display: flex;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 4px;
    font-family: "OpenSans";
    border: 1px solid #d81c51;
    transition: all 0.5s;
    margin:auto;
}
.register-cls-main .box a.btnn:hover{
    background: #d81c51;
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .register-cls-main .box{
        width: 33.33%
    }
}

/* 30-8-25 R */

@media screen and (max-width:767px){

    .register-cls-main .box{
        width: 100%;
        border-left: 0;
        border-top: 1px solid #d81c511f;
        margin-top: 30px;
        padding-top: 30px
    }
    .register-cls-main .box:first-child{
        border-top:0;
        margin-top: 0;
        padding-top: 0
    }
    .register-cls-main .box br{
        display: none;
    }
.mp1 {
    margin-top: 10px;
}