/* body::before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000000;
    height: 100vh;
    width: 100vw;
    opacity: 1;
    pointer-events: none;
    transition: all .2s;
    background: #fcfcfc url('https://websiteforstartups.co.uk/design/harshi/wp-content/uploads/2023/04/logo.jpg') no-repeat center center / 150px;
    }
    body.loaded::before, body.loaded::after, .wp-admin:after, .wp-admin::before {
    opacity: 0;
    height: 0;
    width: 0;

    }
    .hide { display: none ;}

    body::after {
        content: '';
        background: url(https://www.neptunetechnolab.com/wp-content/themes/neptune/assets/images/loading.gif) no-repeat center 70%/ 50px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 10000000;
        height: 100vh;
        width: 100vw;
        transition: all .2s;

    } */

    

img, a, .b-item, p, h4{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}



.grid { display: grid;  gap: 30px;}
.grid-2 {grid-template-columns:  1fr 1fr ;}
.grid-3 {grid-template-columns: 1fr 1fr 1fr ;}
.grid-4 {grid-template-columns: 1fr 1fr 1fr 1fr ;}
.grid-5 {grid-template-columns: 1fr 1fr 1fr 1fr 1fr ;}
.grid-6 {grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr ;}





#sticky-head.hfe-sticky .header-logo { text-align: left;}

#sticky-head.hfe-sticky .header-logo img{ height: 45px; width: inherit; margin-top: 0px; -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);  }

    /* #sticky-head.hfe-sticky .e-con-inner { padding-top: 7px !important; padding-bottom: 7px !important;} */


a.btn-theme { display: flex; gap: 5px; align-items: center;}

.insightList .blog-date{ display: none;} 




/* blog css  */
.blog-box a {  text-decoration: none !important; color: #000; font-size: 16px; font-weight: 500; }
.blog-items, .b-item { height: 100%;}
.blog-info h4 { color: #2a4067; text-transform: capitalize; font-size: 20px; font-weight: bold; }
.blog-content {  padding: 20px; margin-top: -9px;}
.b-item {
     background-color: #fff; position: relative; 
     border: solid 1px #cccfd150;
/* -webkit-box-shadow: 0 0 20px 0 #CCCFD1;
box-shadow: 0 0 20px 0 #CCCFD1; */
}
.blog-box:hover .b-item  { background-color: #000; }
.blog-box:hover .blog-content , .blog-box:hover a, .blog-box:hover h4 { color: #fff;}
.blog-box:hover .blog-content p { color: #fff;}
.blog-box:hover  svg {
    filter: invert(100%) grayscale(1);
    -webkit-filter: invert(100%) grayscale(1);
}
.thumb  img { line-height: 1px !important;}
.blog-content .elementor-button-icon svg { height: 0.6em; }


.blog-date { opacity: 0.6; font-size: 14px; font-weight: 600;}
.fulllink {  position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1;}
button.jkit-mailchimp-submit { display: flex;align-items: center; justify-content: center; gap: 15px;}



#google_translate_element span a span:first-child {
    display: none;
}
#cart {
    border-color: #e6e6e6;
    margin-bottom: 50px;
}

#cart > tbody > tr > td {
    padding: 15px 40px;
    vertical-align: middle;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border-bottom: 1px solid;
    border-color: #e6e6e6;
    text-align: center;
    width: 300px;
}

.sub-menu li a { display: flex !important; justify-content: space-between !important;}

.goog-te-gadget img {
vertical-align: middle;
border: none;
}



.goog-te-gadget>div>img {
background-image: url(assets/images/lang.png) !important;
background-repeat: no-repeat !important;
width: 40px;
height: 48px;
background-size: 25px 25px;
background-position: center center !important;
}

.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;
}


.rightSocialMedia { position: fixed !important; right: 10px !important; top: 150px !important; z-index: 10000 !important;}



@media (min-width: 999px) and (max-width: 50000px) {

    .sub-menu li a i {
        -moz-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
       
    }

#sticky-head.hfe-sticky{
    border-bottom: solid 1px #000;
    position: fixed;
    padding: 0px 0 ;
    left:0;
    width:100%;
    top: 0px;
    z-index: 50;
    background: #000;
        animation:slide-down 0.8s;
    }
    @keyframes slide-down {
        0% {
            opacity: 0;
            transform: translateY(-100%);
        } 
        100% {
            opacity: 0.9;
            transform: translateY(0);
        } 
    }
    
    @media( max-width: 767px ){
    
        #sticky-head.hfe-sticky{
            top: 0;
        }
    }

    #sticky-head.hfe-sticky .myaccount { display: none;}
