@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;
  background-color: #e6e9ec;	
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', serif;
}

.privacy-image {
  background-image: url("../images/privacy_policy.webp"); 
  background-color: #cccccc; 
  height: 350px;
  background-position: right;
  background-repeat: no-repeat; 
  background-size: cover; 
}
.success-image {
  background-image: url("../images/success.webp"); 
  background-color: #cccccc; 
  height: 350px;
  background-position: right;
  background-repeat: no-repeat; 
  background-size: cover; 
}
.sitevisit-image {
  background-image: url("../images/site-visit.webp"); 
  background-color: #cccccc; 
  height: 350px;
  background-position: right;
  background-repeat: no-repeat; 
  background-size: cover; 
}


/* Swiper */
.swiper-container {
  width: 100%;
  height: auto;
  margin: 20px auto;	
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* End Swiper */
/* 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;
}


/* End Nav */
#projects img:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-webkit-transform:translate3d(0, 0, 0) scale(1.06);
	-moz-transform:translate3d(0, 0, 0) scale(1.06);
	transform:translate3d(0, 0, 0) scale(1.06);
}
/* Start Gallery Carousel */

/* End Gallery Carousel */
.color-blue {
	color: #03045e!important;
}
.color-orange {
	color: #e82314;
}
.color-gold {
	color: #fbc368 !important
}
.bg-img {
  background-image: url("../images/display/bg-img.webp"); 
  background-color: #000000; 
  /*height: 250px;*/
  background-position: center;
  background-repeat: no-repeat; 
  background-size: cover; 
}
.shadow-text {
	text-shadow: 1px 1px 2px #000000;
}
/* Start Banner */
#background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.video-container {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}
.bg-bannertext {
	background-color: rgba(255,255,255,0.5);
}
.ls {
	letter-spacing: 0.3rem;
}
.banner-text {
  color: #ffffff;
  font-weight: 700;
  /*letter-spacing: 8px;*/
}
.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;
	
}
.tagline {
    position: absolute !important;
    top: 5% !important;
    right: 5% !important;
    /*transform: translateX(-50%) !important;
    /*text-align: right !important;*/
}
.border-gold {
  border-color: #876613 !important;
}
/* End Banner */
/* 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 */
.cf-bg {
  background: #dfe7fd;
}
.cf-header-bg {
  background: #44413b;
}
.capbox {
  background-color: #f68285;
  border: #87a8d0 0px solid;
  border-width: 0px 12px 0px 0px;
  width: 10.75rem;
  display: inline-block;
  *display: inline;
  zoom: 1; /* FOR IE7-8 */
  padding: 8px 40px 8px 8px;
  margin-top: 10px;
}

.capbox-inner {
  font: bold 13px "Roboto", sans-serif;
  color: #000000;
  background-color: #f2f4fb;
  width: 9rem;
  margin: 5px auto 0px auto;
  padding: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#CaptchaDiv {
  font: bold 17px "Roboto", arial, sans-serif;
  color: #000000;
  background-color: #ffffff;
  padding: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#CaptchaInput {
  margin: 1px 0px 1px 0px;
  width: 8rem;
}

/* 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: 0 !important;
		left: 0 !important;
		/*transform: translateY(-50%) !important;
		/*text-align: right !important;*/
	}
	
  	
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	.pa {
		position: absolute !important;
		top: 15% !important;
		left: 0 !important;
		/*transform: translateY(-50%) !important;
		/*text-align: right !important;*/
	}
	

}
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
	.pa {
		position: absolute !important;
		top: 10% !important;
		left: 0 !important;
		/*transform: translateY(-50%) !important;
		/*text-align: right !important;*/
	}
	.tagline {
		right: 15% !important;
	}

}
@media only screen and (min-width: 1400px) {
	.pa {
		position: absolute !important;
		top: 12% !important;
		left: 0 !important;
		/*transform: translateY(-50%) !important;
		/*text-align: right !important;*/
	}
	.tagline {
		right: 15% !important;
	}
  	
}

