/*
colours:
black    #333333;
lt grey  #999999;
gold	 #a38747;

*/

/***stucco-start*****/

/***stucco-end*****/

/* ----------------------------------------------- */
/* BASIC SETUP */
/* ----------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html,
body {
    background-color: #ffffff;
    color: #333333;
    font-size: 100%;
    font-family: 'Times New Roman', serif;
    font-weight: 300; 
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
/*    overflow-x: hidden;*/
    scroll-behavior: smooth;
}
body, nav, ul, li, a  {
    margin: 0; 
    padding: 0; 
    }
li {
	list-style: none;
}
body a {
    text-decoration: none;
    color: #333333;
    }

.bold {
    font-weight: 700;   
	}
.row {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 1em;
}
.row1 {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 2%;
}
.row1 h3 {
    text-align: center;
    padding:1em 0;
    font-weight: lighter;
    font-size: 2em;
}
.row1 h2 {
    text-align: center;
    padding:1em 0;
    font-size: 2.5em;
/*    font-weight: lighter;*/
}
.row1 p {
    padding: 1em 0;
    text-align: justify;
}
.row2 {
    max-width: 800px;
    margin: 0 auto;
}
/*******SLIDESHOW PAGES*******/
.row2 h2 {
    font-weight: 100;
    padding-bottom: 1em;
    font-size: 1.25em;
}
/*******CONTACT US*******/
.row2 h3 {
    font-weight: 400;
/*    padding-bottom: 1em;*/
    font-size: 2em;
}
.row3 {
    max-width: 1000px;
    margin: 0 auto;
}
.gold {
    color: #a38747;
}
.fb a {
    padding-right: 10px;
}

/*--------------TOP SECTION --------------------*/

.container {
	background-color: #ffffff;
	padding: 10px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
} 


.header1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    } 
.header2 {
/*    text-align: right;*/
	text-align: left;
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
	margin-top: -10px;
    }

.banner img {
    width: 100%;
}
.banner h1 {
    text-align: center;
    font-weight: 200;
    padding:1em;
    font-size: 3em;
    color: #999999;   
}
.render-container {
    padding: 1em ;
    display: flex;   
}
.big i{
    font-size: 1.5rem;
}
.space4em {
    padding: 4em;
}
.render-slideshow {
/*    padding: 1em;*/
    flex:1;
}
.render-item {
    padding-left: 1em;
    flex:1;
}

.render-slideshow img {
    width: 100%;
}

.render-item a:visited, .render-item a:link, .render-item a:active, .render-item a:hover {
    margin-left: 0;
}
/*-----------NAVIGATION IN .header2----------------------------*/
.toggleMenu {
   display:  none;
    }
nav {
    font-size: 1rem;
    padding: 1.5em;
    }

.nav > li {
/*	background-color: #6D3AA3;*/
}
.nav {
    list-style: none;
    }
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
    }
.nav:after {
    clear: both;
    }
.nav ul {
    width: 15em;

    }
/************************************/
.navigation.nav a {
    padding: 2rem 0;
    color: #333333;
    margin-left: 2rem;
}
.navigation.nav a:visited, a:active, a:link, a:hover {
/*    padding: 2rem 0;*/
    color: #333333;
    margin-left: 2rem;
}
/************************************/
.nav li {
    position: relative;
	z-index: 30;
	}
.nav li  ul {
    position: absolute;
    display: none;
    }
.nav > li {
    float: left;
    }
