/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
 p{
     
  text-align: justify;
   
 }
.red-arrow a .elementor-button-icon svg {
	font-size: 24px;
}
.red-arrow a:hover .elementor-button-icon svg * {
    fill: #000000;
}
.red-arrow .elementor-button-content-wrapper {
    align-items: center;
}
.red-arrow .elementor-button-content-wrapper .elementor-button-icon {
    display: flex;
    align-items: center;
}
.social-media a:hover {
    transform: translateY(-10px);
}
ul.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li a {
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 40px;
    transition: 500ms;
	display: inline-block;
    width: 100%;
}
.footer-links li a:hover {
    color: #D3AF5E;
}
.column-3 {
    column-count: 3;
}
.footercontact-details .elementor-icon-box-content a{
	color: #FFFFFF;
	transition: 500ms;
}
.footercontact-details .elementor-icon-box-content a:hover{
	color: #D3AF5E;
}
.bulk-weight>span {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 30px;
    background: #E5E5E5;
    padding: 4px 15px;
    margin-right: 5px;
	margin-bottom: 4px;
}
.bulk-weight {
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap;
}
.avail-bulk .elementor-heading-title {
    display: flex;
    align-items: center;
}
.mix-blend img {
    mix-blend-mode: darken;
}
.add-bg-map {
    background-blend-mode: darken;
}
.our-clietns .gallery {
    text-align: center;
}
.our-clietns .gallery-item {
	transition: 300ms;
}
.our-clietns .gallery-item:hover {
    transform: scale(0.95);
}
.container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
	padding: 0 10px;
}
@media only screen and (max-width: 1366px){
	.container {
		max-width: 1140px;
	}
}
.banner-header-wrap .banner-header h1 {
    color: #FFFFFF;
    margin: 0;
    font-size: 4rem;
    line-height: 1;
}
.banner-header-wrap {
    min-height: 300px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.contact-boxes span.elementor-icon {
    margin-top: -53px;
    background: #FFFFFF;
}
.contact-boxes .elementor-widget-container {
    padding: 0px 13px 20px 13px!important;
}
.enquiry-wrap .wpcf7-form-control.wpcf7-text, .enquiry-wrap .wpcf7-form-control.wpcf7-select, .enquiry-wrap .wpcf7-form-control.wpcf7-textarea {
    margin-bottom: 14px;
    padding: 12px 20px;
    width: 100%;
    border: 1px solid #555555;
    border-radius: 10px;
    background: #fff;
    font-size: 1rem;
    line-height: 1;
    color: #555555;
}
.enquiry-wrap .wpcf7-form-control.wpcf7-textarea {
    max-height: 74px;
}
.enquiry-wrap input.wpcf7-submit {
    background: #5F6368;
    font-family: "Poppins", Sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 12px 20px 12px 20px;
    line-height: 1;
    border: 0;
}
.enquiry-wrap input.wpcf7-submit:hover {
    background: #dc0b00;
}
.enquiry-wrap p {
    margin: 0;
}
.contact-boxes .elementor-icon-box-content a:hover {
    color: #dc0b00;
}

/* menu Css effects */
/* Base Style for Elementor Menu Items */
ul#menu-main-menu li a {
  position: relative;
}

/* Animated line effect */
ul#menu-main-menu li a::before,
ul#menu-main-menu li a::after {
  content: "";
  position: absolute;
  background-color: #dc0b00; /* Adjust color as needed */
  width: 0;
  height: 2px;
  bottom: 0;
  transition: width 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

ul#menu-main-menu li a::before {
  left: 0;
}

ul#menu-main-menu li a::after {
  right: 0;
}

