@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

:root {
	--mont: "Montserrat";
	--rob: "Roboto";
	--padding-default: 0 15%;
	--padding-tab: 0 7%;
	--padding-mob: 0 5%;
	--blue: #2A2D7C;
	--grey: #7F878C;
	--fz-resp-lg: 30px;
	--fz-resp-md: 25px;
	--fz-resp-sm: 20px;
}

/* Header - START */

.menu-sticky:not(.menu-sticky.stuck.sticky) #header-default {
	padding: var(--padding-default);
	width: 100%;
	background: #1b1b1b8a !important;
}

.menu-sticky.stuck.sticky #header-default {
  padding: var(--padding-default);
}

.menu-sticky:not(.menu-sticky.stuck.sticky) #header-default .header-menu-wrapper,
.menu-sticky.stuck.sticky #header-default .header-menu-wrapper { 
	width: 80% !important;
}

.menu-sticky:not(.menu-sticky.stuck.sticky) #header-default .header-logo-wrapper,
.menu-sticky.stuck.sticky #header-default .header-logo-wrapper { 
	width: 20% !important;
}

.menu-sticky:not(.menu-sticky.stuck.sticky) #header-default .header-logo-wrapper img,
.menu-sticky.stuck.sticky #header-default .header-logo-wrapper img { 
	width: 70% !important;
}

.sticky-menu .menu-item a::before {
	color: var(--blue) !important;
}

#menu-primary-menu {
	font-family: var(--mont);
	display: flex;
	flex-direction: row;
}

#menu-primary-menu li a {
	text-transform: capitalize;
	font-family: var(--mont);
	font-weight: 500;
  letter-spacing: 1px;    
	font-size: 16px;
}

.menu-sticky:not(.menu-sticky.stuck.sticky) #menu-primary-menu li a {
	color: white;
}

.menu-sticky.stuck.sticky #menu-primary-menu li a {
	color: var(--blue);
}

.menu-sticky.stuck.sticky #menu-primary-menu .sub-menu li a {
	color: white;
}
	
#menu-primary-menu li.current-menu-item a { 
	font-weight: 900;
}

#header-default .hfe-site-logo > a {
	display: flex;
  align-items: center;
}

/* Header - END */

/* Homepage => Hero Section - START */

.hero-section.home-hero {
	padding: 0 15%;
  min-height: 80vh;
}

.hero-section .elementor-container.elementor-column-gap-default {
	position: absolute;
	top: 0;
	bottom: 0;
}

.hero-section h2:not(h2.hero-title) {
	color: white;
	font-weight: 800;
	font-size: 45px;
	font-family: var(--mont);
  line-height: 1.1;
	margin-bottom: 0;
	margin-top: 100px;
	width: 60%;
}

.hero-section h3:not(h3.hero-subtitle) {
	color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.7px;
  -webkit-text-stroke-color: white;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 5px;
}

.renovation-company-products span.watermark {
		justify-content: center;
		left: 0 !important;
    right: 0;
	}

/* Homepage => Hero Section - END */

/* Homepage => About Company Section - START */

.about-company-section {
	padding: 100px 15%;
}

.about-company-section .images-col img {
	width: 60%;
}

.blue-btn{
	  color: white;
    background: var(--blue);
    padding: 10px 40px;
    border-radius: 10px;
}

.blue-btn:hover {
	color: white;
	background: var(--blue);
}

.white-btn{
	  color: var(--blue);
    background: white;
    padding: 15px 25px;
    border-radius: 5px;
}

.white-btn:hover {
	color: var(--blue);
	background: white;
}

.about-company-section h2,
.about-company-section h3,
.about-company-section p {
   font-family: "Montserrat";
}

.about-company-section h2 {
	font-weight:400 !important;
	font-size: 14px !important;
}

.about-company-section h3 {
	font-weight:700 !important;
	font-size: 40px !important;
	margin: 0;
}

.about-company-section p {
	font-weight:300 !important;
	font-size: 14px !important;
	color: #000000;
	line-height: 1.3;
}

.btn:hover {
	text-decoration: none;
}

/* Homepage => About Company Section - END */

/* Homepage => Counters Section - START */

.heading-desc,
.three-counters {
	width: 60% !important;
	margin: 0 auto;
}

