/* Themify Customize Styling */
.header-widget-full {	background: none;
	background-color: #DF0076; 
}
.header-widget-full a {	
	color: #f5f5f5; 
}
#pagewrap #headerwrap.fixed-header, .transparent-header #pagewrap #headerwrap.fixed-header {	background: none;
	background-color: #fff; 
}
#headerwrap.fixed-header #site-logo a img {		width: 450px;
	height: 100px; 
}
body #site-logo a img {		width: 450px;
	height: 100px; 
}
#site-description {	display: none; 
}
#main-nav a {	
	font-family: "Open Sans";	font-weight:700;
	font-size:32px;
 
}
#main-nav .highlight-link > a {	background: none;
	background-color: #e90e8b;
	color: #fff;
	padding-top: 16px;
	padding-bottom: 16px; 
}
#footerwrap {	background: none;
	background-color: #232323; 
}
#footer-logo a img {		width: 300px;
	height: 32px; 
}
#footer {	
	color: #999; 
}
#footer a {	
	color: #cccccc; 
}
#footer a:hover {	
	color: #e80a89; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 450px;
	height: 100px; 
}
body #site-logo a img {		width: 450px;
	height: 100px; 
}
#footer-logo a img {		width: 300px;
	height: 32px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 450px;
	height: 100px; 
}
body #site-logo a img {		width: 450px;
	height: 100px; 
}
#footer-logo a img {		width: 300px;
	height: 32px; 
}
 }@media(max-width: 600px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 450px;
	height: 100px; 
}
body #site-logo a img {		width: 450px;
	height: 100px; 
}
#footer-logo a img {		width: 300px;
	height: 32px; 
}
 }
/* Themify Custom CSS */
#content {
	padding: 0;
}

/* ADA Work Taha Ali Meo - Start */

.screen-reader-text.skip-to-content {
	border-block-color: #000000;
	border-inline-color: #000000;
	caret-color: #000000;
	color: #000000;
	column-rule-color: #000000;
	outline-color: #000000;
	text-decoration-color: #000000;
	text-emphasis-color: #000000;
	-webkit-text-fill-color: #000000;
	-webkit-text-stroke-color: #000000;
}
.screen-reader-text.skip-to-content:hover {
	opacity:0.8;
}

a:focus, input:focus, button:focus, select:focus, textarea:focus, img:focus, input:focus, .modal, :focus, *:focus {
	outline: 2px solid -webkit-focus-ring-color;
	outline-color: var(--theme_accent);
}

/* Set custom color for text selection */
::selection {
	background-color: #FFECA3; /* Replace with your desired color */
  color: var(--ada-color-1); /* Replace with the text color you prefer */
}

.header-widget-full, #main-nav .highlight-link>a {
  background-color: var(--ada-color-1);
	color: #ffffff;
}

#main-nav .highlight-link>a:hover {
	background-color: rgba(224, 60, 147, 0.1);
	outline: 2px solid var(--ada-color-1);
	color: var(--ada-color-1);
}

.header-widget-full a {
	outline-color: #000000;
}

.themify_builder_content-2 .tb_2uqr138.module_row {
	background-color: var(--ada-color-2);
}

.themify_builder_content-2 .tb_1x9r366.module-text a, .themify_builder_content-2 .tb_1b9a782.module-text a, .themify_builder_content-2 .tb_1b9a782.module-text a:hover, .themify_builder_content-2 .tb_2c0p897.module-text a {
	color: #ffffff;
}

body {
	color: #333333;
}

#footer {
	color: #adadad;
}

:root {
	--theme_accent: #B01212;
	--ada-color-1: #A11C70 /*#951D69*/;
	--ada-color-2: #AD005A;
	--ada-color-3: rgba(97, 36, 116, 0.01);
	--ada-color-4: #89336c;
}

/* ADA Work Taha Ali Meo - End */