@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400');
@import url('https://fonts.googleapis.com/css?family=Vollkorn&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
*,html
{
    scroll-behavior: smooth;
    transition: .5s;
}

body
{
    margin: 0;
    padding: 0;
    background-color: #fff;
    overflow-x: hidden;
    font-family: 'Quicksand', sans-serif;
    
}
.big-container
{
	width: 100%;
	height: auto;
	overflow-y: auto;
	position: absolute;
	top: 0;
	overflow-x: hidden;
	left: 0;
}
.home-body
{
    animation: overflow .5s 1;
    animation-fill-mode: forwards;
    
}
@keyframes overflow
{
    
    100%
    {
        overflow: hidden;
    }
}
.overflow
{
    animation-fill-mode: backwards;
}
a
{
    text-decoration: none;
    color: inherit;
}
div,span
{
    display: block;
}
img
{
    object-fit: cover;
}
h2
{
    font-size: 40px;
    display: inline-block;
    letter-spacing: 2px;
    text-align: center;
    font-weight: lighter;
    position: relative;
}
h2::before
{
    content: '';
    background-color: #dac11e;
    width: 220px;
    height: 2px;
    position: absolute;
    top:120%;
    left: 50%;
    transform: translateX(-50%);
}
h1
{
    font-size: 40px;
    display: inline-block;
    letter-spacing: 2px;
    text-align: center;
    font-weight: lighter;
    position: relative;
}

h3
{
    font-weight: 400;
    font-size: 25px;
    margin: 0;
}
.head-black
{
    width: 100%;
    height: 30px;
    background-color: black;
    position: relative;
    overflow: hidden;
}
::-webkit-scrollbar {
  width: 10px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #dac11e;
    border: 3px solid #fff;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
::-moz-selection { 
  color: white;
  background: #dac11e;
}

::selection {
  color: white; 
  background: #dac11e;
}
/*--header--*/
.header-1
{
    width: 100%;
    height: 120px;
    font-weight: 400;
    position: relative;
    position: sticky;
    top: 0px;
    left: 0;
    transition: .5s;
    z-index: 9999;
    background-color: white;
}
.menu-vertical
{
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    transform: translateX(-105%);
    width: 250px;
    transition: .5s;
    height: 1000px;
    background-color: white;
    -webkit-box-shadow: 3px 0px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 0px 5px -2px rgba(0,0,0,0.75);
box-shadow: 3px 0px 5px -2px rgba(0,0,0,0.75);
}
.menu-vertical ul
{
    list-style: none;
    padding: 0;
}
.menu-vertical li
{
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
    padding-left: 30px;
    font-size: 18px;
}
.menu-vertical a
{
    font-size: 18px;
    letter-spacing: 1px;
    padding: 7px;
}
.product-mm-drop-down
{
    width: 100%;
    background-color: #000;
    color: #fff;
    margin-left: -30px;
    padding: 8px;
    font-size: 13px;
    transition: .5s;
    padding-left: 30px;
}
.m-drop-down
{
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}
.m-drop-o
{
    max-height: 100%;
    padding: 8px;
    padding-left: 30px;
}
.change-menu
{
    transform: translateX(0);
}
.black-bg
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.7);
}
.enq-msg
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
}
.tnx
{
width: 550px;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
	background-color: white;padding: 40px;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.msgclose
{
	display: none;
}
.tnx h2
{
	margin-top: 0px;
}
.tnx button
{
	padding: 10px 20px;
	background-color: #dac11e;
	color: white;
	border: none;
	font-size: 15px;
}
.black-bg-ham-menu
{
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
    opacity: 0;
    z-index: 8;
    pointer-events: none;
    width: 100%;
    height: 1000px;
}
.change-bg
{
    opacity: 1;
    pointer-events: auto;
}
.menu-1 ul
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0;
    display: table;
	font-family: 'Quicksand', sans-serif;
    margin: 0;
}

