@charset "utf-8";
* {
	padding: 0px;
	margin:0;
}
body{
	font-family: 'Arima Madurai', cursive;
	background:url(../images/banner-bg.jpg) repeat;
}
p{
	line-height:26px;
	margin-bottom:20px;
}
.web-wrapper{
	margin:0 auto;
	max-width:1100px;
	width:100%;
}
header{
	float:left;
	width:100%;
	background:#615a62;
}
.logo{
	float:left;
	width:20%;
}
.logo img{
	max-width:100%;
}
nav{
	float:right;
}
nav ul{
	float:right;
	width:100%;
}
nav li{
	list-style:none;
	text-align:center;
	float:left;
	margin:0 1px;
}
nav li a {
    display: block;
    color: #fff;   
    text-decoration: none;
    font-family: 'Courgette', cursive;
    padding: 28px 10px;
	transition:0.3s;
}
nav li a.active, nav li a:hover{
	 background: rgba(255,255,255,0.2);
}
.banner{
	float:left;
	width:100%;
	padding:10px 0;	
}
.grid ul {
    list-style: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.grid ul li {
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -o-perspective: 400px;
    -ms-perspective: 400px;
    perspective: 400px;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
}
.grid ul li a {
    display: block;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #333;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.content{
	float:left;
	width:100%;
	background:url(../images/Background-51.jpg) fixed no-repeat;
	background-size:cover;
	padding:20px 0;
}
.main-content{
	float:left;
	width:96%;
	padding:2%;
	background:rgba(255,255,255,0.7);
}
footer{
	float:left;
	width:100%;
	padding:5px 0;
	background:#4c474e;
	color:#fff;
	font-size:12px;
	line-height:26px;
}
footer a{
	color:#fff;
	text-decoration:none;
}
footer .footer-left{
	float:left;
}
footer .footer-right{
	float:right;
}
.services{
	float:left;
	margin-left:20px;
	margin-bottom:20px;
}
.rate-table {
	float: left;
	width: 100%;
	text-align: left;
	margin:30px 0;
}
.rate-table ul {
	display: inline-block;
	width: 60%;
	text-align: left;
	list-style: none;
	border: 1px solid #ccc;
	padding: 10px;
}
.rate-table ul li {
	width:49%;
	float:left;
	border-right:1px solid #ccc;
}
.rate-table ul li strong {
	display:block;
	margin-bottom:10px;
}
.rate-table ul li:last-child {
	border:none;
}
.rate-table ul li:nth-child(2), .rate-table ul li:nth-child(3) {
	padding-left:10px;
}
.rate-table ul li ul, .rate-table ul li ul li {
	width:100%;
	border:none;
	padding:0 !important;
}
.rate-table ul li ul li {
	margin-bottom:10px;
	display:block !important;
}
.rate-table ul li ul li span {
	display:none;
}
.links {
	margin:0 auto;
	width:100%;
	max-width:468px;
	text-align:center;
}
.links img {
	max-width:100%;
	display:inline-block;
	margin-bottom:20px;
}
.links textarea {
	width:96%;
	padding:2%;
	border:1px solid #ccc;
	margin-bottom:20px;
	height:70px;
}
.gallery{
	float:left;
	text-align:center;
	width:100%;
}
.gallery li{
	display:inline-block;
	width:18%;
	margin:1% 0.5%;
}
.gallery li img{
	max-width:100%;
	transition:all ease-in-out 0.3s;
}
.gallery li:hover img{
	box-shadow:0 0 5px #000;
	border-radius:10px;
}
.mobile-menu{
	display:none;
}
.link-exchange-banner{
	float:left;
	width:100%;
	text-align:center;
}
.link-exchange-banner li {
    list-style: none;
    display: inline-block;
    width: 45%;
    margin: 1% 2%;
    vertical-align: top;
}
.link-exchange-banner li img{
	max-width:100%;
}
@media(max-width:1024px){
	header, footer {
		width: 96%;
		padding: 0 2%;
	}
}
@media(max-width:768px){
header, footer {
    width: 96%;
    padding: 5px 2%;
}
nav {
    position: fixed;
    top: 0;
    right: -50%;
    width: 50%;
    z-index: 99;
    background: #333;
    height: 100%;
	transition:all linear 0.25s;
}
nav.slide{
	right:0;
}
nav li{
	width:100%;
	border-bottom:1px solid #000;
}
nav li a{
	padding:15px;
}
header{
	position:fixed;
	z-index:99;
}
.logo {
    width: 100%;
    text-align: center;
}
.logo img{
	max-width:200px;
}
.banner {
  margin-top: 80px;
}
.mobile-menu{
	display:block;
	position:absolute;
	width:30px;
	height:30px;
	cursor:pointer;
	left:15px;
	top:15px;
}
.mobile-menu span{
	position:absolute;
	width:100%;
	height:4px;
	background:#333;
	left:0;
	top:47%;
	transition:all linear 0.25s;
}
.mobile-menu span:after{
	position:absolute;
	width:100%;
	height:4px;
	background:#333;
	left:0;
	top:8px;
	content:"";
	transition:all linear 0.25s;
}
.mobile-menu span:before{
	position:absolute;
	width:100%;
	height:4px;
	background:#333;
	left:0;
	top:-8px;
	content:"";
	transition:all linear 0.25s;
}
.mobile-menu.close span::before {
    transform: rotate(45deg);
    right: -1px;
    width: 50%;
    left: auto;
    top: -5px;
}
.mobile-menu.close span::after {
    transform: rotate(-45deg);
    right: -1px;
    width: 50%;
    left: auto;
    top: 5px;
}
.rate-table ul{
	width:90%;
}
.gallery li{
	width:32%;
}
}
@media(max-width:640px){
	.gallery li {
    width: 31%;
}
}
@media(max-width:480px){
	.rate-table ul li {
	width: 100%;
	border: none;
}
.rate-table ul li ul li span {
	display: block;
	line-height: 24px;
}
.rate-table ul li:nth-child(2), .rate-table ul li:nth-child(3) {
	display: none;
}
nav li a {
    padding: 12px 15px;
}
.link-exchange-banner li{
	width:90%;
}
}
@media(max-width:360px){
	.gallery li {
    width: 95%;
}
}