.trusted-counter-section .heading-desc {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 70%;
  margin: 0 auto;
	padding-top: 30px;
}

 .heading-desc h3 {
	color: white;
	font-family: var(--mont);
	font-weight: 700;
	text-align: center;
}
.heading-desc p {
	font-family: var(--mont);
	color: white;
	text-align: center;
	margin: 0;
	font-size: 16px;
}

.three-counters .rs-counter,
.three-counters .prefix {
	font-size: 80px !important;
}

.three-counters {
	padding-bottom: 30px;	
}

.count-number {
	position: relative;
}

.count-number::after {
	content: " ";
    position: absolute;
    bottom: 18%;
    right: 25%;
    width: 35%;
    height: 2px;
    background: white;
}

.three-counters .title {
	font-family: "Roboto" !important;
  letter-spacing: 0.8px !important;
}

/* Homepage => Counters Section - END */

/* Homepage => Why People Choose Us - START */

.why-ppl-choose-us-section {
	padding: 0 10% !important;
}
.why-ppl-choose-us-section .container-why-choose-us{
	    box-shadow: 18px 18px 33px #00000029;
}
.why-ppl-choose-us-inner {
	padding: 80px;
}

.why-ppl-choose-us-inner .sub-text,
.why-ppl-choose-us-inner .title,
.why-ppl-choose-us-inner .accordion-button,
.why-ppl-choose-us-inner .accordion-body {
	font-family: "Montserrat";	
}

.why-ppl-choose-us-inner .accordion-body {
	line-height: 1.3;
}

.why-ppl-choose-us-inner .title {
	font-size: 28px !important;
	font-weight: 700 !important;
}

.why-ppl-choose-us-inner .accordion-button {
	font-weight: 700 !important;}
.elementor-2728 .elementor-element.elementor-element-40db517 
.rts-accordion.style2 .accordion-item .accordion-header button {
	padding-right: 21px !important;
  line-height: 1.2 !important;
  
}

.why-ppl-choose-us-inner .accordion-body {
	font-size: 14px !important;
  color: black !important;
}

.why-ppl-choose-us-inner .accordion-item .accordion-header button {
	height: fit-content !important;
  padding: 0 !important;
	font-family: var(--mont) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 10px !important;
}

/* Homepage => Why People Choose Us - END */

/* Homepage => Major Projects - START */

.major-projects-section-inner .grid-item > div {
    position: relative;
}

.major-projects-section-inner .grid-item .inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #ffffffd6;
  padding: 10px 30px;
	opacity: 0;
	transition: all 0.3s;
}

.major-projects-section-inner .grid-item:hover .inner {
	opacity: 1;
}

.major-projects-section-inner .grid-item a .wp-post-image {
    min-height: 520px;
}

.major-projects-section-inner .inner .title {
	font-family: var(--mont);
	font-weight: 900;
	color: black;
	font-size: 18px;
}

.major-projects-section-inner .inner .p-category {
    font-family: var(--mont);
}
	
.major-projects-section-heading {
	padding: var(--padding-default);	
}

.why-ppl-choose-us-inner .sub-text,
.major-projects-section-heading .sub-text {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px !important;
}

.why-ppl-choose-us-inner .title,
.major-projects-section-heading .title {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 28px !important;
	  letter-spacing: 1px;
}

.major-projects-section-heading .title,
.major-projects-section-heading .sub-text {
	color: white !important;
}

/* Homepage => Major Projects - END */

/* Homepage => Working Easy - START */

.working-ez-section {
	padding: 0 15% 50px;
}

.working-ez-section .title {
    font-family: "Montserrat";
    font-weight: 700 !important;
    font-size: 28px !important;
	  letter-spacing: 1px;
}

.working-ez-section .sub-text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px !important;
}

.progress-points-wrapper h5 {
	font-family: var(--rob) !important;
	font-weight: 900 !important;
	font-size: 20px !important;
  letter-spacing: 0;
	z-index: 1;
  position: relative;
/* 	white-space: nowrap; */
}

.working-ez-section .services-txt {
	color: var(--grey);
  font-family: var(--mont);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
}

.service_number {
		top: -20px !important;
		font-size: 60px !important;
}

/* Homepage => Working Easy - END */

/* Header - START */

