/**
 * Theme Name:     Industio Child
 * Author:         Case-Themes
 * Template:       industio
 * Text Domain:	   industio-child
 * Description:    Industio is a WordPress theme specially designed for factory, manufacturing and industrial businesses. Industio has a beautiful and unique design that will be best suited for your online web presence. It is fully responsive, retina ready and easy to customize.
 */

.main-menu .elementor-nav-menu .menu-item:first-child a{
	padding-left:0 !important;
}

.hero-banner .swiper-slide-contents{
	margin-top:147px;
}
/* 
.hero-banner .elementor-repeater-item-867342b .swiper-slide-contents{
		background: rgba(0,0,0,0.5);
    padding: 40px 30px;
    border-radius: 20px;
} */

.hero-banner  .elementor-swiper-button,.hero-banner .elementor-swiper-button{
	width: 60px !important;
    height: 60px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border: 1px solid #ffffff !important;
    border-radius: 50% !important;
	transition:0.5s!important;
}

.hero-banner  .elementor-swiper-button:hover,.hero-banner .elementor-swiper-button:hover{
	color:#2486d0;
	border: 1px solid #2486d0 !important;
}

.hero-banner  .elementor-swiper-button i,.hero-banner .elementor-swiper-button i{
	transition:0.5s;
}

.hero-banner  .elementor-swiper-button:hover i,.hero-banner .elementor-swiper-button:hover i{
	color:#2486d0;
}

.hero-banner  .elementor-swiper-button{
	margin-left: 30px !important;
}

.hero-banner .elementor-swiper-button{
	margin-right:30px !important;
}


.cmn-btn .elementor-button, .hero-banner .elementor-button{
 	padding:16px 20px !important;
 border: unset;
 border-radius: 10px;
 color: #ffffff;
 z-index: 1;
 background: #e8e8e8;
 position: relative;
 font-weight: 1000;
 font-size: 17px;
 -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
 box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
 transition: all 250ms;
 overflow: hidden;
}

.cmn-btn .elementor-button::before ,  .hero-banner .elementor-button::before{
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 0;
 border-radius: 10px;
 background-color: #3c226d;
 z-index: -1;
 -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
 box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
 transition: all 0.5s;
}

/* Button hover color */
.cmn-btn .elementor-button:hover,
.hero-banner .elementor-button:hover,
.services-sec .service-sec-card:hover .cmn-btn .elementor-button {
    color: #e8e8e8;
}

/* Button before animation */
.cmn-btn .elementor-button:hover::before,
.hero-banner .elementor-button:hover::before,
.services-sec .service-sec-card:hover .cmn-btn .elementor-button::before {
    width: 100%;
}

/* Icon default style */
.cmn-btn .elementor-button i,
.hero-banner .elementor-button i {
    font-size: 10px;
    transition: 0.5s;
}

/* Icon rotate on hover OR card hover */
.cmn-btn .elementor-button:hover i,
.hero-banner .elementor-button:hover i,
.services-sec .service-sec-card:hover .cmn-btn .elementor-button i {
    transform: rotate(43deg);
}

.services-sec .service-sec-card{
	transition:0.5s;
}

.services-sec .service-sec-card:hover .sec-content{
    transform: translateY(-65px);
    margin-bottom: -65px;
	padding-bottom: 85px;
}

.services-sec .service-sec-card .sec-content{
	margin-bottom:-80px;
}

.services-sec .service-sec-card{
	transition:0.5s;
}

.services-sec .service-sec-card .sec-content .cmn-btn .elementor-button,.services-sec .service-sec-card .elementor-widget-button{
	visibility:hidden;
	opacity:0;
	position:absolute;
	bottom:0;
	transform:translatey(100%)
}

.services-sec .service-sec-card .elementor-widget-button{
	width:100%
}

.services-sec .service-sec-card:hover .sec-content .cmn-btn .elementor-button ,.services-sec .service-sec-card:hover .elementor-widget-button{
	visibility:visible;
	opacity:1;
	bottom: 10px;
	transform:translatey(0)
}

