/*
Theme Name: ase
*/

@font-face {
	font-family: Roboto;
	src: url(../ase/assets/roboto/Roboto-Regular.ttf);
	font-weight: 400
}

@font-face {
	font-family: Roboto;
	src: url(../ase/assets/roboto/Roboto-Medium.ttf);
	font-weight: 500
}

@font-face {
	font-family: Roboto;
	src: url(../ase/assets/roboto/Roboto-Bold.ttf);
	font-weight: 700
}

@font-face {
	font-family: Roboto;
	src: url(../ase/assets/roboto/Roboto-Italic.ttf);
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: remixa;
	src: url(../ase/assets/Remixa/RemixaTest-Regular.ttf);
	font-weight: 400;
	font-style: regular;
}

a,p,h2,h1,h6,h4 {
	font-family: "Poppins", sans-serif;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	background-color: #fff;
}
/* header start */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
	text-transform:uppercase;
	 font-family: "Poppins", sans-serif;
	  font-size: 15px;
	padding: 0px 11px 0px 12px;

}
/* .men{
background: #fff;
border-radius: 40px;
height: 80px;
position: relative;
top: 60px;
display: flex;
align-items: center;
justify-content: center;
} */
.f-nav .header-wrapper {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); */
    transition: background 0.3s ease, box-shadow 0.3s ease;
}
.header-logo img {
    width: 280px;
    height: auto;
    object-fit: contain;
}
.f-nav .header-log img{
	width:195px;
}
 .f-nav .header-wrapper{
	top:10px;
} 

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 34px;
    height: 38px;
    padding: 0px 16px 0px 16px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #462b1d;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 15px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    outline: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #F4BB69;
    font-weight: 500;
    text-decoration: none;
    border-color: #fff;
    height: auto;
    display: flex;
    align-items: center;
    font-size: 16px;
}
/* header ends */
/* banner start */
.banner-item img{
  width:100%;
	object-fit:cover;
}
.header-wrapper {
    position: fixed;
    z-index: 9;
    transition: background 1s ease, box-shadow 0.3s ease;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    transition: 0.3s all ease-in-out;
    width: 85%;
    background: #ffffffcc;
    top: 20px;
    backdrop-filter: blur(15px);
}
.men {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.bann-head{
	position: absolute !important;
    top: 375px;
    bottom: 0;
    left: 133px;
    right: auto;
	width: 627px!important;

}
.bann-head h1{
	font-size: 61px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
	
}
.bann-head p{
	font-size: 12px;
	color:#fff;
}
.bann-head a{

	border: 1px solid #fff;
    font-size: 15px;
    padding: 4px 10px;
    color: #fff;
}
.bann-head a:hover{
	background: #F4BB69;
	text-decoration: none;
	color:#fff;
}
.home-banner-wrap{
	position: relative;
}
.home-banner-wrap .slick-next:before {
    font-size: 30px;
	}
	.home-banner-wrap .slick-prev:before{
		font-size: 30px;
	}
	.home-banner-wrap .slick-next {
		right: 0px!important;
		left: 270px !important;
		top: 784px !important;
	}
	
	.home-banner-wrap .slick-prev {
		z-index: 1;
		left: 217px;
         top: 784px;
	}
.social-media{	
    position: absolute;
    right: 134px;
    top: 700px;
}
.social-icons{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.social-icons i{
	line-height: 30px;
    color: #ffffff7a;
    border: 1px solid #ffffff7a;
    border-radius: 27px;
    padding: 3px 12px;
    margin-bottom: 10px;
}

/* banner ends */

/* abt home section start */

.home-abt{
	padding-top:100px;
	padding-bottom:100px;
	background:#eeeeee;
	height: 600px;
}

.home-abt-img {
	position: relative;
	width: 100%; /* Ensure container width is fully utilized */
	height: 402px; /* Set fixed height for consistent size */
  }
  
  .home-abt-img img {
	transition: transform 0.3s ease-in-out; /* Add transition for smooth transform */
	width: 100%; /* Ensure image takes full width of its container */
	height: 100%; /* Ensure image takes full height of its container */
	object-fit: cover; /* Ensure image covers the container */
  }
  
  .home-abt-img .img1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2; /* Ensure img1 is above img2 */
	border: 10px solid #fff;
  }
  
  .home-abt-img .img2 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1; /* Ensure img2 is behind img1 */
	transform: scale(0.8); /* Initial scale for img2 */
	transition: opacity 0.3s ease, transform 0.3s ease; /* Add transition for smooth opacity and transform */
	border: 10px solid #fff;
  }
  
  .home-abt-img:hover .img1 {
	width: 306px;
    transform: translate(-66px, -71px) scale(0.5);
    height: 300px;
    top: -41px;
    left: -43px;
  }
  
  .home-abt-img:hover .img2 {
	opacity: 1; /* Make img2 visible on hover */
	transform: scale(1); /* Scale img2 to full size */
  }
  .abt-cont h2{
	font-size: 50px;
    color: #565656;
  }