.nav > li > .parent {
    background-image: url("../../img/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
        padding-right: 15px;
    }
.nav > li > a {
    display: block;
    }
.nav > li.hover > ul {
    display: block;
    text-align: left;
    }
.nav li li a {
    display: block;
    position: relative;
    z-index:100;
    padding: 5% 5px 5px 5%;
    font-size: 1rem;
    color: #333333;
    background-color: #ffffff;
	width: 15rem;
    }
.nav li ul li a:hover {
    color: #333333;
    background-color: #a38747;
    }
.nav li a:link,
.nav li a:visited {
    border-bottom: 2px solid transparent;
    text-transform: capitalize;
    }
.nav li a:hover,
.nav li a:active {
    border-bottom: 2px solid #a38747;;
    color:  #333333;
    background-color: #ffffff;
    -webkit-transition: border-bottom 1s;
    -webkit-transition: border-bottom 1s;
    -webkit-transition: border-bottom 1s;
    transition: border-bottom 1s;
    }
.nav li li a:link,
.nav li li a:visited {
    border-bottom: .5px solid transparent;
    }
.nav li li a:hover,
.nav li li a:active {
    -webkit-transition: border-bottom 1s;
    -webkit-transition: border-bottom 1s;
    -webkit-transition: border-bottom 1s;
    transition: border-bottom 1s;
    }
.mobile-nav-icon {
    float: right;
    cursor:pointer;
    display: none;
    }
.mobile-nav-icon i {
    font-size: 2rem;
    color: #333333;
    background-color: #ffffff;
    padding: 10px 10px;
    }
.sticky {
    position: fixed;
    background-color: #ffffff;
    top: 0;
    left: 0;
    width: 100%; 
    -webkit-box-shadow: 2px 2px 2px #000; 
            box-shadow: 2px 2px 2px #000;
    z-index: 9999;
    padding: 1;
    }
.sticky i {
    color: #333333;
	}
.sticky li a {
    color: #333333;
}

/*NAVIGATION BACKGROUND COLOUR*/

.navigation {
    float: right;
    float: right;
/*    background-color: #6D3AA3;*/
    margin-top: -35px;
}


/*required*/
.logo img {
    max-width: 150px;
    padding: 5px;
}

/* SLIDESHOW */
/* ----------------------------------------------- */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;

  }
.col .rslides li {
    list-style: none;
}
/****this moves lefthand arrow of slideshow to left*****/

 a.centered-btns_nav:visited, a.centered-btns_nav:active, a.centered-btns_nav:link, a.centered-btns_nav:hover {
/*    padding: 2rem 0;*/
    color: #333333;
    margin-left: 0rem;
}
/*
a.centered-btns_tabs li:visited, a.centered-btns_tabs li:active, a.centered-btns_tabs li:link, a.centered-btns_tabs li:hover{
    margin-left: 0;
} 
*/

.small {
    display: none;
}
.render-slideshow i{
        font-size: 2em;
    }
/*
.h2row {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 1em;
}
*/
.h2row h2 {
    font-weight: 100;
}
.addrow {
   display: none;     
}
/**********END OF SLIDESHOW****/


/***stucco-start*****/
.ss-title {
    position: absolute;
    left: 4.5%;
    top: 20em;
    z-index: 100;
    color: #333333; 
    text-shadow: 1px 1px #000000;
}
.ss-title h1 {
    color: #ffffff;
    font-weight:100;
    font-size: 4em;
}
/***contactus*****/
.cu-title {
    position: absolute;
    right: 4.5%;
    top: 10em;
    z-index: 100;
    color: #333333; 
    text-shadow: 1px 1px #000000;
}
.cu-title h1 {
    color: #ffffff;
    font-weight:100;
    font-size: 4em;
}


@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


.animated.slower {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

.animated.slower1 {
    animation-duration: 4s;
    animation-delay: 1s;
}

.centre {
    display: block;
/*
    margin-left: auto;
    margin-right: auto;
*/
    width: 20%;
    margin: 3em auto;

}


/*--------------------------------------------*/
/*SECTION-PORTFOLIO */
/*--------------------------------------------*/
.section-portfolio {
    background-color: #999999;
}.section-portfolio ul{
    padding-bottom: 30px;;
}
.section-portfolio p, .section-portfolio li {
    font-size: 80%;
}
.showcase {
    list-style: none;
    width: 100%;  
}
.showcase li {
    display: block;
    float: left;
    width: 33%;
}
.portfolio-thb {
    width: 100%;
    margin: 0;
    overflow: hidden;
/*by giving the holder a black bg and an opacity of 7  - see portfolio-thb img - you will make the image darker*/
    background-color: #000000;
}
.portfolio-thb img {
    opacity: 0.5;
    width: 100%;
    height: auto;
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-transition: transform 0.5s, opacity 0.5s;
            -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
            transition: opacity 0.5s, -webkit-transform 0.5s;
            transition: transform 0.5s, opacity 0.5s;
            transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.portfolio-thb img:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
}

.popouts {
    clear: both;

}
/*-------------section portfolio end --------*/






/*---------------SOCIAL STICKIES-------------   */
#sticky-social ul {
   list-style: none;
   margin: 0;
   padding: 0px;
   
}
#sticky-social li {
    padding-top: 10px;
}


