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%;
}

.back {
    background-color: #fff;   
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    height: 80%;
    padding: 28px 45px 45px 45px;
    text-align: center;
    width: 100%;
}

.front {
    background-color: #fff;   
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    height: 80%;
    padding: 45px 45px 45px 45px;
    text-align: center;
    width: 100%;
}

/*.front-main{
	float: left; 
	background-color: rgb(255, 255, 255); 
	width: 100%; 
	height: 100%; 
	border-radius: 25px 0px 0px 25px;
}*/
.logo{
	
	width:250px; 
}
a{
	color:#49341a !important;
	text-decoration:none !important;
}
 a:hover{
	color:#49341a !important;
	text-decoration:none !important;
}
.backlogo{
	width: 128px;
    margin-left: 20px;
}
.info-div{
	float: right;
    margin-top: 16px;
    margin-left: 15px;
    color: rgb(73, 52, 26);
    text-align: left;
    width: 65%;
	border-left: 2px solid #94887b;
	padding-left: 15px
}
.info-div a{
	color: rgb(90, 71, 49); 
	text-decoration: none;
}
.info-div a:hover{
	color: rgb(90, 71, 49); 
	text-decoration: none;
}
.img-div{
	width: 100%; float: left; margin-top: 10px;
}

/*.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: 5px;	
}


.back-div {
    float: left;
    
    width: 100%;
}

.services{
	float: left;
	 margin-top: 4px;
	 width:32%;
	 padding:10px 20px 10px 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 {
    color: #3399cc;
    float: right;
    margin-right: 15px;
}
.enq-div .p-title{
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 14px;
    text-align: right;
}
.enq-div p{
	margin: 0px; text-align: right; font-size: 14px;
}
.enq-div a{
	text-decoration: none;
	color: rgb(51, 153, 204);
}
.enq-div a:hover{
	text-decoration: none;
	color: rgb(51, 153, 204);
}
.addressDiv{
	width: 100%; float: left; margin-top: 30px;font-size: 15px; 	
}
.addressDiv a{
	text-decoration: none;
	color: rgb(51, 153, 204);	
}
.addressDiv a:hover{
	text-decoration: none;
	color: rgb(51, 153, 204);	
}

.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: 15px; margin-right: 5px;
}

.addressDiv p{
	color: #3399CC;
}


.right-arr-sug{
	position: absolute; 
	right: 0px; 
	bottom: -35px; 
	color: rgb(73, 52, 26);
	text-align: left;
}

.left-arr-sug{
	position: absolute; 
	left: 0px; 
	bottom: -35px; 
	color: rgb(73, 52, 26);
	text-align: left;
}
.box {
	position: absolute;
    right: 6%;
    bottom: 6%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.button {
	font-size: 1em;
    padding: 10px 20px;
    border: 2px solid #49341a;
   /* border-radius: 20px/50px;*/
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.3s ease-out;
    background: #49341a;
    color: #fff !important;
}

.button:hover {
  background:#fff;
  color:#49341a !important;
}
.down-arrow {
	position: absolute;
    text-align: center;
    margin: 0% 0;
    bottom: 3%;
    right: 25%;
	z-index: 1;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(8px);
  }
  60% {
    transform: translateX(5px);
  }
}
/****************************************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: 180px;
	}
	.front{
		padding: 25px 25px 25px 25px;
	}
	.right-arrow img{
		width: 20px;
	}
	.right-arrow{
		margin-right: 15px;
    	bottom: 2px;
	}
	.info-div{
		font-size: 11px;
		margin-right: 7px;
		margin-top: 0px;
		width: 60%;
		padding-top: 4px;
	}
	.img-div{
		margin-top: 10px;
	}
	
	.social a img {
	    width: 18px;
	}
	.backlogo{
		width:100px;
		margin-right:20px;
		margin-left:0px;
	}
	.back{
		padding: 10px 10px 10px 10px;
	}
	
	.services{
		margin-top: 0px;
    	font-size: 9px;
		width: 30%;
	}
	.enq-div .p-title{
		font-size: 9px;
	}
	.enq-div p{
		font-size: 9px;
		margin-top: 5px;
	}
	
	.enq-div img{
		width: 12px;
	}
	
	.addressDiv p{
		font-size: 12px;
		
	}
	.addressDiv{
		margin-top: 25px;
	}
	
	.left-arrow img{
		width: 20px;
	}
	
	.left-arrow{
		margin-left: 15px;
    	bottom: 1px;
	}
	.down-arrow {
		bottom: 1%;
		right: 32%;
	}
	.button{
		padding:5px 10px;
	}
}


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


/****** 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(73, 52, 26); 
	letter-spacing: 1px; 
	text-decoration: none;
}
/******popover css **********/