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


.elementor-button-icon svg{
	width:12px!important;
}
.marquee-right,.marquee-left   {
  overflow: hidden;
	display:flex;
}
.marquee-right h2,.marquee-left h2 {
	white-space:nowrap;
}
#breadcrumbs span > span{
	margin:0 10px;
}
.link-line a{
	text-decoration-color:#fff!important;
}
.btton-icon .elementor-button-icon svg{
	width:24px!important;
	height:24px!important;
}
.elementor-field-type-acceptance label{
	font-weight: 400!important;
	font-size: 14px!important;
	line-height: 150%!important;
	color:#111111!important;
	margin: -5px 0 0 4px;
  display: inline-block!important;
}
.elementor-field-type-acceptance label a{
	color:#111111!important;
}
.elementor-acceptance-field{
	width:18px!important;
	height:18px!important;
	border-color:#8A8A8A!important;
	border-radius:0!important;
	accent-color:#EE0002!important;
}
.elementor-form .elementor-field{
	color:#000!important;
	opacity:1!important;
}
.elementor-form .elementor-field::placeholder{
	color:rgba(0,0,0,0.6)!important;
	opacity:1!important;
}
textarea.elementor-field  {
	padding-top:12px;	
}


table{
	margin:0;
	color: #111111!important;
}
table thead th{
	⁨⁨color: #111111!important;
	text-align: center;
	font-family: var( --e-global-typography-356bc2a-font-family ), Sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: 700;
	line-height: 130.769%;
	text-transform: uppercase;
	background-color:#0000000F;
}
table tbody td{
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	color: #8A8A8A;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background-color:transparent!important;
}
table td, table th{
	padding:10px 12px;
	border-color:#B9B9B9!important;
}

@media screen and (max-width: 991px){
	.table-block table thead th{
		font-size:18px;	
	}
	table tbody td{
		font-size:14px;
	}
}

@media screen and (max-width: 767px){
	#breadcrumbs{
		text-align:center;	
	}
	#breadcrumbs span > span{
		margin:0;
	}
	
	
	.table-block {
		overflow:scroll;
	}
	.table-block table{
		width:800px!important;
	}
}