.menu-1 li
{
    list-style: none;
    font-size: 15px;
    float: left;
	
    position: relative;
}
.menu-1 a
{
    float: left;
    padding:0 10px;
    margin: 0 10px;
    position: relative;
}
.product-drop-down
{
    width: 200px;
    height: auto;
    padding: 20px 0;
    padding-bottom: 10px;
    background-color: white;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0px 7px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 7px 5px -2px rgba(0,0,0,0.75);
box-shadow: 0px 7px 5px -2px rgba(0,0,0,0.75);
    left: -10px;
    
}
.product-drop-down span
{
    width: 50%;
    height: 2px;
    background-color: #dac11e;
    margin:10px auto;
    display: block;
    
}
.drop-down-1
{
    transform: translateY(30px);
    pointer-events: none;
    opacity: 0;
    transition: .5s;
}
.menu-1 li:hover .drop-down-1
{
    transform: translateY(0);
    pointer-events: auto;
    opacity: 1;
}
.menu-1 a::before
{
    width: 100%;
    height: 3px;
    background-color: #dac11e;
    position: absolute;
    top: 140%;
    left: 0;
    content: '';
    transform: scaleX(0);
    transition: .5s;
}
.drop-down-1 a::before
{
    display: none;
}
.menu-1 a:hover::before
{
    transform: scaleX(1);
}
.menu-1 a:hover
{
    transform: scale(1.3)
}
.drop-down-1 a:hover
{
    transform: scale(1);
    color: #dac11e;
}
.validation
{
	font-size: 13px;
	position: absolute;
	top: 100%;
	color: red;
}
.valid
{
	position: relative;
}
.logo-1
{
    width: auto;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}
.logo-1 img
{
    height: 100%;
    margin-left: 10px;
}

.menu-1
{
    width: 100%;
    position: absolute;
    top: 0%;
    height: 100%;
    left: 0;
    margin: 0;
}
.search
{
    position: absolute;
    top: 50%;
    right: 2%;
    font-size: 25px;
    transform: translateY(-50%);
}
.menu-logo-bg
{
    width: 100%;
    height: 120px;
    background-color:white;
    box-sizing: border-box;
    padding: 7px;
    transition: .5s;
}
.menu-logo-bg img
{
    height: 100%;
    display: block;
    margin: auto;    
}
.header-margin
{
    width: 100%;
    height: 120px;
    position: relative;
}
.product-drop-down a
{
    float: none;
    display: block;
    padding: 10px;
}
.search-box
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(50px,-50%);
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    display: table;
    transition: 1s;
}
.search-box-in
{
    opacity: 1;
    pointer-events: auto;
    transition-delay: .5s;
    transform: translate(-50%,-50%)
}
.search-box button
{
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    margin: 0;
    font-size: 25px;
    color: #dac11e;
    margin-left: 5px;
}
.search-box form
{
    margin: 0;
}
.search-icon
{
    transition: .5s;
}
.search-box input
{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #dac11e;
    width: 500px;
    padding: 5px;
    font-size: 22px;
    outline: none;
}
/*--header--*/

/*--Banners--*/
.main-banners
{
    width: 100%;
    padding-top: 37%;
    position: relative;
    background-color: #ffff;
}