.abt-btn {
	border: 1px solid #565656;
    font-size: 15px;
    padding: 4px 10px;
    color: #565656;
}
.abt-btn:hover{
	background: #F4BB69;
	text-decoration: none;
	color:#fff;
	border:none;
}
.abt-cont p{
	text-align: justify;
	line-height: 30px;
}
/* abt home section ends */
/* project section start */
.projects{
	padding-top:100px;
	padding-bottom:100px;
	position: relative;
}
.projects-slider{
	display: flex;
    justify-content: space-around;
}
.proj a:hover{
	text-decoration: none;
}
.pro-details img{
	width: 100%;
    padding: 10px;
}
.pro-head h6 {
    text-align: revert-layer;
    color: #000;
    padding-left: 16px;
}


.projects h2{
	font-size: 50px;
	text-align: right;
	color:#565656;
}

.projects:before {
	content: '';
    display: block;
    width: 670px;
    height: 50px;
    background-image: url(../ase/assets/img/line.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 136px;
    top: 133px;
  }
  .pro-details {
    position: relative;
    display: inline-block;
}

.pro-details img {
    display: block;
    width: 100%;
    height: auto;
}

.pro-details .overlay {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 95%;
	height: 95%;
    background-color: black;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.pro-details:hover .overlay {
    opacity: 0.5;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
  }
  .progress {
	display: block;
	width: 100%;
	height: 2px !important;
	border-radius: 10px;
	overflow: hidden;
	background-color: #f5f5f5;
	background-image: linear-gradient(to right, #909090, #909090);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size 0.4s ease-in-out;
	margin-top: 25px;
  }
  .pro-details img{
	width: 364px;
	height:410px;
  }
  .projects-slider .slick-next:before{
	color: #00000054;
	font-size: 31px;
  }
  .projects-slider .slick-prev:before{
	color: #00000054;
	font-size: 31px;
  }
/* project section ends */

/* product section start */
.product-slider .slick-next:before{
	display: none !important;
}
.product-slider .slick-prev:before{
	display: none;
}
.products{
	position: relative;
}
.product-details img{
	width: 354px;
    height: 319px;
	object-fit: cover;
}

.product-details{
	position: relative;
	margin-bottom: 30px;

}
.product-head h6{
	position: absolute;
    bottom: 8px;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 20px;
	color: #fff;
	display: ruby;
}
.product-details img {
    display: block;
   
}

.product-details .product-overlay {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 354px;
    height: 100%;
    background-color: black;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-details:hover .product-overlay {
    opacity: 0.5;
}
.product-head i{
	display: none;
}
.product-details:hover .product-head i{
	display: block;
}
  .pr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
  } 
  .prod-progress {
	display: block;
    width: 45%;
    height: 2px !important;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    background-image: linear-gradient(to right, #909090, #909090);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
    margin-top: 25px;
    position: absolute;
    right: 5px;
    right: 200px;
  }
  .products h2{
	font-size: 50px;
	color:#565656;
  }
  .products{
	padding-top: 100px;
	padding-bottom:100px;
	background: #EEEEEE;
  }
.slick-next {
    right: 30px;
}
.slick-prev {
    left: -30px;
}  

/* product section ends */
/* gallery section start */

.gallery{
	position: relative;
}
.gallery h2{
	font-size: 50px;
    color: #565656;
}
.gallery p{
	width: 600px;
}
.gallery a{
	border: 1px solid #565656;
    font-size: 15px;
    padding: 4px 10px;
    color: #565656;
	margin-top: 36px;
    margin-left: 14px;
}
.gallery a:hover{
    background: #F4BB69;
    text-decoration: none;
    color: #fff;
    border: none;
}
.gallery:before {
    content: '';
    display: block;
    width: 670px;
    height: 50px;
    background-image: url(../ase/assets/img/line.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 302px;
    top: 133px;
}
.gallery{
	padding-top: 100px;
	padding-bottom:100px;
}
.gallery-item img{
	width:100%;
}
.gal{
	height: 100%;
}
.gallery-large img{
	width:100%;
	height: 100%;
    object-fit: cover;
}
.gallery-img3{
	height: 200px;
	margin-bottom: 10px;
}
.gallery-img2{
	height: 200px;
	margin-bottom: 20px;
}
.gallery-img4{
	height:210px;
}
.gallery .col-md-6{
	padding-right: 0px  !important;
}
.gallery .col-md-7{
	padding-right: 0px !important;
}
.gallery-img3{
	width: 230px !important;
}
.gallery-large {
	
	overflow: hidden;
  }
  
  .gallery-img1 {
	
	transition: transform 0.3s ease;
  }
  
  .gallery-img1:hover {
	 
	transform: scale(1.1);
  }
  .gallery-item{
	overflow: hidden;
  }
  .gallery-item img{
	transition: transform 0.3s ease;
  }
  .gallery-item img:hover{
	transform: scale(1.1);

  }
/* gallery section ends */
/* testimonial section start */
.testimonial{
	position: relative;
	margin-top: 150px;
	margin-bottom: 150px;
}
#background-video {
    position: absolute;
    width: 100%; /* Ensure the video covers the width */
	height: 359px;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
    top: -150px;
}
.testi-person{
background: #3A3A3A;
color: #fff;
padding: 24px;
}
.head-test h4{
	text-align: left;
    font-size: 21px;
    border-bottom: 1px solid #ffffff73;
}
.testi-details p{
	text-align: justify;
	font-size: 13px;
}
.person-deta{
	display: flex !important;
    align-items: flex-end;
    gap: 12px;
}
.person-deta p{
	font-size: 13px;
	color:#C86A3B;
}
.person-deta img{
	width: 70px;
    height: 70px;
}
.testimonial .slick-prev{
	display: none !important;
}
.para-testi{
	
    margin: 0px 10px;
}
.slick-dots li button:before {
	border-radius: 42px;
    width: 12px !important;
    height: 10px !important;
    line-height: 10px !important;
}
.slick-dots li.slick-active button:before {
	border: 1px solid #af623b;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff !important;
    font-size: 8px;
}

.slick-dots li button:before {
	color:#fff !important;
}
.testimonial-head p{
	color: #fff;
    font-size: 23px;
}
/* testimonial section ends */

/* about section start */

.falling-up-effect {
    display: inline-block;
    font-size: 3rem; /* Adjust font size as needed */
    color: #333; /* Text color */
    white-space: nowrap; /* Prevent line breaks */
}

.falling-up-effect span {
    display: inline-block;
    position: relative;
    opacity: 0; /* Initially hide each letter */
    animation: falling-up 1.5s forwards cubic-bezier(0.2, 0.8, 0.2, 1); /* Customize animation duration and timing function */
}

.falling-up-effect span:nth-child(1) { animation-delay: 0.1s; }
.falling-up-effect span:nth-child(2) { animation-delay: 0.2s; }
.falling-up-effect span:nth-child(3) { animation-delay: 0.3s; }
.falling-up-effect span:nth-child(4) { animation-delay: 0.4s; }
.falling-up-effect span:nth-child(5) { animation-delay: 0.5s; }
.falling-up-effect span:nth-child(6) { animation-delay: 0.6s; }
.falling-up-effect span:nth-child(7) { animation-delay: 0.7s; }
.falling-up-effect span:nth-child(8) { animation-delay: 0.8s; }

@keyframes falling-up {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.float-logo {
    position: relative;
    display: inline-block;
	animation: float 4s ease-in-out infinite;
	bottom: 100px;
    left: 10px;
}

.float-logo img {
    border-radius: 156px;
    width: 188px;
    position: relative;
    
}

@keyframes rotate-border {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px); /* Move up by 20px */
    }
    100% {
        transform: translateY(0);
    }
}
.pageheading-middle h2{
	font-size:24px;
}
#breadcrumbs{
	font-size:14px;
}
.innerpage-header .pageheading-middle div{
	text-align: center;
    position: absolute;
    right: 99px;
    left: 0px;
	top: 184px;
}
.innerpage-header img{
	position:relative;
	object-fit: cover;
    width: 100%;
	height:300px;
}
#breadcrumbs span a{
	color:#000;
}
.abut img{
	width:100%;
	height:auto;
	border-radius:10px;
}
.abt-njtinner{
	margin-top:100px;
	
}
.inner-abt p{
	text-align:justify;
}
.logo-circle {
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.float-logo {
    position: relative;
    display: inline-block;
	animation: float 4s ease-in-out infinite;
	bottom: 100px;
    left: 10px;
}

.float-logo img {
    border-radius: 156px;
    width: 188px;
    position: relative;
    
}
/* about section ends */

/* product inner page start */
.product-img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
	
}
.product-innerdetail{
	margin-top: 100px;
	margin-bottom: 100px;
}
.product-content h4{
	font-size: 30px;
}
.product-img img{
	border-radius: 10px;
    box-shadow: 3px 5px 0px 0px #000;
}
/* product list start */
.prod-list{
	margin-top: 100px;
    margin-bottom: 40px;
}
.listing-section{
	margin-bottom: 20px;
	overflow: hidden;
}
.images img{
	width: 100%;
    height: 319px;
    object-fit: cover;
}
.text-box{
background: #F4BB69;
height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-box h2{
	font-size: 18px;
    color: #fff;
    text-align: center;
}
.text-box a:hover{
	text-decoration: none;
}

.image-box .images img {
	transition: transform 0.3s ease, filter 0.3s ease; /* Smooth transition for transform and filter effects */
  }
  
  .listing-section:hover .image-box .images img {
	transform: scale(1.1) rotate(3deg); /* Scale up and tilt the image */
	filter: brightness(90%); /* Optional: Adjust brightness on hover */
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Optional: Add shadow on hover */
  }
  .image-box{
	overflow: hidden;
  }
.product-content ul{
	padding-left:0px;
}
.product-content ul li{
	list-style-type:none;
	display:flex;
	line-height: 30px;
}
.product-content ul li::before {
    content: '';
    background-image: url('../ase/assets/img/right-arrow.png'); /* Path to your background image */
    background-size: 20px 20px; /* Size of the background image */
    background-repeat: no-repeat; /* Ensure the image doesn’t repeat */
    display: inline-block;
    width: 33px; /* Width of the image */
    height: 20px; /* Height of the image */
    margin-right: 0px;
    vertical-align: middle;
    position: relative;
    top: 6px;
}
/* product list ends */

/* product inner page ends */


/* gallery inner page start */

.galinner-img{
	margin-top: 100px;
	margin-bottom: 100px;
}
/* gallery inner page ends  */

/* project inner page start */

.rwd-table th {
	display: none;
  }
  
  .rwd-table td {
	display: block;
  }
  
  
  .rwd-table td:before {
	content: attr(data-th) ": ";
	font-weight: bold;
	width: 77px;
	display: inline-block;
	color: #000;
  }
  
  .rwd-table th,
  .rwd-table td {
	text-align: left;
  }
  
  @media screen and (max-width: 1200px) {
	.rwd-table tr:nth-child(2) {
	  border-top: none;
	}
  }
  @media screen and (min-width: 1199px) {

	.rwd-table tr:hover:not(:first-child) {
	  background-color: #d8e7f3;
	}
	.rwd-table td:before {
	  display: none;
	}
	.rwd-table th,
	.rwd-table td {
	  display: table-cell;
	  padding: 0.25em 0.5em;
	}
	.rwd-table th:first-child,
	.rwd-table td:first-child {
	  padding-left: 0;
	}
	.rwd-table th:last-child,
	.rwd-table td:last-child {
	  padding-right: 0;
	}
	.rwd-table th,
	.rwd-table td {
	  padding: 1em !important;
	}
  }
  


  .pagination-container {
	text-align: center;
	margin-top: 20px;
	  margin-bottom: 40px;
  }
  
  .pagination-button {
	display: inline-block;
	padding: 10px 15px;
	margin: 0 5px;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
  }
  
  .pagination-button.active {
	background-color: #F4BB69;
	color: #fff;
  }
  
  .pagination-button:hover {
	background-color: #e9ecef;
  }
.shipped-status ul{
	height: 17px;
	list-style-type: none;
}
.shipped-status ul li {
    color: #000; 
  }
.details-heading{
	width: 258px;
}
    
.status-heading{
	width: 290px;
}
   
  table {
	width: 100%;
  }
  
  .table-header {
	background-color: #f9fafb;
	border-bottom-width: 0.125rem;
	border-color: #edf2f7;
  }
  
  .table-header-row {
	background-color: #F4BB69;
	border-bottom-width: 0.125rem;
	border-color: #edf2f7;
  }
 .table-header th{
	border-right: 2px solid #dee2e6 !important;
 } 
  .key-heading {
	width: 3.75rem;
	padding: 0.75rem;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	text-align: left;
	
  }
  
  .details-heading {
	padding: 0.75rem;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	text-align: left;
  }
  
  .status-heading {
	padding: 0.75rem;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	text-align: left;
  }
  
  .date-heading {
	/* padding: 1.5rem;  */
	padding: 0.75rem;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	text-align: left;
  }
  
  .price-heading {
	/* padding: 2rem;  */
	padding: 0.75rem;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	text-align: left;
  }
  
  tbody {
	border-color: #edf2f7;
  }
  
  tr {
	background-color: #ffffff;
  }
  
  .tr-even {
	background-color: #f9fafb;
  }
  
  td {
	padding: 0.75rem;
	font-size: 0.875rem;
	color: #000 !important;
	white-space: nowrap;
  }
  .shipped-status {
	
	font-size: 13px;
	letter-spacing: 0.05em;
	color: #2b3137;
	border-radius: 0.25rem;
  }
  
  .delivered-status {
	padding: 0.375rem;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #234d20;
	/* color: #16D022; */
	background-color: rgba(60, 191, 97, 0.5);
	/* background-color: rgba(22, 208, 34, 1); */
	border-radius: 0.25rem;
	opacity: 0.5;
  }
   
  .highlight {
	background-color: #f0f0f0;
  }
  
  .controls {
	margin-bottom: 1em;
	display: none;
  }
   
  .filter-btn,
  .sort-btn,
  .search-input {
	margin-right: 1em;
	padding: 0.5em 1em;
	cursor: pointer;
	font-weight: 600;
	color: #212121;
	text-decoration: none;
	border-radius: 0.5rem;
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
	border-color: #edf2f7;
	font-family: "Poppins", sans-serif;
  }
  .mob-box td{
	  	height:100px;
}

/* Ensure the parent td element is properly styled */
.scope {
    padding: 10px; /* Adjust as needed */
}

/* Style for the span containing the list */
.scope .shipped-status {
    display: block; /* Ensure it behaves as a block-level element */
     height: 81px;
    overflow-y: auto; /* Enable vertical scrolling */
}

/* Style for the list */
.scope .shipped-status ul {
    padding: 0;
    margin: 0;
    list-style: none; /* Remove default list styling */
}

/* Style individual list items */
.scope .shipped-status ul li {
    padding: 3px 0; /* Space between list items */
}

/* WebKit-based browsers (Chrome, Safari) */
.scope .shipped-status::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
}

.scope .shipped-status::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background of the scroll track */
}

