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


.tab-sec .rkit-tab-content-container {
    padding-left: 0;
    padding-right: 0;
}
.tab-sec .elementor-element.elementor-element-5a169256 {
    padding-top: 40px;
    padding-bottom: 80px;
}
.tab-sec .rkit-tab-nav-container {
    width: 65%;
    margin: 0 auto;
}
.service-box:hover {
    background: #2a2a2a;
}
.service-box:hover h4 {
    color: #fff;
}
.service-box:hover span.elementor-icon i {
    color: #fff;
}
.service-box:hover p {
    color: #fff;
}
.service-box:hover a.elementor-button {
    color: #fff !important;
}
.service-box:hover a.elementor-button:hover {
    color: #FFE512 !important;
}
.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.rkit-metadata-item a {
    pointer-events: none !important;
}
.logo-slides img.swiper-slide-image {
    filter: brightness(0.1) invert(0.3) !important;
}
.pum-container {
    background: #f4f4f4 !important;
    border-color: #ffe512 !important;
}
.pum-theme-478 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    background: #ffe512 !important;
    color: #0d72b9 !important;
    border-color: #0d72b9 !important;
}

@media only screen and (max-width: 1000px) and (min-width: 320px){
	.tab-sec .rkit-tab-nav-container {
		width: 100%;
	}
	.tab-sec .rkit-tab-nav-container ul.rkit-tab-nav {
		row-gap: 10px;
	}
	.responsive-video {
	  position: relative;
	  padding-bottom: 56.25%; /* 16:9 aspect ratio */
	  height: 0;
	  overflow: hidden;
	  max-width: 100%;
	  height: auto;
	}
	.responsive-video iframe,
	.responsive-video object,
	.responsive-video embed {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}

}