.banner-text-right
{
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    z-index: 99;
    text-align: center;
}
.banner-text-left
{
    position: absolute;
    top: 17%;
    left: 3%;
    transform: translateY(-50%);
    z-index: 99;
	
    text-align: left;
}
.explore-link
{
	height: 40px;
	line-height: 40px;
	
	position: absolute;
	bottom: 15%;
	right: 10%;
	display: block;
	z-index: 9;
	opacity: 1;
	background-color: black;
	color: white;
	text-align: center;
	border-radius: 30px;
	width: 250px;
}
/*.main-banners a
{
    width: 40%;
    padding: 7px 10px;
    margin:30px auto;
    display: block;
    background-color: #262626;
    color: white; 
}
.main-banners a:hover
{
    background-color: transparent;
    outline: 3px solid #262626;
    color: #262626;
}*/
.main-banners h4
{
    color: white;
    
    font-size: 3.5vw;
	font-family: 'Quicksand', sans-serif;
	text-shadow: 1px 1px 5px #000;
    margin:0px;
    font-weight: 400;
}
.main-banners h1
{
    color: white;
	font-family: 'Quicksand', sans-serif;
    font-weight: 500;
	font-size: 2.5vw;
	text-shadow: 1px 1px 5px #000;

    margin: 0px;
}
.live-chat
{
    width: 70px;
    
    position: fixed;
    right: 10;
    bottom: 5%;
    cursor: pointer;
    z-index: 999;
}
.live-chat img
{
    width: 100%;
    
}
.live-chat:hover img
{
    filter: invert(100%) drop-shadow(0px 0px 2px #000);
   
}
.banner-container
{
    width: 100%;
    position: absolute;top: 0;
    height: 100%;
}
.banner-slide
{
    width: 100%;
    height: 100%;
}
.banner-slide img
{
    position: absolute;
    z-index: 1;
    top: 0;
	object-fit: contain;
	object-position: center;
    left: 0;
    width: 100%;
    height: 100%;
}
/*--Banners--*/

/*--About--*/
.about-1
{
    width: 80%;
    margin: 30px auto;
    margin-top: -100px;
    padding-top: 100px;
    overflow: hidden;
    text-align: center;
}
.about-1 p
{
    width: 75%;
    margin:50px auto;
    font-size: 20px;
    color: #000;
    font-weight: 300;
    margin-bottom: 20px;
}
.about-1 span
{
    width: 300px;
    height: 2px;
    margin: auto;
    background-color: #dac11e;
}
/*--About--*/

/*--Best-sellers--*/
.sellers-1
{
    text-align: center;
}
.sellers-in-1
{
    width: 80%;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.sellers-products
{
    float: left;
    padding: 25px;
    margin-top: 50px;
    width: 33.33%;
    box-sizing: border-box;
    position: relative;
}
.margin-top-zero
{
    margin-top: 0;
}
.sellers-products img
{
    width: 100%;
    
}
.sellers-products a
{
    width: 70%;
    padding: 7px;
    margin: auto;
    display: block;
    background-color: black;
    color: white; 
}
.sellers-products a:hover
{
    background-color: transparent;
    outline: 3px solid black;
    color: black;
}
.sellers-products h4
{
    font-size: 20px;
    font-weight: 300;
    
}
/*--Best-sellers--*/

/*--Events--*/
#event-link
{
    height: 50px;
    width: 100%;
    position: relative;
}
.events-1
{
    width: 80%;
    margin: 50px auto;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    
    text-align: center;
}
.bg-event-gray
{
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 80%;
    z-index: -1;
    background-color: #f2f2f2;
}
.event-image-explore
{
    width: 60%;
    margin: 20px;
    margin-bottom: 250px;
}
.event-image-explore img
{
    width: 100%;
    
}
.event-button
{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%,0%);
    color: white;
    background-color: rgba(0,0,0,0.3);
    font-size: 20px;
    border: 2px solid #fff;
    padding:10px 20px;
    font-weight: bold;
    cursor: pointer;
}
.event-button:hover
{
    background-color: white;
    color: #262626;
}
.event-image-explore h4
{
    font-size: 25px;
    font-weight: 400;
    margin: 10px;
}
.event-image-explore-in
{
    width: 90%;
    position: relative;
}
.event-desc
{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 450px;
}
.event-desc-in
{
    width: 80%;
    margin-left: 70px;
    
    padding: 20px;
    box-sizing: border-box;
    background-color: white;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.47);
-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.47);
box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.47);
    text-align: left;
}
.event-lightbox
{
    width: 100%;
    height: 100%;
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9999999;
    opacity: 0;
}
.event-open
{
    z-index: 999999999;
    animation:opacity1 .5s 1; 
    animation-fill-mode: forwards;
}
.event-scroll
{
    overflow: hidden;
}
.event-slider-1
{
    width: 600px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%,-50%);
}

.event-desc-in h4
{
    font-size: 25px;
    font-weight: 400;
    margin: 10px auto;
}
.event-desc-in p
{
    font-size: 1.5vw;
    line-height: 2.5vw;
    color: #000;
    font-weight: 300;
    margin: 20px auto;
    margin-bottom: 0;
}
.event-light-bg
{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 3;
    width: 100%;
    height: 100%;
}
.close-lightbox
{
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    font-size: 40px;
    color: white;
    transition: .5s;
    transform: scaleY(.8);
}
.close-lightbox:hover
{
    color: #dac11e;
}
.lightbox-next
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    left: 105%;
    width: 25px;
    height: 25px;
    border: 7px solid white;
    border-top: none;
    border-left: none;
    outline: none;
    background: none;
}
.swiper-pagination span
{
    display: inline-block;
}
.lightbox-prev
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 105%;
    width: 25px;
    height: 25px;
    border: 7px solid white;
    border-bottom: none;
    outline: none;
    background: none;
    border-right: none;
}

.events-1 span
{
    position: absolute;
    top: 25%;
    right: 10%;
    height: 200px;
    width: 2px;
    background-color: #dac11e;
    z-index: 9;
}

/*--Events--*/

