html { 
/****  background: url(../images/bg22.jpg) no-repeat center center fixed; ***/
background-color:red;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body{
	background-color: red;
}
.sps li a i{
	list-style: none;
}

.wrapper{width:1140px; margin:0px auto;background-color:#fff; }
.w3-navbar li a, .w3-navitem, .w3-navbar li .w3-btn, .w3-navbar li .w3-input{    padding: 8px 10px;}

.w3-table, tr, td{font-size:12px; }
	p{font:normal 14px arial;    line-height: 20px;}
	.ph a{color:#635ae0;}
	.am img{padding:5px;}
	.am p{padding-left:15px;}
	.fd img{margin-left:auto; margin-right:auto; display:block;}
	.center{width:75%; margin:0px auto;}
.w3-container {
    padding: 0.01em 20px;
}
.w3-hover-orange{
	color: #ffffff;
	
}


.w3-navbar li a, .w3-navitem, .w3-navbar li .w3-btn, .w3-navbar li .w3-input {
    padding: 13px 23px;
	text-decoration: none;
}
.w3-red, .w3-hover-red:hover {
    color: #ffffff !important;
    background-color: #f44336 !important;
    padding: 10px;
}
/****
.social-menu ul {
    position: absolute;
    top: 10%;
    left: 80%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    display: flex;
}
.social-menu ul li {
    list-style: none;
    margin: 0 10px;
}
.social-menu ul li .fa {
    color: #000000;
    font-size: 20px;
    line-height: 50px;
    transition: .5s;
}
.social-menu ul li .fa:hover {
    color: #ffffff;
}
.social-menu ul li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    transition: 0.5s;
    transform: translate(0,0px);
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}
.social-menu ul li a:hover {
    transform: rotate(0deg) skew(0deg) translate(0, -10px);
}
.social-menu ul li:nth-child(1) a:hover {
    background-color: #3b5999;
}
.social-menu ul li:nth-child(2) a:hover {
    background-color: #55acee;
}
.social-menu ul li:nth-child(3) a:hover {
    background-color: #e4405f;
}
.social-menu ul li:nth-child(4) a:hover {
    background-color: #cd201f;
}
.social-menu ul li:nth-child(5) a:hover {
    background-color: #0077B5;
}***/

@media only screen  and (min-width:360px) and (max-width: 640px) {
	.wrapper{width:100%!important;}
   	.max-hi{margin-top:52px;}
	.img{width:100%;margin:0px auto; max-width:60%;}
	.imgq{margin-top:70px;    margin-top: 27px;
    margin-bottom: 5px; display:none;}
	.top{margin-top:25px;}
	.center{width:100%;}
	.w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th {
     padding: 0px 0px;
    }

	.w3-hover-orange{
		color: #000;
		
	}
	.w3-navbar li a, .w3-navitem, .w3-navbar li .w3-btn, .w3-navbar li .w3-input {
		display: block;
	}
  a.w3-padding-large.w3-hover-orange {
    margin-left: -40px;
}
	.fa{
		color: #fff;
	}
	i.fa.fa-facebook {
		padding-top: 60px;
	}
	i.fa.fa-instagram {
		padding-top: 60px;
	}
	i.fa.fa-twitter {
		padding-top: 60px;
	}
	i.fa.fa-youtube {
		padding-top: 60px;
	}
	i.fa.fa-linkedin {
		padding-top: 60px;
	}


}
	
