html, body, div, ul {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif !important;
}

.card {
    height: 400px;
    margin: 0 auto;
    padding: 30px;
    width: 600px;
}

.card a.thumb {
	float: left;
	width: 100px;
	height: 60px;
	margin: 0 5px 10px 0;
}

.card a.thumb img {
	max-width: 100%;
	max-height: 100%;
}
.front {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    height: 80%;
    padding: 5px 5px 5px 5px;
    text-align: center;
    width: 100%;
	border-radius:20px;
	background-image:url("../images/background.png");
	background-repeat:no-repeat;
	background-color:#fff;
}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-image:url("../images/footer.png");
   text-align: center;
   height:42px;
   border-radius:0 0 20px 20px;
}
.footeroverlay{
	  background-color: rgba(36, 0, 0, 0.73);
}
.img-fullname {
	width:400px;
}
.services p{
	margin-bottom:0px;
}


/*.front-main{
	float: left; 
	background-color: rgb(255, 255, 255); 
	width: 100%; 
	height: 100%; 
	border-radius: 25px 0px 0px 25px;
}*/
.logo{
	float: none; 
	width:250px;
	margin-top:30px;	
}
.shine {
	background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
	-webkit-background-size: 150px;
	color: rgba(255, 255, 255, 0.3);
	-webkit-background-clip: text;
	-webkit-animation-name: shine;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
}