/*--Clients--*/
.clients-1
{
    width: 100%;
    margin-top: -200px;
    padding-top: 100px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.client-slider
{
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin: 30px auto;
}
.client-slider::before
{
    content: '';
    top: 0;
    left: 0;
    width: 200px;
    position: absolute;
    height: 2px;
    background-color: #dac11e;
}
.client-slider::after
{
    content: '';
    bottom: 0;
    position: absolute;
    right: 0;
    width: 200px;
    height: 2px;
    background-color: #dac11e;
}
.client-next-button
{
    position: absolute;
    top: 50%;
    right: 6%;
    border: 2px solid #262626;
    border-left: none;
    border-top: none;
    transform: translate(0%,-50%) rotate(-45deg);
    padding: 7px;
    outline: 0;
    cursor: pointer;
    z-index: 999;
    transition:.5s;
}
.client-next-button:hover,.client-prev-button:hover
{
    transform:translate(0%,-50%) rotate(-45deg) scale(1.5);
}
.client-prev-button
{
    position: absolute;
    top: 50%;
    outline: 0;
    left: 6%;
    border: 2px solid #262626;
    border-right: none;
    border-bottom: none;
    transform: translate(0%,-50%) rotate(-45deg);
    padding: 7px;
    cursor: pointer;
    z-index: 999;
    transition:.5s;
}
/*--Clients--*/

/*--Footer--*/
.footer-1
{
    width:100%;
    margin-top: 30px;
    overflow: hidden;
    background-color: #f2f2f2;
}

.number-margin-left
{
    margin-left: 20px;
}
.footer-in-1
{
    width: 600px;
    overflow:hidden; 
    margin: 50px auto;
}
.footer-menu
{
    width: fit-content;
    display: table;
    margin: auto;
    list-style: none;
    padding: 0;
    overflow: hidden;
}
.footer-menu a
{
    float: left;
    margin: 20px;
    font-size: 20px;
    color: #555;
    transition: 0s;
}
.footer-menu a:hover
{
    color: #dac11e;
}
.footer-in-1 h4
{
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    margin: 20px auto;
    margin-bottom: 7px;
}
.footer-in-1 span
{
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #dac11e; 
}
.footer-contact-info
{
    width: 33.33%;
    box-sizing: border-box;
    padding:0 20px;
    float: left;
    line-height: 40px;
    font-size: 17px;
    color: #555;
}
.footer-contact-info i
{
    float: right;
    font-size: 30px;
    color: black;
    padding:5px 5px; 
}
.footer-contact-info i:hover
{
    color: #dac11e;
}
.footer-logo
{
    width: 120px;
    margin:10px auto;
    display: block;
}
.social-icons-footer
{
    float: right;
}
.copyright
{
    width: 100%;
    background-color: #262626;
    color: #fff;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    font-weight: 300;
    letter-spacing: 1px;
}
/*--Footer--*/
.product-head
{
    text-align: center;
    position: relative;
    overflow: hidden;
}
.product-head-in
{
    width: 55%;
    font-weight: 300;
    margin: 30px auto;
}
.product-head span
{
    position: absolute;
    top: 80px;
    right: 0;
    width: 55%;
    height: 3px;
    background-color: #e2d600;
}
.product-head h4
{
    font-size: 40px;
    font-weight: 300;
    margin: 20px;
    letter-spacing: 2px;
}
.enquire-link
{
    width: 210px;
    padding: 7px;
    text-align: center;
    margin: auto;
    display: block;
    background-color: black;
    color: white; 
}
.enquire-link:hover
{
    background-color: transparent;
    outline: 3px solid black;
    color: black;
}
.product-grid
{
    width: 100%;
    margin:30px auto;
    position: relative;
}
.product-contents
{
    width: 30%;
    height: 300px;
    box-sizing: border-box;
    border: 2px solid #f2f2f2;
    display: inline-block;
    position: relative;
    margin: 1.5%;
    
}

.product-contents img
{
    width: 100%;
    height: 260px;
    border-bottom: 2px solid #f2f2f2;
    box-sizing: border-box;
    object-fit: contain;
}
.product-title
{
    width: 100%;
    height: 40px;
    text-transform: capitalize;
    line-height: 35px;
    text-align: center;
    font-weight: 300;
}

/* Contact page */
.contact-container
{
    width: 900px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}
.contact-in
{
    position: relative;
}
.contact-1
{
    width: 50%;
    position: relative;
    overflow: hidden;
    padding: 30px;
    height: 530px;
    float: left;
    box-sizing: border-box;
}
.contact-info
{
    height: 150px;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left:2px solid #e2d600;
    box-sizing: border-box;
    line-height: 30px;
}
.contact-info img
{
    width: 30px;
    float: left;
    margin: 0px 10px;
}
.contact-info a
{
    height: 30px;
    line-height: 30px;
    display: block;
    float: left;
}
.contact-info-in
{
    margin: 10px 80px;
    overflow: hidden;
}
/* Contact page */
/* Popup Forms */
.popup-container
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    display: none;
   
    animation-delay: 9s;
    z-index: 999999;
}


