/*
Theme Name: lasercraftindia
Theme URI: 
Author: the WordPress team
Author URI: https://wordpress.org/
Description: 
Version: 3.5
Tested up to: 6.8
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

* {
	margin:0;
	padding:0;
}
.home-gallry img {
    height:270px;
    width:100%;
    object-fit:contain;
    background:#fff;
}
.home-contact input::placeholder {
    font-family:"Poppins", Sans-serif;
}
.home-contact textarea::placeholder {
    font-family:"Poppins", Sans-serif;
}
button#wpforms-submit-263 {
    background:#f07f20;
    font-family:"Poppins", Sans-serif;
}
button#wpforms-submit-263:hover {
    background:#f07f20db;
    font-family:"Poppins", Sans-serif;
}
.header-list li svg {
    height: 15px !important;
}
.header-list  ul {
    display: flex !important;
    gap: 25px !important;
}
.list-list ul {
    display: block !important;
}

.list-list li {
    margin-bottom: 10px !important;
}
.page-header {
    position: relative;
    display: block;
    background-color: #000000e8;
    z-index: 0;
    margin-bottom: 60px;
    border-radius: 5px;
    margin-top: -115px;
}
.page-header .container{
    max-width: 1200px;
    margin:0 auto;
    padding:0;
}
.page-header-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .40;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.page-header__inner {
    position: relative;
    display: block;
    padding: 200px 0 130px;
    /* text-align: center; */
    z-index: 15;
}
.page-header__inner h1 {
    color: #e5791e;
    line-height: 52px;
    margin-bottom: 6px;
    font-size:28px;
    font-weight:500;
    font-family:"Poppins", Sans-serif;
}
.xxs_tab_2 img.img-fluid {
    width: 172px;
    margin-top: 8px;
    border: 1px solid #dcdcdc;
    height: 80px;
    object-fit: contain;
    background: #fff;
    padding: 8px;
    border-radius: 4px;
}
.sss .elementskit-commentor-bio {
    display: block!important;
}

.xxs_tab_2 .elementskit-single-testimonial-slider.elementskit-testimonial-slider-block-style {
    height: 275px !important;
}
.sss span.elementskit-author-des:hover {
    background: #fff;
}
.testmonials .elementskit-commentor-content p {
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.moving-img img {
  animation: upDown 4s ease-in-out infinite;
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* upar jaayega */
  }
  100% {
    transform: translateY(0); /* wapas neeche aayega */
  }
}
.list-footer ul.elementor-icon-list-items.elementor-inline-items {
    display: block !important;
    list-style: none;
}
.list-footer li.elementor-icon-list-item.elementor-inline-item {
    padding-bottom: 15px;
}



/* ============================= 404 css =============================== */
.error-page-area {
    text-align: center;
    margin-bottom:50px;
}
.error-bottom h2 {
     font-family: "Lora", Sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 20px;
}
.error-top img {
    border-radius: 5px;
    width: 300px;
}
.error-bottom p {
    text-align: justify;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 27px;
    letter-spacing: 0px;
    color: #324A6D;
    text-align:center;
    margin-bottom: 35px;
}

a.default-btn-error {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    height: 50px;
    background-image: linear-gradient(#0cbfde, #099fd0) !important;
    border-radius: 40px;
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 5px 34px 5px 34px;
    box-shadow: 0px 4px 30px rgba(203, 166, 114, 0.3);
    outline: none;
    border: none !important;
    transition: 0.5s;
}
.new-product-slider .slider-btn {
    background: #f07f20 !important;
    color: #fff;
    padding: 13px 30px;
    font-family: 'Poppins';
    border-radius: 5px;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
    .new-product-slider img {
    height: 220px !important;
    object-fit: contain;
   }
	.new-product-slider .slider-btn {
    padding: 8px 20px;
   }

.new-product-slider .ekit-wid-con .elementskit-testimonial-slider .swiper-button-next, .ekit-wid-con .elementskit-testimonial-slider .swiper-button-prev {
    display: block !important;
}
.elementor-2 .elementor-element.elementor-element-39edc38 .elementskit-testimonial-slider .swiper-button-prev {
    left: 70% !Important;
    display:block !Important;
}
	
}
