/**
 * @author Sarbodaya Kandel
 *
 * @copyright RDA Research 2023
 */
.debug_on .d-lg-none {
	top			: -11px ;
	left		: 203px ;
	width		: 1016px ;
	height		: 671px ;
	display		: block !important ;
	opacity		: 0.5 ;
	z-index		: 11 ;
	position	: absolute ;
}

.graph_geotribes .graph_items .graph_item.item_1 {
	top		: -20px ;
	left	: 580px ;
	width	: 68px ;
}

.graph_geotribes .graph_items .graph_item.item_2 {
	top		: -11px ;
	left	: 477px ;
	width	: 66px ;
}

.graph_geotribes .graph_items .graph_item.item_3 {
	top		: 7px ;
	left	: 795px ;
	width	: 51px ;
}

.graph_geotribes .graph_items .graph_item.item_4 {
	top		: -3px ;
	left	: 277px ;
	width	: 56px ;
}

.graph_geotribes .graph_items .graph_item.item_5 {
	top		: 19px ;
	left	: 132px ;
	width	: 56px ;
}

.graph_geotribes .graph_items .graph_item.item_6 {
	top		: 212px ;
	left	: 257px ;
	width	: 62px ;
}

.graph_geotribes .graph_items .graph_item.item_7 {
	top		: 226px ;
	left	: 516px ;
	width	: 72px ;
}

.graph_geotribes .graph_items .graph_item.item_8 {
	top		: 256px ; 
	left	: 129px ;
	width	: 47px ;
}

.graph_geotribes .graph_items .graph_item.item_9 {
	top		: 152px ;
	left	: 357px ;
	width	: 80px ;
}

.graph_geotribes .graph_items .graph_item.item_10 {
	top		: 150px ;
	left	: 716px ;
	width	: 55px ;
}

.graph_geotribes .graph_items .graph_item.item_11 {
	top		: 330px ;
	left	: 656px ;
	width	: 56px ;
}

.graph_geotribes .graph_items .graph_item.item_12 {
	top		: 387px ;
	left	: 376px ;
	width	: 78px ;
}

.graph_geotribes .graph_items .graph_item.item_13 {
	top		: 210px ;
	left	: 809px ;
	width	: 121px ;
}

.graph_geotribes .graph_items .graph_item.item_14 {
	top		: 417px ;
	left	: 890px ;
	width	: 78px ;
}

.graph_geotribes .graph_items .graph_item.item_15 {
	top		: 457px ;
	left	: 499px ;
	width	: 78px ;
}

.graph_geotribes {
	width			: 1000px ;
	height			: 671px ;
	margin 			: 0 auto ; 
	position		: relative ; 
    margin-top		: 15px ;
    margin-bottom	: 30px ;

}

.graph_geotribes_bg {
    top			: 32px ;
    left		: 12px ;
    position	: absolute ;
}

.showcase-section-thumbs {
	display : none ;
}

.geotribes-infographics-sm {
	display : none ; 
}

.geotribes-infographics-container {
	display 		: flex ; 
	justify-content : center ;
}

.geotribes-infographics-sm ,
.geotribes-infographics-lg {
	width : 98% ; 
}

@media screen and (max-width : 940px) {
	.geotribes-infographics-lg {
		display : none ;
	}
	
	.geotribes-infographics-sm {
		display : inline ; 
	}
}

.geotribes-gallery-sm  {
	position : relative ; 
}

.geotribes-gallery-sm > svg {
	top			: 0 ; 
	left		: 0 ; 
	width 		: 100% ; 
	height 		: 100% ; 
	position 	: absolute ;
}

.geotribes-gallery-sm > svg rect {
	fill-opacity	: 0 ; 
	stroke-width	: 2 ; 
	stroke-opacity 	: 0 ; 
}

.geotribes-gallery-sm > svg rect:hover , 
.geotribes-gallery-sm > svg rect:focus {
	rx				: 6 ; 
	ry 				: 6 ;
	fill-opacity	: 0.25 ;
	stroke-opacity 	: 0.75 ; 
}

.geotribes-gallery-sm > svg a:focus ,
.geotribes-gallery-sm > svg rect:focus {
	outline : none ; 
}

@media screen and (max-width : 1360px) {
	.geotribes-gallery-sm {
		display : block ;
	}

	.geotribes-gallery-lg {
		display : none ; 
	}
}

@media screen and (min-width : 1361px) {
	.geotribes-gallery-sm {
		display : none ;
	}

	.geotribes-gallery-lg {
		display : block ; 
	}
}