/*
Theme Name: Hello Elementor Child theme of hello-elementor
Theme URI: 
Description: Child theme of hello-elementor theme for the Hello Elementor theme
Author: <a href="https://elementor.com/?utm_source=wp-themes&#038;utm_campaign=author-uri&#038;utm_medium=wp-dash">Elementor Team</a>
Author URI: 
Template: hello-elementor
Version: 3.3.0
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Thu, 03 Apr 2025 08:38:57 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.maxcontainer {
    max-width: 1200px;
    margin: 0 auto;
}
.testimonialSwiper .swiper-slide .testimonial-card {
    background: #f4f4f4;
	border-radius: 20px;
	padding: 30px;
}
.testimonialSwiper h4 {
    margin: 0;
	font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em;
}
.alignrow {
    display: flex;
    align-items: center;
	    margin-bottom: 12px;
}
.alignrow .user-image{
	margin-right: 10px;
}
.user-image{
	background-repeat: no-repeat;
	width: 47px;
	height: 47px;
}
.hirebox p.elementor-image-box-description {
    min-height: 130px;
}
.homeblog .elementor-post__text {
    padding: 20px;
    padding-top: 0;
}
.blogpg article.elementor-post {
    background: #F3F9FC;
    border-radius: 20px;
}
.blogpg .elementor-post__text {
    padding: 20px;
    padding-top: 0;
}
.singlepg h2, .singlepg h3, .singlepg h4, .singlepg h5{
	font-family: "Inter", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3em;
	color: #096BD8;
}
.singlepg p {
	margin-bottom: 20px;
    }
.singlepg img{
	margin: 0 auto;
    display: block;
}
.contactfrm .elementor-field-group .elementor-field:not(.elementor-select-wrapper) {
    padding-top: 12px;
    padding-bottom: 12px;
}
.contactfrm .elementor-field-group.elementor-column.elementor-field-type-submit.e-form__buttons{
	display: block;
}
.contactfrm label.elementor-field-label {
    position: absolute;
    right: 15px;
	    top: 12px;
}
@media(max-width: 1024px){
	.maxcontainer {
    max-width: 97%;
    margin: 0 auto;
}
}