.pop-close
{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px ;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: black;
    color: white;
    cursor: pointer;
}
.popup-bg
{
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}
.popup-container-in
{
    width: 300px;
   
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    z-index: 9;
    opacity: 0;
    
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
    transform: translate(-50%,-50%);
    padding: 15px;
    animation: pop2 .5s 1;
    animation-fill-mode: forwards;
    
    transform-origin: top;
    transform-style: preserve-3d;
    perspective: 1000px;
}
@keyframes pop1
{
    0%{
        opacity: 0;
        display: block;
    }
    100%{
        opacity: 1;
        display: block;
    }
}
@keyframes pop2
{
    0%{
        opacity: 0;
        
        transform: translate(-50%,-50%) rotateX(40deg);
    }
    100%{
        opacity: 1;
        
        transform: translate(-50%,-50%) rotateX(0deg);
    }
}
.popup-container-in p
{
    font-size: 15px;
    position: relative;
    font-weight: 100;
}
.popup-container-in p::before
{
    content: '';
    position: absolute;
    bottom: -10px;
    width: 200px;
    height: 2px;
    background-color: #e2d600;
    left: -100px;
}
.popup-form
{
    width: 100%;
    margin: 0px auto;
	overflow: hidden;
    position: relative;
}
.popup-form label
{
    display: block;
    font-size: 13px;
    
    margin-top: 15px;
    margin-bottom: 5px;
}
.popup-form label span
{
    color: red;
    display: inline-block;
}
.popup-form input
{
    width: 100%;
    padding: 5px;
    background-color: #f9f5f2;
    box-sizing: border-box;
    border: 1px solid #555;
}
.popup-form textarea
{
    width: 100%;
    background-color: #f9f5f2;
    height: 70px;
    padding: 5px;
    border: 1px solid #555;
    box-sizing: border-box;
    resize: none;
}
.popup-container-in img
{
    width: 100px;
}
.enquiry-container-in img
{
    width: 100px;
}
.popup-form button
{
    padding: 7px 30px;
    margin-top: 15px;
    font-weight: 100;
    font-size: 13px;
    border: none;
    background-color: #000;
    color: #ffff;
}
.popup-form button:hover
{
    background-color: #e2d600;
    color: #000;
}
.pop2
{
    animation-fill-mode: backwards;
    animation-play-state: paused;
}
.enquiry-container
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
   display: none;
    z-index: 999999;
}

.enquiry-bg
{
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}
.enquiry-container-in
{
    width: 300px;
    height: 600px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    z-index: 9;
    opacity: 0;
    display: none;
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
    transform: translate(-50%,-50%);
    padding: 20px;
    transform-origin: top;
    transform-style: preserve-3d;
    perspective: 1000px;
}
.enq1
{
    animation: opacity1 .5s 1;
    animation-fill-mode: forwards;
    display: block
}
.enquiry-container-in p
{
    font-size: 20px;
    position: relative;
    font-weight: 100;
}
.enquiry-container-in p::before
{
    content: '';
    position: absolute;
    bottom: -10px;
    width: 200px;
    height: 2px;
    background-color: #e2d600;
    left: -100px;
}

