        /* banner slider css start */
        
         ::selection {
            color: white;
            background: black;
        }
        
        .banner-content {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            height: 100%;
            padding-left: 150px;
            /* padding: 0 0 200px 100px; */
            background: rgba(0, 0, 0, 0.5);
        }
        
        .bbox {
            position: relative;
            /* overflow: hidden; */
            text-align: left;
            /* border: 5px solid #909090; */
        }
        
        .comanbtn {
            color: #fff;
            background: #000;
            font-size: 14px;
            display: inline-block;
            padding: 10px 20px;
            text-align: center;
            transition: all 0.5s;
        }
        
        .comanbtn i {
            font-size: 11px;
        }
        
        .comanbtn:hover {
            background: #ef7f1a;
            color: #fff;
        }
        
        .bborder {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            border: solid 1px #4B4B4B;
            position: absolute;
            bottom: 10px;
            right: 10px;
            z-index: -1;
        }
        
        .banner-content h2 {
            color: #fff;
            font-size: 40px;
            line-height: 40px;
            font-weight: 400;
            position: relative;
            display: inline-block;
            border-bottom: 2px solid #fff;
            padding-bottom: 15px;
        }
        
        .banner-content p {
            color: #fff;
            font-size: 16px;
            padding: 0 0 15px 0;
            /* border-top: 1px solid #fff; */
            /* border-bottom: 1px solid #fff; */
            max-width: 700px;
        }
        
        .banner-content a {
            margin-top: 10px;
            background: unset;
            color: #fff;
            padding: 0;
            font-size: 15px;
        }
        
        .banner-content a i {
            font-size: 11px;
        }
        
        .banner-content a.comanbtn:hover {
            background: transparent;
            color: #ef7f1a;
        }
        
        .copyright-footer {
            width: 100%;
            float: left;
        }
        
        .cfleft {
            width: 50%;
            float: left;
        }
        
        .cfleft p,
        .cfleft a {
            color: #000;
            font-family: 'Overpass', sans-serif;
            text-transform: uppercase;
        }
        
        .copyright-footer .cfleft:last-child {
            text-align: right;
        }
        /* google language css start */
        
        .goog-te-gadget-simple .goog-te-menu-value span {
            display: none;
        }
        
        .goog-te-gadget-simple {
            background-color: transparent !important;
            border-left: none !important;
            border-top: none !important;
            border-bottom: none !important;
            border-right: none !important;
            padding: 0 !important;
        }
        
        #google_translate_element {
            padding: 0;
        }
        
        .goog-te-gadget>div>img {
            background-image: url("../images/inlanguage.png")!important;
            background-repeat: no-repeat !important;
            width: 35px;
            height: 35px;
            background-size: 35px 35px;
            background-position: center center !important;
        }
        
        #google_translate_element span a span:first-child {
            display: none;
        }
        
        .goog-te-gadget-simple .goog-te-menu-value span {
            color: #ffffff !important;
            border: 0 !important;
        }
        
        .goog-te-gadget-simple .goog-te-menu-value {
            display: none;
        }
        
        .goog-te-gadget-icon {
            margin-top: 0px;
        }
        /* google language css start */
        /* browse by Product Effect section css start */
        
        .products-effect {
            width: 100%;
        }
        
        .products-effect .row {
            width: 100%;
            margin: 0;
        }
        
        .products-effect .col-xl-3,
        .products-effect.col-lg-6 {
            padding: 0;
        }
        
        .products-effect .pro1 {
            position: relative;
            background-size: cover;
            background-position: top center;
            min-height: 760px;
            overflow: hidden;
            padding: 15px;
        }
        
        .prooverlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(255, 255, 255, 0);
            overflow: hidden;
            width: 100%;
            height: 100%;
            transition: all .3s;
        }
        
        .pro-text-container {
            color: #000;
            font-size: .9em;
            position: absolute;
            overflow: hidden;
            width: 100%;
            height: 100%;
            padding: 2rem;
        }
        
        .pro-title {
            margin-top: 15rem;
            font-weight: 200;
            letter-spacing: -1px;
            line-height: 1.6em;
            transition: all .3s;
        }
        
        .pro-title h5 {
            transition: all .3s;
            /* color: #000; */
            color: #4e5a62;
            font-size: 32px;
            font-family: 'Poppins', sans-serif;
        }
        
        .f600 {
            /* font-weight: 600; */
            font-size: 50px;
        }
        
        .pro-text-container .phcontent {
            opacity: 0;
            transition: all .3s;
        }
        
        .pro-text-container .phcontent p {
            text-align: justify;
        }
        
        .pro-text-container .btn-link {
            color: #000;
            display: inline-block;
            padding: 10px 0;
            font-size: 13px;
            text-align: center;
            text-decoration: none;
            transition: all 0.3s;
        }
        
        .pro-text-container .btn-link:hover {
            color: #ef7f1a;
        }
        
        .products-effect .pro1:hover .prooverlay {
            width: 100%;
            background: rgba(255, 255, 255, .8);
        }
        
        .products-effect .pro1:hover .pro-title h5 {
            color: #ef7f1a;
        }
        
        .products-effect .pro1:hover .phcontent {
            opacity: 1;
        }
        /* browse by Product Effect section css end */
        /* tiles Visulizer Section start */
        
        @-webkit-keyframes zoomeffect {
            0% {
                background-position: center;
                transform: scale(1, 1);
            }
            50% {
                background-position: center;
                transform: scale(2, 2);
            }
            100% {
                background-position: center;
                transform: scale(1, 1);
            }
        }
        
        @keyframes zoomeffect {
            0% {
                background-position: center;
                transform: scale(1, 1);
            }
            50% {
                background-position: center;
                transform: scale(2, 2);
            }
            100% {
                background-position: center;
                transform: scale(1, 1);
            }
        }
        
        .tiles-visulizer {
            width: 100%;
            overflow: hidden;
            height: 600px;
            position: relative;
        }
        
        .tv-background {
            height: 100%;
            width: 100%;
            /* padding: 300px 0; */
            background-position: center;
            background-size: cover;
            background-image: url('../images/welcomebanner1.jpg');
        }
        
        .tv-background {
            -webkit-animation: zoomeffect 10s infinite;
            -moz-animation: zoomeffect 10s infinite;
            animation: zoomeffect 10s infinite;
        }
        
        .tvc-main {
            position: absolute;
            top: 0;
        }
        
        .tv-content {
            padding: 200px 150px;
        }
        
        .tv-content h2 {
            color: #fff;
            font-size: 80px;
        }
        
        .tv-content h3 {
            color: #fff;
            font-size: 40px;
        }
        
        .tv-content a {
            display: inline-block;
            background: transparent;
            border: none;
            background-color: #000000;
            color: #fff;
            text-align: center;
            position: relative;
            padding: 11px 29px;
            font-size: 14px;
            min-width: 135px;
            cursor: pointer;
            font-weight: normal;
            transition: all 0.3s;
        }
        
        .tv-content a:hover {
            background-color: #ef7f1a;
        }
        
        .tilesv1 {
            width: 100%;
            float: left;
            position: relative;
        }
        
        .tilesv1 p {
            text-align: justify;
            color: #ababab;
            font-weight: 300;
        }
        
        .tilesv1 a {
            margin-top: 30px;
        }
        
        .tv1content {
            position: absolute;
            top: 0;
            height: 100%;
            width: 100%;
            display: flex;
            align-items: center;
            overflow: hidden;
        }
        
        .timg {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        
        .timg img {
            transition: all 0.5s;
            object-fit: cover;
        }
        
        .tv1box {
            max-width: 600px;
            margin-left: auto;
        }
        
        @keyframes w1anim {
            0% {
                opacity: 1;
                transform: scale(1.1);
            }
            25% {
                opacity: 0.5;
                transform: scale(1.2);
            }
            25% {
                opacity: 0.8;
                transform: scale(1.3);
            }
            100% {
                opacity: 0.9;
            }
        }
        
        .tv1box h2 {
            color: #fff;
            font-size: 60px;
            text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
            animation: w1anim 5s infinite;
        }
        
        .tv1box h3 {
            color: #fff;
            font-size: 22px;
            color: #444;
            /* text-shadow: 1px 0px 1px #e2e2e2, 0px 1px 1px #eee, 2px 1px 1px #e2e2e2, 1px 2px 1px #eee, 3px 2px 1px #e2e2e2, 2px 3px 1px #eee, 4px 3px 1px #e2e2e2, 3px 4px 1px #eee, 5px 4px 1px #e2e2e2, 4px 5px 1px #eee, 6px 5px 1px #ccc, 5px 6px 1px #eee, 7px 6px 1px #ccc; */
        }
        
        .tv1box a {}
        
        .tv1box a:hover {
            background-color: #ef7f1a;
            color: #fff;
        }
        /* tiles Visulizer Section end */
        /* product Feature section css start */
        
        .padding60 {
            padding: 100px 0;
        }
        
        .pbtm60px {
            padding-bottom: 100px;
        }
        
        .ptop60 {
            padding-top: 100px;
        }
        
        .mgtop100 {
            margin-top: 100px;
        }
        
        .product-feature-section {
            width: 100%;
            float: left;
        }
        
        .Profeature1 {
            text-align: center;
            /* background: rgba(156, 155, 155, 0.4); */
            /* background: #ffffff; */
            background: rgba(226, 226, 226, 0.3);
            padding: 30px;
            /* min-height: 303px; */
            transition: all 0.3s;
            box-shadow: 0 0 2px 0 rgb(181 181 181 / 44%);
        }
        
        .Profeature1:hover img {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        
        .Profeature1 img {
            width: 80px;
            height: 80px;
            transition: 0.70s;
            -webkit-transition: 0.70s;
            -moz-transition: 0.70s;
            -ms-transition: 0.70s;
            -o-transition: 0.70s;
        }
        
        .pro-details h5 {
            font-size: 18px;
            margin: 20px 0;
            font-weight: 600;
            color: #fff;
        }
        
        .pro-details p {
            font-size: 14px;
            font-weight: 300;
            color: #fff;
        }
        
        .pro-details p::first-letter {
            text-transform: uppercase;
        }
        /* product Feature section css end */
        
        .products-effect {
            float: left;
            width: 100%;
        }
        /* about section css start */
        
        .bgcomman {
            /* background-color: #e2e2e2; */
        }
        
        .about-section {
            width: 100%;
            float: left;
        }
        
        .about-section p {
            text-align: justify;
            /* color: #5d5d5d; */
            color: #ababab;
            font-weight: 300;
        }
        
        .about-section .ico-banner-wrapper {
            padding: 0;
            /* margin-top: 50px; */
        }
        
        .about-section .ico-banner-wrapper .tab-banner {
            width: unset;
            margin: 0;
        }
        /* about section css end */
        /* collection section css start */
        
        .collection-section {
            float: left;
            width: 100%;
            background: #d3d3d3;
        }
        
        .collection-section .section-title {
            color: #000;
        }
        
        .collection-section .comanbtn {
            margin-top: 30px;
        }
        
        .collection-section p {
            text-align: justify;
            color: #545454;
            font-weight: 300;
        }
        
        .main-collection {
            display: flex;
            justify-content: space-between;
        }
        
        .collection1 {
            width: 48%;
            height: 500px;
            position: relative;
        }
        
        .collection1 img:hover {
            transform: scale(1.2);
        }
        
        .cimg {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        
        .cname {
            position: absolute;
            width: 300px;
            padding: 20px;
            background: rgba(255, 255, 255, 0.8);
            bottom: 50px;
            left: -20px;
            text-align: center;
            /* box-shadow: 0px 0px 10px #0e3b56; */
            transition: all 1.5s cubic-bezier(.215, .61, .355, 1);
        }
        
        .collection1:hover .cname {
            bottom: 150px;
        }
        
        .cname h3 {
            font-size: 18px;
            margin: 0;
        }
        
        .collection1 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 1.5s cubic-bezier(.215, .61, .355, 1);
            cursor: pointer;
        }
        
        .sizes-section {
            float: left;
            width: 100%;
        }
        
        .allsizes {
            /* margin-top: 30px; */
            width: 100%;
            display: flex;
            justify-content: space-between;
            /* overflow: hidden; */
        }
        
        @keyframes rollout {
            from {
                transform: translateX(0) rotate(0deg);
            }
            to {
                transform: translateX(100px) rotate(720deg);
            }
        }
        
        @keyframes spin {
            100% {
                transform: rotate(1turn);
            }
        }
        
        @keyframes rollout-slight-back {
            0% {
                transform: translateY(100px) rotate(0deg);
            }
            15% {
                transform: translateX(20px) rotate(-10deg);
            }
            100% {
                transform: translateY(150px) rotate(720deg);
            }
        }
        
        @keyframes rollout-slight-back1 {
            0% {
                transform: translateY(-100px) rotate(0deg);
            }
            15% {
                transform: translateX(-20px) rotate(-10deg);
            }
            100% {
                transform: translateY(-100px) rotate(720deg);
            }
        }
        
        .s300x300 {
            width: 100px;
            height: 100px;
            border: 1px solid #000;
            float: left;
            animation-name: rollout;
            animation-duration: 10s;
            animation-timing-function: ease-in;
            animation-iteration-count: infinite;
        }
        
        .s600x600 {
            width: 200px;
            height: 200px;
            float: left;
            animation: rollout-slight-back1 10s 2s infinite;
        }
        
        .s600x1200 {
            width: 200px;
            height: 400px;
            float: left;
            animation: spin 10s linear infinite;
        }
        
        .s800x800 {
            width: 266.67px;
            height: 266.67px;
            animation: rollout-slight-back 10s 2s infinite;
        }
        
        .scomman {
            margin-right: 30px;
            border: 1px solid #ababab;
            display: flex;
            align-items: center;
            color: #ababab;
            font-weight: 300;
            text-align: center;
            justify-content: center;
        }
        
        .about-sub-menu {
            width: 100%;
            display: flex;
            justify-content: space-between;
            /* align-items: center; */
        }
        
        .abtmenutitle {
            display: block;
            cursor: default;
            pointer-events: none;
            font-weight: 700;
            font-size: 1.25em;
            letter-spacing: 0.2em;
            color: #000;
            text-transform: uppercase;
            font-family: 'Poppins', sans-serif !important;
        }
        
        .about-sub-menu .aone {
            border-right: 1px solid #000;
            width: 25%;
            padding: 0 50px;
            position: relative;
        }
        
        .about-sub-menu .aone ul li {
            position: relative;
            padding: 15px 0;
        }
        
        .about-sub-menu .aone ul li a {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        
        .about-sub-menu .aone ul li a:hover span {
            color: #8e8e8e;
        }
        
        .about-sub-menu .aone ul li a span {
            font-size: 13px;
            color: #000;
            display: block;
            text-transform: capitalize;
        }
        
        .about-sub-menu .aone ul li a img {
            display: block;
            max-width: 100%;
        }
        
        .about-sub-menu .aone:first-child {
            padding-left: 0;
            align-items: center;
            display: flex;
        }
        
        .about-sub-menu .aone:last-child {
            border-right: unset;
        }
        
        .abt-sub {
            width: 100%;
        }
        /* whats app an top to bottom btn css strat */
        
        #help-button {
            display: inline-block;
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            border-radius: 4px;
            color: #fff;
            position: fixed;
            bottom: 15px;
            right: 125px;
            transition: all 0.3s;
            z-index: 1111111;
        }
        @media (max-width : 991px)
        {
            #help-button
            {
                width: 45px;
            height: 45px;
            line-height: 45px;
            right: 0;
            left: 20px;
            bottom: 20px;
            }
        }
        
        #toptobottombutton {
            display: inline-block;
            background-color: #ef7f1a;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
            color: #fff;
            position: fixed;
            bottom: 105px;
            cursor: pointer;
            right: 35px;
            transition: background-color .3s, opacity .5s, visibility .5s;
            opacity: 0;
            visibility: hidden;
            z-index: 1000;
        }
        
        #toptobottombutton.show {
            opacity: 1;
            visibility: visible;
        }
        /* whats app btn css end */
        /* footer 1 css start */
        
        .footer1 {
            background-color: #f8f8f8;
            padding: 100px 0;
            width: 100%;
            /* float: left; */
            display: inline-block;
            position: relative;
        }
        
        .wave {
            position: absolute;
            height: 250px;
            width: 100%;
            background: #2c3e50;
            bottom: 0;
        }
        
        .wave::before,
        .wave::after {
            content: "";
            display: block;
            position: absolute;
            border-radius: 100% 50%;
        }
        
        .wave::before {
            width: 55%;
            height: 109%;
            background-color: #fff;
            right: -1.5%;
            top: 60%;
        }
        
        .wave::after {
            width: 55%;
            height: 100%;
            background-color: #2c3e50;
            left: -1.5%;
            top: 40%;
        }
        
        .tilesv1-inner img {
            max-height: 600px;
        }
        
        .fbg {
            position: absolute;
            height: 100%;
            background-image: url(../images/bg.svg);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            right: 0;
            width: 100%;
            top: 0;
            z-index: -1;
            display: none;
        }
        
        .fbrd {
            border-left: 1px solid #ececec;
            border-right: 1px solid #ececec;
        }
        
        .fcontent1 {
            padding: 0 15px;
        }
        
        .flogo {
            margin-bottom: 20px;
        }
        
        .ftitle {
            font-size: 16px;
            text-transform: capitalize;
            margin-bottom: 20px;
            color: #000;
            font-weight: 600;
        }
        
        .fcontent .ftitle {
            margin-bottom: 10px;
        }
        
        .fcontent1 ul li a {
            color: #000;
            font-size: 14px;
            transition: all 0.5s;
            text-transform: uppercase;
            font-weight: 300;
        }
        
        .fcontent1 ul li a:hover {
            color: #ef7f1a;
        }
        
        .fcontent1 ul li a i {
            margin-right: 7px;
        }
        
        .faddress address {
            color: #000;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 300;
        }
        /* how can help section css start */
        
        .hhelp-section {
            width: 100%;
            float: left;
        }
        
        .help1 {}
        
        .help1 a {
            display: block;
            text-align: center;
            font-size: 15px;
            color: #000;
            transition: all 0.5s;
        }
        
        .help1 a h3 {
            font-size: 14px;
            line-height: 20px;
            margin-top: 20px;
            font-weight: 300;
            /* color: #5d5d5d; */
            color: #4e5a62;
            text-transform: uppercase;
            transition: all 0.5s;
        }
        
        .icon-nav__item {
            display: block;
            position: relative;
        }
        
        .help1 .icon {
            display: block;
            width: 100px;
            margin: 0 auto;
            fill: currentColor;
            transition: all 0.70s;
            -webkit-transition: 0.70s;
            -moz-transition: 0.70s;
            -ms-transition: 0.70s;
            -o-transition: 0.70s;
        }
        
        .help1 .icon-nav__icon {
            color: #4e5a62;
        }
        
        .help1 .icon__shadow {
            opacity: 0.1;
            color: #7d7d7d;
        }
        
        .help1 .icon__foreground {
            fill: transparent;
        }
        
        .help1 .icon__path {
            fill: none;
            stroke: currentColor;
            stroke-width: 3;
            stroke-linecap: round;
            stroke-miterlimit: 10;
        }
        /* .help1:hover .icon {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        } */
        
        .help1:hover .icon-nav__icon {
            color: #ef7f1a;
        }
        
        .help1:hover a h3 {
            color: #ef7f1a;
        }
        
        .blogo {
            display: none;
        }
        
        .white-header .wlogo {
            display: none;
        }
        
        .white-header .blogo {
            display: block;
        }
        
        .bggray {
            background-color: #f8f8f8;
        }
        /* about section css start */
        
        .about-section-main {}
        
        .abt-content h2 {
            line-height: 1.2;
            color: #4e5a62;
            font-weight: 800;
            font-size: 60px;
            line-height: 60px;
            text-transform: uppercase;
            letter-spacing: 12px;
            padding-bottom: 0px;
            margin: 0;
        }
        
        .abt-content p {
            color: #74797d;
            font-size: 16px;
            line-height: 30px;
            font-weight: 300;
            margin: 20px 0;
            text-align: justify;
        }
        
        .abt-content a {
            text-transform: uppercase;
            font-size: 15px;
            display: inline-block;
            color: #000;
            font-weight: 300;
            transition: all 0.3s;
        }
        
        .abt-content a:hover {
            color: #ef7f1a;
        }
        
        .abt-img {
            text-align: center;
            overflow: hidden;
        }
        
        .abt-img img {
            max-height: 450px;
            object-fit: cover;
            transition: all 0.5s;
        }
        
        .abt-img img:hover {
            transform: scale(1.2);
        }
        
        .abt-intro {
            height: 100%;
            display: flex;
            align-items: center;
        }
        
        @keyframes bounceIn {
            0% {
                opacity: 0;
                transform: scale(0.3) translate3d(0, 0, 0);
            }
            50% {
                opacity: 0.9;
                transform: scale(1.1);
            }
            80% {
                opacity: 1;
                transform: scale(0.89);
            }
            100% {
                opacity: 1;
                transform: scale(1) translate3d(0, 0, 0);
            }
        }
        
        .htxt {
            z-index: 1;
        }
        
        .abt-intro .abttext-1 {
            color: #ef7f1a;
            font-size: 60px;
            font-weight: 700;
            font-style: italic;
            text-transform: uppercase;
            position: relative;
            margin-bottom: -20px;
            text-align: center;
            font-family: 'Poppins', sans-serif;
            animation-name: bounceIn;
            animation-duration: 4s;
            animation-timing-function: linear;
            animation-fill-mode: forwards;
        }
        
        .abt-intro .abttext-2 {
            color: #bbbbbb;
            font-size: 30px;
            font-weight: 700;
            line-height: 30px;
            font-family: 'Poppins', sans-serif;
            text-align: right;
            text-transform: uppercase;
        }
        
        .collection-section-main {
            position: relative;
            overflow: unset;
        }
        
        .stitle {
            text-align: center;
        }
        
        .stitle h5 {
            text-transform: uppercase;
            letter-spacing: 9px;
            font-size: 18px;
            font-family: 'Poppins', sans-serif;
            font-weight: 200;
            color: #74797d;
        }
        
        .stitle h2 {
            line-height: 1.2;
            color: #4e5a62;
            font-weight: 800;
            font-size: 60px;
            text-transform: uppercase;
            letter-spacing: 12px;
        }
        
        .stitle p {
            color: #74797d;
            font-size: 16px;
            line-height: 30px;
            max-width: 70%;
            margin: 0 auto;
            font-weight: 300;
        }
        
        .stitle a {
            color: #000;
            font-size: 16px;
            transition: all 0.3s;
            display: inline-block;
            margin-top: 30px;
        }
        
        .stitle a:hover {
            color: #ef7f1a;
        }
        
        .cinner1 {
            margin-top: 80px;
        }
        
        .cinner2 {
            margin-top: 80px;
        }
        
        .cinner1 .row .col-lg-6:first-child {
            border-right: 1px solid #d3d3d3;
            padding-right: 80px;
        }
        
        .cinner2 .row .col-lg-6:last-child {
            border-left: 1px solid #d3d3d3;
            padding-left: 80px;
        }
        
        .cdetails {
            display: flex;
            align-items: center;
            height: 100%;
        }
        
        .cdetails h2 {
            line-height: 1.2;
            color: #4e5a62;
            font-weight: 800;
            font-size: 25px;
            text-transform: uppercase;
            letter-spacing: 4px;
            margin: 0;
        }
        
        .cdetails p {
            color: #000;
            font-size: 16px;
            line-height: 30px;
            font-weight: 300;
            margin: 30px 0;
            text-align: justify;
        }
        
        .cdetails a {
            color: #000;
            font-size: 16px;
            transition: all 0.3s;
        }
        
        .cdetails a:hover {
            color: #ef7f1a;
        }
        
        .cimg1 {
            text-align: center;
        }
        
        .cimg1 img {
            box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
            border-radius: 50%;
            overflow: hidden;
            transition: all 0.3s;
        }
        
        .cimg1 img:hover {
            transform: scale(1.1);
        }
        
        .export-section {
            float: left;
            width: 100%;
        }
        
        .eimg {}
        
        .export-section .left-content {
            width: 50%;
            float: left;
        }
        
        .lemain {
            width: 70%;
            margin-left: auto;
        }
        
        .exp-inner {
            display: flex;
            justify-content: space-between;
            margin: 40px 0 0 0;
        }
        
        .eicon {
            width: 50px;
        }
        
        .econt {
            width: calc(100% - 50px);
            padding: 0 40px;
        }
        
        .econt h3 {
            font-size: 20px;
            margin: 0;
            color: #4e5a62;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        
        .econt p {
            font-size: 16px;
            font-weight: 300;
            text-align: justify;
            margin: 10px 0;
        }
        
        .econt a {
            color: #000;
            font-size: 14px;
            transition: all 0.3s;
        }
        
        .econt a:hover {
            color: #ef7f1a;
        }
        
        .tv-section {
            float: left;
            width: 100%;
        }
        
        .tv-section .stitle {
            text-align: left;
            padding: 0 50px 0 50px;
        }
        
        .tv-section .stitle h5 {
            font-size: 16px;
        }
        
        .tv-section .stitle h2 {
            font-size: 40px;
            margin-top: 40px;
        }
        
        .tv-section .stitle p {
            max-width: 100%;
            margin: unset;
        }
        
        .tvacenter {
            display: flex;
            align-items: center;
            height: 100%;
        }
        /* loader css start */
        
        .preloader1 {
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: #fff;
            z-index: 1111111;
        }
        
        .preloader1 img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: 159px;
        }
        /* loader css start */
        /*custom innar page css  */
        
        .cprofile-main {
            position: relative;
        }
        
        .bcum-main {
            padding: 200px 0;
            position: relative;
        }
        
        .bcum-main::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
        }
        
        .bcum {
            text-align: center;
            width: 100%;
            position: absolute;
        }
        
        .bcum h1 {
            color: #fff;
            margin-bottom: 5px;
        }
        
        .bcum li {
            display: inline-block;
            padding-top: 0px;
        }
        
        .bcum li a.no-active {
            color: white;
        }
        
        .bcum li a.active-link {
            color: #ef7f1a;
        }
        
        .b-cum1 {
            background: rgba(0, 0, 0, 0.7);
            display: inline-block;
            padding: 10px;
            text-align: center;
        }
        
        section.cmp-main {
            padding-bottom: 40px;
            padding-top: 50px;
            position: relative;
            width: 100%;
            display: block;
        }
        
        .second-sec {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        
        .thrid-cmp {
            padding-top: 40px;
            padding-bottom: 60px;
        }
        
        .img-box {
            width: 100%;
            text-align: center;
        }
        
        .img-box img {
            /* width: 100%; */
            max-width: 110px;
            margin: 0 auto;
        }
        
        p.titi-desx {
            text-align: center;
            color: #74797d;
            font-size: 16px;
            font-weight: 300;
        }
        
        h3.fon-set {
            text-align: center;
            margin-bottom: 20px;
            padding-top: 20px;
            color: #4e5a62;
        }
        
        h1.sets-fonts {
            text-align: center;
            padding-bottom: 30px;
            color: #4e5a62;
        }
        
        section.inf-main {
            padding-bottom: 50px;
            padding-top: 50px;
            position: relative;
            width: 100%;
            display: block;
        }
        
        .service-block-two2 .inner-box {
            position: relative;
            margin-bottom: 0px;
            margin-top: 30px;
            /* padding-right: 35px; */
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            box-shadow: 0px 0px 5px 0px rgb(0 0 0);
        }
        
        figure.image-box {
            margin: 0;
        }
        
        .in-one {
            padding-top: 20px;
        }
        
        section.cer-main {
            padding-top: 50px;
            padding-bottom: 50px;
            position: relative;
            width: 100%;
            display: block;
        }
        
        .cer-row-main {
            padding-top: 40px;
        }
        
        .cer-img-bocx {
            box-shadow: 0px 0px 4px 0px rgb(0 0 0);
        }
        
        section.cats-main {
            padding-top: 50px;
            padding-bottom: 50px;
            display: block;
            width: 100%;
            position: relative;
        }
        
        .services-block-two {
            position: relative;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }
        
        .services-block-two .inner-box {
            position: relative;
            padding: 20px 20px 20px;
            background-color: #fff;
            border-bottom: 4px solid #ef7f1a;
            box-shadow: 0px 0px 2px 0px rgb(0 0 0);
        }
        
        .services-block-two .inner-box .image {
            position: relative;
        }
        
        .services-block-two .inner-box .lower-content {
            position: relative;
            text-align: center;
            padding: 30px 40px 25px;
        }
        
        @media (max-width:1400px) {
             .services-block-two .inner-box .lower-content {
                padding: 20px 0px 20px;
            }
        }
        
        .protext {
            font-weight: 500;
            letter-spacing: 2px;
            font-size: 14px;
            display: block;
            margin-top: 0px;
            margin-bottom: 32px;
            color: #74797d;
        }
        
        .services-block-two .inner-box .lower-content .theme-btn {
            margin-top: 20px;
        }
        
        .dc-color {
            position: relative;
            line-height: 22px;
            background: none;
            color: #000;
            /* font-size: 16px; */
            margin-right: 15px;
            border-radius: 2px;
            letter-spacing: 2px;
            /* padding: 14px 60px 9px; */
            border: 4px solid #f2f2f2;
            padding: 15px 22px 14px 11px;
            width: 100%;
            /* margin-top: 20px; */
        }
        
        .services-block-two:hover {
            -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            -o-transform: translateY(-10px);
            transform: translateY(-10px);
        }
        
        .cat-row-main {
            padding-top: 50px;
            padding-bottom: 50px;
        }
        
        .lower-content a:hover {
            color: #ef7f1a;
        }
        
        section.qu-main {
            padding-top: 50px;
            padding-bottom: 50px;
            width: 100%;
            position: relative;
        }
        
        .qu-sec {
            padding-top: 40px;
            padding-bottom: 20px;
        }
        
        .res-main {
            padding-top: 40px;
        }
        
        h1.bt-bottom {
            color: #4e5a62;
            letter-spacing: 5px;
            margin-bottom: 10px;
        }
        
        p.text-set {
            text-align: justify;
            padding-top: 10px;
            font-size: 16px;
            line-height: 28px;
            color: #74797d;
        }
        
        section.en-main {
            padding-top: 50px;
            padding-bottom: 50px;
            display: block;
            width: 100%;
            position: relative;
        }
        
        .inner-vm .vm1 {
            background: #fff;
            padding: 30px;
            display: flex;
            width: 100%;
            align-items: center;
            border: 1px solid;
            margin-bottom: 20px;
        }
        
        .inner-vm .vm1 .vminfo {
            width: 150px;
            text-align: center;
        }
        
        .inner-vm .vm1 .vminfo h5 {
            margin-top: 15px;
            font-weight: 600;
            font-size: 20px;
            text-transform: capitalize;
        }
        
        .inner-vm .vm1 .vmarow {
            width: 50px;
            text-align: right;
        }
        
        .vmdescription {
            width: calc(100% - 200px);
            padding-left: 50px;
        }
        
        .vmdescription p {
            text-align: justify;
            margin: 0;
        }
        
        .inner-vm .vm1 .vminfo img {
            width: 58%;
            padding-top: 30px;
        }
        
        .en-sec {
            padding-top: 30px;
        }
        
        .env-main {
            padding-top: 30px;
        }
        
        p.text-set2 {
            text-align: justify;
            color: #74797d;
            font-size: 16px;
        }
        
        section.ex-main {
            padding-top: 50px;
            padding-bottom: 50px;
            display: block;
            width: 100%;
            position: relative;
        }
        
        .ex-main .owl-carousel.owl-theme .item{
             width: 150px;
             height: 80px;
             border: 1px solid #eee;
        }
        .owl-carousel .owl-item img{
            height: 100%;
        }
        
        p.tet-font {
            padding-top: 40px;
            text-align: justify;
            color: #74797d;
            font-size: 16px;
        }
        
        .img-qui2 {
            text-align: center;
          
        }
        
        h1.sets-fontss {
            text-align: center;
            padding-top: 50px;
            color: #4e5a62;
        }
        
        .c-slider .slick-prev:before,
        .c-slider .slick-next:before {
            color: #000;
        }
        
        .c1 {
            text-align: center;
            padding: 0 15px;
        }
        .c1 img{
            border:1px solid #eee;
        }
        
        /* span.spce-top {
            padding-top: 40px;
            display: block;
            font-size: 28px;
        } */
        .c-desc{
            padding-top: 15px;
        }

       

        .retaed-slider .c1 img {
            display: block;
            box-shadow: 2px 2px 2px 0px rgb(0 0 0 / 33%);
            min-height: auto;
            object-fit: cover;
        }
        
        .retaed-slider .slick-prev:before,
        .retaed-slider .slick-next:before {
            color: #000;
        }
        
        /*.bottom-desc {
            background: #000;
            padding: 20px;
            color: white;
            box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 33%);
        } */
        .bottom-desc {
            
            padding: 10px;
            color: #000;
        }
        
        span.spce-top1 {
            float: left;
            display: block;
        }
        
        span.spce-top2 {
            padding-top: 5px;
            display: block;
        }
        
        section.form-product {
            padding-top: 50px;
        }
        
        section.event-main {
            padding-top: 50px;
            padding-bottom: 50px;
            display: block;
            position: relative;
        }
        
        .event-img {
            padding-top: 40px;
            padding-bottom: 20px;
        }
        
        p.text-events {
            text-align: justify;
            font-size: 16px;
            color: #74797d;
            line-height: 26px;
        }
        
        .desc-evn {
            padding-top: 40px;
        }
        
        h2.sets-fonts-ev {
            font-size: 40px;
            letter-spacing: 4px;
            color: #4e5a62;
        }
        
        .btn-bootom {
            padding-top: 20px;
        }
        
        button.cutsom-btn {
            outline: none;
            background: black;
            color: white;
            padding: 5px 20px;
            border: none;
            /* padding-top: 20px; */
        }
        
        button.cutsom-btn {
            outline: none;
            background: black;
            color: white;
            padding: 5px 20px;
            border: none;
            padding-top: 5px;
        }
        
        button.cutsom-btn a {
            color: white;
        }
        
        button.cutsom-btn:hover {
            background: #ef7f1a;
            color: white;
        }
        
        .emd-details {
            padding-top: 40px;
            padding-bottom: 20px;
        }
        
        .rete-env {
            padding-top: 30px;
        }
        
        h2.evebnt-set {
            font-size: 40px;
            letter-spacing: 4px;
            padding-bottom: 20px;
            color: #4e5a62;
            text-align: center;
        }
        
        .ig-event img {
            width: 100%;
            min-height: 327px;
            box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 33%);
        }
        
        section.gallery-main {
            padding-top: 50px;
            padding-bottom: 50px;
            display: block;
            width: 100%;
            position: relative;
        }
        
        .gallery-title {
            font-size: 60px;
            margin-bottom: 30px;
            text-align: center;
            font-weight: 500;
            color: #4e5a62;
            letter-spacing: 12px;
        }
        
        .filter-button {
            font-size: 18px;
            border: 1px solid black;
            border-radius: 5px;
            text-align: center;
            color: #000;
            margin-bottom: 30px;
        }
        
        button.btn.btn-default.filter-button:focus {
            box-shadow: none;
        }
        
        .filter-button:hover {
            font-size: 18px;
            border: 1px solid #ef7f1a;
            border-radius: 5px;
            text-align: center;
            color: #ffffff;
            background-color: #ef7f1a;
        }
        
        .btn-default:active .filter-button:active {
            background-color: #ef7f1a;
            color: white;
        }
        
        .port-image {
            width: 100%;
        }
        
        .gallery_product {
            margin-bottom: 30px;
            transition: all 0.2s;
            overflow: hidden;
            position: relative;
            cursor: pointer;
        }
        
        .ginner {
            position: relative;
            width: 100%;
            height: 100%;
        }
        
        .ginner img {
            object-fit: cover;
            height: 100%;
            width: 100%;
            min-height: 300px;
        }
        
        .ginner .text {
            text-align: center;
            padding-top: 20px;
            cursor: pointer;
        }
        
        .ginner .overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 0%;
            width: 100%;
            opacity: 0;
            transition: .5s ease;
            background-color: #ef7f1a;
            color: white;
        }
        
        .ginner:hover .overlay {
            height: 20%;
            opacity: 1;
        }
        
        section.conatct-main {
            padding-top: 50px;
            padding-bottom: 30px;
            display: block;
            width: 100%;
            position: relative;
        }
        
        .custom-fom {
            padding-bottom: 40px;
        }
        
        .custom-fom .form-group {
            margin-bottom: 18px;
        }
        
        .custom-fom .form-control {
            line-height: 1.8;
        }
        
        .custom-fom .form-group .form-control:focus {
            box-shadow: none;
            outline: none;
            border-color: #000;
        }
        
        .contact-info .ci1 h5 img {
            margin-right: 15px;
        }
        
        .cform input[type="text"] {
            width: 100%;
            padding: 10px;
            margin-bottom: 25px;
        }
        
        .cform input[type="email"] {
            width: 100%;
            padding: 10px;
            margin-bottom: 25px;
        }
        
        .cform textarea {
            width: 100%;
            padding: 9px;
        }
        
        .cform textarea:focus {
            border-color: black;
            outline: none;
        }
        
        button.custom-btn {
            background: black;
            color: white;
            border: navajowhite;
            padding: 12px 40px 11px 40px;
            text-align: center;
            cursor: pointer;
        }
        
        button.custom-btn:hover {
            background: #ef7f1a;
            color: white;
        }
        
        .formcontrol.sbtn {
            padding-top: 20px;
            padding-bottom: 30px;
        }
        
        .icon-add-main {
            display: flex;
            padding-left: 20px;
        }
        
        .icon-add-main i {
            margin-right: 15px;
            font-size: 30px;
            color: #ef7f1a;
        }
        
        .icon-add-main h3 {
            color: #4e5a62;
        }
        
        .add-main-info h2 {
            color: #4e5a62;
            font-size: 20px;
        }
        
        .add-main-info {
            padding-left: 20px;
        }
        
        a.sets-font {
            color: black;
        }
        
        figure.image-box img {
            object-fit: cover;
            min-height: 332px;
        }
        /*section.product-desc {
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
    position: relative;
}*/
        
        .sproduct .psmallslider {
            margin-top: 20px;
        }
        
        .psmallslider .slick-prev:before,
        .psmallslider .slick-next:before {
            color: #000;
        }
        
        .sproduct .psmallslider .psmallslide1 {
            padding: 0 7.5px;
        }
        
        .c1 img {
            object-fit: cover;
            min-height: 140px;
            width: 100%;
        }
        
        .cmp-titles {
            padding-top: 40px;
        }
        
        h1.sets-fonts222 {
            text-align: center;
            /* padding-bottom: 30px; */
            color: #4e5a62;
            margin-bottom: 15px;
        }
        
        section.pr-main {
            padding-top: 60px;
            padding-bottom: 50px;
            display: block;
            position: relative;
            width: 100%;
        }
        
        h2.stete-font {
            color: #4e5a62;
            font-size: 30px;
            padding-top: 20px;
            padding-bottom: 15px;
        }
        
        .psmallslider {
            margin: 0px -7.5px;
            cursor: pointer;
        }
        
        .sproduct {
            cursor: pointer;
        }
        
        section.product-desc {
            padding-bottom: 50px;
            padding-top: 80px;
            width: 100%;
            display: block;
            position: relative;
        }
        
        .psmallslider .slick-slide {
            margin-left: 7.5px;
            margin-right: 7.5px;
        }
        /*.pbigslide1 img {
    max-height: 435px;
    width: 100%;
    object-fit: cover;
}*/
        
        .per-desc {
            background: #e4e4e4;
            padding: 10px 10px 5px 10px;
        }
        
        .table-main td {
            padding: 9px;
            border-bottom: 1px solid #dedede;
            /* width: 100%; */
        }
        
        .table-main {
            width: 100%;
            padding-top: 20px;
            padding-bottom: 10px;
        }
        
        .table-main table {
            width: 100%;
        }
        
        p.sts-sets {
            color: #74797d;
            font-size: 17px;
            margin-top: 15px;
            padding: 10px;
            text-align: justify;
        }
        
        .view-btn {
            background: #ef7f1a;
            width: 49%;
            padding: 10px 20px;
            color: white;
        }
        
        .view-btn:hover {
            background: black;
            color: white;
        }
        
        .bottom-btn-main {
            display: flex;
            justify-content: space-between;
        }
        
        a.links-btn-class {
            color: white;
            /* font-family: unset!important; */
            text-decoration: none;
            font-size: 19px;
        }
        
        @media(max-width: 768px) {
            .c-slider .slick-next {
                right: -9px;
            }
            .c-slider .slick-prev {
                left: -9px;
            }
            h2.sets-fonts-ev {
                font-size: 29px;
                letter-spacing: 4px;
                color: #4e5a62;
            }
            .gallery-title {
                font-size: 37px;
                margin-bottom: 30px;
                text-align: center;
                font-weight: 500;
                color: #4e5a62;
                letter-spacing: 12px;
            }
            .inner-vm .vm1 {
                flex-direction: column;
            }
            .inner-vm .vm1 .vminfo {
                width: 100px;
                text-align: center;
            }
            .inner-vm .vm1 .vminfo img {
                width: 100px;
            }
            .inner-vm .vm1 .vminfo h5 {
                margin-top: 10px;
                font-size: 16px;
            }
            .inner-vm .vm1 .vmarow {
                width: 30px;
            }
            .inner-vm .vm1 .vmarow img {
                transform: rotate( 90deg);
                margin-bottom: 10px;
            }
            .inner-vm .vm1 .vmarow img {
                width: 20px;
            }
            .vmdescription {
                width: 100%;
                padding-left: 0;
            }
            .psmallslider .slick-slide {
                margin-left: 7.5px;
                margin-right: 7.5px;
            }
            .psmallslider {
                margin-left: 0px;
                margin-right: 0px;
            }
            .desc-content-main {
                padding-top: 30px;
            }
            .bottom-btn-main {
                display: block;
                justify-content: space-between;
            }
            .view-btn {
                background: #ef7f1a;
                width: 100%;
                padding: 10px 20px;
                color: white;
                margin-bottom: 20px;
            }
            .retaed-slider .slick-prev {
                left: -8px;
            }
            .retaed-slider .slick-next {
                right: -8px;
            }
           
        }
        
        .tech-img {
            padding-top: 30px;
        }
        
        .main-add-div {
            border-left: 4px solid #ef7f1a;
            padding-left: 20px;
        }
        
        .child-column {
            margin-bottom: 40px;
        }
        /* contact form new design css start */
        
        .cform1 {
            padding: 0 0 50px 0;
        }
        
        .cform1 {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .cform1 form {
            width: 100%;
        }
        
        .cform1 .title {
            font-family: 'Pacifico', cursive;
            color: #212529;
            font-size: 2.5rem;
        }
        
        .cform1 .form-control {
            background-color: #f2f6f8;
            border-radius: 2rem;
            border: none;
            box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
            margin-bottom: 15px;
        }
        
        .cform1 .thick {
            height: 3.3rem;
            padding: .5rem 3.5rem;
        }
        
        .cform1 .message .form-control {
            padding: .5rem 1.8rem;
        }
        /* .cform1 .message .form-control::placeholder {
            font-family: 'Quicksand', sans-serif;
            font-weight: 600;
            font-size: 1.1rem;
            color: #838788;
            position: relative;
            left: 0;
        } */
        
        .cform1 input,
        .cform1 textarea {
            font-family: 'Quicksand', sans-serif;
            color: #212529;
            font-size: 1.1rem;
            font-weight: normal;
        }
        
        .cform1 .icon {
            color: #57565c;
            height: 1.3rem;
            position: absolute;
            left: 1.5rem;
            top: 1.1rem;
        }
        
        .cform1 .btn.btn-primary {
            font-family: 'Quicksand', sans-serif;
            font-weight: bold;
            /* line-height: 2.5rem; */
            padding: 10px 30px;
            margin-top: 30px;
            border: 0;
            border-radius: 3rem;
            background: #ef7f1a;
            background-size: 300% 100%;
            transition: all 0.3s ease-in-out;
        }
        
        .cform1 .btn.btn-primary:hover:enabled {
            box-shadow: 0 0.5em 0.5em -0.4em #ff923cba;
            background-size: 100% 100%;
            transform: translateY(-0.15em);
        }
        
        .cinfo-main {
            padding: 50px 0;
        }
        
        .cinfobox {
            background-color: #f2f6f8;
            border-radius: 2rem;
            border: none;
            box-shadow: 0px 7px 5px rgb(0 0 0 / 11%);
            padding: 40px;
        }
        
        .cinfobox .a1 {
            margin-bottom: 20px;
        }
        
        .cinfobox .a1 h3 {
            font-size: 20px;
        }
        
        .cinfobox .map-main iframe {
            height: 350px;
        }
        
        .tech-details-main {
            margin-top: 40px;
        }
        
        .pd-main .stitle h2 {
            font-size: 25px;
            letter-spacing: 1px;
        }
        
        .tab-main table {
            margin-top: 40px;
        }
        
        .spft1 {
            margin-top: 40px;
        }
        
        .spft1 h5 {
            font-size: 18px;
            color: #000;
            font-weight: 600;
            text-transform: uppercase;
            opacity: 1;
            margin-bottom: 10px;
        }
        
        .pd-main .table-responsive {
            overflow-x: scroll;
        }
        
        .pd-main .table-responsive::-webkit-scrollbar {
            width: 5px;
            height: 2px;
            background-color: #aaa;
        }
        
        .pd-main .table-responsive::-webkit-scrollbar-thumb {
            background: #000;
        }
        
        .pd-main table {
            margin-bottom: 0;
            width: 100%;
        }
        
        .pd-main table thead tr th {
            font-size: 15px;
            font-weight: 600 !important;
            color: #fff;
            background: #a67344;
            white-space: nowrap;
        }
        
        .pd-main table tbody tr td {
            font-size: 15px;
            color: #fff;
            white-space: nowrap;
            vertical-align: middle;
        }
        
        .pd-main table tbody tr:nth-child(odd) {
            background: #202124;
        }
        
        .pd-main table tbody tr:nth-child(even) {
            background: #363739;
        }