/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

video::-webkit-media-controls-start-playback-button {
	display: none !important;
  }
  .tc-gradient i:before {  
  background: -webkit-linear-gradient(left, #5e05b1 0%,#09ceff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
  .tc-btnshadow { 
	  -webkit-box-shadow: 3px 5px 10px 0px rgba(0,0,0,0.2) !important;
	  -moz-box-shadow: 3px 5px 10px 0px rgba(0,0,0,0.2) !important;
	  box-shadow: 3px 5px 10px 0px rgba(0,0,0,0.2) !important;
  }