.scope .shipped-status::-webkit-scrollbar-thumb {
    background: #888; /* Scroll handle color */
    border-radius: 10px; /* Round corners of the handle */
}

.scope .shipped-status::-webkit-scrollbar-thumb:hover {
    background: #555; /* Handle color on hover */
}

/* Firefox */
.scope .shipped-status {
    scrollbar-width: thin; /* Thin scrollbar */
    scrollbar-color: #888 #f1f1f1; /* Handle and track color */
}
/* project inner page ends */


/*/ ----- testimonial inner section start ----- /*/


.testimonials
{
  padding: 40px 0;
  background: #fff;
  color: #434343;
  text-align: center;
}

.testimonial-inner
{
  max-width: 1200px;
  margin: auto;
  overflow: unset;
  padding: 0 20px;
  height: auto;
}
.sing-testimonial p{
	    text-align: center;
    overflow-y: scroll;
    height: 100px;
}
/* Scrollbar Track */
.sing-testimonial p::-webkit-scrollbar {
    width: 10px; /* Width of the entire scrollbar */
}

/* Scrollbar Thumb */
.sing-testimonial p::-webkit-scrollbar-thumb {
    background-color: darkgrey; /* Color of the scrollbar */
    border-radius: 10px; /* Roundness of the scrollbar */
    border: 2px solid transparent; /* Padding around scrollbar */
    background-clip: content-box; /* Avoids the border overlap */
}

