/*
Theme Name: Diyaa Pure
Description: The default WordPress theme based on the famous.
Version: 1.0
Author: gourav
Author URI: 
*/

body {
    margin: 0 !important;
    padding: 0;
}

/* #Sheeting_Accessories_slider .jltma-slider__item.jltma-swiper__slide {
    min-height: 490px;
}

#n2-ss-2.n2-ss-slider.n2-ow  {
    min-height: 95vh;
    position: relative;
    top: -120px;
}
nav.ekit-wid-con ul#menu-header-menu li.menu-item:first-child a::before{
    display: none;
}
nav.ekit-wid-con ul#menu-header-menu li.menu-item a.ekit-menu-nav-link::before {
    content: '|';
    position: relative;
    left: -15px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}
#contact_form .forminator-row {
    margin-bottom: 15px !important;
}
.main_tab_career .tab_Inner table tr td{
    text-align: left;
} */
ul{
    list-style: none;
    padding: 0;
}
.ekit-template-content-markup {
    overflow: hidden;
}
/* **************************************************RESPONSIVE************************************************ */


@media (max-width: 1920px) {
    
}
@media (max-width: 1600px) {
    
}
@media (max-width: 1440px) {
    .elementor-element-21278beb {
        justify-content: center;
    }
    .elementor-element-21278beb #header_top_one_line,
    .elementor-element-21278beb #header_top_two_line{
        width: 32%;
    }
}
@media (max-width: 1366px) {
    
}
@media (max-width: 1280px) {
    #header_logo img {
	width: 120px;
}
}
@media (max-width: 1024px) {
    .elementor-element-21278beb #header_top_one_line, .elementor-element-21278beb #header_top_two_line {
	width: 60%;
}
}
@media (max-width: 991px) {
    
}
@media (max-width: 768px) {
    
}
@media (max-width: 767px) {
    
}
@media (max-width: 575px) {
    
}
@media (max-width: 480px) {
    
}
@media (max-width: 360px) {
    
}















/* Popup Style */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background: white;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.popup h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.popup p {
    font-size: 16px;
    margin-bottom: 20px;
}

.popup button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

/* Site Content */
.site-content {
    text-align: center;
    margin-top: 50px;
}
