
:root
{
   
    --color1:#E3675F;  
    --color2:#D23292; 
	--color3:#713575;
    --black:#000;
};

a,
a:hover
a:focus {
	text-decoration:none !important;
}

ul,
ol {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

strong
{
	font-weight:500;
}

h1,h2,h3,h4,h5,h6
{
	font-family: 'Zilla Slab';
	
}
h1
{
	font-weight:700;
}
h2
{
	font-weight:700;
}
h3
{
	font-weight:600;
}
h4
{
	font-weight:500;
}
h5
{
	font-weight:500;
}


body {
    line-height: 26px;
    font-style: normal;
    color: #000;
    background-color: #fff;
    font-size: 15px;
    overflow-x: hidden;
    font-family: 'Raleway';
	font-weight:400;
    z-index: 2;
    position: relative;
}
p
{
	line-height:26px;
}
.cursor
{
    cursor: pointer !important;
}


span.number
{
	font-family:arial;
	display:inline-block;
}


.whatsapp-icon {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 90px;
    z-index: 999999;
}

.only-for-small-screen
{
	display:none;
}

@media screen and (max-width:767px)
{
	.only-for-small-screen
	{
		display:block;
	}
}

/*
==================================
*/

.banner
{
	width:100%;
	height:100vh;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top;
	position:relative;
}
.banner:before
{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, .9),rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, .9),rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(to bottom, rgba(0, 0,0, .9),rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, rgba(0, 0, 0, .9),rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

@media screen and (max-width:767px)
{
	.banner
	{
		background-image:none;
		width:100%;
		height:auto;
	}
}


.banner .banner-enquiry-form-container
{
	position:absolute;
	right:60px;
	top:120px;
	background-color:var(--white);
	padding:25px;
	padding-top:15px;
}

.banner .banner-enquiry-form-container .formcontainer
{
	width:350px;
}
.banner .banner-enquiry-form-container .formcontainer h4
{
	font-family: var(--raleway5);
	margin-bottom: 20px;
	font-size: 20px;
	display: inline-block;
	background-color: var(--color2);
	color: var(--white);
	padding: 10px 30px;
	position: relative;
	padding-left: 15px;
}
.banner .banner-enquiry-form-container .formcontainer h4:after
{
	content: '';
	position: absolute;
	border-top: 10px solid #9b1967;
	border-right: 10px solid #9b1967;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	left: -45px;
	top: 44px;
}
.banner .banner-enquiry-form-container .formcontainer h4:before
{
	content: '';
	position: absolute;
	width: 45px;
	height: 100%;
	left: -45px;
	top: 0;
	background-color: var(--color2);
}
.banner .banner-enquiry-form-container .formcontainer .input-box
{
	background-color:var(--white);
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
	position:relative;
}
.banner .banner-enquiry-form-container .formcontainer .input-box label
{
	text-transform:uppercase;
	font-size:14px;
	font-weight:500;
	color:#444;
	position:absolute;
	margin-bottom:0;
	top:7px;
}
.banner .banner-enquiry-form-container .formcontainer .input-box .myinput
{
	border:0px solid transparent;
	width:100%;
	padding:7px;
}

.banner .banner-enquiry-form-container .formcontainer .input-box .myinput.one
{
	padding-left:60px;
}
.banner .banner-enquiry-form-container .formcontainer .input-box .myinput.two
{
	padding-left:60px;
}
.banner .banner-enquiry-form-container .formcontainer .input-box .myinput.three
{
	padding-left:65px;
}
.banner .banner-enquiry-form-container .formcontainer .input-box .myinput.four
{
	padding-left:90px;
}

.banner .banner-enquiry-form-container .formcontainer .input-box .myinput.five
{
	padding-left:120px;
}
.banner .banner-enquiry-form-container .formcontainer .capatcha-image
{
	margin-top:10px;
	text-align:center;
}
.banner .banner-enquiry-form-container .formcontainer .input-submit .submit-button
{
	width:100%;
	border:0;
	display:block;
	background-color:var(--color2);
	font-weight:500;
	color:var(--white);
	text-transform:uppercase;
	font-size:16px;
	letter-spacing:1px;
	margin-top:10px;
	padding:4px;
	border-bottom:4px solid #971B65;
	transition:all .2s linear;
}


/*
===========================
*/

.top-info-bar .logo
{
	font-weight: 600;
	font-size: 25px;
	text-transform: uppercase;
	color: var(--white);
}
.top-info-bar
{
	position:absolute;
	top:20px;
	left:0;
	width:100%;
	z-index:100;
}
.top-info-right
{
	float:right;
}
.top-info-right a
{
	display:inline-block;
	width: 220px;
}
.top-info-right a:not(:last-child)
{
	margin-right:15px;
}
.top-info-right a *
{
	color:var(--white);
}
.top-info-right a span
{
	font-size:17px;
	font-family:'Segoe UI';
	font-weight:600;
}

/*
=========================
*/
section.about
{
	margin-top:40px;
}
section.about .text-box-about
{
	max-width:90%;
	margin:auto;
}
section.about .text-box-about p
{
	line-height:28px;
	font-size:16px;
}

/*
=========================
*/
section.schedule-a-site-visit
{
	margin-top:40px;
}
section.schedule-a-site-visit.schedule-a-site-visit2
{
	margin-top:0px;
}
section.schedule-a-site-visit.schedule-a-site-visit2:before,
section.schedule-a-site-visit.schedule-a-site-visit2:after
{
	display:none;
}
section.schedule-a-site-visit .text-box-about
{
	max-width:90%;
	margin:auto;
}
section.schedule-a-site-visit.schedule-a-site-visit3 .text-box-about
{
	max-width:70%;
	margin:auto;
}
section.schedule-a-site-visit .text-box-about h4
{
	font-size:35px;
}
section.schedule-a-site-visit .text-box-about p
{
	line-height:28px;
	font-size:16px;
	color:var(--white);
	text-shadow:2px 2px 5px rgba(0,0,0,.3);
}
section.schedule-a-site-visit3 .text-box-about p
{
	line-height:28px;
	font-size:20px;
	color:var(--white);
	margin-bottom:8px;
	text-shadow:2px 2px 5px rgba(0,0,0,.3);
	font-weight:600;
}


/*
=========================
*/


.heading1{
	color: var(--color2);
	margin: 15px 0;
	text-align: center;
	font-size: 35px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
	display: inline-block;
	margin-top:0;
}
.heading1:after{
	content: '\f107';
	font-family: fontawesome;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	width: 27px;
	height: 27px;
	background-color: var(--color2);
	color: var(--white);
	border-radius: 50%;
	line-height: 25px;
	border: 2px solid var(--color2);
	font-size: .8em;
}
.heading1:before{
	content: '';
	position: absolute;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	bottom: 0;
	background: radial-gradient(ellipse at 50% -50% , #a19b9b 0px, rgba(240, 235, 235, 0) 80%) repeat scroll 0 0 rgba(104, 89, 89, 0);
	background: -webkit-radial-gradient(ellipse at 50% -50% , #a19b9b 0px, rgba(240, 235, 235, 0) 80%) repeat scroll 0 0 rgba(104, 89, 89, 0);
	background: -moz-radial-gradient(ellipse at 50% -50% , #a19b9b 0px, rgba(240, 235, 235, 0) 80%) repeat scroll 0 0 rgba(104, 89, 89, 0);
	background: -o-radial-gradient(ellipse at 50% -50% , #a19b9b 0px, rgba(240, 235, 235, 0) 80%) repeat scroll 0 0 rgba(104, 89, 89, 0);
	margin-left: auto;
	margin-right: auto;
}

/*
=====================
*/

.schedule-a-site-visit
{
	width:100%;
	min-height:100vh;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
}

.schedule-a-site-visit:before
{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, .6),rgba(0, 0, 0, .7), rgba(0, 0, 0, .7), rgba(0, 0, 0, .6));
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, .6),rgba(0, 0, 0, .7), rgba(0, 0, 0, .7), rgba(0, 0, 0,.6));
    background: -moz-linear-gradient(to bottom, rgba(0, 0,0, .6),rgba(0, 0, 0, .7), rgba(0, 0, 0, .7), rgba(0, 0, 0, .6));
    background: linear-gradient(to bottom, rgba(0, 0, 0, .6),rgba(0, 0, 0, .7), rgba(0, 0, 0, .7), rgba(0, 0, 0, .6));
}


.schedule-a-site-visit .text-box-about
{
	padding:140px 0;
}
.schedule-a-site-visit .text-box-about.text-box-about2
{
	padding:100px 0 40px;
}
.schedule-a-site-visit .text-box-about .heading1
{
	font-size:45px;
}
.schedule-a-site-visit .text-box-about .schedule
{
	background-color:var(--color2);
	text-transform:uppercase;
	color:var(--white);
	font-weight:500;
	padding:15px 35px;
	border-radius:25px;
	text-shadow:none;
}
.schedule-a-site-visit .text-box-about .schedule:hover
{
	text-decoration:none;
}

.list-style ul
{
	margin-top:20px;
}
.list-style ul li
{
	color: var(--white);
	text-align: left;
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 16px;
	text-overflow: 1px 1px 15px #000;
	position: relative;
	padding-left: 25px;
	font-weight:500;
}

.list-style ul li::before {
    content: '\f046';
    font-family: fontawesome;
    left: 0;
    top: 2px;
    position: absolute;
    color: var(--white);
    background-size: 80%;
    background-repeat: no-repeat;
    font-size: 1.2em;
}

/*
=======================
*/
section.get-in-touch-form
{
	padding-top:50px;
	padding-bottom:5px;
	background-color:#C7D0BE;
}

section.get-in-touch-form form
{
	margin-top:20px;	
}

section.get-in-touch-form form .form-control,
section.get-in-touch-form form .custom-select
{
	height:calc(2em + .75rem + 2px);
	border:2px solid #ccc;
	font-weight:600;
	color:#333;
	font-size:15px;
}


section.get-in-touch-form form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
  font-size: 14px;
  font-weight:600;
}
section.get-in-touch-form form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #555;
  font-size: 14px;
  font-weight:600;
}
section.get-in-touch-form form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #555;
  font-size: 14px;
  font-weight:600;
}
section.get-in-touch-form form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #555;
  font-size: 14px;
  font-weight:600;
}