/* Scrollbar Thumb on Hover */
.sing-testimonial p::-webkit-scrollbar-thumb:hover {
    background-color: grey; /* Color when hovering over scrollbar */
}

/* Scrollbar Track */
.sing-testimonial p::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color of the track */
}
.testimonial-inner h1{
	font-family: SFPRODISPLAYREGULAR;
	font-size: 54px;
    font-weight: 600;
}
.border
{
  width: 160px;
  height: 5px;
  background: #98007d;
  margin: 26px auto;
}

.testimonial-singer
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}

.testimonial-box
{
	flex: 32.33% !important;
  max-width: 33.33% !important;
  box-sizing:  border-box;
  padding: 11px;
  box-shadow: 0px 0px 1px 1px #00000057;
  margin-right: 10px;
	    margin-bottom: 10px;
	    height: 310px;
}

.sing-testimonial
{
  background: #fff;
  
}

.sing-testimonial img
{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.name
{
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0;
}

.stars
{
  color: #f0932b;
  margin-bottom: 20px;
}
.testimonial-head a{
	border: 1px solid #fff;
    font-size: 15px;
    padding: 4px 10px;
    color: #fff;
    margin-top: 36px;
    
}
.testimonial-head a:hover{
	background: #F4BB69;
    text-decoration: none;
    color: #fff;
    border: none
}



/*/ ----- testimonial inner section ends ----- /*/


/* contact section start */
.contact{
	margin-top:100px;	
	margin-bottom:50px;
}
.cont-addressdetails{
	margin-bottom: 50px;
}
.add{
	box-shadow: 0px 0px 1px 1px #00000024;
    padding: 10px;
    margin-bottom: 8px;
	color:#000;
}
.add a{
	color:#000;
}
.add a:hover{
	text-decoration:none;
	color:#F4BB69;
}
.cont-addressdetails p {
	margin-left: 25px;
}
.fall-up-effect-contact {
    display: inline-block;
    font-size: 2rem; /* Adjust font size as needed */
    color: #333; /* Text color */
    white-space: nowrap; /* Prevent line breaks */
}

.fall-up-effect-contact span {
    display: inline-block;
    position: relative;
    opacity: 0; /* Initially hide each letter */
    animation: falling-up 1.5s forwards cubic-bezier(0.2, 0.8, 0.2, 1); /* Customize animation duration and timing function */
}

.fall-up-effect-contact span:nth-child(1) { animation-delay: 0.1s; }
.fall-up-effect-contact span:nth-child(2) { animation-delay: 0.2s; }
.fall-up-effect-contact span:nth-child(3) { animation-delay: 0.3s; }
.fall-up-effect-contact span:nth-child(4) { animation-delay: 0.4s; }
.fall-up-effect-contact span:nth-child(5) { animation-delay: 0.5s; }
.fall-up-effect-contact span:nth-child(6) { animation-delay: 0.6s; }
.fall-up-effect-contact span:nth-child(7) { animation-delay: 0.7s; }
.fall-up-effect-contact span:nth-child(8) { animation-delay: 0.8s; }
.fall-up-effect-contact span:nth-child(9) { animation-delay: 0.8s; }



@keyframes falling-up {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.detail-form img{
	width: 567px;
}
.justify-content-center .wpcf7-form-control-wrap input{
	width: 244px;
    height: 44px;
    border: 1px solid #00000026;
	padding-left: 20px;
}
.wpcf7-form-control-wrap textarea{
	border: 1px solid #00000026;
	width: 499px;
    height: 100px;
	padding-left: 20px;
}
.wpcf7-submit{
	border: 1px solid #fff;
    font-size: 15px;
    padding: 4px 10px;
    color: #000;
}
.wpcf7-submit:hover{
	background: #F4BB69;
    text-decoration: none;
    color: #fff;
}

.form{
	padding-left: 60px;
}
.form h5{
	font-size: 2rem;
	margin-bottom: 40px;

}
.wpcf7-form-control-wrap input:focus  {
	outline: none;
	box-shadow: none;
  }
  .wpcf7-form-control-wrap textarea:focus  {
	outline: none;
	box-shadow: none;
  }
  .form-det{
	background: #f4bb692e;
    padding-top: 100px;
    padding-bottom: 100px;
  }
/* contact section ends */

/* footer section start */
.footer{
	padding-top:30px;
}
.footer-logo p{
	text-align: justify;
}
.quick{
	margin-left: 59px;
}
.quick ul{
	list-style: none;
	padding-left: 0px;
}
.quick ul li a{
	color:#000;
	line-height: 30px;
}
.quick ul li a:hover{
	color:#F4BB69;
	text-decoration:none;
}
.address p{
	margin-bottom: 10px !important;
	display: flex;
}

.copyright p{
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
}
.copyright a{
	color: #000;
}
.copyright a:hover{
    text-decoration: none;
	color: #F4BB69;
}
.footer-row{
	padding-top:10px;
	padding-bottom: 10px;
}
.quick h4{
	margin-bottom:20px;
}
.address h4{
	margin-bottom:20px;
}
.map{
	margin-top:20px;
}
.address a{
	color:#000;
	
}
.address a:hover{
	text-decoration:none;
	color:#F4BB69;
}
/* footer section ends */

/* media core start */


@media only screen and (min-width:300px) and (max-width:500px) {
	
	
	
.header-wrapper {
    border-radius: 0;
    width: 100%;
    top: 0;
}
	
.f-nav .header-wrapper {
    top: 0;
}
	
.header-logo img {
	width: 150px;
}
	
.f-nav .header-log img {
    width: 135px;
}
	
.men {
	height: 58px;
    right: -18px;
    top: 0;
    background: none;
}
	
.head-wrapper-row {
	align-items: center;
}
	
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #e6deda !important;
    padding: 0px 0px 0px 0px;
}
	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #F4BB69 !important;
    background: rgb(56 56 56) !important;
    border-radius: 0 !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #000000 !important;
}
	
	
	
/* banner section  */

.bann-head h1 {
	font-size: 30px;
}

.banner-item img{
	position: relative;
	height: 100vh;
}
	
.bann-head {
	left: 21px;
    width: 289px !important;
	top: 198px;
}

.social-media {
    top: 485px;
	left: 20px;
    right: unset;
}
	
.f-nav .social-media {
    top: 550px;
	left: 20px;
    right: unset;
}
	
.slick-next {
	display:none !important;
}
	
.slick-prev{
	display:none !important;
}
	

	
/* about section  */
	
.abt-cont p {
	font-size: 14px;
}
	
.home-abt-img{
	margin-top: 50px;
}
	
.home-abt {
	height:auto;
}
	
.abt-cont h2 {
	font-size: 36px;
}
	
.home-abt-img:hover .img1 {
	left: -19px;
}	

/* project section 	 */
	
.pro-head h6 {
    text-align: revert-layer;
    color: #000;
    padding-left: 16px;
    font-size: 14px;
}
	
.mob-box td {
    height: 52px;
}
	
.shipped-status ul {
	font-size: 13px;
}

.mob-box{
	background-color: #F4BB69;
	border-bottom: 2px solid #000;
}
	
.mob-box td{
    border-top: none !important;
	font-size: 14px;
	white-space: unset;
	display:flex;
}
	
.rwd-table td:before {	
	width: 74px;

}
	
.projects:before {
	display:none;
}

.prod-progress {
	display:none;
}

.projects h2 {
	font-size: 36px;
	text-align: left;
    padding-left: 22px;
}
	
/* product section  */
	
.product-head h6 {
    font-size: 16px;
}
	
.pro-details img {
	width:100%;
	height: 338px;
    object-fit: cover;
}
	
.product-content{
	margin-top:30px;
}
	
.product-details img {
	width:100%;
}
	
.products h2 {
	font-size: 36px;
	padding-left: 13px;
}
	
	
/* gallery section  */

.gallery p {
    width: unset;
    font-size: 14px;
}
	
.gallery:before {
	display: none;
}

.gallery-item img{
	width:100% !important;
}
	
.gallery p {
	width: unset;
    font-size: 12px;
}

.gallery-img2{
	width: 100%;
}
	
.gallery h2 {
	font-size: 36px;
}
		
.gallery .col-md-6{
	padding-right: 15px  !important;
	margin-bottom: 10px;
}
	
.gallery .col-md-7{
	padding-right: 15px !important;
}
	
.gallery-img1{
	margin-bottom:10px;
}
	
	
/* testimonial section  */
	
.testimonial-head p {
    font-size: 16px;
}
.testimonial-inner {
    max-width: unset;
    margin: 25px;
}
	
.testimonial-box {
	max-width: 100% !important;
	margin-right:0px;
	height: 350px;
	flex: 100% !important;
}
	
.testi-details p {
    text-align: justify;
    font-size: 12px;
}
	
.person-deta {
    display: flex !important;
    align-items: center;
    gap: 12px;
}
	
.testi-person {
	margin-top: 25px
}
	
.testi-details .draggable {
	height: 262.5px;
}
	
/* single page testimonial section */
		
.sing-testimonial p {
	overflow: scroll;
    height: 93px;
}
	
.name {
    font-size: 16px;
    text-transform: uppercase;
    margin: 20px 0;
}
	
.sing-testimonial p {
    overflow: scroll;
    height: 93px;
    font-size: 14px;
}
	
	
/* footer section  */
	
.footer-logo p {
    text-align: justify;
    font-size: 14px;
}
	
.quick h4 {
    margin-bottom: 20px;
    font-size: 18px;
}
	
.quick ul li a {
    color: #000;
    line-height: 30px;
    font-size: 14px;
}
	
.address h4 {
    font-size: 18px;
}
	
.address p {
    font-size: 14px;
}
	
.address a {
    font-size: 14px;
}
	
	
/* inner page header  */
	
.innerpage-header {
	padding-top: 85px;
	position: relative;
	overflow: hidden;
}
	
.innerpage-header img {
    height: 140px;
}
.innerpage-header .pageheading-middle div {
	text-align: center;
    position: absolute;
    right: -13px;
    top: 130px;
	width: 100%;
}
		
.pageheading-middle h2 {
    font-size: 14px;
}

#breadcrumbs{
	font-size: 10px;
}
	
