	@font-face {
    font-family: ESKlarheitKurrent-Rg;
	src: url(https://troydean.visiwebsolutions.com/wp-content/themes/generic/fonts/ES_Klarheit_Kurrent/otf/ESKlarheitKurrent-Rg.otf);
  }	
  @font-face {
    font-family: ESKlarheitKurrent-Md;
	src: url(https://troydean.visiwebsolutions.com/wp-content/themes/generic/fonts/ES_Klarheit_Kurrent/otf/ESKlarheitKurrent-Md.otf);
  }	
  body, html {
      height: 100%;
      margin: 0;
      font-family: ESKlarheitKurrent-Rg;
    }
    .hero-section {
	  background: no-repeat center center/cover;	
	  background-size: cover;
	  margin-bottom: 0;
      height: 100vh;
      color: white;
      position: relative;
	  background-size: cover;
    }
	
    .overlay {
	  background: center no-repeat;	
	  position: relative;
      height: 100%;
    }
    
    .slick-next {
      display: none !important;
    }

	.fwi-bold img {
	  height: auto;
	}
    .nav-bar {
      position: absolute;
      top: 80px !important;
      width: 100%;
      padding: 0 50px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: 2;
    }
    .nav-links a {
      color: white;
	  font-size: 12px;
      margin-left: 30px;
      text-decoration: none;
      font-weight: 500;
    }
	.sidebar p {
	  font-size: 10px !important;
      line-height: 1.8;
	}
	.nav-links .fab {
	   color: white !important;
       width: 18px;
	   height: 19px;
       border-radius: 50%;
       border: 4px solid black;
       display: inline-block;
	   background-color: black;
	}
    .sidebar {
      position: absolute;
	  font-size: 12px;
      top: 100px !important;
      left: 46px;
      color: white;
      z-index: 2;
	  margin-top: 250px;
    }
	
    .content {
      position: absolute;
      top: 46%;
      left: 37%;
      transform: translate(-50%, -50%);
      text-align: left;
      z-index: 2;
    }
    .content h1 {
      font-size: 50px;
      font-weight: normal;
	  line-height: 50px;
    }
	.fs-4 {
	  font-size: 14px !important;
	}
    .footer-text {
      position: absolute;
      bottom: 2px;
      width: 100%;
	  right: 0% !important;
      text-align: center;
      font-weight: 500;
      font-size: 18px !important;
      color: white;
      z-index: 2;
	  letter-spacing: 3.8px;
    }
    .dots_value{
	    position: absolute;
        top: 330px;
		left: 120px;
	}
	
	.dots_value-content ul{
	display: flex;
	margin: 0;
	padding: 0;
	column-gap: 21px;
	}
	
	.dots_value-content ul li{
	text-decoration: none;
	list-style: none;
	}
	
	.dots_value-content ul li span{
		width: 8px;
		height: 8px;
		background: transparent;
		border: 1px solid #ccc;
		border-radius: 50px;
		display: block;
		top: -35px !important;
		left: 119px !important;
	}
	
	/* .d2 span{
		background: transparent !important;
		border: 1px solid #ccc;
	} */
	
	.d3 span{
		/* background: transparent !important;
		border: 1px solid #fff; */
		position: relative;
		z-index: 99;
	}
	
	.d1 span{
	position: relative;
	z-index: 99;
	}
	
	
	.d1 span:before{
    content: "";
    position: absolute;
    width: 21px;
    height: 2px;
    background: #fff;
    top: 4px;
    left: 8px;
	}
	
	
	
		.d2 span{
	position: relative;
		z-index: 99;
	}
	
	
	.d2 span:before{
    content: "";
    position: absolute;
    width: 22px;
    height: 2px;
    background: #fff;
    top: 3px;
    left: 7px;
	}
	* {box-sizing: border-box;}
body 
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


    .containerr {
	  margin-top: 80px;
	  text-align: center;
	}
    .main-text {
      font-size: 37px;
	  width: 52%;
	  margin: 0 auto;
      font-weight: 400;
    }

    .main-text .highlight {
      font-style: italic;
      font-weight: 600;
    }

    .sub-text {
      font-size: 13px;
	  text-align: center;
      color: #555;
      margin-top: 15px;
	  padding-right: 75px;
    }

    .link-text {
      font-size: 10px;
	  text-align: center;
      font-weight: 600;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      margin-top: 8px;
      display: block;
	  padding-right: 100px;
    }
	
	.section {
	  display: block;
	}
	
	.wrapper_full {
    max-width: 100%;
	margin-top: 30px !important;
	margin: auto;
   }
   
   .types__inner {
    position: relative;
    padding-top: 52%;
    width: 100%;
   }
   
   .types__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
   
   .types__img {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 transition: opacity 0.5s ease;
	 opacity: 0;
   }
   
   .types__bg:after {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-color: rgba(0, 0, 0, 0.7);
	 transition: opacity 0s ease;
	 opacity: 0;
	 transition-delay: 0.5s;
   }
   
   .types__list {
    font-size: 0;
	text-align: center;
    letter-spacing: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
	border: 1px solid;
	background: black;
  }
  
  .types__list:before {
	content: '';
	position: absolute;
	top: 0;
	left: calc(100% /3);
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0);
	z-index: 1;
	transition: all 0.5s ease;
  }
  
  .types .card {
	display: inline-block;
	width: calc(100% / 3);
	height: 100%;
	position: relative;
	overflow: hidden;
	backface-visibility: hidden;
	text-decoration: none;
  }
  
  .types .card__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 300%;
	height: 100%;
	z-index: -2;
	transition: opacity 0.5s ease;
  }
  
  
  .bg-b-lazy {
	background-size: cover;
  }
  
  .types .card__mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: -1;
  }
  
  .types .card__content {
	width: 100%;
	text-align: center;
	color: #fff;
	min-height: 62px;
	transition: opacity 0.5s ease;
	position: absolute;
	top: calc(50% - 16px);
	left: 0;
	padding: 0 30px;
  }
  
  .types .card_h2 {
	line-height: 36px;
  }
  
  .line {
	display: block;
	white-space: nowrap;
	overflow: hidden;
  }
  
  .[data-split-letters] .letter {
	 transform: translate3d(0px, 50px, 1px);
  }
  
  .[data-split-letters] {
    opacity: 0;
    overflow: hidden;
    margin-left: -2px;
  }
  
  .h5 {
	font: 300 12px / 12px 'Circle', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 5.7px;
	padding-left: 5px;
	margin: 0;
  }
  
  .line {
	display: block;
	white-space: nowrap;
	overflow: hidden;
  }
  
  .types .card {
	display: inline-block;
	width: calc(100% / 3);
	height: 100%;
	position: relative;
	overflow: hidden;
	backface-visibility: hidden;
	background: transparent;
	text-decoration: none;
  }
  
  .types .card_bg {
	left: -100%;
  }
  
  .types .card_bg {
	position: absolute;
	top: 0;
	width: 300%;
	height: 100%;
	z-index: -2;
	transition: opacity 0.5s;
  }
  
  .types .card_mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: -1;
  }
  
  .types .card_content {
	width: 100%;
	text-align: center;
	color: #fff;
	min-height: 62px;
	transition: opacity 0.5s ease;
	position: absolute;
	top: calc(50% - 16px);
	left: 0;
	padding: 0 30px;
  }
  
  .types .card:nth-of-type(3) .card_bg {
	left: -200%;
  }
  
  .types .card_bg {
	position: absolute;
	top: 0;
	width: 300%;
	height: 100%;
	z-index: -2;
	transition: opacity 0.5s ease;
  }
  
  .types .card__mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: -1;
  }
  
  .types .card__content {
	width: 100%;
	text-align: center;
	color: #fff;
	min-height: 62px;
	transition: opacity 0.5s ease;
	position: absolute;
	top: calc(50% - 16px);
	left: 0;
	padding: 0 30px;
  }
	
	.architecture-section {
	  position: relative;
	  background: url("https://troydean.visiwebsolutions.com/wp-content/uploads/2025/07/archi.jpg") center center/cover no-repeat;
	  color: white;
	  margin-top: 45px !important;
	  display: flex;
	  align-items: center;
	  justify-content: start;
	  margin: 40px;
	}
	
	.architecture-overlay {
      width: 100%;
      height: 578px;
      padding: 50px;
    }
    
	.architecture-text {
	  width: 40%;
      height: auto;
	  margin-top: -280px;
	}
	
    .architecture-text h6 {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 10px;
      color: #ccc;
    }
    
    .architecture-text h2 {
      font-size: 30px;
	  letter-spacing: 1px;
      font-weight: normal;
    }

    .architecture-text p {
      max-width: 500px;
      margin-top: 10px;
      margin-bottom: 25px;
      font-size: 14px;
      line-height: 1.5;
    }
	
    .architecture-buttons {
      bottom: -160px;
      position: relative;
	  margin-left: -42%;
    }

	.architecture-buttons .btn {
	  margin: 5px 8px 0 0;
	  font-size: 12px;
	  border-radius: 50px;
	  background-color: transparent;
	  border: 1px solid #fff;
	  color: white;
	  padding: 6px 14px;
	}
	
	.architecture-buttons .btn:hover {
	  background-color: white;
	  color: black;
	}
	
	.interior-section {
	  position: relative;
	  background: url("https://troydean.visiwebsolutions.com/wp-content/uploads/2025/07/interior.jpg") center center/cover no-repeat;
	  color: white;
	  display: flex;
	  align-items: center;
	  justify-content: start;
	  margin: 40px;
	}
	
	.interior-overlay {
      width: 100%;
      height: 578px;
      padding: 50px;
      display: block !important;
    }
	
	.interior-text {
	  width: 40%;
      height: auto;
	}
    
    .interior-text h6 {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 10px;
      color: #ccc;
    }
    
    .interior-text h2 {
      font-size: 30px;
      font-weight: normal;
	  letter-spacing: 1px;
    }

    .interior-text p {
      max-width: 500px;
      margin-top: 10px;
      margin-bottom: 25px;
      font-size: 14px;
      line-height: 1.5;
    }
	 
    .interior-buttons {
      bottom: -190px;
      margin-top: -60px !important;
      position: relative;
    }

	.interior-buttons .btn {
	  margin: 5px 8px 0 0;
	  font-size: 12px;
	  border-radius: 50px;
	  background-color: transparent;
	  border: 1px solid #fff;
	  color: white;
	  padding: 6px 14px;
	}
	
	.interior-buttons .btn:hover {
	  background-color: white;
	  color: black;
	}
    
    .construction-section {
	  position: relative;
	  background: url("https://troydean.visiwebsolutions.com/wp-content/uploads/2025/07/construct.jpg") center center/cover no-repeat;
	  color: white;
	  display: flex;
	  align-items: center;
	  justify-content: start;
	  margin: 40px;
	}
	
	.construction-overlay {
      width: 100%;
      height: 578px;
      padding: 50px;
      display: block !important;
    }
    
	.construction-text {
	  width: 40%;
      height: auto;
	}
	
    .construction-text h6 {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 10px;
      color: #ccc;
    }
    
    .construction-text h2 {
      font-size: 30px;
      font-weight: normal;
	  letter-spacing: 1px;
    }

    .construction-text p {
      margin-top: 10px;
      margin-bottom: 25px;
      font-size: 14px;
      line-height: 1.5;
    }
	
    .construction-buttons {
      bottom: -190px;
      position: relative; 
    }

	.construction-buttons .btn {
	  margin: 5px 8px 0 0;
	  font-size: 12px;
	  border-radius: 50px;
	  background-color: transparent;
	  border: 1px solid #fff;
	  color: white;
	  padding: 6px 14px;
	}
	
	.construction-buttons .btn:hover {
	  background-color: white;
	  color: black;
	}	
	
	.woodshop-section {
	  position: relative;
	  background: url("https://troydean.visiwebsolutions.com/wp-content/uploads/2025/07/woodshop.jpg") center center/cover no-repeat;
	  color: white;
	  margin-top: 0px;
	  display: flex;
	  align-items: center;
	  justify-content: start;
	  margin: 40px;
	}
	
	.woodshop-overlay {
      width: 100%;
      height: 578px;
      padding: 50px;
      display: block !important;
    }
    
	.woodshop-text {
	  width: 40%;
      height: auto;
	}
	
    .woodshop-text h6 {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 10px;
      color: #ccc;
    }
    
    .woodshop-text h2 {
      font-size: 30px;
      font-weight: normal;
	  letter-spacing: 1px;
    }

    .woodshop-text p {
      margin-top: 10px;
      margin-bottom: 25px;
      font-size: 14px;
      line-height: 1.5;
    }
	
    .woodshop-buttons {
      bottom: -190px;
      position: relative;
    }

	.woodshop-buttons .btn {
	  margin: 5px 8px 0 0;
	  font-size: 11px;
	  border-radius: 50px;
	  background-color: transparent;
	  border: 1px solid #fff;
	  color: white;
	  padding: 6px 14px;
	}
	
	.woodshop-buttons .btn:hover {
	  background-color: white;
	  color: black;
	}
	
	.Home-section {
	  position: relative;
	  background: url("https://troydean.visiwebsolutions.com/wp-content/uploads/2025/07/hom.jpg") center center/cover no-repeat;
	  color: white;
	  display: flex;
	  align-items: center;
	  justify-content: start;
	  margin: 40px;
	}
	
	.Home-overlay {
      width: 100%;
      height: 578px;
      padding: 50px;
     display: block !important;
    }
    
	.Home-text {
	  width: 40%;
      height: auto;
	}
	
    .Home-buttons {
      bottom: -190px;
      position: relative;
    }

    .Home-text h6 {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 10px;
      color: #ccc;
    }
    
    .Home-text h2 {
      font-size: 30px;
      font-weight: normal;
	  letter-spacing: 1px;
    }

    .Home-text p {
      margin-top: 10px;
      margin-bottom: 25px;
      font-size: 14px;
      line-height: 1.5;
    }
	
	.Home-buttons .btn {
	  margin: 5px 8px 0 0;
	  font-size: 11px;
	  border-radius: 50px;
	  background-color: transparent;
	  border: 1px solid #fff;
	  color: white;
	  padding: 6px 14px;
	}
	
	.Home-buttons .btn:hover {
	  background-color: white;
	  color: black;
	}
    
    .video-section {
      padding: 0 40px;
    }

	.video-section img {
	  width: 100%;
	}
	
	.container {
	  width: 100%;
	  font-size: 14px;
    } 
	
	.row {
	  width: 100%;
	  margin-top: 100px !important;
	  margin: 0 auto;
	}
	
	.container2 {
	  width: 100%;
	}
	.section-title {
      font-size: 40px;
	  width: 260px;
      font-weight: normal;
    }
	
	.us {
	  text-align: left;
	  float: left;
	  width: 33%;
	  padding: 0 80px;
	}
	
	.about {
	  font-weight: bold;
	  float: left;
	  width: 30%;
	}
	
	.our {
	  text-align: left;
	  float: left;
	  width: 33%;
	}
	
	.address {
	  text-align: left;
	  font-weight: bold;
	  float: left;
	  width: 30%;
	}
	
	.peter {
	  font-weight: normal;
	  color: grey;
	  width: 49%;
	  float: left;
	}
	
	.md-4 {
	   font-size: 14px;
	}
	
	.footer-content {
	  color: black;
	  text-align: center !important;
	  margin: 0 auto;
	  padding: 0 100px;
	}
	
	.dean p {
	  font-size: 12px;
	}
	
	.peter p {
	  font-size: 12px;
	}
	
    .footer {
      border-top: 1px solid #ccc;
      padding: 63px 0;
      font-size: 14px;
      color: #666;
    }
    .footer a {
      text-decoration: none;
      color: inherit;
    }
	
	.dean {
	  width: 70%;
	  color: grey;
	  float: left;
	}
	
	.cont {
      text-align: left;
	  float: left;
	  width: 33%;
	}
	
	.contact {
	  text-align: left;
	  float: left;
	  font-weight: bold;
	  width: 21%;
	}
	
	.number {
	  width: 44%;
	  font-weight: normal;
	  font-size: 12px;
	  color: grey;
	  float: left;
	}
	
	.home {
	  width: 100%;
	  justify-content: center;
    }	  
	
    .footer-logo {
      width: 10%;
      height: auto; 
      display: block;
      margin: 0 auto;
    }
    .social-icon {
      font-size: 18px;
    }
	
	.clearfix::after {
      content: "";
      clear: both;
      display: table;
    } 
	 
    .w_text p {
	   font-size: 15px !important;
	}
  
    .wili_text p {
       font-size: 15px !important;
	}
    
    .r_gallery img {
       margin-left: 30px;
    }
 
    .gallery-link {
       float: right;
       font-size: 14px;
       display: flex;
       align-items: center;
	   margin-left: 30px;
	}	
    
	.gallery-link img {
		width: 4%;
		margin-left: 30px;
	}
	
    .title h1 {
       font-size: 48px !important;
       font-weight: 800 !important;
    }	

    .M_text p {
       font-size: 15px !important;
	   margin-left: 0px !important;
	}
    
    .r_text p {
       font-size: 15px !important;
	   margin-left: 0px !important;
	}	
    .con_heading h5 {
       margin-left: 10px !important;
    }	   
    
	.resid img {
		height: auto !important;
	}
	.b_text p {
	    font-size: 14px !important;
		padding-right: 0px !important;
		width: 500px !important;
		color: #000;
		margin-left: 12px;
		font-family: Verdana, sans-serif;
	}
	.g_text p {
		font-size: 14px !important;
        padding-right: 0px !important;
        width: 100% !important;
        color: #000;
		font-family: Verdana, sans-serif;
	}
	.ele_heading {
		margin-left: -126px;
	}
	
	