#sticky-head.hfe-sticky  .elementor-button { padding: 10px 15px 10px 15px !important;}
#sticky-head.hfe-sticky .elementor-element-488af3f { align-items: center;}

}
    
  

    @media (min-width: 100px) and (max-width: 767px) {


        .table-responsive td , .table-responsive th, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
            white-space: nowrap !important;
            text-align: left !important ;
        }


        .table-responsive {
            width: 100%;
            
            margin-bottom: 15px;
            overflow-y: hidden;
            -ms-overflow-style: -ms-autohiding-scrollbar;
            border: 1px solid #ddd;
        }

        .table-responsive {
            min-height: .01%;
            overflow-x: auto;
        }

        .grid-2,  .grid-3, .grid-4, .grid-5, .grid-6 {grid-template-columns:  1fr ;}
        .rightSocialMedia { display: none;}
        
        
    }
        @media (min-width: 768px) and (max-width: 999px) {

        .grid-2,  .grid-3, .grid-4, .grid-5, .grid-6 {grid-template-columns:  1fr 1fr 1fr ;}
        
        
    }



    



    .titleLink a { text-decoration: none !important;}
    .titleLink a:hover {
        color: #04964C !important;
        transform: scale(1.1)  !important ;
        -webkit-transform: scale(1.1)  !important ;
        -moz-transform: scale(1.1)  !important ;
        -ms-transform: scale(1.1)  !important ;
        -o-transform: scale(1.1)  !important ;
}
.gallery-icon a:hover img {
     transform: scale(1.1) translateX(0px);
     -webkit-transform: scale(1.1) translateX(0px);
     -moz-transform: scale(1.1) translateX(0px);
     -ms-transform: scale(1.1) translateX(0px);
     -o-transform: scale(1.1) translateX(0px);
}


.blogInnerOuter { display: grid; gap: 60px; grid-template-columns: 65% 30%; justify-content: space-between;}
.container {width: 1320px; margin: auto; }
.customeInner { background: #f2f5f7; padding: 100px 0 ; text-align: center;}
h1.entry-title, .cateName { color: #da2c46; text-transform: uppercase; font-weight: bold; margin: 0; padding: 0;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.innerHead p { margin-bottom: 0;     font-family: "Mulish", Sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;}
    .blogInnerOuter { padding: 100px 0 ;}
    .blogInnerOuter .thumb { display: block;}
    .blogRight { background: #000; color: #a5a8ac; padding: 30px; font-size: 20px;}
    .blogRight  a { color: #a5a8ac; }
    h2.wp-block-heading { 
        
        color: #fff;   font-size: 20px !important;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1.5px;}
        .wp-block-tag-cloud a { border: solid 1px #1e364d; padding: 7px 10px; font-size: 14px !important; margin-bottom: 10px;}
        
        .wp-block-tag-cloud a:hover { color: #fff;}
        .blogRight ul { margin: 0; padding: 0;}
        .blogRight ul li { list-style: none; background: url(assets/images/arrow.png) no-repeat left center ; padding: 5px 0 5px 20px;}
        .blogRight ul li a:hover { color: #fff;}
        .widget_block { padding-bottom: 40px;}
        .widget_block  p { margin-bottom: 0 !important;}
        .bloglistPage { display: grid; grid-template-columns: 1fr 1fr; gap: 30px;}
        /* .page-content  { padding: 30px 0 ;} */
        .single .customeInner { text-align: left;}
        .single .entry-title { margin-bottom: 5px;}
        .tag-links a { padding: 2px 5px; border: solid 1px rgba(0, 0, 0, 0.2); margin: 0 5px;}
        .tag-links a:hover { color: #fff; background: #da2c46;}
        .page-content-search article { padding: 80px 0 ;}
        .page-content-search article:nth-child(odd) {background: #f2f5f7; } 
        .category-news .blog-items .thumb { display: none;}
.page-content .title_link a { text-decoration: none !important;}
