@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Website Name: Raf Traders
    Description: Having almost 8 years of experience, Raf Traders is now a globally renowned manufacturing company engaged in producing high-quality leather safety products and Mulmul8181 &amp; all purpose dusters.
    Author: Raf Traders
    Author URI: https://raftraders/

-----------------------------------------------------------------------------------*/


/* 01.  Start Default css */


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bayon&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
html {
    font-size: 100%;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0px;
}

p {
    margin: 0px;
    padding: 0px;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

i,
span,
a {
    display: inline-block;
}

button {
    border: none;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #222429;
    background: url('../img/bodyBg.jpg');
}
/* body:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    
    z-index: -1;
} */
.mainWrapper {
    padding: 0;
}
.insideWrapper {
    background-color: #ffffff;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* section-title */
.section-title span.span {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #FFAA17;
}

.section-title h2 {
    font-size: 46px;
    margin-bottom: 0;
}

.section-title-white h2 {
    color: #fff;
}

/* all btn style */
.main-btn {
    display: inline-block;
    font-family: 'Rajdhani';
    font-size: 18px;
    font-weight: 700;
    color: #222429;
    border: none;
    background-color: #FFAA17;
    border-radius: 10px;
    padding: 12px 40px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.main-btn:hover,
.main-btn:focus {
    background-color: #222429;
    color: #fff;
}

/* Nice select */
.nice-select {
    width: 100%;
    color: #fff;
}

.nice-select .list {
    width: 100%;
}

/* input css */
.form_control {
    width: 100%;
    height: 70px;
    padding: 0 20px;
}

.bg_cover {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* container css */

/*
    Start Preloader css
*/
.preloader {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.lds-ellipsis {
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 64px;
    text-align: center;
    z-index: 9999;
}

.lds-ellipsis span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #FFAA17;
    -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
    animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(1) {
    -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
    animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(2) {
    -webkit-animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
    animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/*
    Start scroll_up css
*/
.back-to-top {
    background: #FFAA17;
    border-radius: 50%;
    bottom: 60px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 30px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 337;
}

.back-to-top:hover,
.back-to-top:focus {
    background: #000000;
    color: #fff;
}

/* End Default css */

/*======== 02. Start Header Css ==========*/
.transparent-header {

    width: 100%;
    z-index: 999;
}

.header-navigation .main-menu ul li {
    display: inline-block;
    position: relative;
}

.header-navigation .main-menu ul li.menu-item-has-children>a:after {
    display: inline-block;
    content: '\f107';
    margin-left: 5px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    color: #fff;
}
.header-navigation .main-menu ul li a:hover {
    background: #e1b93c !important;
    color: #21475b !important;
}
.header-navigation .main-menu ul li a:hover {
    
    color: #21475b !important;
}
.header-navigation .main-menu .sub-menu li>a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.header-navigation .main-menu ul li>a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    background: #21475B;
    padding: 0.6rem 2.2rem !important;
    margin: 0;
}

.header-area-v2 .header-navigation .main-menu ul li.menu-item-has-children>a:after {
    color: #222429;
}

.nav-link span {
    position: relative;
    padding-left: 27px;
    display: inline;
}

.header-navigation .main-menu ul li>a.nav-link.active {
    color: #ffffff;
    position: relative;
}

.main-menu ul li>a.nav-link.active {
    background: url(../img/activeBtn.png) no-repeat;
    width: 160px;
}
.main-menu ul li>a.nav-link.active:hover{
    background: url(../img/activeBtnhover.png) no-repeat !important;
    width: 160px;
}

.header-navigation .main-menu ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 120%;
    width: 200px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 99;
    height: auto;
    text-align: left;
}

.header-navigation .main-menu ul li .sub-menu li {
    display: block;
    margin: 0;
}

.header-navigation .main-menu ul li .sub-menu li:last-child>a {
    border-bottom: none;
}

.header-navigation .main-menu ul li .sub-menu li a {
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 0;
    line-height: 2;
    margin: 0;
    color: #ffffff;
}
.header-navigation .main-menu ul li .sub-menu li {
    border-bottom: 0.5px solid #112b39;
}

.header-navigation .main-menu ul li .sub-menu li a:hover {
    color: #fff;
    border-color: transparent;
}

.header-navigation .main-menu ul li .sub-menu li .sub-menu {
    left: 100%;
    top: 50%;
}

.header-navigation .main-menu ul li .sub-menu li:hover .sub-menu {
    top: 0%;
}

.header-navigation .main-menu ul li .sub-menu li:hover>a {
    background-color: #d7d7d7;
    color: #21475b;
}

.header-navigation .main-menu ul li:hover.menu-item-has-children>a:after {
    color: #ffffff;
}

.header-navigation .main-menu ul li a.nav-link.active:after,
.header-area-v1 .main-menu ul li>a.nav-link,
.header-navigation .main-menu ul li:hover>a.nav-link {
    color: #ffffff;
}

.header-navigation .main-menu ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.sub-menu {
    margin-top: 4px;
}

.header-navigation .main-menu ul li .dd-trigger {
    display: none;
}

.header-navigation.breakpoint-on .nav-menu {
    text-align: left;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 9999;
    width: 300px;
    height: 100%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 70px;
}

.header-navigation.breakpoint-on .nav-menu.menu-on {
    left: 0;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #ececec;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li:last-child {
    border-bottom: 0;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li.active .sub-menu {
    border-top: 1px solid #ececec;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li a {
    display: block;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
    padding: 13px 20px;
}

.header-area-v1 .header-navigation.breakpoint-on .nav-menu .main-menu ul li:hover>a.nav-link,
.header-area-v1 .header-navigation.breakpoint-on .nav-menu .main-menu ul li a.nav-link.active {
    color: #FFAA17;
}

.header-area-v1 .header-navigation.breakpoint-on .nav-menu .main-menu ul li a.nav-link {
    color: #222429;
}

.header-area-v1 .header-navigation.breakpoint-on .nav-menu .main-menu ul li:hover>a.nav-link {
    color: #FFAA17;
}

.header-area-v1 .header-navigation .nav-menu {
    align-items: center;
}

.header-area-v1 .header-navigation.breakpoint-on .nav-menu {
    align-items: flex-start;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
    color: #000000;
    padding: 0px 20px 0 40px;
    line-height: 45px !important;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .dd-trigger {
    display: block;
    position: absolute;
    right: 0;
    height: 45px;
    width: 45px;
    top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 2;
    background: transparent;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    color: #000000;
    font-size: 20px;
}

.header-navigation.breakpoint-on .nav-menu .main-menu.menu-on {
    left: 0;
}

.header-navigation.breakpoint-on .nav-pushed-item {
    display: none;
}

.header-navigation.breakpoint-on .navbar-close, .header-navigation.breakpoint-on .navbar-toggler {
    display: block;
    padding-right: 30px;
}

.header-navigation .navbar-toggler {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: none;
}

.header-navigation .navbar-toggler span {
    position: relative;
    background-color: #000000;
    border-radius: 3px;
    display: block;
    height: 3px;
    margin-top: 5px;
    padding: 0;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    width: 30px;
    cursor: pointer;
    display: block;
}

.header-navigation .navbar-toggler.active span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
}

.header-navigation .navbar-toggler.active span:nth-of-type(2) {
    opacity: 0;
}

.header-navigation .navbar-toggler.active span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -6px;
}

.header-navigation .navbar-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
    display: none;
    background: #FFAA17;
    padding: 5px;
}

.header-navigation .navbar-close .cross-wrap {
    width: 34px;
    height: 34px;
    cursor: pointer;
    position: relative;
}

.header-navigation .navbar-close .cross-wrap span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 6px;
    background: #fff;
}

.header-navigation .navbar-close .cross-wrap span.top {
    top: 17px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-navigation .navbar-close .cross-wrap span.bottom {
    bottom: 15px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-area-v1 .header-navigation .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
}

.header-area-v2.transparent-header {
    top: 30px;
}

.header-area-v2 .header-container {
    background-color: #fff;
}

.header-area-v2 .header-navigation .nav-tools .icon.off-menu {
    background-color: #1b0e60;
    border-color: transparent;
}

.header-area-v2 .header-navigation .nav-tools .icon.off-menu span {
    background-color: #fff;
}

header .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
}

/* Start Header-v1 css */
.header-area-v1 .header-navigation {
    border-bottom: 2px solid rgba(255, 255, 255, .20);
    /* background: #ffffff; */
}

.headerBack {
    width: 90%;
    height: 150px;
    margin: 0;
    background: #4599c3;
    padding: 0;
    position: relative;
    right: -260px;
    top: 0;
    transform: skewX(326deg);
    border-top-left-radius: 30px;
}

.headerBefore {
    position: absolute;
    content: '';
    width: 100%;
    height: 72%;
    display: block;
    bottom: 9px;
    left: 263px;
    background: #bdbdbd;
    border-top-left-radius: 40px;
    transform: skewX(326deg);
    /* z-index: -1; */
}

.header-area-v1 .header-navigation .navigation-area .top-header-area,
.header-area-v1 .header-navigation .navigation-area .primary-menu {
    /* padding-right: 70px; */
}

.header-area-v1 .main-menu ul li>a.nav-link {
    color: #ffffff;
}

.header-area-v1 .top-header-area {
    position: relative;
    padding: 0 0 10px 0;
    border-bottom: 2px solid rgba(255, 255, 255, .20);
}

.header-area-v1 .top-header-area .top-left ul li {
    display: inline-block;
    margin-right: 15px;
}

.header-area-v1 .top-header-area .top-left ul li span {
    color: #000;
}

.header-area-v1 .top-header-area .top-left ul li span i {
    margin-right: 10px;
}

.header-area-v1 .top-header-area .top-right {
    float: right;
}

.header-area-v1 .top-header-area .top-right ul li {
    display: inline-block;
    margin-left: 15px;
}

.header-area-v1 .top-header-area .top-right ul li a {
    color: #fff;
}

.header-area-v1 .header-navigation .site-branding {
    width: 25%;
}

.header-area-v1 .header-navigation .site-branding .brand-logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 13px;
}

.header-area-v1 .header-navigation .navigation-area {
    width: 85%;
}

.header-area-v1 .header-navigation .main-menu ul li>a {
    padding: 37px 15px;
}

.header-area-v1 .top-header-area,
.header-area-v1 .header-navigation .main-menu {
    padding-left: 70px;
}

.header-area-v1 .header-navigation .site-branding .brand-logo,
.header-area-v2 .header-navigation .site-branding .brand-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    border-right: 2px solid #F0F4F9;
}

/* .header-area-v1 .header-navigation .main-menu ul li:first-child .nav-link,
.header-area-v2 .header-navigation .main-menu ul li:first-child .nav-link {
    padding-left: 70px !important;
} */

.header-area-v1 .header-navigation .site-branding .brand-logo {
    border-color: rgba(255, 255, 255, .20);
}

.header-area-v1 .header-navigation .nav-menu .nav-button .main-btn:hover,
.header-area-v1 .header-navigation .nav-menu .nav-button .main-btn:hover {
    background-color: #fff;
    color: #222429;
}

.header-area-v1 .header-navigation .navigation-area .primary-menu {
    height: 100%;
}

.header-area-v1 .header-navigation .nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-area-v1 .header-navigation .navbar-toggler span {
    background-color: #ffaa17;
}



.offcanvas-panel {
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-panel.panel-on {
    visibility: visible;
    opacity: 1;
}

.offcanvas-panel.panel-on .offcanvas-panel-inner {
    visibility: visible;
    opacity: 1;
    margin-right: 0;
}

.offcanvas-panel .offcanvas-panel-inner {
    max-width: 400px;
    height: 100%;
    background-color: #fff;
    padding: 40px;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: -400px;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-panel .offcanvas-panel-inner .panel-logo,
.offcanvas-panel .offcanvas-panel-inner .offcanvas-panel,
.offcanvas-panel .offcanvas-panel-inner .about-us {
    margin-bottom: 40px;
}

.offcanvas-panel .panel-widget-title {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 2px solid #ededed;
    font-weight: 600;
}

.offcanvas-panel .contact-us ul li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px;
    margin-left: 0px;
}

.offcanvas-panel .contact-us ul li:last-child {
    margin-bottom: 0px;
}

.offcanvas-panel .contact-us ul li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #FFAA17;
    border-radius: 50%;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.offcanvas-panel .panel-close {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 25px;
    line-height: 1;
    padding: 5px;
    color: #000000;
    z-index: 2;
}

/*--slider--*/
.swiper {
    width: 100%;
    min-height: 300px;
    height: 500px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-img img {
    object-fit: contain;
}

/* Breadcurmbs */
.breadcrumbs-area {
    padding: 280px 0 140px;
}

.breadcrumbs-area .page-title h1 {
    color: #fff;
    font-size: 47px;
    margin-bottom: 20px;
}

.breadcrumbs-area .page-title ul.breadcrumb-link li {
    display: inline-block;
    color: #fff;
}

.breadcrumbs-area .page-title ul.breadcrumb-link li:after {
    display: inline-block;
    content: '|';
    margin-left: 10px;
    margin-right: 7px;
}

.breadcrumbs-area .page-title ul.breadcrumb-link li:last-child:after {
    display: none;
}

.breadcrumbs-area .page-title ul.breadcrumb-link li.active {
    color: #fff;
}

/* End hero section css */

/*====== startcategory ======*/
.cateBox {
    margin-top: 70px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
}

.hexaItem {
    width: 293px;
    height: 302px;
    display: inline-block;
    position: relative;
    transition: 1s;
}

.hexaItem:hover {
    transform: scale(1.05);
    transition: 1s;
}

.hexaItem::before {
    content: '';
    position: absolute;
    width: 263px;
    height: 240px;
    left: 6%;
    top: 10%;
    transform: translate(0%, 0%);
}

.hexaItem .outer {
    width: 90%;
}

.imgBox .inside {
    width: 80%;
}

.imgBox {
    position: relative;
}

.imgBox .inside {
    position: absolute;
    left: 6%;
    top: 10%;
    transform: translate(0%, 0%);

}

.hexaItem:hover .imgBox .inside {
    animation: animName 2s linear infinite;
}

.imgBox .iconImg {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
    transform: translate(-65%, -86%);
}

.hexaItem p {
    position: absolute;
    /* width: 100%; */
    /* height: 100%; */
    left: 50%;
    top: 0;
    transform: translate(-60%, 115%);
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
}

.hexaItem::after {
    content: '';
    position: absolute;
    width: 34px;
    height: 33px;
    left: 75px;
    /* top: -6px; */
    transform: rotate(120deg) translateX(0px);
}

@keyframes animName {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.about {
    justify-content: center;
    padding-bottom: 80px;
}

.aboutbg {
    position: relative;
    background: url(../img/aboutBg.png) no-repeat;
    overflow: hidden;
    width: 1200px;
    height: 440px;
    display: block;
}

.aboutContent {
    position: absolute;
    left: 20%;
    top: 10%;
    transform: translate(0, 0);
}

.aboutContent h2 {
    color: #ffffff;
    font-size: 54px;
}

.aboutContent p {
    width: 90%;
    color: #ffffff;
    text-align: justify;
    margin: 0;
    margin-bottom: 25px;
}

.aboutContent .aboutList {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.aboutContent .aboutList li img {
    width: 80%;
}

.aboutContent .aboutList li .readBtn {
    background: white;
    padding: 0px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.ranProduct {
    padding: 0;
    border: none;
}

.productSlide {
    justify-content: center;
    position: relative;
}

.productbg {
    position: relative;
    /* background: url(../img/productSlide.png) no-repeat; */
    background-color: #e1b93c;
    overflow: hidden;
    width: 1200px;
    height: 300px;
    display: block;
}

/* .productSlide::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 110%;
    background: url(../img/productSliderleft-16.png) no-repeat;
    bottom: 0;
    z-index: 9999;
} */

.productContent {
    position: relative;
    left: 0;
    /* top: 10%; */
    transform: translate(0, 0);
}

.centre {
    justify-content: center;
}
.proCarousel img {
    width: 230px;
}
 .proCarousel {
    height: 0px;

} 

/*======= 11. Start Contact css ==========*/
.aboutBackcenter {
    max-width: 1000px;
    height: auto;
    margin-left: 0px;
    padding: 50px;
    margin-top: 20px;
    color: white;
}

.aboutBackcenter h2 {
    /* padding: 10px; */
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.aboutBackcenter h4 {
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0;
    background: linear-gradient(45deg, #21475b, transparent);
    -webkit-background: linear-gradient(45deg, #21475b, transparent);
    -moz-background: linear-gradient(45deg, #21475b, transparent);
}

.widget-link .dubai {
    /* background: #76df39; */
    padding: 0px 3px;
    color: #9800d4;
    font-weight: 700;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.backCenter {
    max-width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin-top: 20px;
}

.backCenter .headingContact {
    padding: 50px 0 20px 0;
}

.backCenter .backInner {
    border-top: 10px solid #11242F;
    padding: 70px 70px 40px 70px;
    background-color: #1E4053;
}

.backCenter .widget-title {
    color: #e1b93c;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
}

.backCenter .headingContact h2 {
    text-transform: uppercase;
    font-size: 36px;
    color: #fbcb0a;
    font-weight: 600;
    padding-bottom: 10px;
}

/* End Contact css */
/*Product start*/
.tab-pane {
    /* padding: 30px; */
    padding: 20px 80px 50px 80px;
}

.tab-content {
    background: url(../img/productBg.jpg) no-repeat 100% 0%;
    background-size: cover;
}

.product-card .card-body:hover .actions li a {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.heading {
    padding: 20px 0 0 0px;
    width: 90%;
}

.heading h2{
    text-transform: uppercase;
    font-size: 66px;
    color: #fbcb0a;
    font-weight: 600;
    font-family: 'Inria Sans', sans-serif;
    display: block;
    margin-bottom: 10px;
}
.heading .headDown{
    text-transform: uppercase;
    font-size: 66px;
    color: #fbcb0a;
    font-weight: 400;
    font-family: 'Inria Sans', sans-serif;
    display: block;
    margin-bottom: 10px;
}

.heading span {
    color: white;
    font-size: 30px;
}

.heading p {
    font-size: 18px;
    color: white;
    width: 80%;
    margin-bottom: 20px;
}
.proCard {
    border-radius: 0;
}

/* .badgeTag {
    position: absolute;
    width: 100px;
    bottom: 0;
    right: 0;
    z-index: 1;
} */

.box {
    background: #fff;
    
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.5);
    padding-bottom: 20px;
}

.box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 910px;
    top: 0;
    background-color: #ed3237;
    transform: skewX(-50deg);
    z-index: 5;
    transition: all 0.4s ease 0s;
}

.box:hover:before {
    left: -530px;
    transition: all 0.4s ease 0s;
}

.videoBox {
    padding-bottom: 20px;
}

.video {
    box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.5);
    position: relative;
}

.welding:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 700px;
    top: 0;
    background-color: #76C04E;
    transform: skewX(-50deg);
    z-index: 5;
    transition: all 0.4s ease 0s;
}

.welding:hover:before {
    left: -530px;
    transition: all 0.4s ease 0s;
}

.box img {
    width: 100%;
    height: auto;
    transition: all 0.4s ease 0s;
}

.box:hover img {
    transform: translateY(-10px);
}

.box .box-content {
    color: #34495e;
    width: 100%;
    padding: 5px 10px;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.4s ease 0s;
}

.box:hover .box-content {
    opacity: 1;
}

@media only screen and (max-width:990px) {
    .box {
        margin: 0 0 30px;
    }
}

/* .badgeTag {
    position: absolute;
    width: 191px;
    height: 44px;
    bottom: 0px;
    right: -16px;
    padding-right: 50px;
    display: block !important;
    background: url(../img/tag.png) no-repeat;
} */

.badgeTag {
    position: absolute;
    width: 220px;
    height: 44px;
    bottom: -7px;
    border-left: solid rgb(161, 161, 161) 6px;
    right: -60px;
    border-radius: 0;
    display: block !important;
    transform: skewX(-33deg);
    z-index: 999;
    background: red;
    padding: 7px 0;
}
.badgeTag2 {
    position: absolute;
    width: 220px;
    height: 44px;
    bottom: -7px;
    border-left: solid rgb(161, 161, 161) 6px;
    right: -80px;
    border-radius: 0;
    display: block !important;
    transform: skewX(-33deg);
    z-index: 999;
    background: rgb(118 192 78);
    padding: 7px 0;
}
.badgeTag span, .badgeTag2 span {
    display: block;
    transform: skewX(23deg);
    font-size: 23px;
    position: absolute;
    left: 14px;
    color: white;
    text-transform:uppercase;
    
}

/* .badgeTag:after {
    position: absolute;
    content: '';
    width: 26px;
    height: 14px;
    right: 5px;
    bottom: 39px;
    background: url(../img/tag.png) no-repeat;
    transform: skew(39deg, -32deg);
    z-index: -138;
} */
/* .badgeTag h3 {
    transform: skew(23deg);
    font-weight: 700;
} */
.product-thumbnail {
    overflow: hidden;
    transition: 1s;
}

.product-thumbnail img {
    transition: 1s;
}

.product-thumbnail:hover img {
    transform: scale(1.1);
    transition: 1s;
}

.product-card .card-body:hover .actions li:nth-child(2) a {
    -webkit-transition: all .6s;
    transition: all .6s
}

.product-card .card-body:hover .actions li:nth-child(3) a {
    -webkit-transition: all .9s;
    transition: all .9s
}

.theme1 .actions li:hover .action {
    background: #5a5ac9;
    color: #fff
}

.tab-content .tab-pane.active .product-list {
    -webkit-animation: zoomIn .5s ease;
    animation: zoomIn .5s ease;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.product-thumbnail img {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d
}

img.second-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: #fff
}

.product-card {
    border: 0;
    -webkit-box-shadow: 0 0 11.83px 1.17px rgba(0, 0, 0, .06);
    box-shadow: 0 0 11.83px 1.17px rgba(0, 0, 0, .06)
}

.product-card:hover img.second-img {
    opacity: 1;
    z-index: 1
}

.product-card.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none
}

.product-desc {
    padding: 18px;
    display: inline-block;
}

.proCard .bottomSection {
    display: block;
    width: 100%;
    background-color: red;
}

.product-desc .title {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 32px;
    font-weight: 900;
    font-style: italic;
    line-height: 1.5;
    display: inline-block;
}

.card-body {
    padding: 0;
}

.title span {
    color: #4599c3;
}

@media screen and (max-width:991px) {
    .product-desc .title {
        font-size: 14px
    }
}

.theme1 .product-desc .title:hover a {
    color: #5a5ac9
}

.star-rating span {
    font-weight: 400;
    line-height: 1;
    margin: 0 1px 0 0;
    font-size: 18px;
    color: #fdd835
}

.star-rating span .de-selected {
    color: #eee
}

.product-price {
    font-weight: 700;
    font-size: 16px;
    color: #111
}

.product-price .del {
    margin-right: 2px
}

.theme1 .product-price .onsale {
    color: #5a5ac9
}

.pro-btn {
    background: #f6f6f6;
    color: #111;
    width: 40px;
    height: 40px;
    text-align: center;
    font-weight: 400;
    line-height: 40px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%
}

.pro-btn-right {
    position: absolute;
    right: 20px
}

.theme1 .pro-btn:hover {
    background: #5a5ac9;
    color: #fff
}

@media screen and (max-width:480px) {
    .product-thumbnail {
        width: 100%
    }
}

@media screen and (max-width:480px) {
    .product-thumbnail a {
        display: block
    }

    .product-thumbnail a img {
        width: 100%
    }
}

.product-slider-init .slick-list {
    padding: 15px 0;
    margin: -15px
}

.product-slider-init .slick-list .slick-slide {
    padding: 0 15px
}

.product-slider2-init .slick-list {
    padding: 15px 0;
    margin: -15px
}

.product-slider2-init .slick-list .slick-slide {
    padding: 0 15px
}

.featured-init .product-thumbnail img {
    max-width: 120px
}

.featured-init .product-desc {
    padding: 0 15px
}

.featured-init2 .product-thumbnail img {
    max-width: 120px
}

@media screen and (min-width:480px) and (max-width:767px) {
    .featured-init2 .product-thumbnail img {
        max-width: 100px
    }
}

.featured-init .product-thumbnail {
    width: auto
}

.product-ctry-init .product-desc .title {
    font-size: 18px;
    line-height: 20px
}

@media screen and (max-width:576px) {
    .product-ctry-init .product-desc .title {
        font-size: 15px
    }
}

.product-ctry-init .product-price .del {
    font-size: 19px
}

.product-ctry-init .product-price .onsale {
    font-size: 24px
}

.product-sync-init .product-thumb img {
    width: 100%;
    display: block;
    margin: 0 auto
}

/*Product end*/
/*=======  12. Start Footer area ===*/
.footerMenu .main-menu ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    color: white;
    justify-content: flex-end;
    padding-right: 50px;
    justify-content: space-around;
}

.footerMenu .main-menu ul li a {
    padding-left: 50px;
    padding-bottom: 20px;
}

.footer-area-v1 {
    background-color: #1C1E22;
}

.colored {
    color: #0092ff;
    font-weight: 700;
}

.coloredGr {
    color: #76df39;
    font-weight: 700;
}

.widget-link li {
    color: white;
}

.footer-widget-area .footer-top .footer-logo {
    padding: 30px 0px;
    color: #222429;
    width: 100%;
}

.footer-widget-area .footer-top .newsletter-item {
    padding-left: 40px;
}

.form_group {
    position: relative;
}

.footer-widget-area .footer-top .newsletter-item form .form_control {
    width: 100%;
    font-size: 15px;
    color: #636363;
    height: 73px;
    border: none;
    border-radius: 10px;
}

.footer-widget-area .footer-top .newsletter-item .main-btn {
    position: absolute;
    top: 6px;
    right: 5px;
    background-color: #FFAA17;
    border-radius: 10px;
    padding: 15px 51px;
    font-weight: 700;
    color: #222429;
    font-size: 15px;
}

.footer-widget-area .footer-top .newsletter-item .main-btn:hover {
    background-color: #222429;
    color: #fff;
}

.footer-widget-area .footer-top .newsletter-item .main-btn i {
    margin-right: 10px;
}

.footer-widget-area .footer-top .social-media-links {
    float: right;
}

.footer-widget-area .footer-top .social-media-links ul li {
    display: inline-block;
    margin-left: 10px;
}

.footer-widget-area .footer-top .social-media-links ul li a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #333539;
    text-align: center;
    border-radius: 100%;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

.footer-widget-area .footer-top .social-media-links ul li a:hover {
    background-color: #FFAA17;
    color: #fff;
}

.footer-widget-area .widget h4.widget-title {
    position: relative;
    padding-bottom: 20px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.footer-widget-area .widget h4.widget-title:before,
.footer-widget-area .widget h4.widget-title:after {
    position: absolute;
    content: '';
    background-color: #FFAA17;
}

.footer-widget-area .widget h4.widget-title:before {
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.footer-widget-area .widget h4.widget-title:after {
    bottom: 3px;
    left: 20px;
    width: 40px;
    height: 2px;
}

.footer-widget-area .widget.about-widget p {
    color: rgba(225, 225, 225, 0.75);
    font-weight: 300;
    font-size: 16px;
    line-height: 34px;
}

.footer-widget-area .widget.widget-categories .widget-link li {
    margin-bottom: 10px;
}

.footer-widget-area .widget.widget-categories .widget-link li:last-child {
    margin-bottom: 0px;
}

.footer-widget-area .widget.widget-categories .widget-link li a {
    font-weight: 300;
    color: #E1E1E1;
}

.footer-widget-area .widget.recent-post-widget .recent-post .post-item .post-content h6.title:hover,
.footer-widget-area .widget.widget-categories .widget-link li a:hover {
    color: #FFAA17;
}

.footer-widget-area .widget.recent-post-widget .recent-post .post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.footer-widget-area .widget.recent-post-widget .recent-post .post-item:last-child {
    margin-bottom: 0px;
}

.footer-widget-area .widget.recent-post-widget .recent-post .post-item img {
    display: block;
    min-width: 85px;
    max-width: 85px;
    height: 66px;
    border-radius: 6px;
    margin-right: 15px;
}

.footer-widget-area .widget.recent-post-widget .recent-post .post-item .post-content span {
    color: #FFAA17;
    margin-bottom: 8px;
    display: block;
}

.footer-widget-area .widget.recent-post-widget .recent-post .post-item .post-content h6.title {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.footer-widget-area .widget.contact-widget .contact-info p {
    padding-left: 35px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #E1E1E1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-weight: 300;
    line-height: 17px;
}

.footer-widget-area .widget.contact-widget .contact-info p:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.footer-widget-area .widget.contact-widget .contact-info p i {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFAA17;
}

.copyright-area {
    text-align: center;
    padding: 20px 0px 20px;
    border-top: 1px solid #3E4043;
}

.copyright-area .copyright-text p {
    color: #fff;
}

/* footer-area-v2 */
.footer-area-v2 {
    background-color: #FFAA17;
    padding: 45px 0px 50px;
}

.footer-area-v2 .social-media-links {
    float: right;
}

.footer-area-v2 .social-media-links ul li {
    display: inline-block;
    margin-left: 10px;
}

.footer-area-v2 .social-media-links ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(28, 30, 34, 0.1);
    color: #1C1E22;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.footer-area-v2 .social-media-links ul li a:hover,
.footer-area-v2 .social-media-links ul li a:focus {
    background-color: #1C1E22;
    color: #fff;
}

/* End Footer area */
@media (max-width:1200px) {}


@media (min-width: 992px) and (max-width:1199px) {
    .header-navigation.breakpoint-on .nav-menu .main-menu ul li a.nav-link.active {
        background: white;
        width: 100%;
    }
    .header-navigation .main-menu ul li>a {
        padding: 0.9rem 2rem !important;
        font-size: 14px;
        /* color: #FFAA17 !important; */
        color: #000000 !important;
        background: white;
    }
    .main-menu ul li>a.nav-link.active:hover {
        width: 100%;
        background: #FFAA17 !important;
    }
    .nav-link span {
        padding-left: 0px;
    }

    .header-navigation .main-menu .sub-menu li a {
        background: #FFAA17 !important;
    }
    .header-navigation .main-menu ul li .sub-menu li a {
        line-height: 0;
    }
    .header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
        line-height: 20px !important;
    }
    .header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #a76a00;
    }
    .header-navigation .main-menu .sub-menu li a:hover {
        background: #d59629 !important;
        color: white !important;
    }
    .sliderContainer {
        max-width: 100%;
    }

    .imgBox {
        position: relative;
        left: -18px;
    }

    .hexaItem .outer {
        width: 80%;
    }

    .imgBox .inside {
        width: 70%;
    }

    .imgBox .iconImg {
        transform: translate(-75%, -77%);
    }

    .hexaItem p {
        transform: translate(-114%, 122%);
        left: 60%;
        font-size: 14px;
        line-height: 22px;
    }

    .aboutSection {
        max-width: 100%;
    }

    .ranContainer {
        max-width: 100%;
    }

    .footerSide {
        max-width: 100%;
    }

    .precision {
        max-width: 100%;
    }
    .product-desc .title {
        font-size: 22px;
    }
    .badgeTag, .badgeTag2 {
        bottom: -10px;
        right: -79px;
        padding: 8px 0;
    }
    .badgeTag span, .badgeTag2 span {
        font-size: 20px;
        left: 15px;
    }
}

.ranProduct {
    padding: 0 !important;
    border: none;
}

.footerSide {
    background-color: #1C1E22;
}

@media (min-width: 769px) and (max-width:991px) {
    .header-navigation.breakpoint-on .nav-menu .main-menu ul li a.nav-link.active {
        background: white;
        width: 100%;
    }
    .header-navigation .main-menu ul li>a {
        padding: 0.9rem 2rem !important;
        font-size: 14px;
        /* color: #FFAA17 !important; */
        color: #000000 !important;
        background: white;
    }
    .main-menu ul li>a.nav-link.active:hover {
        width: 100%;
        background: #FFAA17 !important;
    }
    .nav-link span {
        padding-left: 0px;
    }

    .header-navigation .main-menu .sub-menu li a {
        background: #FFAA17 !important;
    }
    .header-navigation .main-menu ul li .sub-menu li a {
        line-height: 0;
    }
    .header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
        line-height: 20px !important;
    }
    .header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #a76a00;
    }
    .header-navigation .main-menu .sub-menu li a:hover {
        background: #d59629 !important;
        color: white !important;
    }
    .sliderContainer {
        max-width: 100% !important;
    }

    .hexaItem .outer {
        width: 100%;
    }

    .imgBox .inside {
        width: 85%;
        transform: translate(3%, 2%);
    }

    .imgBox .iconImg {
        left: 50%;
        bottom: 0;
        transform: translate(-46%, -80%);
        width: 40%;
    }

    .hexaItem p {
        transform: translate(-49%, 142%);
        font-size: 18px;
        line-height: 26px;
    }

    .aboutSection {
        max-width: 100% !important;
    }

    .aboutContent h2 {
        color: #ffffff;
        font-size: 54px;
    }

    .aboutContent p {
        width: 90%;
        color: #ffffff;
        text-align: justify;
        margin: 0;
        font-size: 13px;
        line-height: 32px;
        margin-bottom: 0px;
    }

    .aboutContent .aboutList li {
        flex: auto;
        width: 20%;
        text-align: center;
    }

    .aboutContent .aboutList li img {
        width: 70%;
    }

    .productbg {
        height: 330px;
    }

    .ranContainer {
        max-width: 100%;
    }

    /* .productSlide::before {
        left: -102px;
    } */

    .productContent {
        left: 0;
        top: -8%;
    }

    .proCarousel img {
        width: 280px;
    }

    .footerSide {
        background-color: #1C1E22;
        max-width: 100%;
    }

    .footer-widget-area .footer-top .social-media-links {
        position: relative;
        left: 25%;
        bottom: 20px;
    }

    .precision {
        max-width: 100%;
    }

    .aboutPage {
        max-width: 100%;
    }
    .insideWrapper{
        max-width: 90%;
    }
    .proContainer{
        max-width: 100%;
    }
    .product-desc .title {
        font-size: 22px;
    }
    .badgeTag, .badgeTag2 {
        bottom: -10px;
        right: -95px;
        padding: 8px;
    }
    .badgeTag span, .badgeTag2 span {
        font-size: 17px;
        left: 13px;
        top: 9px;
    }
}
@media (min-width:700px) and (max-width:900px) {
    .product-desc .title {
        font-size: 20px;
    }
    .badgeTag, .badgeTag2 {
        bottom: -10px;
        right: -114px;
        padding: 8px;
    }
    .badgeTag span, .badgeTag2 span {
        font-size: 15px;
        left: 9px;
        top: 9px;
    }
}
@media(max-width: 768px) {
    .header-navigation.breakpoint-on .nav-menu .main-menu ul li a.nav-link.active {
        background: white;
        width: 100%;
    }
    .header-navigation .main-menu ul li>a {
        padding: 0.9rem 2rem !important;
        font-size: 14px;
        /* color: #FFAA17 !important; */
        color: #000000 !important;
        background: white;
    }
    .main-menu ul li>a.nav-link.active:hover {
        width: 100%;
        background: #FFAA17 !important;
    }
    .nav-link span {
        padding-left: 0px;
    }

    .header-navigation .main-menu .sub-menu li a {
        background: #FFAA17 !important;
    }
    .header-navigation .main-menu ul li .sub-menu li a {
        line-height: 0;
    }
    .header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
        line-height: 20px !important;
    }
    .header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #a76a00;
    }
    .header-navigation .main-menu .sub-menu li a:hover {
        background: #d59629 !important;
        color: white !important;
    }
    .sliderContainer {
        max-width: 100% !important;
    }

    .hexaItem .outer {
        width: 100%;
    }

    .imgBox .inside {
        width: 85%;
        transform: translate(3%, 2%);
    }

    .imgBox .iconImg {
        left: 50%;
        bottom: 0;
        transform: translate(-49%, -82%);
        width: 40%;
    }

    .hexaItem p {
        transform: translate(-49%, 148%);
        font-size: 18px;
        line-height: 25px;
    }

    .aboutbg {
        background: url(../img/aboutBg.png) center center no-repeat;
        max-width: 100% !important;
    }

    .aboutSection {
        max-width: 100% !important;
    }

    .aboutContent {
        padding: 20px;
        left: 0 !important;
        top: 0 !important;
    }

    .aboutContent p {
        width: 100%;
        font-size: 12px;
        line-height: 26px;
    }

    .aboutContent .aboutList li {
        flex: auto;
        width: 30%;
        text-align: center;
    }

    .aboutContent .aboutList li img {
        width: 90%;
    }

    .ranContainer {
        max-width: 100%;
    }

    /* .productSlide::before {
        display: none;
    } */

    .productbg {
        height: 340px;
    }

    .productContent {
        left: 0;
        padding: 0 30px;
    }

    .proCarousel {
        height: 280px;
    }

    .proCarousel img {
        width: 267px;
    }

    .footerSide {
        background-color: #1C1E22;
        max-width: 100%;
    }

    .datapro_logo img {
        width: 70%;
    }

    .footer-widget-area .footer-top .social-media-links {
        position: relative;
        left: 25%;
        bottom: 20px;
    }

    .footerMenu .main-menu ul {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-evenly;

    }

    .footerMenu .main-menu ul li a {
        padding-left: 0;
        padding-bottom: 20px;
    }

    .precision {
        max-width: 100%;
    }

    .aboutPage {
        max-width: 100%;
    }
    .insideWrapper{
        max-width: 90%;
    }
    .proContainer{
        max-width: 100%;
    }
    .tab-pane {
        padding: 20px 30px 50px 30px;
    }

    .product-desc .title {
        font-size: 28px;
    }
    .badgeTag {
        bottom: -10px;
        right: -77px;
        padding: 8px;
    }
    .badgeTag span {
        font-size: 20px;
        left: 13px;
        top: 7px;
    }
}

@media (min-width: 600px) and (max-width: 766px) {
    .header-navigation.breakpoint-on .nav-menu .main-menu ul li a.nav-link.active {
        background: white;
        width: 100%;
    }
    .header-navigation .main-menu ul li>a {
        padding: 0.9rem 2rem !important;
        font-size: 14px;
        /* color: #FFAA17 !important; */
        color: #000000 !important;
        background: white;
    }
    .main-menu ul li>a.nav-link.active:hover {
        width: 100%;
        background: #FFAA17 !important;
    }
    .nav-link span {
        padding-left: 0px;
    }

    .header-navigation .main-menu .sub-menu li a {
        background: #FFAA17 !important;
    }
    .header-navigation .main-menu ul li .sub-menu li a {
        line-height: 0;
    }
    .header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
        line-height: 20px !important;
    }
    .header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #a76a00;
    }
    .header-navigation .main-menu .sub-menu li a:hover {
        background: #d59629 !important;
        color: white !important;
    }
    .aboutContent {
        padding: 20px;
        left: 0 !important;
        top: 0 !important;
    }

    .aboutContent p {
        width: 100%;
        font-size: 13px;
        line-height: 32px;
    }

    .aboutContent .aboutList li {
        flex: auto;
        width: 30%;
        text-align: center;
    }

    .aboutContent .aboutList li img {
        width: 90%;
    }

    .cateContainer {
        max-width: 740px;
    }
    .heading {
        width: 100%;
    }

}

@media (max-width: 576px) {
    .header-navigation.breakpoint-on .nav-menu .main-menu ul li a.nav-link.active {
        background: white;
        width: 100%;
    }
    .header-navigation .main-menu ul li>a {
        padding: 0.9rem 2rem !important;
        font-size: 14px;
        /* color: #FFAA17 !important; */
        color: #000000 !important;
        background: white;
    }
    .main-menu ul li>a.nav-link.active:hover {
        width: 100%;
        background: #FFAA17 !important;
    }
    .nav-link span {
        padding-left: 0px;
    }

    .header-navigation .main-menu .sub-menu li a {
        background: #FFAA17 !important;
    }
    .header-navigation .main-menu ul li .sub-menu li a {
        line-height: 0;
    }
    .header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
        line-height: 20px !important;
    }
    .header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #a76a00;
    }
    .header-navigation .main-menu .sub-menu li a:hover {
        background: #d59629 !important;
        color: white !important;
    }
    .aboutbg {
        height: 450px;
    }

    .imgBox {
        transform: translate(28%, 0%);
    }

    .hexaItem p {
        transform: translate(8%, 144%);
        font-size: 18px;
        line-height: 25px;
    }
    .cateBox {
        margin-left: -52px;
    }
    .heading {
        width: 80%;
    }
    .heading h2 {
        font-size: 32px;
    }
    .heading p {
        font-size: 14px;
    }
}
@media (max-width: 481px) {
    .aboutContent p {
        line-height: 24px;
        margin-bottom: 12px;
    }
    .aboutContent h2 {
        font-size: 42px;
    }
    .footerMenu .main-menu ul {
   padding-right: 5px;
    }
    .footerMenu .main-menu ul li a {
        font-size: 13px;
        padding-bottom: 7px;
    }
}

@media (min-width: 769px) and (max-width:991px) {}

@media (min-width: 769px) and (max-width:1199px) {}

@media (min-width: 481px) and (max-width:768px) {}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 41% !important;
    border-radius: 50px !important;
    width: auto !important;
    padding: 0 2px;
}


.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    background: var(--swiper-pagination-bullet-inactive-color);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1) !important;
    border: solid 1.5px white;
}

:root {
    --swiper-theme-color: red !important;
}

:root {
    --swiper-pagination-bullet-inactive-color: !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #e1b93c !important;
}
.footer-widget-area .widget .bottom {
    position: relative;
    padding-bottom: 20px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}
.footer-widget-area .widget h4.bottom:before {
    bottom: 0;
    left: 46%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.footer-widget-area .widget h4.bottom:after {
    bottom: 3px;
    left: 48%;
    width: 40px;
    height: 2px;
}