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;

}

.social{
		
		position:relative;
	}

	.info-details{
		position:relative;
	}


.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-size:cover;
 	background-repeat: no-repeat;
    height: 80%;
    width: 100%;
    background-image:url(../images/bg2.png);
    text-align: center;
    width: 100%;
     border-radius:10px;

}

.front {
 
  
    height: 80%;
 	background-size:cover;
 	background-repeat: no-repeat;
    text-align: center;
    width: 100%;
    background-image:url(../images/bg2.png);
 /*   border:3px solid #000;*/
    position:relative;
     border-radius:10px;

}

.front:before{
	content:"";
	top:10px;
	bottom:10px;
	right:10px;
	left:10px;
	position:absolute;
	border:3px solid black;
	border-radius:7px;

}

.front-main{
	float: left; 

	width: 100%; 
	height: 100%; 
	border-radius: 25px 0px 0px 25px;
}
.logo{
	float: left; 
	margin-top: 90px;
	margin-left:30px;
	width:390px; 
}
.info-div{
	float: right; 
	margin-top:-23px; 
	margin-right:25px; 
	color: rgb(51, 153, 204); 
	text-align:left;
	background:#ffff;
	padding:10px 10px;
	border-radius:0 0px 5px 5px;
	box-shadow:3px 2px 2px #4d4d4d;
	z-index:99;
	width:100px;
	border-top:2px solid #f1f1f1;
	position:relative;
}
.info-div a{
	color: #000; 
	text-decoration: underline;
	
	font-family: 'Ubuntu', sans-serif;


}

.info-div p{
	margin-bottom:5px;
}

.info-div a:hover{
	text-decoration:none;
	color:#000;
}

.img-div{
	width: 100%; float: left; margin-top: 20px;
}

.back-main{
	float: left; 
	width: 100%; 
	height: 100%; 
	border-radius: 0px 25px 25px 0px;
}
.social a{
	margin-right: 5px;	
}
.social a img{
	width: 20px;
}

.social{
	margin-top: 5px;
	height:22px;	
}


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

.services{
	float: left;
	 margin-top: 15px;
}

.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);
}
.addressDiv{
	width: 100%; float: left; margin-top: 30px;font-size: 15px; 	
}
.addressDiv a{
	text-decoration: none;
	color:#000;	
}


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

.right-arrow img{
	width: 30px
}

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

}

.left-arrow img{
	width: 30px;
	margin:7px;
	-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: #000;
	margin:25px 10px 10px 0;
}


.right-arr-sug{
	position: absolute; 
	right: 0px; 
	bottom: -35px; 
	color:#000;
	text-align: left;
}

.left-arr-sug{
	position: absolute; 
	left: 0px; 
	bottom: -35px; 
	color: #000;
	text-align: left;
}

span h2{
	font-size:40px !important;
}
span h3{
	font-size:22px !important;
	margin:5px 10px;
	font-weight:bold;
}

.line{
	width:50%;
	margin:0 auto;
	height:5px;
	background:#000;
	border-radius:30px;
}


.back:before{
	content:"";
	top:10px;
	bottom:10px;
	right:10px;
	left:10px;
	position:absolute;
	border:3px solid black;
	border-radius:7px;

}

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



@media (min-width: 0px) and (max-width: 384px) {

	span h2{
		font-size:16px !important;
		margin-top:22px;
	}
	
	span h3{
		font-size:13px !important;
	}

	.card{
		width: 85%;
	    margin: 0;
	    height: 260px;
	    margin-top: 18%;
	}
	
	.logo{
		width:150px;
		margin-top:50px;
		margin-left: 20px;
	}
	.front{
		
	height: 80%;
 	background-size:cover;
 	background-repeat: no-repeat;
 	background-position:center;

	}


	.right-arrow img{
		width: 20px;
		margin-left:-10px; 
	}
	.right-arrow{
		margin-right: 15px;
    	bottom: 20px;

	}
	.info-div{
		font-size: 12px;
		margin-right:20px;
		margin-top:-43px;
		width:80px;
	}
	.img-div{
		margin-top: 40px;
	}
	
	.social a img {
	    width: 17px !important;
	}
	
	.back{
	padding:10px;

	background-size:cover;
 	background-repeat: no-repeat;
 	background-position:center;
	}
	
	.services{
		margin-top: 15px;
    	font-size: 9px;
	}
	.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;
		margin:10px 10px 10px 25px;
		
	}
	.addressDiv{
		margin-top: -15px;
	}
	
	.left-arrow img{
		width: 20px;
	}
	
	.left-arrow{
		margin-left: 15px;
    	bottom: 1px;
	}

	.left-arrow img{
		margin:0;
		margin-bottom:15px;
		margin-right:-10px;
	}

	.info-div a{
	font-size:10px;
	}


}


@media (min-width: 385px) and (max-width: 480px) {
	
	span h2{
		font-size:25px !important;
		margin-top:10px;
	}
	
	span h3{
		font-size:13px !important;
	}

	.card{
		width: 80%;
	    margin: 0;
	    height: 300px;
	    margin-top: 18%;
	}
	
	.logo{
		width:170px;
		margin-top: 50px;
		margin-left:20px;
	}
	.front{
		
	height: 80%;
 	background-size:cover;
 	background-repeat: no-repeat;
 	background-position:center;

	}


	.right-arrow img{
		width: 20px;
		margin-left:-10px;
	}
	.right-arrow{
		margin-right: 15px;
    	bottom: 20px;

	}
	.info-div{
		font-size: 12px;
		margin-right:20px;
		margin-top:-35px;
		width:90px;
	}
	.img-div{
		margin-top:32px;
	}
	
	.social a img {
	    width: 18px;
	}
	
	.back{
	padding: 30px 25px 25px 25px;

	background-size:cover;
 	background-repeat: no-repeat;
 	background-position:center;
	}
	
	.services{
		margin-top: 15px;
    	font-size: 9px;
	}
	.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;
		margin:10px 10px 10px 25px;
		
	}
	.addressDiv{
		margin-top: -25px;
	}
	
	.left-arrow img{
		width: 20px;
		margin:0;
		margin-bottom:15px;
		margin-right:-8px;
	}
	
	.left-arrow{
		margin-left: 15px;
    	bottom: 1px;
	}
}

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

	.right-arrow img{
		margin-left:-15px;
	}

		.card{
		width: 90%;
	
	}

		.logo{
		width:270px;
		margin-top: 90px;
		margin-left:30px;
	}

	.back-div{
		padding:0 75px;
	}

		span h2{
		font-size:25px !important;
		margin-top:10px;
	}
	
	span h3{
		font-size:13px !important;
	}

		.left-arrow img{
		margin-right: -10px;

    margin-bottom: 10px;
	}

	.social{
		margin-top:22px;
	}
}

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

		.card{
		width: 90%;  
	
	}

	.social{
		margin-top:22px;
	}
}


@media (min-width: 768px){
	.social{
		margin-top:22px;
		position:relative;
	}

	.info-details{
		position:relative;
	}

}

/****** 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 **********/

