/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


@media screen and (max-width : 1920px){
	#slider-mobile{
	visibility:hidden;
	}
  }

  @media screen and (max-width : 906px){
	#slider{
	 visibility:hidden;
	 }
	#slider-mobile{
	 visibility:visible;
	 }
   }


   .content-wrap {
	position: relative;
	padding: 0px 0 !important;
	overflow: hidden;
}