section.get-in-touch-form form .form-control:focus,
section.get-in-touch-form form .custom-select:focus
{
	box-shadow:none;
}

section.get-in-touch-form form .margin-top-captcha
{
	margin-top:25px;
}

section.get-in-touch-form form .padding-right-reduce
{
	padding-right:7px;
}
section.get-in-touch-form form .padding-left-reduce
{
	padding-left:7px;
}
section.get-in-touch-form form .padding-right-left-reduce
{
	padding-left:7px;
	padding-right:7px;
}


section.get-in-touch-form form .submit-footer-form
{
	text-align:center;
	display:table;
	margin:auto;
	margin-top:20px;
}
section.get-in-touch-form form .submit-footer-form .form-submitted
{
	border: 0;
	display: block;
	background-color: var(--color2);
	font-weight: 600;
	color: var(--white);
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 10px;
	padding: 5px 30px;
	border-bottom: 4px solid #971B65;
	transition: all .2s linear;
}


/*
=====================
*/

.copyright
{
	background-color:#23272A;
	padding:20px 0;
	text-align:center;
	color:#ccc;
	font-size:16px;
	font-weight:500;
}

/*
======================
*/
section.price-list
{
	background-color:#F9FAF8;
	padding-top:40px;
	padding-bottom:40px;
}
section.price-list #no-more-tables
{
	margin-top:20px;
}
section.price-list #no-more-tables table
{
	border:1px solid #E7EAE4;
}
#no-more-tables table thead tr th
{
	background-color:var(--color2);
	color:var(--white);
	text-align:center;
}
#no-more-tables table tbody tr td
{
	background-color:var(--white);
	color:var(--black);
	text-align:center;
	font-family:arial;
	font-weight:500;
}
#no-more-tables table tbody tr td:not(:last-child)
{
	border-right:1px solid #E7EAE4;
}