#footer-main {
	padding: 10px 15%;
}

#footer-main h2.title {
	font-family: var(--mont);
  font-weight: 700;
  color: white;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0;
}

#footer-main h3.title {
	font-family: var(--mont);
	font-weight: 700;
	color: white;
  font-size: 20px;
	margin: 0;
}

#footer-main .header-main-inner {
	padding-top: 50px;
	padding-bottom: 30px;
}

#footer-main .header-main-inner .elementor-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#footer-main .header-main-inner .left-col {
	width: 40%;
}

#footer-main .header-main-inner .right-col { 
	width: 50%;
}

#footer-main .btns-wrapper a {
	display: inline-block;
}

#footer-main .btns-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 10px;
}

#footer-main .btn.white-btn,
#footer-main .btn.blue-btn {
  padding: 10px 20px;
}

#footer-main .right-col p {
	font-family: var(--mont);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}

#footer-main .right-col .email .text-heading {
	font-family: var(--mont);
	font-size: 14px !important;
	font-weight: 400;
	text-transform: uppercase;
	color: white;
	white-space: nowrap;
}

#footer-main .right-col .phone .text-heading {
	font-family: var(--mont);
	font-size: 18px !important;
	font-weight: 700;
	text-transform: uppercase;
	color: white;
}

#footer-main .right-col .elementor-social-icon i {
    color: #2A2D7C;
}

#footer-main .left-col > .elementor-widget-wrap {
/* 	align-content: space-between !important; */
	row-gap: 30px;
}

#footer-main #menu-single-menu li a {
	padding-left: 0;
}

#footer-main .header-socket .elementor-widget-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#footer-main .header-socket .socket-rights {
	width: 40%;
}

#footer-main .header-socket .socket-menu {
	width: 60%;
	margin: 0;
}

#footer-main .header-socket #menu-single-menu li a,
#footer-main .header-socket .description {
	font-size: 12px;
  font-weight: 400;
  font-family: var(--mont);
	color: white;
	text-transform: uppercase;
}

#footer-main .header-socket {
	border-top: 1px solid white;
	padding: 30px 0;
}

#footer-main .contact-info {
	width: 40%;
}

/* Header - END */

/* About Us Page - START */

.hero-section.about-us-hero {
	padding: 0 15%;
	height: 80vh;
}
.img-w-bgcircle img {
	position:relative;
	z-index:1;
}
.img-w-bgcircle {
	position:relative;
}
.img-w-bgcircle::after {
    content: '';
    background: #F3F3F3;
    position: absolute;
    width: 85px;
    top: -5px;
    border-radius: 50%;
    height: 85px;
    z-index: 0;
}
.why-choose-us-icons > div {
	flex-direction:row;
}
.why-choose-us-icons .elementor-widget-rt-iconbox {
	width:33%;
}
.why-choose-us-section {
	position: relative;
	z-index: 1;
	top: 90px;
}

/* About Us Page - END */

/* Products Main Page - START */

.hero-section.products-main-hero {
	min-height: 80vh;
	padding: 0 15%;
}

.overview-cols {
	width: 100%;
	padding: 0;
	margin: 0;
	padding: 50px 20px;
}