/* inner page about us section  */
	
.abt-njtinner {
    margin-top: 0;
    padding: 60px 0;
}
	
.falling-up-effect {
    display: inline-block;
    font-size: 26px;
    margin: 30px 0 10px;
}
	
.inner-abt p {
    text-align: justify;
    font-size: 14px;
}
	

/* inner page product section  */

.prod-list {
    margin: 0;
    padding: 60px 0;
}
	
.text-box h2 {
    font-size: 16px;
}
	
/* single page product section  */

.product-content h4 {
    font-size: 24px;
}
	
.product-content ul li {
    gap: 10px;
    font-size: 14px;
}
	
.product-content ul li::before {
    width: 15px;
    height: 15px;
    top: 10px;
    background-size: cover;
}
	
	
/* inner page contact us section   */
	
.scope{
	height: 85px!important;
}

.contact {
    margin: 0;
    padding: 60px 0;
}
	
.fall-up-effect-contact {
    display: inline-block;
    font-size: 24px;
}
	
.contact-address p {
	font-size: 14px
}
	
.add h5 {
	font-size: 16px	
}
	
.cont-addressdetails p {
    margin-left: 25px;
    font-size: 14px;
}
	
.justify-content-center .wpcf7-form-control-wrap input {
	width:100%;
}
	