.map
{
	line-height: 0;
}
.map iframe{
	line-height:100%;
}

/*
============================
*/

.text-box-about .cursive-quotes
{
	text-align:center;
	max-width: 400px;
	width: 100%;
	margin:auto;
	height: 400px;
	border-radius: 50%;
	background-color: var(--white);
	padding: 115px 0;
	position: relative;
}
.text-box-about .cursive-quotes:before
{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width:95%;
	height: 95%;
	border: 2px solid var(--color2);
	border-radius: 50%;
	z-index:20;
	transform: translate(-50%,-50%);
	
}
.text-box-about .cursive-quotes p
{
	text-shadow: none !important;
}

.text-box-about .cursive-quotes span
{
	display:block;
	color:var(--color2);
	margin-bottom:15px;
}
.text-decoration-anchor:hover
{
	text-decoration: none;
}
.text-box-about .cursive-quotes .one
{
	font-weight: 600;
	text-transform:capitalize;
	font-size:33px;
	letter-spacing:0;
}
.text-box-about .cursive-quotes .two
{
	font-weight: 700;
	text-transform:capitalize;
	font-size:25px;
	position:relative;
	display:inline-block;
	margin-bottom:10px;
}

.text-box-about .cursive-quotes .two .safe-text
{
	color:var(--color2);
	margin-bottom:0;
	background-color:var(--white);
	padding:5px 15px;
	position:relative;
	z-index:2;
}
.text-box-about .cursive-quotes .three
{
	font-weight: 600;
	text-transform:uppercase;
	font-size:25px;
	letter-spacing:0;
	background-color:var(--color2);
	color:var(--white);
	display:inline-block;
	padding:10px 70px;
}
.text-box-about .cursive-quotes .three
{
	position:relative;
	text-transform:capitalize;
	font-family:var(--raleway5);	
}
.text-box-about .cursive-quotes .three:before
{
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	top: 0;
	left: -20px;
	background-color: #fff;
	transform: rotate(45deg);
	
}
.text-box-about .cursive-quotes .three:after
{
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	top: 0;
	right: -20px;
	background-color: #fff;
	transform: rotate(45deg);
	
}