*/
#sticky-social img {
    width: 40px;
    height: 40px;
    margin-top: 0;
   
}

#sticky-social.nav a:visited, a:active, a:link, {
/*   background: none;*/
   display: block;
    background-color: #ffffff;
   position: relative;
   text-align: center;
    padding-bottom: 0px;
    padding-left: 0;
border-bottom: 0px solid #e67e22;
}

#sticky-social a:hover  {
/*   left: 100%;*/
    background-color: #000000;
    -webkit-transition: 1s;
    transition: 1s;
}
.fb-like {
    padding-top: 5px;
}




/*--------------CONTACTUS FORM start-------------------------*/


/*
.quotebox {
    width: 100%;
    padding: 4rem 5% 1rem 5%;
    margin: auto; 
	
}


.form-row {
	padding: 10px 30px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form-row input {
    background-color: #d8d8d8;
    margin-bottom: 5px;
    color: #333333;
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
}
.form-row label{
    -webkit-box-flex: .5;
        -ms-flex: .5;
            flex: .5;
    padding-right: 10px;
    font-size: 1rem;
}
.form-row select{
    background-color: #d8d8d8;
    color: #333333;
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
}

.form-row textarea {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex:3;
    background-color: #d8d8d8;
    color: #333333;
}
.btnpos {
    margin: 20px 2.5%;
    text-align: right;

}
.button {
  background-color: #4BBCED;
  border: #efefef;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 2rem;
}
*/



/*--------------CONTACTUS FORM end---------------------------*/

/*-------------FOOTER---------------------*/
footer {
	color: #333333;
	font-size: .8rem;
    background-color: #a38747; 
    margin-top: 2em;
}
footer row {
	text-align: center;
}
/*
footer a:visited, a:active, a:link {
	font-weight: 400;
	color: #ffffff;
} 
*/
footer a:hover {
	color: #FFC43D;
} 
fab a:hover {
	color: #FFC43D;
}
.footcontainer {
	padding: 30px 10px;
    text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: center;
    justify-content: space-between;
}
.footers {
    box-sizing:bornder-box;
	padding: 30px;
	flex: 30%;
}

.footers i {
	font-size: 2rem;
}
.footers.fb  a {
    margin-left: 0;

}
.footers.fb  a:hover {
    margin-left: 0;
    color: #ffffff;
}
.privacypolicy {
	background-color: #ffffff;
	padding: 10px 10%;
	
}
.pad2rem {
	padding-left: 2rem;
}
.privacypolicy h4 {
	color: #4BBCED;
	padding: 1.25rem 0;
}
.privacypolicy h2 {
	color: #4BBCED;
	padding: 2rem 0;
}
.privacypolicy h5 {
	color: #4BBCED;
	padding: 1rem 0;
}
a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
   margin-left: 0;
  /* Additional css `propery: value;` pairs here… */
}

/*------------contactus---------------------------*/
.contactus {
	background-color: #ffffff;
}
.contactcontainer {
	padding-top: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    justify-content: space-between;
}
.contact1 {
	flex-basis: 50%;
}
.contact2 {
	flex-basis: 40%;
}
.contact2 p {
	font-size: 1.5rem;
	padding: 3.5rem 0 0 0;

}
.contact2 h2 {
	font-size: 2rem;
	padding: 0rem 0 2rem;

}
.contact2 i {
    color: #a38747;
}

/*--------------CONTACTUS FORM start-------------------------*/