.products-card .elementor-widget-image, .industries-card .elementor-widget-image{
	position:relative;
	overflow:hidden;
}

.products-card .elementor-widget-image:before, .industries-card .elementor-widget-image:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	background:#0000001c;
	width:100%;
	height:100%;
	opacity:0;
	transition:0.5s;
	z-index:1;
	border-radius:10px 10px 0 0;
}

.industries-card .elementor-widget-image:before{
	background:#00000045;
}

.products-card:hover .elementor-widget-image:before, .industries-card:hover .elementor-widget-image:before{
	opacity:1;
}

.products-card .elementor-widget-image img, .industries-card .elementor-widget-image img{
	transition:0.5s;
}

.industries-card .elementor-widget-image img, .industries-card .elementor-widget-image:before, .industries-card .elementor-widget-image{
	border-radius:10px;
}

.products-card:hover .elementor-widget-image img, .industries-card:hover .elementor-widget-image img{
	transform:scale(1.1)
}

.testing-facility .elementor-widget-image{
	position:relative;
	overflow:hidden;
	border-radius:10px;
}

.testing-facility .elementor-widget-image:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	background:#0000008a;
	width:100%;
	height:100%;
	opacity:0;
	transition:0.5s;
	z-index:1;
	border-radius:10px;
}

.testing-facility:hover .elementor-widget-image:before{
		opacity:1;
}

 .testing-facility .elementor-widget-image img{
	transition:0.5s;
}

 .testing-facility:hover .elementor-widget-image img{
	transform:scale(1.1)
}


.testing-facility .elementor-widget-heading h2{
	transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
	transition:0.5s;
}

.testing-facility:hover .elementor-widget-heading h2{
	transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.certificate  .elementor-swiper-button-prev,.certificate  .elementor-swiper-button-next{
	padding:10px;
	border-radius:50%;
	background:#2486d0;
	transition:0.5s;
}

.certificate  .elementor-swiper-button-prev:hover,.certificate  .elementor-swiper-button-next:hover{
	background:#000000;
}

.product-icon .elementor-icon-wrapper{
	display:flex;
}

.product-services .product-icon{
	transition:0.5s;
	transform:translatex(-5px)
}

.product-services .elementor-widget-image{
	position:relative;
	overflow:hidden;
	border-radius:10px 10px 0 0;
}

.product-services .elementor-widget-image:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	background:#0000001c;
	width:100%;
	height:100%;
	opacity:0;
	transition:0.5s;
	z-index:1;
	border-radius:10px 10px 0 0;
}

.product-services:hover .elementor-widget-image:before{
	opacity:1;
}

.product-services .elementor-widget-image img{
	transition:0.5s;
}

.product-services:hover .elementor-widget-image img{
	transform:scale(1.1)
}

.product-services:hover .product-icon{
	transform:translatex(5px)
}

.contact-a .elementor-icon-box-description a{
	color:#333333;
}