.project-high-lighted:before
{
	background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, .7),rgba(0, 0, 0, .8), rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
background: -o-linear-gradient(to bottom, rgba(0, 0, 0, .7),rgba(0, 0, 0, .8), rgba(0, 0, 0, .8), rgba(0, 0, 0,.8));
background: -moz-linear-gradient(to bottom, rgba(0, 0,0, .7),rgba(0, 0, 0, .8), rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
background: linear-gradient(to bottom, rgba(0, 0, 0, .7),rgba(0, 0, 0, .8), rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
}

.project-high-lighted ul
{
	list-style-type: square;
	padding-left: 15px;
}
.project-high-lighted ul li
{
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 5px;
	font-size: 17px;
}

.project-high-lighted ul ol
{
	list-style-type: upper-greek;
	padding-left: 25px;
	margin-top: 20px;
	 -webkit-column-count: 2; 
            -moz-column-count: 2;  
            column-count: 2; /* divides text in 2 columns */ 
}
.project-high-lighted ul ol li
{
	font-weight: 400;
	margin-bottom: 7px;
	padding-right: 20px;
}


.project-high-lighted > .container
{
	padding:70px 0;
}

.project-high-lighted > .container .text-center h4
{
	color: var(--white);
}
.project-high-lighted > .container p
{
	color: var(--white);
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
	font-size: 16px;
}
.project-high-lighted > .container h5
{
	color: var(--white);
}

.project-high-lighted > .container ul li
{
	color: var(--white);
}


/*
==========================
*/


.bottom-info-bar
{
	position:absolute;
	top:20px;
	left:0;
	width:100%;
	z-index:100;
}
.bottom-info-right
{
	float:right;
}
.bottom-info-right a
{
	display:inline-block;
}
.bottom-info-right a:not(:last-child)
{
	margin-right:15px;
}
.bottom-info-right a *
{
	color:var(--white);
}
.bottom-info-right a span
{
	font-size:17px;
	font-family:'Segoe UI';
	font-weight:500;
}


.disclamer-text
{
	padding-top:40px;
}
.disclamer-text p
{
	font-weight: 500;
	font-size: 13px;
	line-height: 25px;
	font-family: arial;
}
.disclamer-text p strong
{
	font-weight: 600;
	font-size: 14px;
}

.disclamer-text p small
{
	font-size: 12px;
}