/*---------Footer Link Color Code----------*/

.mycolor li a:hover{
    color:white !important;
}

.mycolor li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.mycolor li a {
	font-weight: normal;
	color: #6d6d6d;
	display: block;
	position: relative;
	z-index: 1;
	transition: all .2s ease;
}

.mycolor li a:hover {
	color: #fff;
	padding-left: 10px;
}

.mycolor li a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	transition-duration: 500ms;
}

.mycolor li a:hover::before {
	width: 5px;
}


/*----------Footer Icons Style---------*/

.fa-phone-volume, .fa-map-marker-alt{
    color: #878787 !important;
}


/*----------Copyright Footer---------*/

.copyright-footer{
    text-align: center !important;
}



/*---------Pricing Table Button Style----------*/

.mypricebtn a:hover{
    background: #082285 !important;
    color: white !important;
}



/*-----------Contact & WHM Demo Button Style----------*/

.whmbtn:hover{
    background: #082285 !important;
    color: white !important;
}