body {
    cursor: url('../image/pic.png'), auto;
}

@media only screen and (min-width: 768px) {
    body {
        cursor: url('../image/pic.png'), auto;
    }
}


.main-slider [data-overlay]:before {
   opacity:0 !important}


/* .bg-circle-dotted {
    opacity: 0.04;
}

.scroll-to-top img {
    -webkit-filter: invert(1);
    filter: invert(1);
} */
.icons img {
    /* background-color: #fff;*/
    width: 100%;
    /* margin: 0 10px;*/
    /*border-radius: 50px 150px;*/

}

.icons.ns2g img {
    background-color: #e67c42;
}

.icons.ns3g img {
    background-color: #cfb15b;
}

.icons.ns4g img {
    background-color: #57a1ad;
}

.icons.ns5g img {
    background-color: #ebbe2d;
}

.cer-img {
    display: flex;
}

/* ================== */


@media only screen and (min-width: 992px) {
    body.dsn-line-style .site-header .inner-header .main-logo {
        /* width: calc(var(--body-style-space) - 20px); */
        width: 180px !important;
    }
}

.site-header .inner-header .main-logo img {
    height: 80px !important;
}

.icon.mb-20 i {
    color: #f07c00;
    font-size: 30px;
}



/* ======= catalogue page css start===== */


.catalogue .box {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
}

.catalogue .box:before,
.catalogue .box:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: scaleX(0);
    transition: all 0.6s ease 0s;
}

.catalogue .box:after {
    transform: scaleY(0);
}

.catalogue .box:hover:before {
    transform: scaleX(1);
}

.catalogue .box:hover:after {
    transform: scaleY(1);
}

.catalogue .box img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
}

.catalogue .box:hover img {
    transform: scale(1.3);
}

.catalogue .box .box-content {
    width: 100%;
    position: absolute;
    top: 42%;
    left: 0;
    z-index: 2;
}

.catalogue .box .title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.catalogue .box:hover .title {
    opacity: 1;
}

.catalogue .box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    transform: scaleX(0);
    transition: all 0.6s ease 0s;
}

.catalogue .box:hover .icon {
    transform: scaleX(1);
}

.catalogue .box .icon li {
    display: inline-block;
}

.catalogue .box .icon li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 5px;
    transition: all 0.3s ease 0s;
}

.catalogue .box .icon li a:hover {
    background: #fff;
    color: #444;
}


/* -====== catalogue page css end===== */

.product-page .cover-bg-img,
.related-products .cover-bg-img,
.home-product-sec .cover-bg-img {
    object-fit: fill !important;
}

/* 
.home-product-sec .cover-bg-img {
    width: 70% !important;
} */


.home-product-sec [data-overlay="6"]:before {
    opacity: 0.5 !important;
}


.home-product-sec [data-overlay="2"]:before {
    opacity: 0.5 !important;
}

.work-no-scale.product-page .swiper-slide .box-img,
.work-no-scale.product-page .work-item .box-img,
.home-product-sec .swiper-slide .box-img,
.home-product-sec .work-item .box-img {
    height: 60vh !important;
}

[data-overlay="6"]:before {
    opacity: 0.8 !important;
}

[data-overlay="2"]:before {
    opacity: 0.8 !important;
}


table {
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #fff;
    color: #000;
}

.new-sec-style .title-block {
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
}


.bg-white {
    background-color: #fff !important;
}

/* ======================== */

.gallery-page [data-overlay]:before {
    background: transparent !important;
}


@media (max-width:584px) {
    .site-header .inner-header .main-logo img {
        height: 60px !important;
    }

    .brand-client .wrapper-client .logo-box img {
        position: relative;
        max-width: 180px !important;
    }

    .icons img {

        border-radius: 50px 150px; 

    }
header.main-slider video.cover-bg-img{
width: 100%;
    height: auto;
    object-fit: cover;
}

header.main-slider{  display: flex;
   /*height:300px;*/
  display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;

    height: 100%;}


}



/* === wp css start==== */
#notification {
    /* display: block !important; */
    position: fixed;
    bottom: 81px;
    left: 15px;
    z-index: 1000;
    border-color: #0062cc;
    background-color: #fff;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5);
    border-radius: 5px;
    width: 300px;
    height: auto;
    padding: 20px;
}

#notification p {
    text-align: justify;
    color: #000
}

#notification a {
    color: #000 !important;
    font-weight: 600;
}

.whatsappicon {
    position: fixed;
    bottom: 30px;
    left: 29px;
    z-index: 99999;
}

.whatsappicon img {
    max-width: 8%;
}

.tableimg {
    width: 50px;
}


@media (max-width:584px) {
.whatsappicon img {
    max-width: 11%;
}}
/* ===== wp css end==== */