/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 22 2022 | 20:43:18 */
header#site-header
{
    display: none;
}
h1.entry-title
{
    display: none;
}
.header-icon i
 {
    position: relative;
    top: 12px;
}
.custom-icons i {
    position: absolute;
    display: block;
    left: 50%;
    top: -70px;
    width: 80px;
    height: 64px;
    font-size: 64px;
    text-align: center;
    line-height: 64px;
    margin-left: -40px;
    color: #f5f5f5;
    z-index: -1;
}
.custom-reviews .swiper-slide
{
    position: relative;
    padding: 40px 40px 35px;
    border-radius: 5px;
    background: #2ec06f url(/wp-content/uploads/2021/08/map-pattern.png) center center no-repeat;
}
.custom-heading h2 {
    position: relative;
    display: inline-block;
    text-align: center;
    background: #f9f9f9;
    border-radius: 50px;
    
/*     padding: 15px 40px; */
}
.middle-text {
    background: #38c476;
    color: white;
    padding: 6px 11px;
    border-radius: 50%;
    border: 5px solid white;
    margin: 0px 20px;
}
.headset i {
    background: #38c476;
    color: white;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid white;
}
.custom-menuss li a {
    background: #f9f8f7;
    color: #181614;
    display: block;
    padding: 26.5px 40px;
    font-size: 16px;
    font-family: 'heebo';
    font-weight: 700;
    text-transform: uppercase;
    transition: .5s;
}
.custom-menuss li {
    margin-bottom: 2px;
}
.custom-menuss ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.custom-menuss li a:hover{
  background: #be1f35;
  color:white;
}
.custom-menuss .current-menu-item.current_page_item a{
  background: #2b6c41;
  color:white;
}
.custom-faqs .elementor-accordion-item {
    margin-bottom: 5px;
    border-bottom: 1px solid #eceaea !important;
}







.image-1 .elementor-widget-container img:before {
    position: absolute;
    left: -50px;
    top: 0;
    height: 200px;
    width: 20px;
    background-color: red;
    border-radius: 20px;
    content: "";
}
.icon.icon{
	z-index:1;
}
.icon .icon:after {
    position: absolute;
    top: 10px;
    height: 48px;
    width: 48px;
    background-color: #fff;
    content: "";
    border-radius: 50%;
    left: 50%;
	z-index:-1;
    margin-left: -10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.icon.elementor-element-be780f8{
	background-color:#fff !important;
}
.main-number .number-area{
	transition: all 300ms ease !important;
	cursor:pointer;
}
.main-number .number-area:hover {
    box-shadow: 0 5px 20px rgb(0 0 0 / 20%);
    transform: translateY(-10px);
}
.btn-style .elementor-button-wrapper .elementor-button {
	position:relative;
	
}
.btn-style .elementor-button-wrapper .elementor-button .elementor-button-text{
	z-index:1;
}
.btn-style .elementor-button-wrapper .elementor-button:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	border-radius: 4px !important;
    content: "";
    background-color: #000;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style .elementor-button-wrapper .elementor-button:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}