@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Roboto';
    font-display: swap;
    src: url('fonts/Roboto-Light.woff2') format('woff2'),
		 url('fonts/Roboto-Light.woff') format('woff'),
		 url('fonts/Roboto-Light.eot') format('eot')
		 /*url('fonts/Roboto-Light.ttf') format('truetype')*/;
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    font-display: swap;
    src: url('fonts/Roboto-Regular.woff2') format('woff2'),
		 url('fonts/Roboto-Regular.woff') format('woff'),
		 url('fonts/Roboto-Regular.eot') format('eot')
		 /*url('fonts/Roboto-Regular.ttf') format('truetype')*/;
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    font-display: swap;
    src: url('fonts/Roboto-Medium.woff2') format('woff2'),
		 url('fonts/Roboto-Medium.woff') format('woff'),
		 url('fonts/Roboto-Medium.eot') format('eot')/*,
		 url('fonts/Roboto-Medium.ttf') format('truetype')*/;
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto';
    font-display: swap;
    src: url('fonts/Roboto-Bold.woff2') format('woff2'),
		 url('fonts/Roboto-Bold.woff') format('woff'),
		 url('fonts/Roboto-Bold.eot') format('eot')/*,
		 url('fonts/Roboto-Bold.ttf') format('truetype')*/;
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto';
    font-display: swap;
    src: url('fonts/Roboto-Black.woff2') format('woff2'),
		 url('fonts/Roboto-Black.woff') format('woff'),
		 url('fonts/Roboto-Black.eot') format('eot')/*,
		 url('fonts/Roboto-Black.ttf') format('truetype')*/;
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto Slab';
    font-display: swap;
    src: url('fonts/RobotoSlab-Light.woff2') format('woff2'),
		 url('fonts/RobotoSlab-Light.woff') format('woff'),
		 url('fonts/RobotoSlab-Light.eot') format('eot')/*,
		 url('fonts/RobotoSlab-Light.ttf') format('truetype')*/;
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto Slab';
    font-display: swap;
    src: url('fonts/RobotoSlab-Regular.woff2') format('woff2'),
		 url('fonts/RobotoSlab-Regular.woff') format('woff'),
		 url('fonts/RobotoSlab-Regular.eot') format('eot')/*,
		 url('fonts/RobotoSlab-Regular.ttf') format('truetype')*/;
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto Slab';
    font-display: swap;
    src: url('fonts/RobotoSlab-Medium.woff2') format('woff2'),
		 url('fonts/RobotoSlab-Medium.woff') format('woff'),
		 url('fonts/RobotoSlab-Medium.eot') format('eot')/*,
		 url('fonts/RobotoSlab-Medium.ttf') format('truetype')*/;
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto Slab';
    font-display: swap;
    src: url('fonts/RobotoSlab-Bold.woff2') format('woff2'),
		 url('fonts/RobotoSlab-Bold.woff') format('woff'),
		 url('fonts/RobotoSlab-Bold.eot') format('eot')/*,
		 url('fonts/RobotoSlab-Bold.ttf') format('truetype')*/;
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto Slab';
    font-display: swap;
    src: url('fonts/RobotoSlab-Black.woff2') format('woff2'),
		 url('fonts/RobotoSlab-Black.woff') format('woff'),
		 url('fonts/RobotoSlab-Black.eot') format('eot')/*,
		 url('fonts/RobotoSlab-Black.ttf') format('truetype')*/;
    font-weight: 900;
    font-style: normal;

}

body {
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.5;
  font-display: swap;
  /*background-color: #dfe7fd;*/
}
body {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', serif;
}

.bg-body {
  background-color: #dee2e6 !important;
}

.privacy-image {
  background-image: url("../images/privacy_policy.webp"); 
  background-color: #cccccc; 
  height: 350px;
  background-position: right;
  background-repeat: no-repeat; 
  background-size: cover; 
}

/* Start Nav */


.enq-link {
  background-color: aliceblue;
  border: 1px solid black;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
}
.nav-bg {
	background-color: #ffffff;
}

/* .nav-link {
	color: white !important;
} */
/* End Nav */

/* Start Gallery Carousel */

/* End Gallery Carousel */
.color-blue {
	color: #03045e;
}
.color-orange {
	color: #ef9f05;
}
.color-gold {
	color: #ffb703 !important
}
.color-brown {
	color: #902e43;
}
.bg-offer {
	background-color: #03045e;
}
.border-offer {
	border-color: #03045e !important;
}
.bg-img {
  background-image: url("../images/display/bg.jpg"); 
  background-color: #ffffff; 
  /*height: 250px;*/
  background-position: center;
  background-repeat: no-repeat; 
  background-size: cover; 
}
.shadow-text {
	text-shadow: 1px 1px 2px #000000;
}

.ls {
	letter-spacing: 3px;
}
/* Start Banner */


.tb-underline {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  
}
.marker-icon {
	position: relative;
	padding-left: 20px;
}
.marker-icon::before {
	position: absolute;
	content: '';
	background: url("../images/marker.svg")no-repeat;
	width: 15px;
	height: 20px;
	left: 0;
	top: 5px;
	
}

.border-gold {
  border-color: #876613 !important;
}
/* End Banner */
/* Start Overview */
.overview {
  text-align: justify;
}
/* Start About Us */

/* End About Us */
/* Start Location */
.icon-color {
	color: #ec353a;
}
.icon-color:hover {
	color: #61C3FF;
}
/* End Location */
/* Start Gallery */
 
/* End Gallery */
/* Start Flex */


/* End Flex */
/* Start Price */

/* End Price */
/* Start form */


/* End form */

@media (max-width: 575.98px) {
  
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  	
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	.pa {
		position: absolute !important;
		top: 50% !important;
		right: 0 !important;
		transform: translateY(-50%) !important;
	}
  .pa1 {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
  }
	
  	
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	.pa {
		position: absolute !important;
		top: 50% !important;
		right: 0 !important;
		transform: translateY(-50%) !important;
	}
  .pa1 {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
  }
	

}
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
	.pa {
		position: absolute !important;
		top: 50% !important;
		right: 0 !important;
		transform: translateY(-50%) !important;
	}
  .pa1 {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
  }
	.tagline {
		right: 15% !important;
	}

}
@media only screen and (min-width: 1400px) {
	.pa {
		position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
	}
  .pa1 {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
  }
	.tagline {
		right: 15% !important;
	}
  	
}

