@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

.line-before h2.elementor-heading-title:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 3px;
    background: #EB282C;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
}
.line-before h2.elementor-heading-title {
    padding-left: 34px;
	position: relative;
}
.blue-line h2.elementor-heading-title{
	position: relative;
	padding-left: 60px;
}
.blue-line h2.elementor-heading-title:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 4px;
    background-color: #191D88;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}
span.two-lines {
    position: relative;
}
span.two-lines:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 4px;
    background-color: #191D88;
    top: 50%;
    left: -90px;
    transform: translateY(-50%);
}
span.two-lines:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 4px;
    background-color: #191D88;
    top: 50%;
    right: -90px;
    transform: translateY(-50%);
}
span.two-lines.white:after,span.two-lines.white:before {
    background-color: #FFFFFF;
}
.product-list {
    flex: 0 0 calc(25% - 21px);
    text-align: center;
    border: 1px solid #D9D9D9;
    margin: 0 14px 28px;
}
.product-list:nth-child(4n+1) {
    margin-left: 0;
}
.product-list:nth-child(4n+4) {
    margin-right: 0;
}
.pro-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    border: 4px solid #FFFFFF;
}
.product-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: 500ms;
}
.pro-title {
    text-align: left;
    width: 100%;
    font-size: 1rem;
/*     font-family: 'Roboto Flex', sans-serif; */
    font-weight: 600;
    color: #000000;
    padding: 5px 65px 5px 10px;
    min-height: 58px;
    display: flex;
    align-items: center;
    background-image: url(/wp-content/uploads/2025/01/arrow-blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
	background-color: #D9D9D9;
	transition: 500ms;
	position: relative;
	z-index: 1;
	font-family: 'Roboto Condensed',sans-serif;
    text-transform: uppercase;
}
.pro-title {
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
    min-height: 58px;
}
.pro-title:hover {
	color: #FFFFFF;
}
.pro-title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    display: inline-block;
    background-image: url(/wp-content/uploads/2025/01/arrow-blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}
.pro-title:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    display: inline-block;
    right: 0;
    top: 0;
    background-color: #191D88;
    z-index: -1;
    transition: 500ms;
}
.pro-title:hover:before {
    width: 100%;
}

