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

/*
    Add your custom styles here
*/


.custom_bttn a {
    opacity: 0;
}

.hover_cus_box:hover .custom_bttn a {
    opacity: 1;
    height:auto;
    transform: translateY(-120px);
    transition: .40s;
}


.custo_flip .elementor-flip-box__layer__overlay {
    padding: 15px !important;
}
.custo_flip .elementor-flip-box__back:after {
    content:url('http://stage426.yourdesigndemo.net/wp-content/uploads/2023/12/Group-1686562635.png');
    position:absolute;
    top:0;
    right:0;
}
.custo_flip .elementor-flip-box__back{
    width:95%;
    height:95%;
}
.custo_flip .elementor-flip-box{
    display:flex;
    justify-content:center;
    align-items:center;
}
/*.elementor-38 .elementor-element.elementor-element-b1ce4af .swiper-slide-inner {
    max-width: 1200px;
}*/


.custm_tabs span.eael-tab-title:after:active {
    content: url(http://stage426.yourdesigndemo.net/wp-content/uploads/2023/12/Vector-8.png);
    color: red !important;
    position: absolute !important;
    top: 30px;
    !important: ;
    right: 10px !important;
    align-items: center !important;
    background-repeat: no-repeat !important;
}

.custm_tabs .eael-tab-title:after {
    content: '';
    position: absolute;
    width: 85%;
    height: 2px;
    background-color: #fff;
    top: auto;
    bottom: -25px;
    left: 15px;
    right: auto;
}
.custm_tabs .active .eael-tab-title:after {
    content: '';
    background: url(http://stage426.yourdesigndemo.net/wp-content/uploads/2023/12/Vector-8.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 25px;
    top: 30px;
}

.Custom_arrow .carousel-arrow {
    top: -72px !important;
    right: 13% !important;
}

.Custom_arrow .carousel-arrow.carousel-prev {
    left: auto !important;
    right: 18% !important;
}

.custom_blog .carousel-arrow {
    
    left: -44% !important;
    top: 92% !important;
}

.custom_blog .carousel-arrow.carousel-prev {
    left: auto !important;
    right: 139% !important;
}

/* a.elementor-item.elementor-item-active:after {
    content: url(http://stage426.yourdesigndemo.net/wp-content/uploads/2023/12/Vector-3.png);
    color: red !important;
    position: absolute !important;
    top: 43px;
    !important: ;
    right: 21px !important;
    align-items: center !important;
    background-repeat: no-repeat !important;
    left: 6px !important;
}
*/
/* .custm_nav ul li.current-menu-item a:after{
    content: "";
    background: url(http://stage426.yourdesigndemo.net/wp-content/uploads/2023/12/Vector-3-1.png) transparent no-repeat !important;
    width: 100%;
    height: 10px !important;
    position: absolute;
    bottom: -22px;
    left: 0;
    background-position: center bottom !important;
} */

	   .custm_nav ul li.current-menu-item a:after{
    content: "";
    background: url(http://stage426.yourdesigndemo.net/wp-content/uploads/2023/12/Vector-3-1.png) transparent no-repeat !important;
    width: 100% !important;
    height: 10px !important;
    position: absolute;
    bottom: -22px;
    left: 0;
    background-position: center bottom !important;
}


@media (max-width: 1024px) {
  /* Your styles for screens with a minimum width of 1600 pixels */
	   .custm_nav ul li.current-menu-item a:after{
display:none !important;
}

}
	
	