@charset "UTF-8";
/*
Theme Name: The Inno Tech
Theme Author: Xeven Solutions Team
Theme Description: This theme is developed by Xeven Solutions WordPress Team.

*/


body {
	margin: 0 !important;
	padding: 0 !important;
}
.price {
    font-size: 80px;
    font-weight: 700;
}
.feature-box:hover .elementor-image-box-title, .feature-box:hover .elementor-image-box-description
 {
	color: #fff !important;
}
.feature-box:hover .elementor-button-wrapper a svg {
	fill: #0F9D58;
}
.feature-box .elementor-image-box-img {
	filter: invert(1) brightness(0);
}
.feature-box:hover .elementor-image-box-img {
	filter: unset;
}
.pricing-box .plan-box:hover .elementor-heading-title, .pricing-box .plan-box:hover p, 
.pricing-box .plan-box:hover .elementor-widget-container {
	color: #fff !important;
}
.pricing-box .plan-box:hover a {
	background: #0f9d58 !important;
}
.pricing-box .plan-box:hover a span {
	color: #fff;
}
.elementskit-single-testimonial-slider .elementskit-commentor-content {
	height: 150px;
}
.elementor-image-carousel{
    animation: scroll 40s linear infinite !important;
}
@keyframes scroll {
	0% {
    transform: translateX(0);
}
100% {
    transform: translateX(calc(-250px * 12));
}
}

#wpcf7-f589-o1 form {
	float: left;
	width: 100%;
}
#wpcf7-f589-o1 form p{
	margin: 0;
}
#wpcf7-f589-o1 input {
    padding: 12px 15px;
    color: #ffff;
    font-size: 14px;
    font-family: 'Inter';
    line-height: normal;
    outline: none;
    border: none;
    width: 80%;
    float: left;
    border-radius: 10px;
    margin: 5px 0;
}
#wpcf7-f589-o1  input[type=submit] {
    padding: 12px 15px;
    background: #0F9D58;
    color: #ffff;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: normal;
    width: 80%;
    outline: none;
    border-radius: 10px;
}
.wpcf7-not-valid-tip {
    position: absolute;
    top: 10px;
    font-family: 'Inter';
    font-size: 13px;
    right: 0;
    width: 80px;
}
#wpcf7-f589-o1 .wpcf7-acceptance .wpcf7-list-item {
	display: block;
	float: left;
    width: 100%;
}
#wpcf7-f589-o1 .wpcf7-acceptance label span {
    margin-top: 7px;
    display: block;
	font-family: 'Inter';
	font-size: 13px;
}
#wpcf7-f589-o1 input[type="checkbox"] {
    margin: 10px 10px 10px -10px !important;
    width: auto !important;
}


.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}


.wpcf7-response-output {
	font-family: 'Inter';
	float: left;
    font-size: 13px;
    margin-top: 10px !important;
}
.header-btn .elementor-widget-container {
	text-align: right !important;
}
.book-demo .elementor-widget-container {
	text-align: left;
}
.calendly-overlay iframe{
	height: 660px !important;
}
.calendly-overlay {
	top: 32px !important;
}
.book-demo a {
	font-family: "Inter", Sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #F4E234;
    background-color: #2E3130;
    border-style: none;
    border-radius: 25px;
    padding: 15px 25px;
}
.book-demo a:hover {
	background-color: #53972C;
}


.our-team img {
    border-radius: 10px 10px 0 0 !important;
}
.our-team .elementor-image-box-content {
    background-color: #53902C;
    padding: 15px 0;
    color: #fff !important;
    margin-top: -5px;
    margin-bottom: -20px;
    border-radius: 0 0 10px 10px;
}



.product-overview-box h3 {
    margin-top: 0px;
    line-height: 20px;
}



@media (max-width: 991.98px) {
	.book-demo a {
		font-size: 14px;
		font-weight: 600;
		padding: 10px 20px;
	}
	.wpcf7-not-valid-tip {
		width: auto;
	}
	.our-team figure , 
	.our-team figure img {
		width: 100%;
	}
}
@media (max-width: 767.98px) {
	.book-demo a {
		font-size: 11px;
		font-weight: 600;
		padding: 8px 14px;
	}
	.wpcf7-not-valid-tip {
		top: 15px;
	}
	#wpcf7-f589-o1 input ,
	#wpcf7-f589-o1 input[type=submit] {
		width: 100%;
	}
}



