/* Themify Customize Styling */
.header-widget-full {	background: none;
	background-color: #DF0076; 
}
.header-widget-full a {	
	color: #f5f5f5; 
}
body #site-logo a img {		width: 337px;
	height: 75px; 
}
#site-description {	display: none; 
}
#main-nav a {	
	font-family: "Open Sans";	font-weight:700;
	font-size:16px;
 
}
#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 */
body #site-logo a img {		width: 337px;
	height: 75px; 
}
#footer-logo a img {		width: 300px;
	height: 32px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 337px;
	height: 75px; 
}
#footer-logo a img {		width: 300px;
	height: 32px; 
}
 }@media(max-width: 600px) { /* Themify Customize Styling */
body #site-logo a img {		width: 337px;
	height: 75px; 
}
#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, .themify_builder_content-2 .tb_6pm7141.module_row {
	background-color: var(--ada-color-2);
}

.themify_builder_content-2 .tb_fu3p733.module-text.module .tb_text_wrap h2, .themify_builder_content-2 .tb_fu3p733.module-text.module .tb_text_wrap h1, .themify_builder_content-2 .tb_klr5904.module-text.module .tb_text_wrap h2, .themify_builder_content-2 .tb_klr5904.module-text.module .tb_text_wrap h1, .themify_builder_content-2 .tb_793m528.module-text.module .tb_text_wrap h2, .themify_builder_content-2 .tb_793m528.module-text.module .tb_text_wrap h1, .themify_builder_content-2 .tb_sdsg0.module-text.module .tb_text_wrap h2, .themify_builder_content-2 .tb_sdsg0.module-text.module .tb_text_wrap h1, .themify_builder_content-2 .tb_dipd591.module-text.module .tb_text_wrap h3:not(.module-title) {
	color: var(--ada-color-1);
}

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