/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	margin-top: 30px;
}

section.hero-banner {
	text-shadow: 0px 0px 50px black, 0px 0px 50px black, 0px 0px 50px black, 0px 0px 50px black;
}

.why-choose-us h3 {
	display: none;
}

.bullet-title h1 {
	border-right: 3px solid #50b938;
    padding-right: 0.5em;
}

.bullet-title p {
	border-right: 3px solid #50b938;
    padding-right: 0.5em;
	margin-top: -0.75em !important;
}

.bullet-title .elementor-image-box-wrapper {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.why-choose-us .elementor-image-box-wrapper{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.why-choose-us  p {
	margin: 2em -10px 1em 0 !important;
}

.big-cat-home .inner-content {
	font-size: 26px;
    font-weight: 400;
	font-family: 'Heebo', Sans-serif; 
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    max-width: 13ch;
    line-height: 1em;
    right: 3em;
}

.big-cat-home .inner-content a {
	display: block;
}

.big-cat-home .inner-content p {
    color: var( --e-global-color-primary ); 
    margin: 0;
}

.big-cat-home .inner-content span {
    margin-top: -10px;
	color: #000;
}

.background-with-icon .elementor-image-box-wrapper{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.background-with-icon .elementor-image-box-img {
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 10px 5px 10px 25px;
    width: 111px !important;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.background-with-icon .elementor-image-box-img:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 100%;
    top: 0;
    transform: skew(15deg);
    left: 0;
    z-index: -1;
    background-color: #50b938;
    transform-origin: top left;
}

.border-testimonials:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 100%;
    top: 0;
    transform: skew(15deg);
    left: 0;
    z-index: -1;
    border: 2px solid #50b938;
}

.background-accordion .elementor-accordion-item {
	margin-top: 1em;
	z-index: 1;
    overflow-x: hidden;
    position: relative;
}

.background-accordion .elementor-accordion-item:before {
	content: "";
    position: absolute;
    width: 150%;
    height: 100%;
    top: 0;
    transform: skew(15deg);
    left: 0;
    z-index: -1;
    background-color: #fff;
	transform-origin: top left;
}

.background-partners .gallery-item {
	height: 100px;
}

.background-partners .gallery-icon {
	z-index: 1;
    overflow: hidden;
    position: relative;
	height: 100%;
	width: 85%;
	margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.background-partners .gallery-icon img {
	margin-left: 15px;
}

.background-partners .gallery-icon:before {
	content: "";
    position: absolute;
    width: 150%;
    height: 100%;
    top: 0;
    transform: skew(15deg);
    left: 0;
    z-index: -1;
    background-color: #f8f8f8;
    transform-origin: top left;
}

.grey-striped-bg {
	background: repeating-linear-gradient(  45deg,  #f9f9f9,  #f9f9f9 4px,  #f9f9f9 4px,  #ececec 6px)
}
a.custm-filter-close {
    width: 90%;
    display: block;
    text-align: center;
    padding: 10px;
    background: gray;
    color: white;
    margin: 20px auto;
}

@media (max-width: 767px) {
	.bullet-title {
		margin: 0 20px;
	}
	
	.border-testimonials:before {
		content: none;
	}
	
	.why-choose-us  p {
	margin-top: auto;
	}
	
	.big-cat-home .inner-content {
		font-size: 24px;
		right: 4rem;
	}
	
	.background-partners .gallery-item {
		margin-bottom: 10px !important;
	}
	
}


@media (max-width: 441px) {
	.big-cat-home .inner-content {
		font-size: 20px;
		right: 3rem;
	}
	