/* Hover state */
ul#menu-main-menu li a:hover::before,
ul#menu-main-menu li a:hover::after {
  width: 100%;
}
.product-title {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    width: 100%;
    min-height: 52px;
    display: flex;
    justify-content: center;
    margin-top: 7px;
    transition: 500ms;
    margin-bottom: 18px;
}
.products-list-box a {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.products-list-box a:hover .product-title{
	color: #DC0B00;
}
.products-list-box {
    padding: 0 14px;
}
.product-slide-wrap .slick-dots li button {
    background: #FFFFFF;
    width: 16px;
    height: 16px;
    border-radius: 100px;
}
.product-slide-wrap .slick-dots li.slick-active button,.product-slide-wrap .slick-dots li button:hover {
    background: #dc0b00;
}
.product-slide-wrap .slick-dots li button:before {
    display: none;
}
ul.product-list-tab {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    overflow-x: auto;
    padding-bottom: 20px;
}
ul.product-list-tab li a {
    white-space: nowrap;
    font-size: 1rem;
    line-height: 30px;
    display: inline-block;
    width: 100%;
    background: #F5EAD8;
    padding: 10px 20px;
    transition: 500ms;
}
ul.product-list-tab li a:hover {
    background: #DC0B00;
	color: #FFFFFF;
}
ul.product-list-tab li {
    margin: 0 10px;
}
ul.product-list-tab::-webkit-scrollbar-thumb:hover {
    background: #686868;
}
ul.product-list-tab::-webkit-scrollbar-thumb {
    background: #9d9d9d;
}
ul.product-list-tab::-webkit-scrollbar-track {
    background: #D9D9D9;
}
ul.product-list-tab::-webkit-scrollbar {
    height: 6px;
}
.pro-last-desc .elementor-heading-title span {
    display: inline-block;
    background: #F00;
    color: #FFFFFF;
    padding: 5px 18px;
    border-radius: 10px;
    font-weight: bold;
}
.page .elementor-element .elementor-widget.pro-last-desc .elementor-heading-title {
    font-size: 2.125rem;
}
.to-top span.ekit-btt__button:before {
    content: "TOP";
    position: absolute;
    left: -38px;
    top: -5px;
    font-size: 1.25rem;
    color: #000000;
}
.main-slider .swiper-pagination {
    position: relative;
    margin-top: -40px;
}
.product-thumb {
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 252/305;
    background: #e3e3e3;
    min-height: 251px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.product-thumb img {
    transform: scale(1.06);
    transition: 500ms;
}
.products-list-box:hover .product-thumb img {
    transform: scale(1.09);
}
.flex-pro {
    display: flex;
    flex-wrap: wrap;
}
.flex-pro .products-list-box {
    flex: 0 0 25%;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) and {
	.product-title {
		font-size: 1.125rem;
	}
}
@media only screen and (max-width: 1025px){
	.elementor-element-bba367c {
		background-image: none!important;
	}
	.header-contact li.elementor-icon-list-item span.elementor-icon-list-text {
		display: none;
	}
	.header-contact ul.elementor-icon-list-items {
		display: flex;
		align-items: center;
	}
	.header-contact ul.elementor-icon-list-items li {
		margin: 0!important;
		padding: 0!important;
	}
}
@media only screen and (min-width: 450px) and (max-width: 768px) {
	.product-thumb {
		min-height: 196px;
		aspect-ratio: 163/196;
	}
	.elementor-element-ce96ceb ul.footer-links {
		column-count: 2;
	}
}
@media only screen and (max-width: 768px) {
	html{
		font-size: 14px;
	}
	.header-contact li.elementor-icon-list-item span.elementor-icon-list-text {
		display: none;
	}
	.header-contact ul.elementor-icon-list-items li {
		margin: 0!important;
		padding: 0!important;
	}
	.header-contact ul.elementor-icon-list-items {
		display: flex;
		align-items: center;
	}
	.main-slider .swiper-pagination {
		position: relative;
		margin-top: -25px;
	}
	.elementor-element-bba367c {
		background-image: none!important;
	}
	.client-listing ul.elementor-icon-list-items {
		flex-flow: column;
		align-items: baseline;
	}
	.red-arrow a.elementor-button {
		white-space: nowrap;
		font-size: 1rem!important;
	}
	.elementor-element-248f55c {
		margin: 0;
	}
	.banner-header-wrap .banner-header h1 {
		font-size: 1.75rem;
		line-height: 1.4;
		padding-left: 10px;
	}
}
@media only screen and (max-width: 450px) {
	.banner-header-wrap {
		min-height: 110px;
	}
	.elementor-element-97a2424 {
		background-image: none!important;
	}
	.product-title {
		font-size: 1rem;
		line-height: 22px;
	}
	.elementor-element.elementor-element-bba367c {
		background-image: none!important;
	}
	.column-3 {
		column-count: 2;
	}
	.elementor-element-ce96ceb .footer-links {
		column-count: 3;
	}
	.elementor .our-clietns .gallery-item {
		float: left;
		width: 50%;
		padding: 8px!important;
	}
	.flex-pro .products-list-box {
		width: 50%;
	}
	.product-thumb {
		aspect-ratio: 168/203;
		min-height: 203px;
		width: 100%;
	}
	.page .elementor-element .elementor-widget.pro-last-desc .elementor-heading-title {
		font-size: 2rem;
	}
	

}

span.elementor-icon-list-text a {
    color: #232F3E;
}
p.elementor-icon-box-description {
    text-align: center;
}
span.text-col {
    font-family: "Inter", Sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 40px;
    color: #dc0b00;
}
