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

html, body {
	margin: 0;
	padding: 0;
	font-family: 'lato', sans-serif !important;
}
a{
	text-decoration:none !important;
}
a :hover{
	text-decoration:none !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: 45px 30px 45px 30px;
    text-align: center;
    width: 100%;
}

.front {
	background-color: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    height: 80%;
    padding: 45px 0 45px 10px;
    text-align: center;
    width: 100%;
}
.logo{
	float: left; 
	margin-left: 20px;
	width:290px; 
}
.info-div{
	float: right; 
	margin-top: 16px; 
	margin-right: 15px; 
	color: #030d2c; 
	font-weight:600;
}
.info-div a{
	color: #030d2c; 
	text-decoration: none;
}
.info-div a:hover{
	color: #030d2c; 
	text-decoration: none;
}
.img-div{
	width: 100%; float: left; margin-top: 25px;
}

/*.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: 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: #030d2c;	
}
.addressDiv a:hover{
	text-decoration: none;
	color: #030d2c;	
}

.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; 
    text-align: right;
    margin-right: 70px;
    margin-top: 9px;
	right:0;
	bottom:0;
}


.left-arr-sug{
	position: absolute; 
    text-align: left;
    margin-left: 70px;
    margin-top: 9px;
	left:0;
	bottom:0;
	z-index:-1;
}
.right-arr-sug1{
	color:#030d2c;
	text-align: right;
	/*margin-right:70px;
	margin-top:50px;*/
	position:absolute;
	bottom:-30px;
	right:35px;
	
}

.left-arr-sug1{
	color: #030d2c;
   position:absolute;
	bottom:-30px;
	left:35px;
    text-align: left;
	z-index:-1;

}
.flip{
	color:#fff !important;
	z-index:-1;
}
.footer-dark{
	width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 40px solid #030d2c;
	z-index:-1;
}
.footer-darktop {
	width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 35px;
    border-bottom: 45px solid #030d2c;
    z-index: -1;
}

.box {
	position: absolute;
    left: 43%;
    right: 43%;
    bottom: 0%;
    top: 70%;
}


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

.button:hover {
  background:#fff;
  color:#400202 !important;
  font-weight:600;
}

.button1 {
    font-size: 1em;
    padding: 3px 10px;
    border: 2px solid #400202;
    border-radius: 20px;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.3s ease-out;
    background: #400202;
    color: #fff !important;
	margin-left:20px;
}
.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 {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 70%;
    transition: all 5s ease-in-out;
	border:2px solid;
	height: 320px;
    overflow: auto;
}
.popup h3{
	font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    color: #545557;
    border-bottom: 1px solid #f1f1f1;
}
.popup h2 {
  margin-top: 0;
  color: #333;
}
.popup .close {
  position: absolute;
  top: 5px;
  right: 5px;
  transition: all 200ms;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  font-weight: 600;
}
.popup .close:hover {
  color: #030d2c;
}
.popup .content {
  max-height:auto;
  overflow: auto;
  text-align:left;
}

.tblcontent {
    font-size: 12px;
    margin-top: 20px;
}
td {
    padding: 2px 30px !important;
}

.down-arrow {
	position: absolute;
    text-align: center;
	color: #030d2c;
    font-size: 13px;
    margin: 9% 0;
    top: 40%;
    left: 45%;
}
.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(8px);
  }
  60% {
    transform: translateY(5px);
  }
}
@media screen and (max-width: 700px){
	
	.popup {
    width: 95%;
    margin: 10px auto;
    padding: 10px;
}
	.popup .close {
		top: 3px;
		right: 12px;
	}
	.button{
		padding: 7px 13px;
	}
	td {
	padding: 2px 9px !important;
    font-size: 10px;
	}
	.down-arrow{
		font-size:10px;
		top: 45%;
	}
}
/****************************************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:160px;
		margin-top: 15px;
		margin-left: 7px;
	}
	.front{
		padding: 20px 10px 20px 10px;
	}
	.right-arrow img{
		width: 20px;
	}
	.right-arrow{
		margin-right: 15px;
    	bottom: 3px;
	}
	.info-div{
		font-size: 13px;
		margin-right: 7px;
	}
	.img-div{
		margin-top: 40px;
	}
	.right-arr-sug{
		margin-right: 45px;
		margin-top:9px;
		font-size: 10px;
		
	}
	.left-arr-sug{
		margin-left: 45px;
		margin-top:9px;
		font-size: 10px;
	}
	.social a img {
	    width: 16px;
	}
	.backlogo{
		width: 105px;
		margin-top: 10px;
	}
	.back{
		padding: 45px 10px 20px 10px;
	}
	
	.services{
		width: 150px;
		margin-left:0px;
	}
	.services .p-title{
		font-size: 12px;
	}
	.enq-div{
		margin-top:25px;
		font-size: 12px;
		border-right: 10px solid #400202;
		margin-left:0px;
		
	}
	.enq-div .p-title{
		font-size: 12px;
		margin-top:0px;
	}
	.enq-div p{
		font-size: 8px;
		margin-top: 5px;
	}
	
	.enq-div img{
		width: 110px;
	}
	
	.addressDiv p{
		font-size: 12px;
		margin-bottom:5px;
	}
	.left-arrow img{
		width: 20px;
	}
	.mt-40{
		margin-top:20px !important;
	}
	.left-arrow{
		margin-left: 15px;
    	bottom: 3px;
	}
	.footer{
		
	}
	.mt-20 {
    margin-top: 10px !important;
	}
	.footer-white {
		border-bottom: 25px solid #f37f80;
		border-right: 25px solid transparent;
	}
	.footer-dark {
		border-bottom: 30px solid #030d2c;
	}
	.addressDiv{
		margin-top:0px;
	}
	.button{
		padding: 4px 10px;
	}
	
	.footer-blue{
		width: 18%;
		border-bottom: 125px solid #400202;
		border-left: 40px solid transparent;
	}
	.footer-darktop{
		
		border-bottom: 30px solid #030d2c;
	}
	.down-arrow{
		font-size:10px;
		top: 40%;
		left:46%;
	}

}

@media (min-width: 481px) and (max-width: 767px) {
	.card{		
	    padding: 17px 10px 13px 20px;
	    margin: 0;
	   
	}
	.addressDiv p{
		font-size: 14px;
	}
	.down-arrow{
		font-size:10px;
		top: 45%;
	}
}
/****** 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 **********/