/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}
/* Add your custom styles here */

.primary-heading {
    color: #1C50A2;
}
.secondary-heading{
	color: #FFC300;
}
.fw-5{
	font-weight: 500;
}
.fw-6{
	font-weight: 600;
}
.elementor-widget-text-editor p:last-child{
	margin-bottom: 0;
}
.equipment-card:hover h3.elementor-heading-title , .equipment-card:hover .elementor-widget-text-editor p{
    color: #fff;
}
.wcs-text-heading{
	font-size: 30px;
}
.wcs-card__wrapper::before{
    content: "";
    width: 100%;
    height: 4px;
    background: #1C50A2;
    position: absolute;
    border-radius: 100px;
    
}
.wcs-card::before {
    content: "";
    height: 30px;
    width: 30px;
    background: #fff;
    display: block;
    border: 1px solid #1C50A2;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}
.range-ib h3{
	margin-bottom: 0;
}
.range-card:hover .range-ib h3.elementor-icon-box-title{
	color: #555555 !important;
}
.range-card:hover .elementor-icon-box-icon svg path {
    fill: #555 !important;
}
.testimonial-card {
    filter: drop-shadow(0 1.936px 3.292px rgba(49, 49, 49, 0.02)) drop-shadow(0 8.52px 6.816px rgba(49, 49, 49, 0.04));
}
a.contact-us-details {
    color: #616161;
}
a.contact-us-details:hover{
	color: #1C50A2;
}
.footer-ib .elementor-icon-box-icon {
    margin-top: 2px;
}
.wpcf7 {
    font-family: 'Funnel Display';
}
.wpcf7 input, .wpcf7 select {
    outline: none !important;
}
.quick-inquiry br{
	display: none !important;
}
.wpcf7 form .wpcf7-response-output {
    margin-top: 0;
}
.popup-head{
	font-family: "Funnel Display";
	color: #222;
}
.pum-close {
    right: 10px !important;
    top: 10px !important;
}
@media (max-width: 1024px){
	.wcs-text-heading{
		font-size: 25px;
	}
	.wcs-card::before{
		width: 20px;
		height: 20px;
	}
}
@media (max-width: 1366px){
	.range-sec.e-con {
    background-image: unset !important;
}
}
@media (max-width: 767px){
	.wcs-text-heading{
		font-size: 22px;
	}
	.wcs-card__wrapper::before {
    width: 4px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
	
	.wcs-card::before{
		width: 15px;
		height: 15px;
		top: -29px;
	}
	.shakti-tabs .e-n-tabs-heading {
    display: flex !important;
	flex-direction: column !important;
    gap: 0 !important;
    margin-bottom: 30px;
}
	#elementor-popup-modal-703 {
    max-width: calc(100% - 40px);
    margin: 0 auto;
}
}