.overview-cols .image-container {
	background: white;
  border-radius: 20px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.overview-cols .image-container img {
	max-width: 250px;
  padding: 70px 0;
}

.overview-cols h4 {
	font-family: var(--mont);
	font-weight: 600;
	font-size: 16px;
	color: white;
	margin: 0;
}

.overview-cols h2 {
	font-family: var(--mont);
	font-weight: 700;
	font-size: 40px;
	color: white;
}

.overview-cols p {
	font-family: var(--mont);
  font-weight: 300;
  font-size: 14px;
  color: white;
  line-height: 1.4;
	margin-bottom: 10px;
}

.overview-cols {
	display: flex;
  flex-direction: row;
  align-items: stretch;
	column-gap: 20px;
}

.overview-cols .overview-single-col {
	width: calc( 50% - 10px );
}

.most-popular-slider {
	position: relative;
}

.most-popular-slider .splide__arrow--prev {
	position: absolute;
  left: -50px;
  padding: 0;
  background: transparent;
}

.most-popular-slider .splide__arrow--next {
	position: absolute;
  right: -50px;
  padding: 0;
  background: transparent;
}

.most-popular-slider .splide__arrow--next img,
.most-popular-slider .splide__arrow--prev img {
	max-width: 20px;
}

.most-popular-slider .splide__arrows {
	position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 50px;
  width: 100%;
}

.most-popular-slider .single-product-card {
	display: flex;
  flex-direction: column;
  align-items: center;
}

.most-popular-slider .single-product-card a {
	display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
}

.most-popular-slider .single-product-card h3 {
	font-family: var(--mont);
  font-weight: 700;
  font-size: 16px;
	margin-bottom: 0;
}

.most-popular-slider .single-product-card p {
	font-family: var(--mont);
	font-weight: 400;
  font-size: 14px;
	color: black;
}

.most-popular-slider .splide__pagination {
	display: none;
}

.most-popular-slider .splide-heading {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.most-popular-slider .splide-heading h2 {
	font-family: var(--mont);
	font-weight: 300;
  font-size: 22px;
	color: black;
	margin: 0;
}

.most-popular-slider .splide-heading a {
	font-family: "Montserrat";
  font-weight: 800;
  font-size: 12px;
  color: black;
}

.most-popular-slider {
  padding: var(--padding-default);
}

.most-popular-slider .splide__track {
	z-index: 2;
}

.most-popular-slider .splide {
  padding: 50px 0;
}

.why-should-you-choose-us {
	padding: 50px 0;
}

.why-should-you-choose-us h3 {
	font-family: var(--mont);
  font-weight: 300;
  font-size: 26px;
}

.why-should-you-choose-us h4 {
	font-family: var(--mont);
  font-weight: 700;
  font-size: 18px;
	min-height: 40px;
}

.why-should-you-choose-us p {
	color: #808080;
	font-family: var(--mont);
  font-weight: 400;
  font-size: 14px;
}

.why-should-you-choose-us .image-wrapper {
	background: #F6F6F6;
  padding: 15px;
  border-radius: 10px;
  width: fit-content;
}

.why-should-you-choose-us .image-wrapper img {
	width: 50px;
  height: 50px;
  object-fit: contain;
}

.get-quotation-section-inner {
	padding: 50px 0;
}

.get-quotation-section .nf-form-title {
	display: none;
}

.get-quotation-section nf-fields-wrap {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}

.get-quotation-section nf-fields-wrap nf-field:nth-child(1) {
	width: 65%;
}

.get-quotation-section nf-fields-wrap nf-field:nth-child(2) {
	width: 30%;
}

.get-quotation-section nf-fields-wrap .nf-field-container {
	margin: 0;
}

.get-quotation-section nf-fields-wrap input {
	border-radius: 30px !important;
	font-family: var(--mont);
	padding: 10px 25px !important;
}

.get-quotation-section nf-fields-wrap input[type="submit"] {
	background: #2A2D7C !important;
}

.get-quotation-section h5 {
	font-family: var(--mont);
	color: white;
  font-weight: 400;
  font-size: 20px;
}

.page-id-11273 .entry-footer .edit-link,
.page-id-12224 .entry-footer .edit-link,
.page-id-12431 .entry-footer .edit-link,
.page-id-12379 .entry-footer .edit-link {
	padding: 0;
}

/* Products Main Page - END */


/* Diao &amp; Vemic - START */

.overview-cols > .elementor-container.elementor-column-gap-default {
	width: 100% !important;
}

.overview-cols.diao-vemic-cols {
	padding: 50px 20px 50px 0;
}

.overview-cols.diao-vemic-cols .image-container {
  border-radius: 0 20px 20px 0;
	width: 90%;
}

.overview-cols.diao-vemic-cols .overview-single-col {
	display: flex;
  flex-direction: column;
  justify-content: center;
}

.splide.products-main-slider-1 h2 {
	font-family: var(--mont);
  font-weight: 300;
  font-size: 26px;
	text-align: center;
  margin-bottom: 30px;
}
.most-popular-slider--1{
	background: linear-gradient(rgb(242, 242, 242) 0%, rgb(242, 242, 242) 69%, white 70%, white 98%);
}

/* Diao &amp; Vemic - END */

#footer-main .header-socket .description {
	width: 100% !important;
	text-align: end;
}

.react-heading span.watermark {
	white-space: nowrap;
}

.elementor-widget-rt-linedraw {
	position: absolute;
  bottom: 20px;
}


/* Media Queries - START */

/* Mobile 768px - START */


@media (max-width: 768px) {
	.hero-section {
    padding: 0 5% !important;
}
	.hero-section h2,
 	.hero-section h3 {
		font-size: 45px !important;
}
#header-default {
	padding: 20px 5% !important;
}
.product-name .thumbnail-area {
  flex-basis: auto !important;
}
.react-addon-services.services-style4 .rts-single-service-three .content-area {
	display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.about-company-section {
	padding: 5% 5% !important;
	}
.about-company-section .elementor-container.elementor-column-gap-default {
	flex-direction: column-reverse;
	}
.about-company-section .info-col .elementor-widget-wrap.elementor-element-populated {
	margin-top: 0;
	}
.about-company-section .images-col .elementor-widget-wrap.elementor-element-populated {
	margin-top: 100px;
  margin-bottom: 50px;
	}
.heading-desc,
.three-counters {
	width: 100% !important;
	padding: 0 5%;
	}
.why-ppl-choose-us-section {
	padding: 0 5% !important;
	}
.why-ppl-choose-us-inner .accordion-item .accordion-header button {
  line-height: 17px !important;
}
.major-projects-section-inner .grid-item a .wp-post-image {
    object-fit: cover;
}
.major-projects-section-heading {
		padding: var(--padding-mob);
	}
.working-ez-section {
	padding: 0 5% 50px !important;
}
#footer-main {
		padding: var(--padding-mob);
}
#footer-main .header-main-inner .elementor-container {
		display: flex;
    flex-direction: column !important;
}
	#footer-main .header-main-inner .left-col,
	#footer-main .header-main-inner .right-col {
		width: 100% !important;
}
#footer-main .header-socket .elementor-widget-wrap {
		display: flex;
    flex-direction: column !important;
}
#footer-main .header-socket .socket-menu, 
#footer-main .header-socket .socket-rights {
    width: 100% !important;
}
#footer-main .header-socket .menu-area,
#footer-main .header-socket .description {
    text-align: center !important;
}
#footer-main .header-socket .description {
		margin-top: 30px;
}
.about-company-section h3 {
		font-size: var(--fz-resp-md) !important;
    line-height: 1.1;
}
	.heading-desc h3 {
		font-size: var(--fz-resp-md) !important;
	}
	.count-number .rs-counter,
	.count-number .prefix {
		font-size: 45px !important;
	}
	.renovation-company-products h2 {
		font-size: var(--fz-resp-md) !important;
	}
}

