/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.6
	Stable tag: 3.4.6
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
.button-icon-circle a:after {
    content: "";
    border: 1px solid rgba(255,255,255,0.5);
    height: 80px;
    width: 80px;
    position: absolute;
    border-radius: 50%;
    right: -30px;
    top: 50%;
    transform: translate(0, -50%);
}
.button-icon-circle a:hover:after{
    content: "";
    border: 1px solid #D0DB8D; 
}
textarea {
	height:100px !important
}
@media (max-width:767px) {
	.ak-popup-box {
    max-width: 80%; 
}
}
.footer-popup-trigger {
    position: fixed;
    left: 20px;
    bottom: 20px;
    background: #7a75b5;
    border: 1px solid #fff;
    height: 50px;
    width: 50px;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 25px !important;
    font-weight: bold !important;
    z-index: 99;
    padding: 0 !important;
    line-height: 1.7 !important;
}
.footer-popup-trigger svg {
    margin: 7px 0 0 0;
    width: 30px;
}
.ak-popup-trigger-215 {
	cursor:pointer
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	border:none;
	border-bottom:1px solid #d1d1d1;
	padding-left: 0;
    padding-right: 0;
}
.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  background: #014F43;
  transform: skewY(-2deg);
  padding: 20px 0;
}

.marquee {
  display: flex;
  width: max-content;
  animation: marqueeScroll 20s linear infinite;
}

.marquee span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 40px;
  position: relative;
}

/* separator slash */
.marquee span::after {
  content: "/";
  position: absolute;
  right: -10px;
  color: rgba(255,255,255,0.4);
}

/* animation */
@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}
.contact-form .wpcf7-submit{
	background:#014F43 !important
}
.contact-form .wpcf7-submit:hover{
	background:#D0DB8D !important;
	color:#000 !important
}
.ak-popup-content .wpcf7-submit {
	padding: 10px 50px 10px 50px !important;
    border: none !important;
}
.ak-popup-content .wpcf7-submit:hover {
	background:#D0DB8D !important;
	color:#000 !important
}
@media (max-width:767px) {
	.blog-single .single-content {
		text-align:center
	}
	.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active) {
		display: flex !important;
	}
	.elementor-9 .elementor-element.elementor-element-05431d8 > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected='false']:not( :hover ){
		background: var(--e-global-color-secondary)!important;
		border-style: solid!important;
		border-width: 1px 1px 1px 1px!important;
		border-color: var(--e-global-color-secondary)!important;
		margin-block-end: var(--n-tabs-gap)!important;
		margin-top:50px !important
	}
	.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false], .elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] a {
		color:var(--n-tabs-title-color-active) !important;
	}  
}
.custom-load-gallery .gallery-hidden {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
  position: absolute !important;
}

.custom-load-gallery .elementor-gallery {
  position: relative;
}
.custom-load-gallery .elementor-gallery {
  overflow: hidden;
  transition: max-height 0.6s ease;
}
.swiper-slide img {
	display:flex
}
/* .swiper-slide {
	background:#fff !important
} */
.swiper-slide figure {
	background:#fff !important
}
body .ekit-wid-con .ekit-form form input[type=submit] {
    background-color: #014F43 !important;
}
body .ekit-wid-con .ekit-form form input[type=submit]:hover {
    background-color: #D0DB8D !important;
	color:#000 !important
}