/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

p.slwl {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #eb9d4c;
    font-size: 19px;
}

.non{
	display:none !important;
}

.liscroll{
	overflow-y: scroll;
max-height: 111px;
padding-right: 20px;
}
.liscroll::-webkit-scrollbar {
width: 2px;
}
.liscroll::-webkit-scrollbar-thumb {
background: #ddd;
border-radius: 10px;
}
.liscroll::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}


@media only screen and (max-width: 900px) {

	.mobihader{
		font-size: 14px !important;
	}

	.mainhead h1{
				font-size: 16px !important;

	}
}