@media (min-width: 300px) and  (max-width: 767px) {
	.b_text p {
	    font-size: 14px !important;
		padding-right: 0px !important;
		width: 100% !important;
		color: #000;
		margin-left: 0px;
	}
	.g_text p {
		font-size: 14px !important;
        padding-right: 0px !important;
        width: 100% !important;
        color: #000 !important;
	}
	.hotel img {
		width: 100% !important;
		height: auto !important;
	}
	.hotl img {
		width: 100% !important;
		height: auto !important;
	}
	.photo img {
		width: 100% !important;
		height: auto !important;
	}
	.phot img {
		width: 100% !important;
		height: auto !important;
	}
	.mirror img {
		height: auto !important;
	}
}



@media (min-width: 767px) and (max-width: 1200px) {
	.b_text p {
	    font-size: 14px !important;
		padding-right: 0px !important;
		width: 100% !important;
		color: #000;
		margin-left: 0px;
	}
	.col-md-6 {
		width: 100%;
	}
	.g_text p {
		font-size: 14px !important;
        padding-right: 0px !important;
        width: 100% !important;
        color: #000 !important;
		justify-self: right !important;
	}
	.hotel img {
		width: 100% !important;
		height: auto !important;
	}
	.hotl img {
		width: 100% !important;
		height: auto !important;
	}
	.photo img {
		width: 100% !important;
		height: auto !important;
	}
	.phot img {
		width: 100% !important;
		height: auto !important;
	}
	.mirror img {
		height: auto !important;
	}
	.ele_text p {
		margin-left: 10px !important;
	}
	.com_text p {
		margin-left: 10px !important;
	}
}