@keyframes opacity1
{
    0%{opacity: 0}
    100%{opacity: 1}
}
/* Popup Forms */
@media screen and (min-width:1400px)
{
    
    .event-desc-in p
    {
        font-size: 1.2vw;
        line-height: 2.1vw;
    }
}
@media screen and (max-width:900px)
{
	.
    .contact-info-in
    {
        margin: 10px 20px;
    }
    .header-1 a
    {
        padding: 0 5px;
        margin: 0 5px;
    }
    .about-1 p
    {
        width: 100%;
        margin: 20px auto;
    }
    .client-next-button
    {
        right: 2%;
    }
    .client-prev-button
    {
        left: 2%;
    }
    .sellers-in-1
    {
        width: 100%;
    }
    .events-1
    {
        width: 100%;
    }
    .footer-in-1
    {
        width: 90%;
    }
    .live-chat
    {
        width: 80px;
        height: 70px;
    }
    .product-head-in
{
    width: 90%;
}

.product-grid
{
    width: 100%;
}

}
@media screen and (max-width:800px)
{
    
    .menu-1 li
    {
        display: none;
    }
    .event-slider-1
{
    width: 400px;
    height: 300px;
    }
    .menu-1 ul
    {
        width: 75px;
    }
    .ham-menu-black
    {
        position: absolute;
        top: 50%;
        left: 2%;
        z-index: 999;
        transform: translateY(-50%);
    }
    .ham-menu-black span
    {
        width: 30px;
        height: 4px;
        transition: .5s;
        margin: 4px auto;
        background-color: #000;
    }
    .change-ham span
    {
        /*background-color: white;*/
    }
    .change-ham span:nth-child(1)
    {
        transform: translateY(9px) rotate(405deg);
    }
    .change-ham span:nth-child(2)
    {
        opacity: 0;
        transform: translateX(-100px);
    }
    .change-ham span:nth-child(3)
    {
        transform: translateY(-8px) rotate(-405deg); 
    }
    .logo-1
    {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: auto;
    }
    .search-box
    {
        transition: .5s;
    }
    .logo-ux
    {
        transform: translate(-50%,-50%) scaleY(0);
        pointer-events: none;
    }
    .logo-1 img
    {
        margin-left: 0;
    }
   .product-grid
    {
        overflow: hidden;
    }
.product-contents
{
    width: 30.33%;
    height: 250px;
  float: left;
    display: block;
    
}
.product-contents img
{
    width: 100%;
    height: 210px;
    
}
.product-title
{
    width: 100%;
    height: 40px;
    line-height: 35px;
}
}
@media screen and (max-width:700px)
{
    .main-banners
    {
        padding-top:70%;
    }
    .banner-text-left
    {
        display:none;
    }
    .contact-container
    {
        width: 95%;
        height: auto;
    }
    .contact-1
    {
        width: 100%;
        height: auto;
    }
    .contact-info
    {
        position: relative;
        transform: translate(0);
        top: 0;
    }
    .search-box input
    {
        width: 300px;
        font-size: 18px;
    }
    .explore-link {
		bottom: 11%;
    height: 25px;
    line-height: 25px;
    width: 120px;
    font-size: 13px;
    right: 5%;
}
    .event-button
    {
        bottom: 30%;
    }
    .about-1 p
    {
        font-size: 15px;
    }
    h1
    {
        font-size:30px
    }
    h2
    {
        font-size: 33px
    }
    h2::before
    {
        width: 150px;
    }
    .sellers-products {
    float: inherit;
    width: 60%;
    margin: auto;
}
    h3
    {
        font-size: 20px
    }
    .event-image-explore {
    width: 90%;
    margin-bottom: 300px;
}
    .event-desc {
    width: 500px;
    height: 350px;
}
    .event-desc-in p {
    font-size: 17px;
    line-height: 20px;
}
    .events-1 h4
    {
        font-size: 20px;
    }
    .footer-menu a
    {
        font-size: 15px;
    }
    .footer-contact-info
    {
        font-size: 15px;
        padding: 0px 0px;
    }
    .footer-contact-info i
    {
        font-size: 25px;
    }
    .footer-in-1 h4
    {
        font-size: 25px;
    }
    .copyright
    {
        font-size: 13px;
    }
    .product-contents
{
    width: 30.33%;
    height: 200px;
}
.product-contents img
{
    width: 100%;
    height: 170px;
    
}
.product-title
{
    width: 100%;
    height: 30px;
    line-height: 25px;
}
}
@media screen and (max-width:500px)
{
	
	.banner-slide img
	{
		width:100%;
	}
    .tnx
    {
        width: 90%;
        
    }
    .event-slider-1
{
    width: 90%;
    height: 400px;
    }
    .lightbox-prev
    {
        right: 90%;
        z-index: 10;
    }
    .search-box input
    {
        width: 200px;
        font-size: 18px;
    }
    .lightbox-next
    {
        left: 90%;
        z-index: 10;
    }
    .banner-text-left
	{
		top: 30%;
	}
    h2
    {
        font-size: 28px;
    }
    .sellers-products
    {
        width: 85%;
    }
    .live-chat
    {
        width: 50px;
        height: auto;
		bottom: 2%;
    }
    .event-image-explore-in
    {
        width: 100%;
    }
    .event-desc
    {
        width: 340px;
    }
    .event-desc-in
    {
        width: 90%;
        margin-left: 25px;
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .event-button
    {
        font-size: 13px;
    }
    .event-desc-in p
    {
        font-size: 14px;
        line-height: 17px;
        margin-top: 10px;
    }
    .event-desc h4
    {
        font-size: 15px;
    }
    .events-1 span
    {
        right: 306px;
        height: 120px;
        top: 35%;
    }
    .footer-menu a
    {
        font-size: 11px;
        margin: 12px;
    }
    .footer-contact-info
    {
        font-size: 11px;
    }
    .footer-contact-info i
    {
        font-size: 18px;
        padding: 8px 5px;
    }
    .footer-in-1
    {
        margin: 15px auto;
    }
    h1
    {
        font-size: 16px;
    }
    .main-banners h4
    {
        font-size: 24px;
    }
	.main-banners h1
    {
        font-size: 18px;
    }
    h1::before
    {
        width: 100%;
    }
    /*.main-banners a
    {
        width: 80px;
        font-size: 14px;
        margin: 20px auto;
    }*/
    
    .banner-text-right
    {
        right: 10%;
    }
    .product-grid
    {
        width: 100%;
    }
    .product-contents
    {
        width: 90%;
		float: none;
        height: auto;
        margin: 20px auto;
    }
    .product-contents img
    {
        height: 300px;
		object-fit: contain;
    }
	.product-contents:hover
	{
		transform: scale(1);
	}
.product-title
{
    width: 100%;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
}
    .product-head h4
    {
        font-size: 25px;
    }
    .product-head span
    {
        top: 70px;
    }
    .event-image-explore{
        width: 85%;
    }
    .event-image-explore-in
    {
        margin-left: 10px;
    }
    .events-1 h4
    {
        font-size: 16px;
    }
    .event-desc-in p
    {
        font-size: 14px;
        line-height: 15px;
        text-align: justify;
    }
}
.menu-vertical a
{
    padding: 0;
    margin: 0;
}
.product-mm-drop-down a
{
    padding: 4px;
    display: block;
}
.menu-ui li
{
    transform: scale(0);
}
.menu-ux li:nth-child(6)
{
    transition-delay: .6s;
}
.menu-ux li:nth-child(5)
{
    transition-delay: .5s;
}
.menu-ux li:nth-child(4)
{
    transition-delay: .4s;
}
.menu-ux li:nth-child(3)
{
    transition-delay: .3s;
}
.menu-ux li:nth-child(2)
{
    transition-delay: .2s;
}
.menu-ux li:nth-child(1)
{
    transition-delay: .1s;
}

.menu-ui li:nth-child(1)
{
    transition-delay: .6s;
}
.menu-ui li:nth-child(2)
{
    transition-delay: .5s;
}
.menu-ui li:nth-child(3)
{
    transition-delay: .4s;
}
.menu-ui li:nth-child(4)
{
    transition-delay: .3s;
}
.menu-ui li:nth-child(5)
{
    transition-delay: .2s;
}
.menu-ui li:nth-child(6)
{
    transition-delay: .1s;
}

.closepop
{
    display: none;
    opacity: 0;
    pointer-events: none;
}
.overflowvisible
{
   
    animation-play-state: paused;
}
@media screen and (max-height:650px)
{
    .popup-container-in
    {
        height: auto;
        padding-bottom: 0px;
    }
    .popup-container-in p
    {
        font-size: 11px;
    }
    .popup-container-in img
    {
        width: 80px;
    }
    .popup-form{
        margin: 20px auto;
    }
	.contact-info-in{
		margin: 10px 0px;
	}
}
@media screen and (max-height:480px)
{
    .popup-container-in p
    {
        display: none;
    }
    .popup-container-in
    {
        width: 250px;
    }
    .popup-form label{
        font-size: 10px;
    }
    .popup-form button{
        font-size: 10px;
    }
    .popup-form textarea{
        height: 50px;
    }
    .enquiry-container-in{width: 250px;
        height: 400px;
        
    }
    .enquiry-container-in p{
        font-size: 15px;
    }
}
.but-dis
{
	background-color: gray;
	color: black;
	cursor: not-allowed;
}