/*
Theme Name: Mirage
Theme URI: https://mirage.themerex.net/
Description: Mirage is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0.0
Tested up to: 6.7.2
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: mirage
*/
/* TABLE OF CONTENTS:

1. Reset tags and predefined classes
2+ See in the active skin styles

-------------------------------------------------------------- */
/* 1. Reset tags
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, video, audio,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  outline: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

applet, object, iframe, video, audio,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
}

html {
  font-size: 100%;
  /*62.5%;*/
                	          		/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units
									   http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
                            	/* www.456bereastreet.com/archive/201012/
									   controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html:not(.edit-post-visual-editor) {
  height: 100%;
  overflow-y: scroll !important;
  overflow-x: hidden;
}

html:not(.edit-post-visual-editor),
body:not(.edit-post-visual-editor) {
  margin: 0;
  padding: 0;
  width: 100%;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  color: inherit;
  background: none;
  border-style: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

div.ui-datepicker {
  background-color: #fff;
}

div.ui-accordion .ui-accordion-header {
  padding: 0;
}

div.ui-accordion .ui-accordion-header-icon {
  display: none;
}

div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
  padding: 0;
}

div.ui-tabs .ui-tabs-nav li {
  float: none;
  margin: 0;
}

div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
}

/* Predefined classes for users
-------------------------------------------------------------- */
/* Round object corners */
.rounded_none {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.rounded_tiny {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.rounded_small {
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.rounded_medium {
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.rounded_large {
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.rounded {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* Overflow hidden */
.overflow_hidden {
  overflow: hidden !important;
}

.overflow_x_hidden {
  overflow-x: hidden !important;
}

.overflow_y_hidden {
  overflow-y: hidden !important;
}

/*# sourceMappingURL=style.css.map */


/*=========================================================*/

/* Slider container */
.thumbnail_slider {
  max-width: 700px;
  width: 100%;
  margin: auto;
}

/* Main slider slide */
.primary_slider .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 500px; 
}

/* Main slider image */
.primary_slider .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Thumbnails */
.thumbnail_slider_nav {
    padding-top: 10px !important;
}

.thumbnail_slider_nav .splide__slide {

  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.3s;
}


.thumbnail_slider_nav .splide__slide.is-active {
  box-shadow: 2px 3px 8px #40f01894;
}

.thumbnail_slider_nav .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive heights */
@media (max-width: 1024px) {
  .primary_slider .splide__slide {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .primary_slider .splide__slide {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .primary_slider .splide__slide {
    height: 200px;
  }
}


/*=========================================================new customizing css=================================================*/



.elementor-4509 .elementor-element.elementor-element-67b4187 > .elementor-container > .elementor-column > .elementor-widget-wrap {
    padding-bottom: 80px;
}

.ser-faq .sc_cover{
	display: none;
}
/* 
.btn-ui .sc_button.sc_button_slant:before {
	background-color: #ffff !important;
} */



.elementor-5002 .elementor-element.elementor-element-87b065e .elementor-tab-title.elementor-active{
	    color: #ffffff;
    border: 1px solid #40f315 !important;
}

.menu_hover_path_line .sc_layouts_menu_nav > li:not(.menu-collapse):before, .menu_hover_path_line .sc_layouts_menu_nav > li:not(.menu-collapse):after, .menu_hover_path_line .sc_layouts_menu_nav > li:not(.menu-collapse) > a:before, .menu_hover_path_line .sc_layouts_menu_nav > li:not(.menu-collapse) > a:after {
	    background-color: #40f315 !important;
}

.sc_layouts_menu_nav > li > a:hover, .sc_layouts_menu_nav > li.sfHover > a{
/* 	    color: #000000 !important; */
}

.sc_layouts_cart_items_short {
    background-color: #40f315 !important;
}

/* .sc_layouts_menu_nav > li.current-menu-item > a, .sc_layouts_menu_nav > li.current-menu-parent > a, .sc_layouts_menu_nav > li.current-menu-ancestor > a {
    color: #000000 !important;
} */


.icon-card .elementor-widget-icon-box {
    background: #ffff;
    border-radius: 30px;
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon {
    margin-top: -60px;
}

.wpcf7 .wpcf7-submit-style .submit-style-in {
/*     background-color: #000000; */
	    background: #3FF018;
    background: linear-gradient(313deg, rgba(63, 240, 24, 1) 0%, rgba(28, 156, 81, 1) 50%, rgba(12, 171, 60, 1) 100%);
}
.wpcf7 .wpcf7-submit-style .wpcf7-submit:hover {
/*     color: #3FF018; */
	color: #000 !important;
}



.wpcf7 .wpcf7-submit-style:hover .wpcf7-submit + .submit-style-in {
    color: #3FF018;
    border-color: #000000;
    background-color: #000000;
}

.sc_layouts_menu_nav > li.current-menu-item > a, .sc_layouts_menu_nav > li.current-menu-parent > a, .sc_layouts_menu_nav > li.current-menu-ancestor > a{
	color:#3FF018 !important;
}

.sc_layouts_menu_nav > li > a:hover, .sc_layouts_menu_nav > li.sfHover > a:hover{
	color:#3FF018 !important;
}


.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not([class*="button"]), [class*="scheme_"].sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not([class*="button"]){
	color: white;
}

.sc_layouts_row_type_compact .sc_layouts_item, [class*="scheme_"].sc_layouts_row_type_compact .sc_layouts_item{
	color:white;
}

.sc_layouts_row_type_compact .sc_layouts_item_icon{
	color: white !important;
}

.search_modern > .search_submit{
	color: white !important;
}

.swiper-pagination-custom .swiper-pagination-button.swiper-pagination-button-active, .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet.swiper-pagination-bullet-active, .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet:hover, .slider_container .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active, .slider_outer .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active, .slider_container .slider_pagination_wrap .swiper-pagination-bullet:hover, .slider_outer .slider_pagination_wrap .swiper-pagination-bullet:hover{
	background-color: #3FF018 !important;
	border-color: #3FF018 !important;
}

.sc_cover:hover + .elementor-container .num-hover, .sc_cover:hover + .elementor-container .num-hover *{
	color:#3FF018 !important;
}

.wpcf7 .wpcf7-submit-style .submit-style-in:before {
    color: white;
}

.wpcf7 .wpcf7-submit-style:hover .submit-style-in:before {
/*     color: #3FF018; */
	color: #000;
}
.wpcf7 .wpcf7-submit-style .wpcf7-submit {
    color: white;
}

.elementor-element-0ffb575 .sc_button_title{
	color: #ffff;
}

.scroll_to_top_style_default:hover:before {
    color: #fff;
}


/* ======features button============= ===About-us-page */
.page-id-3738 .sc_services_modern .sc_services_item_button {
    display: none;
}
/* ==============END=============== */

.menu-item{
	cursor:pointer;
}

/* === consultation btn === */

#sc_layouts_menu_676930062 li a span{
    color: #fff ;
}
.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not([class*="button"]){
    color: #fff !important;
}

#menu-item-40666:hover,
#menu-item-40666:hover::before,
#menu-item-40666:hover::after,
#menu-item-40666 a:hover,
#menu-item-40666 a:hover::before,
#menu-item-40666 a:hover::after {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  content: none !important;
}

.elementor-element-105a386 .menu_hover_path_line 
.sc_layouts_menu_nav > li.menu-item-40666:before,
.elementor-element-105a386 .menu_hover_path_line 
.sc_layouts_menu_nav > li.menu-item-40666:after,
.elementor-element-105a386 .menu_hover_path_line 
.sc_layouts_menu_nav > li.menu-item-40666 > a:before,
.elementor-element-105a386 .menu_hover_path_line 
.sc_layouts_menu_nav > li.menu-item-40666 > a:after {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    content: none !important;
}



#menu-item-40666 a,
.elementor-element-105a386 .menu-item-40666 a{
	color: #fff !important;
	    background: #3FF018;
    background: linear-gradient(313deg, rgba(63, 240, 24, 1) 0%, rgba(28, 156, 81, 1) 50%, rgba(12, 171, 60, 1) 100%);
	border-radius: 5px;
}
#menu-item-40666:hover a,
.elementor-element-105a386 .menu-item-40666:hover a span{
	color: #000 !important;
}


.sc_layouts_menu_nav>li + li + li + li + li + li + li {

	color:#fff !important;
	border-radius: 5px;
	background: #3FF018;
	background: linear-gradient(313deg, rgba(63, 240, 24, 1) 0%, rgba(28, 156, 81, 1) 50%, rgba(12, 171, 60, 1) 100%);
}

.sc_layouts_menu_nav>li + li + li + li + li + li + li:hover {
	text-decoration: none !important;
}




.sc_layouts_menu_nav > li.current-menu-item > a{
	color:#fff !important;
}
/* === END === */

.sc_button.color_style_dark:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image){
    color: #ffffff !important;
    border-color: #3FF013 !important;

}


.elementor-element-3e073e3 .sc_button.sc_button_veil:before{
			border: 2px solid #3FF013 !important;
}



.sc_action_item.with_image.sc_action_fixed_height{
	justify-content: flex-end;
}



.Card-section{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}



.sc_action_item{
	cursor:pointer;
}

.sc_action_item .sc_action_item_description {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.8s ease-in-out;
}

.sc_action_item:hover .sc_action_item_description {
  opacity: 1;
  max-height: 500px;
}


.elementor-40816 .elementor-element.elementor-element-f4e6206 > .elementor-widget-container,
.elementor-40816 .elementor-element.elementor-element-5f5e94e > .elementor-widget-container,
.elementor-40816 .elementor-element.elementor-element-aedd83c > .elementor-widget-container,
.elementor-40816 .elementor-element.elementor-element-45254fd > .elementor-widget-container{
	background-color: #fff;
	min-height: 250px;
}


.elementor-element-683b444 .elementor-widget-container .sc_item_descr.sc_align_center {
    max-width: 90%;
}

/* === */
.elementor-element-f7f3315,
.elementor-element-c6df0c6,
.elementor-element-3b7407d,
.elementor-element-8cf2138{
  position: relative;
	overflow:visible;
}




.elementor-40816 .elementor-element.elementor-element-55dad88 .elementor-tab-title {
    border-radius: 10px;
}

.elementor-40816 .elementor-element.elementor-element-55dad88 .elementor-tab-content {
    margin-top: -20px;
    border-radius: 10px;
}




.elementor-element-fb5090d .sc_cover.sc_cover_default{
	display:none;
}


.elementor-element-87b065e .elementor-tabs-wrapper{
	flex-wrap: wrap !important;
}

.sc_button.sc_button_veil:before{
	box-shadow:none;
}

.elementor-element-e894ee0 .sc_button_title{
	color:#fff;
}

.search_modern .search_wrap{
	background:#000;
}


.elementor-element-b5c9160 .sc_button_title{
	color: #fff;
}


@media (max-width: 1440px) and (min-width: 1280px){
	.elementor-element-74f4e16 p{
		padding-right: 50px !important;
	}
	
	.elementor-37995 .elementor-element.elementor-element-94fbda2 > .elementor-element-populated{
		margin: 0 !important; 
	}
}

@media (max-width: 1024px){
	.Card-section .elementor-column.elementor-col-25{
	width: 50%;
}
	
	.elementor-40464 .elementor-element.elementor-element-ce46452 .sc_action_item,
	.elementor-40464 .elementor-element.elementor-element-dc9dff8 .sc_action_item,
.elementor-40464 .elementor-element.elementor-element-0676e56 .sc_action_item,
	.elementor-40464 .elementor-element.elementor-element-ffaff90 .sc_action_item,
	.elementor-40470 .elementor-element.elementor-element-687c088 .sc_action_item,
	.elementor-40470 .elementor-element.elementor-element-8e5ce41 .sc_action_item{
    margin-top: 30px;
}
	
}


@media (max-width: 768px){
		.Card-section .elementor-column.elementor-col-25{
	width: 100%;
}
	.Card-section .sc_action_item{
		margin-top: 30px;
	}
	
	
	.elementor-5002 .elementor-element.elementor-element-87b065e .elementor-tab-title, .elementor-5002 .elementor-element.elementor-element-87b065e .elementor-tab-title:before, .elementor-5002 .elementor-element.elementor-element-87b065e .elementor-tab-title:after, .elementor-5002 .elementor-element.elementor-element-87b065e .elementor-tab-content, .elementor-5002 .elementor-element.elementor-element-87b065e .elementor-tabs-content-wrapper {
    border-width: 0px;
    padding: 10px 0;
}
	
	
	
#elementor-tab-content-3761 .elementor-element-f3ec758 .elementor-column-gap-extended,
#elementor-tab-content-3761 .elementor-element-b94fc1b .elementor-column-gap-extended	{
	
	flex-direction: column-reverse;
}
	
	.elementor-element-60e9765,
	.elementor-element-b94fc1b,
	.elementor-element-60e9765,
	.elementor-element-2e3866f,
	.elementor-element-e04b2fb,
	.elementor-element-d8f727e,
	.elementor-element-07a2538,
	.elementor-element-bcf334d{
		padding-top:40px;
	}
	
}

.adp-popup.adp-popup-location-center{
	display:none;
}


/* ========portfolio====== */
#splide35-list .glightbox img{
    height: 250px !important;
}

#splide55-slide01 .glightbox img{
    height: 250px !important;
}

@media (max-width: 768px){
	#splide35-list .glightbox img{
    height: 250px !important;
}
	#splide55-slide01 .glightbox img{
    height: 250px !important;
}
}


/*============================================END===============================================*/

