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

html, body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif !important;
}
p {
    margin-bottom: 3px !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: 25px 25px 25px 25px;
    text-align: center;
    width: 100%;
	border-bottom: 5px solid #0d5e83;
	background-color:#fff;
}
.footer {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   text-align: center;
   height:42px;
   border-radius:0 0 20px 20px;
   z-index:-1;
}

.img-fullname {
	width:400px;
}
.services p{
	margin-bottom:0px;
}
.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;
}
.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: 25px 25px 25px 25px;
    text-align: center;
    width: 100%;
	border-bottom: 5px solid #0d5e83;
	background-color:#fff;
}

.back-div {
    float: left;
    width: 100%;
}
.backlogo{
	float: none;
    width: 380px;
}
.services{
	float: left;
	 margin-top: 0px;
	 color:#30271e;
	 font-size:15px;
	 margin-left:30px;
	 text-align:left;
}
.services img{
	width:75px;
}
.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;
}
.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{
	position: absolute;
	left:0;
	bottom: 6px;
}

.right-arrow img{
	width: 30px
}

.left-arrow{
	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: 0.5;
	
}
a{
	color:#30271e !important;
	text-decoration:none !important;
}

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

.left-arr-sug{
	color: #000000;
    margin-left: 70px;
    margin-top: 9px;
    text-align: left;

}
.right-arr-sug1{
	color:#000000;
	text-align: right;
	margin-right:70px;
	margin-top:25px;
}

.left-arr-sug1{
	color: #000000;
    margin-left: 70px;
    margin-top: 25px;
    text-align: left;

}
.box {
 position: absolute;
    left: 20%;
    right: 20%;
    bottom: 5%;
    top: 80%;
}


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

.button:hover {
  background:#fff;
  color:#115c88 !important;
}

.button1 {
    font-size: 1em;
    padding: 3px 10px;
    border: 2px solid #115c88;
    border-radius: 20px;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.3s ease-out;
    background: #115c88;
    color: #fff !important;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
	margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 70%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height:auto;
  overflow: auto;
  margin-top: 20px;
  text-align: left;
}

.down-arrow {
	position:absolute;
	text-align: center;
	margin: 68px 0;
	top: 42%;
    left: 44%;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(7px);
  }
  60% {
    transform: translateY(5px);
  }
}
@media screen and (max-width: 700px){
	
	.box{
		bottom: 30px;
		top: 80%;
	}
	.popup {
    width: 95%;
    margin: 25px auto;
    padding: 10px;
	}
	.popup .close {
		top: 3px;
		right: 12px;
	}
	.button{
		padding: 7px 13px;
		font-size:10px;
	}
	td {
	padding: 2px 9px !important;
    font-size: 10px;
	}
	p{
		font-size:10px;
	}
}
/****************************************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%;
	}
	.front{
		padding: 20px 20px 20px 20px;
	}
	.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: 280px;
	}
	.back{
		padding: 8px 7px 20px 7px;
	}
	
	.services{
		margin-top: 4px;
    	font-size: 8.5px;
		margin-left:0px;
	}
	.services img{
		width:51px;
		margin-left:20px;
	}
	.services .p-title{
		font-size: 12px;
	}
	.p-small{
		font-size: 8px;
	}
	.enq-div{
		margin-top: 4px;
		margin-right: 20px;
	}
	.enq-div .p-title{
		font-size: 12px;
		margin-top:0px;
	}
	.enq-div p{
		font-size: 8.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;
	}
	.down-arrow{
		top: 48%;
		left: 42%;
		margin:32px 0;
	}
}

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