/* xl - DESKTOP STYLES */ 
@media (min-width: 1200px) {
  /*What We Do Section*/
  .whar-we-do .icon-white{
  	display:none;
  }
  .whar-we-do:hover .elementor-widget-wrap{
  	background: linear-gradient(
  45deg
  , rgb(34, 30, 31) 0%, rgb(220, 30, 34) 100%);
  }
  .whar-we-do:hover p,
  .whar-we-do:hover .elementor-heading-title{
  	color:white !important;
  }
  .whar-we-do:hover .elementor-divider-separator{
  	border-top-color:white !important;
  }
  .whar-we-do:hover .icon-red{
  	display:none;
  }
  .whar-we-do:hover .icon-white{
  	display:block;
  }
}

/*What We Do Section*/
.whar-we-do{
	transition:0.3s all ease-in-out;
}
.whar-we-do .icon-white{
	display:none;
	transition:0.3s all ease-in-out;
}
.whar-we-do:hover .elementor-widget-wrap{
	background: linear-gradient(45deg, rgb(34, 30, 31) 0%, rgb(220, 30, 34) 100%);
	transition:0.3s all ease-in-out;
	
}
.whar-we-do:hover p,
.whar-we-do:hover .elementor-heading-title{
	color:white !important;
	transition:0.3s all ease-in-out;
}
.whar-we-do:hover .elementor-divider-separator{
	border-top-color:white !important;
	transition:0.3s all ease-in-out;
}
.whar-we-do:hover .icon-red{
	display:none;
	transition:0.3s all ease-in-out;
}
.whar-we-do:hover .icon-white{
	display:block;
	transition:0.3s all ease-in-out;
}