.quotebox {
    width: 100%;
    padding: 4rem 5% 1rem 0;
    margin: auto; 
}
.form-row {
	padding: 10px 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form-row input {
    background-color: #d8d8d8;
    border: none;
    margin-bottom: 5px;
    color: #333333;
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
}
.form-row label{
    -webkit-box-flex: .5;
        -ms-flex: .5;
            flex: .5;
    padding-right: 10px;
    font-size: 1rem;
}
.form-row select{
    background-color: #d8d8d8;
    color: #333333;
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
}

.form-row textarea {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex:3;
    background-color: #d8d8d8;
    color: #333333;
    border: none;
}
.btnpos {
    margin: 20px 2.5%;
    text-align: right;

}
.button {
  background-color: #a38747;
  border: #efefef;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
/*  margin-top: 2rem;*/
}
     .render-container {
         display: flex;
         
     }
     .closess i {
         color: #ffffff;
     } 


/*--------------CONTACTUS FORM end---------------------------*/


/*000000000000000000000000000000000000000000000000000000000*/

@media screen and (max-width: 900px) {
.nav > li > a {
    display: block;
    padding-left: 2em;
}    
.nav a {
     padding: 1.5em 0; 
    color: #333333;
    margin-left: 0;
/*required*/
    font-size: .8rem;
	}
.sticky {
    padding: 0;
    }


/*000000000000000000000000000000000000000000000000000000000*/
@media screen and (max-width: 700px) {
    
.ss-title h1 {
    color: #ffffff;
    font-weight:100;
    font-size: 2em;
} 
.ss-title {
    top: 20em;

}    
.cu-title h1 {
    color: #ffffff;
    font-weight:100;
    font-size: 2em;
} 
.cu-title {
    top: 10em;
}
.contactcontainer {
	padding: 10%;
	display: block;
}
.quotebox {
    width: 100%;
    padding: 1rem 5% 1rem 0;
    margin: auto; 
}
.contact2 p {
	padding: 1rem 0 0 0;

}

#sticky-social {
   left: 0;
   position: fixed;
   top: 142px;
    font-size: 0;    
}
	#sticky-social img {
    width: 100%;
    margin-top: 0;
}

.container {
		display: block;
	}
	
.header1 img {
    height: 4rem;
    width: auto;
/*    padding-left: 2%;*/
}		
.row {
    max-width: 1500px;
    margin: 0 auto;
    padding: 1.5rem 0 ;
}
    .row2 h2 {
        text-align:center;
    }
.testcontain, .talkcontain{
	margin: 1rem 2%;	
}
.talkcontain{
	margin: 0 2%;	
}
	
nav {
        font-size: 1rem;
    }
.navigation {
    width: 100%;
}  
.active {
    display: block;
    } 
.nav > li {
    float: none;
    }   
.nav {
    clear: both;
/*    padding: 1em;*/
    } 
.nav a {
/*    required*/
    padding: .5em;
    }
.nav ul {
    display: block;
    width: 100%;
    font-size: 1em;
    }  
.nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
.nav li li a {
    font-size: .8rem;
/*required*/
	padding: 0px 0px 3px 10%;
	}
.mobile-nav-icon {
	display: inline-block;
	}    
.mobile-nav-icon p {
    font-size: 1rem;
    vertical-align: top;
	padding: 10px 0;
    }
.main-text-box {
	padding-top: 25%;
}
.main-text-box h1 {
    color: #ffffff; 
    font-size: 2rem;
    font-weight: 700;
}
.main-text-box h2 {
    color: #ffffff; 
    font-size: 1.5rem;
    font-weight: 400;
	padding-top: 1rem;
}
header {
    background-attachment: scroll;
	  background-position: center;
}
.offercontainer {
	margin-top: 0;
}
.offer i {
	font-size: 2rem;
}
.testimonials h4 {
	font-size: 2rem;
}
.passionate {
    background-position: center;
    background-attachment:scroll;
}
.testtalk {
		display: block;
	}
.passionate h2 {
	font-size: 2rem;
	padding: 20%;
	}
.talkcontain {
	display: block;	
	}
.talk1 p {
	background-color: #FFC43D;
	color: #ffffff; 
	font-size: 1.7rem;
	padding: 1rem;
}
footer .row {
	padding: 2%;
	text-align: center;
	}
.footcontainer {
	display: block;
}
footer img {
		width: 50%;
	}
.footers {
	padding: 10px;
}


.render-slideshow {
/*    padding: 1em;*/
    flex: none;
    width: 100%;
    margin-bottom: 1em;
}
.render-container {
    padding: 1em;
    display: block;
}
.render-item {
    padding-left: 0;  
}

.addrow {
   display: block;     
}



    
/****required******/
    .big {
        display: none;
    }
    .small {
        display:block;
    }

}

/*000000000000000000000000000000000000000000000000000000000*/

@media screen and (max-width: 400px) { 
.ss-title {
    top: 15em;
    }
}
