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

html, body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif !important;
}

.card {
    height: 450px;
    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: 0px 0px 20px 0px;
    text-align: center;
    width: 100%;
	border-bottom: 10px solid #ed3137;
}

.front {
    background-color: #fff;   
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    height: 80%;
    padding: 10px 0px 10px 0px;
    text-align: center;
    width: 100%;
	border-bottom: 10px solid #ed3137;
}
.mb-30{
	margin-bottom:30px;
}
/*.front-main{
	float: left; 
	background-color: rgb(255, 255, 255); 
	width: 100%; 
	height: 100%; 
	border-radius: 25px 0px 0px 25px;
}*/
.logo{
	
	width:230px;
}
.info-div{
	text-align:center;
	color: #000000;
	
}
.p-title{
	font-size:16px;
	font-weight:500;
}
.black{
	background:#000;
	height:2px;
	position:absolute;
}
.info-div a{
	color: #000; 
	text-decoration: none;
	
}
.info-div a:hover{
     color:#000;
	text-decoration: none;

}
.img-div{
	width: 100%;
		margin-top:20px;
}
.img-div  p{
	color: #000; 
	margin-bottom:0px;
}
.img-div  a{
	color: #000; 
	text-decoration: none !important;
	
}
.img-div h4{
		color:#000;
		font-size:17px;
		margin-top:10px;
		margin-bottom:2px;
		font-weight:600;
	}
.img-div a:hover{
	color: #000; 
	text-decoration: none !important;
}
.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;	
	margin-left:20px;
}

.footer-back {
   position: absolute;
   left: 0;
	top: 134px;
   width: 100%;
   text-align: center;
   height:3px;
   background:#ed3137;
}
.back-div {
    float: left;
    width: 100%;
}

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

.services ul{
	padding: 0px 0px 0px 30px; 
	text-align: left; 
	color: rgb(51, 153, 204);
}
.services ul li{
	list-style-type: square
}
.services img{
	width:100px;
}

.enq-div {
    color:#000000;
}
.enq-div .p-title{
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 14px;
    text-align: right;
}
.enq-div h3{
	font-size: 24px;
    margin-top: 11px;
    margin-bottom: 10px;
}
.enq-div p{
	margin: 0px; text-align: right; font-size: 14px;
}
.enq-div a{
	text-decoration: none;
	color: rgb(51, 153, 204);
}
.left p{
	margin-bottom:0;
	text-align:right;
	margin-right:64px;
	font-size:12px;
}
.addressDiv{
	width: 100%; float: left; font-size: 10px; 	
}
.addressDiv a{
	text-decoration: none !important;
	color: rgb(51, 153, 204);	
}

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

.right-arrow img{
	width: 30px
}

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

}

.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: -41px; 
	color: #000;
	text-align: left;
}

.left-arr-sug{
	position: absolute; 
	left: 0px; 
	bottom: -41px; 
	color:#000;
	text-align: left;
}
.background{
	color: rgb(255, 255, 255);
    backface-visibility: hidden;
    background: #f58534;
    padding: 6px;
	margin-top:0px;
}
.marquee {
  height: 200px;
  width: 800px;
  border: 2px solid #eee;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin: 200px auto;
}

.marquee--inner {
  display: block;
  width: 200%;
  margin: 70px 0;
  position: absolute;
  animation: marquee 20s linear infinite;
}

.marquee--inner:hover {
  animation-play-state: paused;
}

/*.half {
  float: left;
  width: 10%;
}*/


@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
/****************************************RESPONSIVE CSS START *******************************************************/

@media (min-width: 320px) and (max-width: 480px) {
	
	
	.card{
		width: 95%;
	    padding: 50px 10px 13px 10px;
	    margin: 0;
	    height: 350px;
	    margin-top: 18%;
	}
	
	.logo{
		width:150px;
	}
	.col-xs-4{
		padding-right: 5px !important;
		padding-left: 5px !important;
	}
	.front{
		padding: 5px 0 0px 0px;
		border-bottom: 8px solid #ed3137;
	}
	.p-title{
		font-size:11px;
	}
	.img-div h4{
		color:#000;
		font-size:13px;
		margin-top:10px;
		margin-bottom:2px;
		font-weight:600;
	}
	.right-arrow img{
		width: 20px;
	}
	.right-arrow{
		margin-right: 15px;
    	bottom: 2px;
	}
	.invitation{
	margin-top:50px;
	width:300px;
	}
	.info-div{
		font-size: 12px;
		margin-right: 10px;
	}
	.img-div{
		margin-top: 30px;
	}
	.services img {
		width: 65px;
	}
	.social a img {
	    width: 18px;
	}
	.info-div span{
		margin-left:0px;
	}
	.footer-back {
	   top: 105px;
	   height:2px;
	}
	.social{
		margin-left:0px;
	}
	.mb-30{
		margin-bottom:3px;
	}
	.back{
		padding: 0px 0px 0px 0;
		border-bottom: 8px solid #ed3137;
	}
	
	.enq-div h3{
    	font-size: 16px;
		margin-top: 2px;
		margin-bottom: 0px;
	}
	.background {
		padding: 6px;
		font-size: 15px;
		
		margin-bottom: 2px;
}
	.enq-div .p-title{
		font-size: 9px;
		
	}
	.enq-div p{
		font-size: 9px;
		margin-top: 5px;
	}
	
	.enq-div img{
		width: 12px;
	}
	.left p{
	margin-right:5px;
	font-size:10px;
}
	.addressDiv p{
		font-size: 10px;
		
	}
	.addressDiv h4{
		font-size:14px;
	}
	.left-arrow img{
		width: 20px;
	}
	
	.left-arrow{
		margin-left: 15px;
    	bottom: 1px;
	}
	.left-arr-sug{
		font-size: 12px;
	}
	.right-arr-sug{
		font-size: 12px;
	}
}


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