.form {
	padding-left:0px;
}
	
.detail-form img{
	width:100%
}
	
.wpcf7-form-control-wrap textarea {
	width: 100%;
}
	
.form {
   margin-top: 60px;
}


.contact-map iframe{
	height:300px !important;
}		  

		.quick {
			 margin-left: 0px; 
		}
		

	.float-logo img {
		    width: 81px;
	}
	.float-logo {
		    bottom: 36px;
	}
.scope .shipped-status {
	    display: inline-flex;
	}



	
	
	
}	

@media only screen and (min-width:501px) and (max-width:767px){
	

	
.header-wrapper {
    border-radius: 0;
    width: 100%;
    top: 0;
}
	
.f-nav .header-wrapper {
    top: 0;
}
	
.men {
	height: 58px;
    right: -18px;
    top: 0 !important;
    background: none;
}
	
.head-wrapper-row {
	align-items: center;
}
	
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #e6deda !important;
    padding: 0px 0px 0px 0px;
}
	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #F4BB69 !important;
    background: rgb(56 56 56) !important;
    border-radius: 0 !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #000000 !important;
}

	
		.testi-person {
margin-top: 25px
	}
		.sing-testimonial p{
		overflow: scroll;
    height: 93px;
	}
		.testimonial-box {
	   max-width: 100% !important;
		margin-right:0px;
		height: 350px;
		    flex: 100% !important;
	}
	.testimonial-inner {
    max-width: unset;
    margin: 50px;
	}	
	.mob-box td {
    height: 55px;
}
	
	.scope{
		    height: 90px!important;
	}
	.scope .shipped-status {
	    display: inline-flex;
	}
	.justify-content-center .wpcf7-form-control-wrap input {
		width:100%;
	}
	
	.form {
		padding-left:0px;
	}
	.product-content{
		margin-top:30px;
	}