/* Mobile 768px - END */

/* Tablet 1024px - START */

@media (min-width: 769px) and (max-width: 1024px) {
	 #header-default {
		 padding: 20px 7% !important;
	}
	 #header-default .nav-link-container {
		 width: fit-content;
     margin-left: auto;
	}
	.hero-section {
    padding: 0 7% !important;
	}
	.about-company-section {
    padding: 100px 7%;
}
	.heading-desc, .three-counters {
    width: 100% !important;
    padding: 0 7% 30px;
}
	.six-cards {
    padding: 0 7% !important;
}
	.why-ppl-choose-us-inner {
    padding: 20px;
}
	.why-ppl-choose-us-section {
    padding: 0 7% !important;
}
	.major-projects-section-heading {
    padding: 0 7%;
}
	.working-ez-section {
    padding: 0 7% 50px;
}
	#footer-main #footer #menu-single-menu {
		display: flex;
    flex-direction: row;
    flex-wrap: wrap;
		align-items: flex-start;
	}
	#footer-main {
    padding: 10px 7%;
}
	#menu-single-menu {
		display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	}
}

/* Tablet 1024px - END */

/* GLOBAL - START */

@media (max-width: 1024px) {
	.major-projects-section-inner .grid-item .inner {
		opacity: 1;
	}
	.progress-image {
		display: none;
	}
	.why-choose-us-icons .elementor-widget-rt-iconbox {
		width: 50%;
	}
	span.watermark {
		font-size: 45px !important;
}
}

/* GLOBAL - END */

/* Media Queries - END */

/* Custom Products Grid - START */