.chrome {
	background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
	background-image: -webkit-linear-gradient(-40deg, transparent 0%, transparent 40%, #fff 50%, transparent 60%, transparent 100%);
	-webkit-background-size: 200px;
	color: $text-color;
	-webkit-background-clip: text;
	-webkit-animation-name: shine;
	-webkit-animation-duration: $duration;
	-webkit-animation-iteration-count: infinite;
	text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes shine {
	0%, 10% {
		background-position: -1000px;
	}
	20% {
		background-position: top left;
	}
	90% {
		background-position: top right;
	}
	100% {
		background-position: 1000px;
	}
}
.info-div{
	float: none; 
	color: rgb(63, 29, 11);
	font-weight:600;
	margin-top:20px;
}
.info-div a{
	color: rgb(63, 29, 11);
	text-decoration: none;
	font-weight: 500;
    letter-spacing: 1;
    font-size: 12px;
}
.info-div a:hover{
	text-decoration: none;
	color: rgb(63, 29, 11);
}
.img-div{
	width: 100%; float: none; margin-top: 20px;
}

/*.back-main{
	float: left; 
	background-color: rgb(255, 255, 255); 
	width: 100%; 
	height: 100%; 
	border-radius: 0px 25px 25px 0px;
}*/
.social a{
	margin-right: 5px;	
}
.social a img{
	width: 20px;
}

.social{
	margin-top: 0px;	
}

.back {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    height: 80%;
    padding: 5px 5px 5px 5px;
    text-align: center;
    width: 100%;
	border-radius:20px;
	background-image:url("../images/background.png");
	background-repeat:no-repeat;
	background-color:#fff;
}

.back-div {
    float: left;
    width: 100%;
}
.backlogo{
	float: none; 
	width:165px;
	margin-top:0px;	
}
.services{
	float: left;
	 margin-top: 0px;
	 color:#30271e;
	 font-size:15px;
	 margin-left:30px;
}
.services .p-title{
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 0px;
}
.services ul{
	padding: 0px 0px 0px 30px; 
	text-align: left; 
	color: rgb(51, 153, 204);
}
.services ul li{
	list-style-type: square
}


.enq-div {
    margin-top: 0px;
    font-size: 15px;
	color:#30271e;
    float: right;
    margin-right: 30px;
}
.enq-div .p-title{
    font-size: 17px;
    margin-bottom: 5px;
    text-align: center;
}
.enq-div p{
	margin: 0px; text-align: right; font-size: 14px;
}
.enq-div a{
	text-decoration: none;
	color: rgb(51, 153, 204);
}
.addressDiv{
	width: 100%; float: left; margin-top: 20px;font-size: 15px; 	
}
.addressDiv a{
	text-decoration: none;
	color:#30271e;
}
.addressDiv a:hover{
	text-decoration: none;
	color:#30271e;
}

.right-arrow{
	/*
	float: right; 
	margin-right: 24px; 
	margin-top: 8px;
	*/
	position: absolute;
	left:0;
	bottom: 6px;
}

.right-arrow img{
	width: 30px
}

.left-arrow{
	/*
	float: left; 
	margin-left: 15px; 
	margin-top: 10px;
	*/
	position: absolute;
	right:0;
	bottom: 6px;

}

.left-arrow img{
	width: 30px;
	-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg); /*opera*/
transform: rotate(180deg); /*likely future standard*/
}

.effect, .effect1, .effect2, .effect3, .effect4, .effect5, .effect6, .effect7, .effect8, .effect9, .effect12, .effect13, .effect14{
	display: none;
}

.enq-div img{
	width: 155px; margin-right: 0px;
}

.addressDiv p{
	color:#30271e;
	font-size: 15px;
    letter-spacing: 1;
	
}
a{
	color:#30271e !important;
}

.right-arr-sug{
	color:#ffffff;
	text-align: right;
	margin-right:70px;
	margin-top:9px;
}

.left-arr-sug{
	color: rgb(255, 255, 255);
    margin-left: 70px;
    margin-top: 9px;
    text-align: left;

}
.right-arr-sug1{
	color:#000;
	text-align: right;
	/*margin-right:70px;
	margin-top:50px;*/
	position:absolute;
	bottom:-30px;
	right:35px;
	
}

.left-arr-sug1{
	color: #000;
    margin-left: 60px;
    margin-top: 18px;
    text-align: left;

}

/****************************************RESPONSIVE CSS START *******************************************************/

@media (min-width: 320px) and (max-width: 480px) {
	
	
	.card{
		width: 95%;
	    padding: 50px 10px 13px 10px;
	    margin: 0;
	    height: 300px;
	    margin-top: 18%;
	}
	
	.logo{
		width:170px;
		margin-top: -5px;
		margin-right: 0px;
	}
	.front{
		padding: 20px 20px 20px 20px;
		background-image:url("../images/bg2.png");
		background-repeat:no-repeat;
	}
	.right-arrow img{
		width: 20px;
	}
	.right-arrow{
		margin-right: 15px;
    	bottom: 3px;
	}
	.info-div{
		font-size: 13px;
		margin-right: 0px;
		margin-top: 12px;
	}
	.img-fullname{
		width: 275px;
	}
	.img-slogan{
	width: 200px;
	}
	.img-div{
		margin-top: 0px;
	}
	.right-arr-sug{
		margin-right: 45px;
		margin-top:6px;
	}
	.left-arr-sug{
		margin-left: 45px;
		margin-top:6px;
	}
	.social a img {
	    width: 18px;
	}
	.backlogo{
		width: 140px;
		margin-top:0px;
	}
	.back{
		padding: 10px 10px 20px 10px;
	}
	
	.services{
		margin-top: 4px;
    	font-size: 12px;
	}
	.services .p-title{
		font-size: 12px;
	}
	.enq-div{
		margin-top:4px;
	}
	.enq-div .p-title{
		font-size: 12px;
		margin-top:0px;
	}
	.enq-div p{
		font-size: 12px;
		margin-top: 5px;
	}
	.addressDiv{
		margin-top: 5px;
	}
	.enq-div img{
		width: 110px;
	}
	
	.addressDiv p{
		font-size: 11px;
		
	}
	.left-arrow img{
		width: 20px;
	}
	
	.left-arrow{
		margin-left: 15px;
    	bottom: 3px;
	}
	.footer{
		height:30px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.card{		
	    padding: 17px 10px 13px 20px;
	    margin: 0;
	   
	}
	.addressDiv p{
		font-size: 11px;
		
	}
}

/****** popover css**********/
.popover-content{
	font-size: 12px;
}

.left-popoverarrow img{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg); /*opera*/
	transform: rotate(180deg); /*likely future standard*/
}




.popover-remove{
	box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.8);
	margin: auto; 
	position: absolute; 
	z-index: 1070; 
	background-color: rgb(255, 255, 255); 
	left: 10%; bottom: 10%; 
	padding: 10px 15px; 
	border-radius: 5px; 
	color: rgb(70, 70, 178); 
	letter-spacing: 1px; 
	text-decoration: none;
}
/******popover css **********/