.pro-details img {
    width: 100%;
	}
    .contact{
		margin-bottom: 100px;
	}
	.detail-form img{
		width:100%
	}
	.wpcf7-form-control-wrap textarea {
		width: 100%;
	}

	/* project start */
.rwd-table td:before {
	width: 197px;
	}
	.shipped-status ul {
		font-size: 13px;
	}
    .mob-box{
		background-color: #F4BB69;
		border-bottom: 2px solid #000;
	}
    .mob-box td{
      border-top: none !important;
	  font-size: 14px;
	  white-space: unset;
	  
	}
	
	/* project ends */
	.product-details img {
		width:100%;
	}
	.pro-details img {
		width: 502px;
	}
	.banner-item img{
		position: relative;
		height: 100vh;
	}
	.bann-head {
		left: 21px;
        width: 471px !important;
		top: 220px;
	}
	.bann-head h1 {
		font-size: 41px;
	}
.social-media {
	top: 465px;
	left: 20px;
    right: unset;
}
	.slick-next {
		display:none !important;
	}
	.slick-prev{
		display:none !important;
	}
	.projects:before {
		display:none;
	}

	.gallery:before {
		display: none;
	}
	.gallery-item img{
		width:100% !important;
		object-fit:cover;
	}
    .gallery p {
		width: unset;
        font-size: 12px;

	}

	.gallery-img2{
		width: 100%;
	}
	.prod-progress {
		display:none;
	}

	.home-abt-img{
		margin-top: 50px;
	}
	.home-abt {
		height:auto;
	}
	.abt-cont h2 {
		font-size: 36px;
	}
	.projects h2 {
		font-size: 36px;
		text-align: left;
        padding-left: 19px;
	}
	.products h2 {
		font-size: 36px;
		padding-left: 11px;
	}
	.gallery h2 {
		font-size: 36px;
		}
		
		.gallery .col-md-6{
			padding-right: 15px  !important;
			margin-bottom: 10px;
		}
		.gallery .col-md-7{
			padding-right: 15px !important;
		}
		.gallery-img1{
			margin-bottom:10px;
		}
		  
		.testi-details .draggable {
			height: 262.5px;
		}
		.quick {
			 margin-left: 0px; 
		}
	
		.home-abt-img:hover .img1 {
			left: -19px;
		}
		.innerpage-header img {
			height: 100px;
		}
	
