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

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', 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%;
    text-align: center;
    width: 100%;
	border-bottom: 6px solid #4a5f0d;
	background-image:url("../images/background.png");
	background-size: 100%;
	background-repeat:no-repeat;
}

.front {
    background-color: #fff;   
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    height: 80%;
    padding: 0px 0 0px 0px;
    text-align: center;
    width: 100%;
	border-bottom: 6px solid #4a5f0d;
	background-image:url("../images/background.png");
	background-size: 100%;
	background-repeat:no-repeat;
}

/*.front-main{
	float: left; 
	background-color: rgb(255, 255, 255); 
	width: 100%; 
	height: 100%; 
	border-radius: 25px 0px 0px 25px;
}*/
.logo{
	float: left; 
	margin-right: 20px;
	width:165px; 
}
.slogan{
	float: left; 
	margin-top:30px;
	margin-left: 20px;
	width:200px; 
}
.info-div{
	float: right; 
	margin-top: 16px; 
	margin-right: 20px; 
	color: rgb(51, 153, 204); 
}
.info-div p{
	float: right;
    margin-top: 10px;
    margin-right: 15px;
    color: rgb(245, 245, 242);
    font-family: 'Devonshire', cursive;
    font-size: 32px;
}
.backlogo{
	float: left; 
	margin-left: 20px;
	width:225px; 
	background:#fff;
	padding:10px 0px;
	border-left: 2px solid #3b4e21;
	border-right:2px solid #3b4e21;
	border-bottom:2px solid #3b4e21;
}
.detail {
	float: right; 
	margin-top: 35px; 
	margin-right: 25px; 
	color: #000;
}
.detail a{
	color: #000; 
	text-decoration: none;
}
.detail a:hover{
	color: #000; 
	text-decoration: none;
}
.info-div a{
	color: rgb(51, 153, 204); 
	text-decoration: none;
}

.img-div{
	width: 100%; float: left;
	/*background: #739900;
    border-bottom: 6px solid #4a5f0d;*/
}

/*.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: 74px;
	 margin-left:45px;
	 text-align:left;
	 
}
.services a{
	color:#000;
	text-decoration:none;
}
.services a:hover{
	color:#000;
	text-decoration:none;
}
.services img{
	margin-right:0px;
}
.enq-div ul{
	padding: 0px 0px 0px 30px; 
	text-align: left; 
	color: #000;
}
.enq-div ul li{
	list-style-type: square;
	padding: 2px;
}


.enq-div {
    color: #fefefe;
    float: right;
    margin-right: 45px;
}
.enq-div .p-title{
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 7px;
    text-align:left;
	background:#3b4e21;
	padding: 2px 15px;
}
.addressDiv{
	width: 100%; float: left; margin-top: 30px;font-size: 15px; 	
}
.addressDiv a{
	text-decoration: none !important;
	color: #000 !important;	
}


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

.right-arrow img{
	width: 30px
}

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

}

.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: #4a5f0d;
	text-align: left;
}

.left-arr-sug{
	position: absolute; 
	left: 0px; 
	bottom: -35px; 
	color: #4a5f0d;
	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:90px;
		margin-right: 10px;
	}
	.slogan {
		width: 145px;
		margin-left:10px;
		margin-top:15px;
	}
	.info-div {
		margin-top: 8px;
	}
	.detail {
		margin-top: 18px;
		margin-right: 15px;
	}
	.right-arrow img{
		width: 20px;
	}
	.right-arrow{
		margin-right: 15px;
    	bottom: 2px;
	}
	.info-div{
		font-size: 13px;
		margin-right: 7px;
	}
	.social a img {
	    width: 18px;
	}
	.backlogo {
		width: 135px;
	    padding: 5px 0px;
	}
	.services{
		margin-left: 15px;
		margin-top: 58px;
    	font-size: 12px;
	}
	.enq-div{
		margin-right:15px;
	}
	.enq-div .p-title{
		font-size: 13px;
	}
	.enq-div ul{
		padding: 0px 0px 0px 24px; 
		text-align: left; 
		color: #000;
	}
	.enq-div ul li{
		font-size: 13px;
		padding: 0px;
	}
	.addressDiv p{
		font-size: 12px;
		
	}
	.addressDiv{
		margin-top: 12px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.left-arrow img{
		width: 20px;
	}
	
	.left-arrow{
		margin-left: 15px;
    	bottom: 1px;
	}
}


@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: #4a5f0d; 
	letter-spacing: 1px; 
	text-decoration: none;
}
/******popover css **********/