.products-grid .product-image img {
	max-height: 220px;
}

.products-grid article {
	border: 1px solid #e9e9e9;
	display: block;
	overflow: hidden;
  z-index: 1;
  transition: .3s;
	position: relative;
  padding: 25px !important;
}

.products-grid article .elementor-element {
	margin: 0;
/*   height: 100% !important; */
}

.products-grid article:hover {
	border: 1px solid #2a2d7c;
}

.products-grid article:after {
	position: absolute;
  content: "";
  left: -30%;
  top: -40%;
  height: 250px;
  width: 250px;
  filter: blur(50px);
  background: #2a2d7c;
  z-index: 2;
  opacity: 0;
  transition: .3s;
}

.products-grid article:hover::after {
  opacity: .6;
}

.products-grid article h3 {
	font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
	font-family: "Titillium Web", sans-serif;
	color: black;
	margin: 10px 0;
}

.products-grid article .image-wrapper {
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.products-grid article img {
	transition: 1.3s;
	max-height: 280px;
}

.products-grid article img:hover {
	transform: scale(1.1);
}

.products-grid article .pf-btn2 {
	font-family: "Titillium Web", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0C0A0A;
	border: 1px solid #E9E9E9;
	padding: 15px 28px;
	display: block;
  width: fit-content;
	background: white;
}

.custom-products-grid .single-product .pf-btn2:hover:after {
  color: white;
}

.custom-products-grid .single-product p {
	font-size: 14px;
}

.custom-products-grid .single-product p .spec-title {
	font-weight: 600;
}
    
/* Custom Products Grid - END */

/* Categories Grid - START */

.single-cat-card {
	position: relative;
	overflow: hidden;
  border-radius: 5px;
}

.single-cat-card:hover .cat-info {
	opacity: 1;
}

.single-cat-card img {
  transition: 1.3s;
	object-fit: cover;
  min-height: 400px;
}

.single-cat-card:hover img {
	transform: scale(1.1);
}

.single-cat-card .cat-info {
	position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 30px;
  right: 30px;
  padding: 25px;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: 1s;
}

.single-cat-card .cat-info h3 {
	margin: 0;
  font-size: 26px;
}

/* Categories Grid - END */

.reactheme-breadcrumbs.porfolio-details {
	display: none;
}

.archive .main-contain #content {
    padding-top: 0 !important; 
}

.elementor-location-archive .elementor-column .elementor-widget-wrap {
	display: flex;
  align-items: stretch;
	flex-direction: row;
  justify-content: space-between;
}

.elementor-location-archive .elementor-column .elementor-widget-wrap .elementor-widget-button:nth-child(1),
.elementor-location-archive .elementor-column .elementor-widget-wrap .elementor-widget-button:nth-child(2) {
	width: fit-content;
}

article.elementor-grid-item .elementor-location-archive,
article.elementor-grid-item .elementor-location-archive .elementor-section .elementor-container {
	height: 100% !important;
}

/* .product-fields-wrapper {
	min-height: 300px;
} */

.product-fields-wrapper .elementor-widget-wrap {
	padding: 0 !important;
}

.product-fields-wrapper p.elementor-heading-title,
.product-desc {
	font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.product-desc {
	min-height: 200px;
}

.products-grid {
	padding: 50px 5%;
}

.wpcf7-form input,
.wpcf7-form textarea {
	border: 1px solid rgba(54, 54, 54, 0.1);
}

.prdct-card-title {
	display: none;
}

.loader-wrapper {
	height: 100%;
}

.brand-cats h3 {
	font-family: var(--mont);
  font-weight: 300;
  font-size: 26px;
}

.vemic-table {
	font-size: 14px;
}

.main-contain #content {
	padding-top: 0;
}

.btn-and-code {
	position: absolute;
  bottom: 0;
}

.single-product-loop > .elementor-container > .elementor-column.elementor-col-100,
.single-product-loop {
	height: 100% !important;
}

.single-product-loop .product-fields-wrapper {
	padding-bottom: 60px;
}

.single-product-loop .product-desc {
	padding-bottom: 120px;
}

/* .vemic-table td {
	text-transform: lowercase;
} */

.page-id-125 .wpcf7-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-id-125 .wpcf7-form label {
	font-family: "Titillium Web", Sans-serif;
  font-weight: 400;
  color: #6e777d;
}