.innerpage-header {
	padding-top: 85px;
	position: relative;
	overflow: hidden;
}
	
.innerpage-header img {
    height: 140px;
}
.innerpage-header .pageheading-middle div {
	text-align: center;
    position: absolute;
    right: -13px;
    top: 130px;
	width: 100%;
}
	
		.pageheading-middle h2 {
			font-size: 21px;
		}
		#breadcrumbs {
			font-size: 12px;
		}
	.contact-map iframe{
		height:300px !important;
	}
	.form {
    margin-top: 60px;
	}

}

@media only screen and (min-width:768px) and (max-width:1199px){

.header-wrapper {
    border-radius: 0;
    width: 100%;
    top: 0;
}
	
.f-nav .header-wrapper {
    top: 0;
}
	
.men {
	height: 58px;
    right: -18px;
    top: 0 !important;
    background: none;
}
	
.head-wrapper-row {
	align-items: center;
}
	
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #e6deda !important;
    padding: 0px 0px 0px 0px;
}
	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #F4BB69 !important;
    background: rgb(56 56 56) !important;
    border-radius: 0 !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #000000 !important;
}


.form {
    margin-top: 60px;
	}

		.testi-person {
margin-top: 25px
	}
	.sing-testimonial p{
		overflow: scroll;
    height: 93px;
	}
	.testimonial-box {
	   max-width: 100% !important;
		height: 350px;
		flex: 44.33% !important;
		margin: 10px;
	}
	.images img {
		    height: 210px;
	}
	.abt-cont p {
		line-height: 25px;
	}
	.scope{
		height: 107px !important;
	}
     .mob-box td {
    height: 70px;
    }
	.justify-content-center .wpcf7-form-control-wrap input {
		width:100%;
	}
	
	.form {
		padding-left:0px;
	}
	.rwd-table td:before {
		width: 229px;
	}
	.shipped-status ul {
		margin-top: -20px;
		padding-left: 79px;
		font-size: 13px;
	}
    .mob-box{
		background-color: #F4BB69;
		border-bottom: 2px solid #000;
	}
    .mob-box td{
      border-top: none !important;
	  font-size: 16px;
	  white-space: unset;
	  display: flex;
	}

	.header-logo img{
		width: 169px;
	}

	.pro-details img {
		width: 224px;
		height: 297px;
	}
	.projects:before {
		display:none;
	}

	.gallery:before {
		display: none;
	}
	.prod-progress {
		width: 17%;
	}
	.product-details img {
		width: 100%;
		height: 231px;
		object-fit: cover;
	}
	.gallery-img3 {
		width: 100% !important;
		object-fit: cover;
	}
	.gallery-img5{
		width: 160px;
		height: 210px;
	}
.innerpage-header {
	padding-top: 85px;
	position: relative;
	overflow: hidden;
}
	
.innerpage-header img {
    height: 140px;
}
.innerpage-header .pageheading-middle div {
	text-align: center;
    position: absolute;
    right: -13px;
    top: 130px;
	width: 100%;
}
	.pageheading-middle h2 {
        font-size: 30px;
    }
	#breadcrumbs {
        font-size: 14px;
    }
	
	.detail-form img{
		width:100%
	}
	.wpcf7-form-control-wrap textarea {
		width: 100%;
	}
	.justify-content-center .wpcf7-form-control-wrap input {
		width: 100%;
	}
	.form {
		padding-left: 0px;
	}
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width: 1300px !important;
    }
}


/* media core ends */