/* 
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
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 */
body{
	color: #f5f5f5;
	background-color: #000;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #ffffff;
}
a:hover, a:active {
  color: #F6E300;
}
.hero-left .elementor-heading-title span{
	color: #F6E300;
}
.sw-heading span, .left-image-grid .elementor-image-box-title span{
	color: #F6E300;
	display: inline-block;
	border-bottom: 2px solid #F6E300;
}
.elementor-widget-text-editor span{
	color: #F6E300;
	display: inline-block;
/*	border-bottom: 2px solid #F6E300;*/
}
.page-header{
	background-image: url(assets/img/breadcrumb.jpg);
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 80px 0px;
  align-items: center;
  justify-content: center;
}
.page-header .e-con-boxed{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.page-header .e-con-boxed .elementor-widget-heading{
	text-align: center;
	
}
.page-header .e-con-boxed .elementor-heading-title{
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	line-height: 1;
}
.page-template-default .site-main{
	padding-top: 50px;
	padding-bottom: 50px;
}
.w-100{
	width: 100% !important;
}
.wpforms-field-checkbox ul li a{
	color: #F6E300;
}
body .elementor-element div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown {
    background: var(--wpforms-field-background-color) !important;
    color: var(--wpforms-field-text-color);
}
div.wpforms-container-full .wpforms-form .wpforms-head-container{
	padding: 0px !important;
}
.cky-notice-des a, .link-color a{
	color: #F6E300;
}
/* Initial header styles */
#main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    transition: background-color 0.3s ease;
}

/* Sticky header background */
#main-header.scrolled {
    background-color: #000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
@media(max-width: 767px){
	.main-menu-navigator{
		flex: 1!important;
	}
}