@media (min-width: 1200px) and (max-width: 1920px) {
	.b_text p {
	    font-size: 14px !important;
		padding-right: 0px !important;
		width: 100% !important;
		color: #000;
		margin-left: 0px;
	}
	.col-md-6 {
		width: 100%;
	}
	.g_text p {
		font-size: 14px !important;
        padding-right: 0px !important;
        width: 100% !important;
        color: #000 !important;
		justify-self: right !important;
	}
	.hotel img {
		width: 100% !important;
		height: auto !important;
	}
	.hotl img {
		width: 100% !important;
		height: auto !important;
	}
	.photo img {
		width: 100% !important;
		height: auto !important;
	}
	.phot img {
		width: 100% !important;
		height: auto !important;
	}
	.mirror img {
		height: auto !important;
	}
	
	.ele_text p {
		margin-left: -70px !important;
	}
	.ele_heading {
		margin-left: -30px !important;
	}
	.com_text p {
		margin-left: 10px !important;
	}
}	
	  
	  



    


    @media (min-width: 300px) and (max-width: 768px) {
	   .con_heading {
       margin-left: 10px !important;
    }	  	
	}
    
	

    @media (min-width: 300px) and (max-width: 500px) {
		.align-items-start {
    align-items: flex-start !important;
    margin-left: 15px;
}
    .c_heading {
		margin-left: -8px !important;
	}
	
		.gallery-link img {
			width: 5% !important;
		}
		.gallery-link {
			margin-left: -278px;
			margin-top: 200px
		}
		.w_text p {
	   font-size: 15px !important;
	   margin-left: 0 !important;
	}
	.wili_text p {
       font-size: 15px !important;
	   margin-left: 0 !important;
	}
	.title h1 {
	   font-size: 45px !important;
	}
}


@media (min-width: 501px) and (max-width: 768px) {
	.gallery-link img {
		width: 5% !important;
		margin-left: 10px;
	}
	.gallery-link {
		margin-top: 200px;
		margin-left: -278px;
	}
	.title h1 {
	   margin-left: 30px;
	}
	.c_heading {
		margin-left: 9px !important;
	}
}



@media (min-width: 768px) and (max-width: 1300px) {
	.gallery-link {
		justify-content: right;
	}
}









