@charset "UTF-8";
/*
IruCom WebCMS v9-2021 CSS: Overrules
Created on : 15.07.2021 IruCom systems/This will be used for Preview of the Article on WebCMS
Copyright : Pragash Irudayam - IruCom systems
 Licence only for one Domain. No changes or addons are allowed without prior permisssion from Pragash Irudayam (IruCom systems)
*/
/* 
@ Gold: #D19428; rgb(209,148,40);
@ yellow #faaa00 rgba(250, 170, 0, 1)
@ red #FF0000;
@ dark red #b5001f;
*/ 

/*
font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
font-style: normal;
font-weight: 300; Regular
font-weight: 500; bold

*/

.icweb_section_bg_light_yellow {
   padding: 20px;
   background-color: rgba(250, 170, 0, 0.2);
}

.icweb_section_bg_color_lightgray {	
	padding: 15px;
	background-color: #F5F5F5;	
}
.icweb_section_bg_color_lightgold {	
	padding: 15px;
	background-color: rgba(209,148,40, 0.3)
}
.icweb_section_bg_gradiant_lightgold {	
	padding: 15px;
	background-image: linear-gradient(to bottom, rgba(250, 170, 0, 0.2), rgba(255,255,255, 0.3));
}
.icweb_section_bg_color_orangebrown {	
	padding: 15px;
	background-color: rgba(197, 75, 22, 1);
}

.text_color_orangebrown {
	color: rgba(197, 75, 22, 1);
}
.text_color_gold {
	color: rgba(209,148,40, 1);
}
.icweb_align_center {
	text-align: center;
	justify-content: center;
}
.icweb_align_right {
	text-align: right;
	justify-content: flex-end;
}
.icweb_border_round_red {
	border: 2px solid #FF0000;;
	border-radius: 7px;
}
.icweb_border_focused {
	border-bottom: 2px solid #FF0000;
}
.icweb_text_white{
	color: #FFFFFF;
}
.icweb_border_gold_dotted{
	padding: 20px;
	border: 1px dotted rgba(209,148,40, 1);
	border-radius: 7px;
}

.icweb_button_white {
   color: #000000;
   border: 1px solid rgba(250, 170, 0, 0.2);
   background-color: #FFFFFF;
}

.icweb_display_row {
	flex-direction: row;
}
@media only screen and (max-width: 600px) {
	.icweb_display_row {
	flex-direction: column;
	}
}
.icweb_display_column {
	flex-direction: column;
}
.icweb_display_box {
	display: block;
}
.icweb_box_faded {
	-webkit-mask-image: linear-gradient(black, transparent);
	mask-image: linear-gradient(black, transparent);
	
}
@media only screen and (max-width: 600px) {
	.icweb_box_faded {
	display: none;
	}
}