.floating-bottom-top .elementor-button {
	 width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-bottom-top{
	display:none;
}

.hero-banner .elementor-swiper-button-prev,.hero-banner .elementor-swiper-button-next{
	margin-top:60px;
}

.view-brochure .has-submenu{
	padding: 16px 20px !important;
    border: unset;
    border-radius: 10px;
    color: #ffffff !important;
    z-index: 1;
    background: #2486D0;
    position: relative;
    font-weight: 1000;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
}

.view-brochure .has-submenu:before{
	 content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 10px;
    background-color: #3c226d;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 0.5s;
}

.view-brochure .has-submenu:hover{
	 color: #e8e8e8;
}

.view-brochure .menu-item-type-custom .elementor-sub-item{
	border-inline-start:0px !important;
}

.view-brochure .sub-menu .menu-item-type-custom{
	border-bottom:1px solid #c3c3c3;
}

/* .view-brochure  .sub-arrow{
	display:none !important;
} */

.view-brochure .sub-menu{
	min-width: 170px !important;
}

.view-brochure .sub-menu .menu-item-type-custom:last-child{
	border-bottom:0;
}

.web-newsletter .mailpoet_form{
	padding:0 !important;
}

.web-newsletter .mailpoet_paragraph input{
margin: 0 auto 0 0 !important;
    background: #ffffff !important;
    padding: 5px 16px !important;
    font-size: 15px !important;
    border-radius: 0 !important;
    height: 44px;
    border-radius: 10px !important;
    border: none !important;
    color: #000000;
    border: 1px solid #e5e5e5 !important;
    margin-top: 8px !important;
}

.web-newsletter .mailpoet_paragraph {
	    margin-bottom: 10px !important
}

.web-newsletter .mailpoet_paragraph.last{
	width:100%;
	    margin: 0 auto;
}

.web-newsletter .mailpoet_paragraph label{
	font-size: 14px;
    color: #000000;
}

.web-newsletter .mailpoet_paragraph.last input{
	width: 100% !important;
    box-sizing: border-box !important;
    padding: 5px !important;
    margin: 0 auto 0 0 !important;
    border-color: transparent !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    padding: 15px 20px !important;
    line-height: unset !important;.
	color: #ffffff !important;
    background: #2486d0 !important;
	border: none !important;
	font-weight: 600 !important;
    font-family: 'Open Sans';
}

.web-newsletter .mailpoet_validate_success{
	 font-size: 30px !important;
    color: #000000 !important;
    font-family: 'Open Sans' !important;
    letter-spacing: 1px !important;
    font-weight: 500 !important;
}

.blog-content h2{
	font-size:30px !important;
	line-height:40px !important;
}

.blog-content h3{
	font-size:26px !important;
	line-height:36px !important;
}

.blog-content h4{
	font-size:22px !important;
	line-height:32px !important;
}


.blog-content h5{
	font-size:20px !important;
	line-height:30px !important;
}

.blog-content h6{
	font-size:18px !important;
	line-height:28px !important;
}


.blog-content img{
	margin:30px 0 !important;
	width:100%;
	height:500px;
	object-fit:cover;
	border-radius:10px;
	border: 1px solid #ebebeb;
}

.bloga-card .elementor-post__read-more{ 
	padding: 16px 20px !important;
    border: unset !important;
    border-radius: 10px !important;
    color: #ffffff;
    z-index: 1 !important;
    background: #e8e8e8 !important;
    position: relative !important;
    font-weight: 1000 !important;
    font-size: 17px !important;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27) !important;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27) !important;
    transition: all 250ms !important;
    overflow: hidden !important;
	background-color: #2486D0 !important;
    font-family: "Open Sans", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    border-radius: 7px 7px 7px 7px !important;
    padding: 10px 20px !important;
}

.bloga-card .elementor-post__read-more:before{ 
	content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    width: 0 !important;
    border-radius: 10px !important;
    background-color: #3c226d !important;
    z-index: -1 !important;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27) !important;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27) !important;
    transition: all 0.5s !important;
}

.bloga-card .elementor-post__read-more:hover:before{
	width:100% !important;
}

#web-menu-first{
	display:none !important;
}

/* #web-menu2{
	overflow:hidden !important;
} */

.amrutha-head{
	font-size:30px;
	line-height:40px;
	display:block;
}

.manage-subscription label{
	color:#000000;
	font-size:16px;
	font-family:"Open Sans";
	  padding:10px 0; 

}

.manage-subscription input, .manage-subscription select{
	    padding: 10px 20px !important;
    font-size: 16px !important;
	height:unset !important;
}

.manage-subscription .mailpoet_segment_label{
	padding-top:20px;
}

.manage-subscription .mailpoet_submit{
	    background-color: #2486D0 !important;
    font-family: "Open Sans", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    border-radius: 7px 7px 7px 7px !important;
    padding: 16px 20px 16px 20px !important; 	
	    padding: 10px 20px !important ;
    border: unset !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    z-index: 1 !important;
    background: #2486D0 !important;
    position: relative !important;
    font-weight: 1000 !important;
    font-size: 17px !important;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27) !important;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27) !important;
    transition: all 250ms !important;
    overflow: hidden!important ;
	color: #ffffff !important;
	font-weight:500 !important;
	line-height: unset !important;
}

