/* 
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
*/

/* Add your custom styles here */
.technology-gallery-box .gallery-icon a {
    background: #fff;
    display: block;
    padding: 15px;
    border-radius: 15px;
}
.technology-gallery-box .gallery-icon a img {
    height: 60px;
    object-fit: contain;
    object-position: center;
}

/*career css*/
.awsm-grid-item .awsm-job-item {
    border-radius: 15px;
}
.awsm-job-listings .awsm-grid-right-col *,
.awsm-filter-wrap form * {
    font-size: 16px !important;
}
.awsm-job-listings .awsm-job-post-title {
    font-size: 24px !important;
}
.awsm-job-listings .awsm-grid-right-col .awsm-job-more-container {
    margin-top: 10px;
}
.awsm-job-specification-item {
    margin-top: 12px;
}
.awsm-job-form-inner h2 {
    font-size: 30px;
}
.awsm-job-form-inner {
    border-radius: 15px;
}
.awsm-job-container {
	max-width: 1230px;
	padding-left: 20px;
	padding-right: 20px;
}
div.awsm-job-form-error {
    display: none !important;
}
.awsm-job-form-field.awsm-job-form-error {
    border-color: #db4c4c !important;
}
.mf-input-wrapper .mf-error-message {
    background: #f5f5f5;
    padding: 8px 15px;
    margin-top: 6px;
    border-radius: 6px;
    font-weight: 500 !important;
}
.awsm-job-item h2.awsm-job-post-title a {
    font-size: 20px;
}

.accoedion-primary .elementskit-card .elementskit-card-body ul {
    padding-left: 18px;
}

.testimonial-loop .elementskit-commentor-bio {
    display: none;
}
.testimonial-loop .elementskit-single-testimonial-slider {
    min-height: 325px;
}
button.elementskit-menu-close.elementskit-menu-toggler {
    color: #fff !important;
}
.submenu-click-on-icon .ekit-menu-nav-link svg.elementskit-submenu-indicator.ekit-svg-icon {
    width: 25px;
    height: 25px;
    max-width: inherit;
    max-height: inherit;
    padding: 6px;
}
.preferred-contact-wrp label.mf-input-label {
    display: block;
    margin-bottom: 5px !important;
}
button.elementskit-menu-close {
    background: var( --e-global-color-bf890a9 ) !important;
    border-color: var( --e-global-color-bf890a9 ) !important;
}
.ekit-template-content-header .elementor-sticky.elementor-sticky--active.elementor-sticky--effects {
    background: #f2f3f6;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.awsm-job-listings.awsm-lists {
    display: none !important;
}




@media (max-width: 1024px) {
    .elementskit-menu-hamburger {
        padding: 12px !important;
    }
	.elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
		height: 2px !important;
	}
}