.page-id-125 .wpcf7-form p:nth-child(2),
.page-id-125 .wpcf7-form p:nth-child(3) {
		width: 48% !important;
}

.page-id-125 .wpcf7-form p {
	width: 100%;
}

.elementor-pagination {
	margin-top: 20px;
}

.page-numbers:not(.dots):not(.current) {
	background: #2a2d7c;
  color: white;
  padding: 10px 14px;
  border-radius: 50%;
}

.page-numbers.current {
	background: #494ED3 !important;
  color: white !important;
  padding: 10px 14px !important;
  border-radius: 50% !important;
}

#nf-form-4-cont .nf-before-form-content,
#nf-form-4-cont .nf-after-field,
#nf-form-4-cont #nf-field-16-wrap .nf-field-label {
	display: none;
}

#nf-form-4-cont .nf-field-element {
	border-radius: 50px;
  overflow: hidden;
}

.single-product-code {
	display: none;
}

.material-delivery img {
	transform: scale(1.3);
}

header .menu-area .navbar ul:not(.sub-menu) li {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

header .menu-area .navbar ul.sub-menu li {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.progress-points-wrapper {
	display: flex;
	flex-direction: row;    
	align-items: flex-start;
	justify-content: space-between;
	column-gap: 10px;
	width: calc( 100% - 40px );
}

.progress-points-wrapper .single-point {
	width: calc( 18% - 10px );
}

@media (max-width: 900px) {
	.progress-points-wrapper {
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.progress-points-wrapper .single-point {
		width: calc( 33% - 10px );
	}
}

@media (max-width: 630px) {
	.progress-points-wrapper {
		justify-content: space-between;
	}
	.progress-points-wrapper .single-point {
		width: calc( 50% - 10px );
	}
}
	
@media (max-width: 420px) {
.progress-points-wrapper .single-point {
		width: calc( 100% - 10px );
	}
}

.image-wrapper {
	display: block;
  margin: 0 auto;
}

.single--item .content--box {
	display: flex !important;
  align-items: center !important;
/*   margin-top: 100px !important; */
  width: 100% !important;
}

.single--item .content--box .banner-image {
	width: 30% !important;
	margin-top: 0 !important;
  margin-left: 0 !important;
}


.single--item .content--box .description {
	width: 70% !important;
}

.single--item .description .desc {
	font-size: 20px !important;
  font-family: var(--mont) !important;
}

.single--item .slider-subtitle {
	color: #2A2D7C;
}

#about-us-testimonials {
	padding: 100px 15%;
}

.slider-inner-wrapper .trasted-client {
	position: relative;
	top: unset;
}

#testimonials-main .elementor-widget-wrap.elementor-element-populated {
	padding: 0;
}

.rt-slider-navigation {
	right: 20%;
	bottom: 130px;
}

#top-to-bottom i {
	background: #494ED3 !important;
}

#contactuspage .wpcf7-submit {
		background: #2A2D7C !important;
}

.header-inner.menu-sticky:not(.sticky.stuck) .elementor-2769 .elementor-element.elementor-element-f104e89 .menu-area .navbar ul > li.menu-item-has-children:hover > a:before {
		color: white !important;
}

.getquotebtn .elementor-button-content-wrapper {
		pointer-events: none;
}

.header-inner.menu-sticky.sticky.stuck .elementor-2769 .elementor-element.elementor-element-f104e89 .menu-area .navbar ul > li.menu-item-has-children:hover > a:before {
	color: #2A2D7C !important;
}

#more {display: none;}

#readMoreBtn {
	background: #494ED3;
	padding: 3px 8px;
	border-radius: 3px;
	font-size: 12px;
}

.product-name img {
	height: 200px;
}

@media (max-width: 768px) {
	footer .elementor-section-content-top .elementor-widget-container {
		padding: 0 !important;
}
#footer-main .header-main-inner .elementor-container {
	row-gap: 40px;
}
	#footer-main .right-col .email .text-heading {
		white-space: nowrap;
	}
}

.elementor-2769 .elementor-element.elementor-element-f104e89 .menu-area .navbar ul > li.current-menu-ancestor a:before {
		color:  white !important
}

}