@media(min-width:220px) and (max-width:1520px) {
	.main-menu .menu-item a{
		padding-left: 15px !important;
        padding-right: 15px !important;
	}
}

@media(min-width:220px) and (max-width:1442px) {
	.main-menu .menu-item a{
		padding-left: 12px !important;
        padding-right: 12px !important;
	}
}

@media(min-width:220px) and (max-width:1390px) {
	.view-brochure .has-submenu{
		padding:16px 14px !important;
		font-size: 14px !important;
	}
	
	.main-menu .menu-item a{
		padding-left: 10px !important;
        padding-right: 10px !important;
		font-size:14px !important;
	}
}


@media(min-width:220px) and (max-width:991px) {
	
	.row.pxl-content-wrap{
		margin-left:0 !important;
		margin-right:0 !important;
	}
	
.web-menu{
	position: relative !important; 
    left: unset !important;
    transform: unset !important;
    top: unset !important;
    padding: 0 !important;
}
	
	.main-menu-logo a{
	position: absolute !important;
    width: 135px !important;
    left: 20px !important;
    top: -25px !important;
    background: #ffffff !important;
    border-radius: 50% !important;
	}
	
	
#web-menu-first{
	display:none !important;
}
	
	#web-menu2{
		position: relative !important; 
    left: unset !important;
    transform: unset !important;
    top: unset !important;
    padding: 0 !important;
	}
	
	#web-menu2 .main-menu-logo a{
		position: unset !important;
    width: unset !important;
    left: unset !important;
    top: unset !important;
    background: unset !important;
    border-radius: unset !important;
	}
	
	.hero-banner .swiper-slide-contents, .hero-banner .elementor-swiper-button-prev, .hero-banner .elementor-swiper-button-next{
		margin-top:0
	}
	
		.blog-content h2 {
		font-size: 30px !important;
		line-height: 40px !important;
	}
	
	.blog-content h3 {
		font-size: 28px !important;
		line-height: 38px !important;
	}
	
	.blog-content h4 {
		font-size: 24px !important;
		line-height: 34px !important;
	}
	.blog-content h5 {
		font-size: 22px !important;
		line-height: 32px !important;
	}
	
		.blog-content h6 {
		font-size: 20px !important;
		line-height: 30px !important;
	}
	
	.blog-content img{
		height:400px;
		margin:20px 0 !important; 
	}
	
}

@media(min-width:220px) and (max-width:576px) {
	.main-menu-logo a{
		width:106px !important;
	}
	
	.view-brochure .has-submenu{
		    padding: 12px 14px !important;
		    font-size: 13px !important;
	}
	
	.hero-banner .elementor-swiper-button,.hero-banner .elementor-swiper-button{
        margin-left: 0 !important;
        margin-right: 0 !important;
		width:50px !important;
		height:50px !important;
	}
	
	.blog-content h2 {
		font-size: 24px !important;
		line-height: 34px !important;
	}
	
	.blog-content h3 {
		font-size: 22px !important;
		line-height: 32px !important;
	}
	
	.blog-content h4 {
		font-size: 20px !important;
		line-height: 30px !important;
	}
	.blog-content h5 {
		font-size: 19px !important;
		line-height: 29px !important;
	}
	
		.blog-content h6 {
		font-size: 18px !important;
		line-height: 28px !important;
	}
	
	.blog-content img{
		height:350px;
	}
	
	.hero-banner .elementor-swiper-button{
		display:none !important;
	}
	
	.services-sec .inner-service{
		position:relative
	}
	
	.services-sec .inner-service:before{
		position:absolute;
		content:'';
		left:0;
		top:0;
		background:#000000;
		width:100%;
		height:100%;
		opacity:0.2;
	}
}