.products-list-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
	justify-content: center;
}
.product-list .pro-img img {
    transition: 500ms;
}
.product-list:hover .pro-img img {
    transform: scale(1.08);
}
.app-area {
    background-image: url(https://ashishpolyplast.karnavati.in/wp-content/uploads/2025/01/app-area.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.footer-head .elementor-heading-title:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 3px;
    display: inline-block;
    background: #DC271C;
    left: -38px;
    top: 50%;
    transform: translateY(-50%);
}
.footer-head .elementor-heading-title {
    position: relative;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li a {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    padding-left: 20px;
    transition: 500ms;
}
.footer-links li a:hover {
	color: #DC271C;
}
.footer-links li a:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 11px;
    height: 11px;
    border-top: 2px solid #DC271C;
    border-right: 2px solid #DC271C;
    transform: rotate(45deg);
    left: -8px;
    top: 4px !important;
}
.column-2 {
    column-count: 2;
    column-gap: 20px;
}
ul.product-tab-wrap {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.product-tab-wrap li {
    padding: 5px;
    flex: 0 0 auto;
}
ul.product-tab-wrap li a {
  	display: inline-block;
    width: 100%;
    padding: 10px;
    background: #E6E6E6;
    font-size: 0.75rem;
    line-height: 12px;
	transition: 500ms;
}
ul.product-tab-wrap li a.is_active, ul.product-tab-wrap li a:hover {
    background: #191D88;
    color: #FFFFFF;
}
.cmn-heading .elementor-widget-container {
    position: relative;
}
.cmn-heading .elementor-widget-container:after {
    content: "";
    position: absolute;
    top: -2px;
    right: -1px;
    width: 65%;
    height: calc(100% - 8px);
    background: #FFF;
    clip-path: polygon(100% 100%,100% 0%, 0% 0%, 5% 100%);
}
.tech-table thead tr:nth-child(2) {
    background: #E6E6E6;
}
.tech-table thead tr:first-child {
    background: #D9D9D9;
}
.tech-table tr td {
    border: 1px solid #E6E6E6;
    text-align: center;
    padding: 12px;
}
.tech-table thead tr:first-child td {
    border-top: 0!important;
}
.banner-header h1 {
    margin: 0;
    color: #FFFFFF;
    display: block;
    text-align: center;
    font-size: 3rem;
	text-transform: uppercase;
    line-height: 55px;
}
.banner-header-wrap {
    min-height: 230px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container{
	max-width: 1140px;
	padding: 0px 10px;
	margin: 0 auto;
}
.breadcrumb-section ul {
    list-style: none;
    padding: 0;
    margin: 18px 0;
    display: flex;
    align-items: center;
}
.breadcrumb-section ul li {
    position: relative;
    padding-right: 36px;
}
.breadcrumb-section ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #DC271C;
    border-right: 2px solid #DC271C;
}
.breadcrumb-section ul li:last-child:after {
    display: none;
}
.breadcrumb-section ul li, .breadcrumb-section ul li a {
    font-size: 1.125rem;
    line-height: 18px;
}
.contact-boxes span.elementor-icon {
    margin-top: -53px;
    background: #FFFFFF;
}
.contact-boxes .elementor-icon-box-content a:hover {
    color: #DC271C;
}
.enquiry-wrap .wpcf7-form-control.wpcf7-textarea {
    max-height: 74px;
}
.enquiry-wrap .wpcf7-form-control.wpcf7-text, .enquiry-wrap .wpcf7-form-control.wpcf7-select, .enquiry-wrap .wpcf7-form-control.wpcf7-textarea,.enquiry-wrap .wpcf7-file  {
    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 p {
    margin: 0;
}
.enquiry-wrap .wpcf7-submit{
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 26px 12px 26px;
    background-color: #EB282C;
    font-size: 1.125rem;
    line-height: 1;
    transition: 500ms;
	border: 0;
}
.enquiry-wrap .wpcf7-submit:hover {
	transform: scale(.9);
	background-color: #191D88;
}
.enquiry-wrap span.wpcf7-not-valid-tip {
    top: -10px;
    position: relative;
}
.inv-list li a {
    display: flex;
    width: 100%;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid #dc271c;
    color: #000000;
    font-weight: 600;
    transition: 500ms;
}
ul.inv-list li a[href=""] {
    position: relative;
}
ul.inv-list li a[href=""]:hover {
    cursor: auto;
    background: #FFFFFF;
    color: #000000;
}
ul.inv-list li a[href=""]:hover img{
	filter: invert(1);
}
ul.inv-list li a[href=""]:before {
    content: "No Data";
    position: absolute;
    top: 5px;
    left: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #c3c3c3;
    transition: 300ms;
	visibility: hidden;
	opacity: 0;
}
ul.inv-list li a[href=""]:hover:before {
	visibility: visible;
	opacity: 1;
}
ul.inv-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.inv-list li {
    flex: 0 0 calc(50% - 10px);
    margin: 10px 10px;
}
/* .inv-list li:nth-child(3n+2) {
    margin: 10px 20px;
} */
.inv-list li:nth-child(2n+1) {
    margin-left: 0;
}
.inv-list li:nth-child(2n+2) {
    margin-right: 0;
}
.inv-list li a img {
    filter: invert(1);
    margin-left: 15px;
	transition: 500ms;
}
.inv-list li a:hover img {
    filter: invert(0);
}
.inv-list li a:hover {
    color: #FFFFFF;
    background: #dc271c;
    transform: translateY(-10px);
    box-shadow: 0 20px 20px -20px rgb(0,0, 0, 0.75);
}
.abt-thumb-wrap .elementor-element-964cf2f {
    height: 100%;
}
.abt-thumb-wrap img {
    height: 100%;
    object-fit: cover;
}
.achiv-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.achive-box {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
	padding: 30px 0;
}
.bold-text {
    font-size: 84px;
    font-weight: bold;
    line-height: 78px;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #F00;
}
.bold-text.red {
    -webkit-text-stroke-color: #F35659;
}
.bold-text.yellow {
    -webkit-text-stroke-color: #E7D659;
}.bold-text.green {
    -webkit-text-stroke-color: #34BC97;
}.bold-text.blue {
    -webkit-text-stroke-color: #5797DA;
}
.achive-title {
    color: #FFFFFF;
}
.achive-box:first-child {
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.achive-box:nth-child(2) {
    border-bottom: 1px solid #FFFFFF;
}
.achive-box:nth-child(3) {
    border-right: 1px solid #FFFFFF;
}
.home-banner .swiper-pagination {
    bottom: 20px!important;
}
.home-banner .elementor-image-carousel-wrapper {
    padding: 0!important;
}
span.mobile-banner-rb {
    display: none;
}
.main-menu ul.elementskit-dropdown a.dropdown-item {
    position: relative;
    transition: 500ms;
}
.main-menu ul.elementskit-dropdown a.dropdown-item:hover {
    padding-left: 28px!important;
}
.main-menu ul.elementskit-dropdown a.dropdown-item:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0px;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-top: 2px solid #F00;
    border-right: 2px solid #F00;
    transform: rotate(45deg);
	opacity: 0;
	transition: 600ms;
}
.main-menu ul.elementskit-dropdown a.dropdown-item:hover:before {
    left: 10px;
	opacity: 1;
}


@media only screen and (min-width: 450px) and (max-width: 769px){
	.bold-text {
		font-size: 46px;
	}
	.elementor-element-0982517 {
		background-image: unset!important;
	}
	.product-list:nth-child(4n+1) {
		margin-left: 10px;
	}
	.product-list:nth-child(4n+4) {
		margin-right: 10px;
	}
	.product-list {
		flex: 0 0 calc(33.33% - 20px);
		margin: 0 10px 20px;
	}
	.bold-text {
		-webkit-text-stroke-width: 1px;
	}
	.elementor-element-a692e2b ul.footer-links {
		column-count: 2;
	}
	.cmn-heading .elementor-widget-container:after{
		width: 50%;
	}
	.third-section .e-child:first-child .elementor-element {
		position: sticky;
		top: 20px;
	}
}
@media only screen and (max-width: 450px) {
	html{
		font-size: 14px;
	}
	.elementor-element-91cb878 .elementor-icon-list-text {
		display: none;
	}
	span.two-lines:after, span.two-lines:before{
		display: none;
	}
	.product-list:nth-child(4n+1) {
		margin-left: 5px;
	}
	.product-list:nth-child(4n+4) {
		margin-right: 5px;
	}
	.product-list {
		flex: 0 0 calc(50% - 10px);
		margin: 0 5px 5px;
	}
	.pro-title {
		font-size: 12px;
		font-weight: 400;
		line-height: 1.2;
		padding: 5px 10px 5px 10px;
		background-image: unset;
	}
	.pro-title {
		-webkit-line-clamp: unset;
	}
	.pro-title:after{
		display: none;
	}
	.app-area {
		background-size: auto;
	}
	.bold-text {
		font-size: 48px;
	}
	.elementor-element-a692e2b ul.footer-links {
		column-count: 2;
	}
	.footer-links li a {
		line-height: 24px;
	}
	.inv-list li:nth-child(2n+1) {
		margin-left: 0px;
	}
	.inv-list li {
		flex: 0 0 calc(100% - 0px);
		margin: 10px 0px;
	}
	.cmn-heading .elementor-widget-container:after{
		display: none;
	}
	ul.product-tab-wrap li a {
		padding: 14px 5px;
		font-size: 14px;
	}
	.techspec-table {
		overflow-x: auto;
	}
	.banner-header h1 {
		font-size: 1.75rem;
		line-height: 40px;
	}
	.first-section .elementor-widget-image .attachment-full {
		margin-bottom: 20px;
	}
	.banner-header-wrap {
		aspect-ratio: 1/1;
		object-fit: cover;
	}
	span.mobile-banner-rb {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: -1;
		left: 0;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		top: 0;
	}
	.banner-header-wrap {
		background-image: none!important;
		position: relative;
	}

}
.elementor-element.elementor-element-581cb22.elementor-arrows-position-inside.elementor-widget.elementor-widget-image-carousel.e-widget-swiper {
    position: sticky !important;
    top: 20px;
}
.stikey_slider {
    position: sticky;
    top: 20px;
}