/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
   @import url('https://fonts.googleapis.com/css2?family=Monoton&family=Nunito:wght@300;400;600;700;800&family=Roboto:wght@900&display=swap');

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: transparent;
  text-shadow: none;
}

::selection {
  background: transparent;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body{
  font-family: 'Nunito', sans-serif;
  font-size:15px;
  color:#1d1d1d;
}

   .cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}


.cb-slideshow{
  list-style:none;
}

.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div.banner-txt {
    z-index: 1000;
    position: absolute;
    bottom: 22%;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}

@media screen and (min-width: 1400px) {
  .cb-slideshow li div.banner-txt {

    bottom: 35%;
  }

 }

.cb-slideshow li div.banner-txt .view-portfolio-btn{
  
  opacity: 0;
  -webkit-animation: btnAnimation 36s linear infinite 0s;
  -moz-animation: btnAnimation 36s linear infinite 0s;
  -o-animation: btnAnimation 36s linear infinite 0s;
  -ms-animation: btnAnimation 36s linear infinite 0s;
  animation: btnAnimation 36s linear infinite 0s;
}

.cb-slideshow li div.banner-txt{
  width:90%;

}
.cb-slideshow li div.banner-txt h3 {
  font-family: 'Roboto', sans-serif;;
    font-size: 75px;
    text-shadow: 2px 4px 3px rgb(0 0 0 / 30%);
    line-height: 100px;
    color: #e9d025;
    padding:20px;
    font-weight:800;
    margin-bottom:10px;
    
}
.cb-slideshow li div.banner-txt div{
  text-align:left;
  padding:30px;
}

.cb-slideshow li div .view-portfolio-btn{
  background:#000;
  color:#fff;
  text-transform: uppercase;
  padding:12px 22px;
  margin:0px 20px;
  text-decoration: none;
  border-radius:6px;
  font-weight:600;
  display: inline-block;
  position: relative;

}

.view-portfolio-btn{
  background: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 20px;
    margin: 0px 20px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin-left: 0px;
    margin-bottom: 20px;
    font-size: 13px;
    position:absolute;
    bottom:40px;
    right:20px;
}
.cb-slideshow li div .view-portfolio-btn:hover{
  background:#e9d025;
  color:#000;
}

.view-portfolio-btn:hover{
  background:#e9d025;
  color:#000;
}
.cb-slideshow li:nth-child(1) span { background-image: url(../img/slide-01.jpg) }
.cb-slideshow li:nth-child(2) span {
    background-image: url(../img/slide-02.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}


.cb-slideshow li:nth-child(3) span {
    background-image: url(../img/slide-03.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
  background-image: url(../img/slide-01.jpg);
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
  background-image: url(../img/slide-02.jpg);
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
  background-image: url(../img/slide-03.jpg);
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;
}
.cb-slideshow li:nth-child(2) div.banner-txt {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
  transform: translateY(-300%);
}

.cb-slideshow li:nth-child(2) div.banner-txt {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
    transform: translateY(-300%);
}
.cb-slideshow li:nth-child(3) div.banner-txt {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
    transform: translateY(-300%);
}
.cb-slideshow li:nth-child(4) div.banner-txt {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
    transform: translateY(-300%);
}
.cb-slideshow li:nth-child(5) div.banner-txt {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
    transform: translateY(-300%);
}
.cb-slideshow li:nth-child(6) div.banner-txt {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
    transform: translateY(-300%);
}
.cb-slideshow li:nth-child(1) div.banner-txt .view-portfolio-btn{
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  -ms-animation-delay:3s;
  animation-delay:3s;

}

.cb-slideshow li:nth-child(2) div.banner-txt .view-portfolio-btn{
    -webkit-animation-delay: 9s;
    -moz-animation-delay: 9s;
    -o-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay:9s;

}
.cb-slideshow li:nth-child(3) div.banner-txt .view-portfolio-btn{
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    -o-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;

}
.cb-slideshow li:nth-child(4) div.banner-txt .view-portfolio-btn{
    -webkit-animation-delay: 21s;
    -moz-animation-delay:21s;
    -o-animation-delay: 21s;
    -ms-animation-delay: 21s;
    animation-delay:21s;

}
.cb-slideshow li:nth-child(5) div.banner-txt .view-portfolio-btn {
    -webkit-animation-delay: 27s;
    -moz-animation-delay: 27s;
    -o-animation-delay: 27s;
    -ms-animation-delay: 27s;
    animation-delay: 27s;

}
.cb-slideshow li:nth-child(6) div.banner-txt .view-portfolio-btn{
    -webkit-animation-delay: 33s;
    -moz-animation-delay: 33s;
    -o-animation-delay: 33s;
    -ms-animation-delay: 33s;
    animation-delay: 33s;

}
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateY(-300%);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateY(0%);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: translateY(0%);
	}
	19% {
	    opacity: 0;
	    -webkit-transform: translateY(100%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateY(-300%);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateY(0%);
	}
	17% {
	    opacity: 1;
	    -moz-transform: translateY(0%);
	}
	19% {
	    opacity: 0;
	    -moz-transform: translateY(100%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateY(-300%);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateY(0%);
	}
	17% {
	    opacity: 1;
	    -o-transform: translateY(0%);
	}
	19% {
	    opacity: 0;
	    -o-transform: translateY(100%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateY(-300%);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateY(0%);
	}
	17% {
	    opacity: 1;
	    -ms-transform: translateY(0%);
	}
	19% {
	    opacity: 0;
	    -ms-transform: translateY(100%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateY(-300%);
	}
	8% {
	    opacity: 1;
	    transform: translateY(0%);
	}
	17% {
	    opacity: 1;
	    transform: translateY(0%);
	}
	19% {
	    opacity: 0;
	    transform: translateY(100%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}


@-webkit-keyframes btnAnimation { 
	0% {
	    opacity: 0;
	   
	}
	2% {
	    opacity: 1;
	
	}
	17% {
	    opacity: 1;
	 
	}
	19% {
	    opacity: 0;
	
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-moz-keyframes btnAnimation { 
	0% {
	    opacity: 0;
	
	}
	2% {
	    opacity: 1;
	   
	}
	17% {
	    opacity: 1;
	 
	}
	19% {
	    opacity: 0;

	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-o-keyframes btnAnimation { 
	0% {
	    opacity: 0;
	   
	}
	2% {
	    opacity: 1;
	    
	}
	17% {
	    opacity: 1;

	}
	19% {
	    opacity: 0;
	   
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-ms-keyframes btnAnimation { 
	0% {
	    opacity: 0;
	    
	}
	2% {
	    opacity: 1;
	   
	}
	17% {
	    opacity: 1;
	  
	}
	19% {
	    opacity: 0;
	   
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@keyframes btnAnimation { 
	0% {
	    opacity: 0;
	   
	}
	2% {
	    opacity: 1;
	
	}
	7% {
	    opacity: 1;
	   
	}
	8% {
	    opacity: 0;
	  
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1140px) { 
  .cb-slideshow li div{
    bottom: 22% !important;
  }
	.cb-slideshow li div h3 { font-size: 75px }
}

@media screen and (max-width: 900px) { 
	.cb-slideshow li div{
    width: 80%;
    margin:0px auto;
  
  }

	.cb-slideshow li div h3 {
    font-size: 55px !important;
    line-height: 60px !important;
    
  }
  .cb-slideshow li div.banner-txt{
    bottom: 22%;
  }
}

@media screen and (max-width: 600px) { 
	.cb-slideshow li div{
    width: 80%;
    margin:0px auto;
  
  }

	.cb-slideshow li div h3 {
    font-size: 45px !important;
    line-height: 60px !important;
    
  }
  .cb-slideshow li div.banner-txt{
    bottom: 22%;
  }
}


#fp-nav ul li a span, .fp-slidesNav ul li a span{
  height: 22px;
  width: 4px;
  border-radius: 24%;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
  height: 22px;
  width: 4px;
  border-radius: 24%;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
  height:22px;
    width: 4px;
    margin: -2px 0 0 -2px;
    border-radius: 24%;
    background: #b99434;
}
#fp-nav ul li, .fp-slidesNav ul li{
  margin: 15px;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{
  height:22px;
    width: 4px !important;
    margin: -2px 0 0 -2px;
    border-radius: 24%;
    background: #b99434;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
    top: 5px;
    color: #b99434;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0px;
    background: rgb(34 34 34 / 81%);
    padding: 3px 5px;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    font-family: 'Nunito', sans-serif;
    width: 0;
    cursor: pointer;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 8px;
}
.about-us-container{
  
  display:flex;
  display: flex;
  margin-top: 100px;
}


.profile-pic-container{
  width:40%;
  float:left;
}

.profile-pic-container img{
width:100%;
}

@media screen and (max-width: 768px) {
  .profile-pic-container{
    width:50%;
  }
}
.profile-info{
  padding:30px 70px 100px 30px;
  width:50%;
  float:right;
  margin-top:-90px;
}
@media screen and (max-width: 600px) {
  .profile-info{
    
    margin-top:0px;
  }
}
.profile-info h2{
  color:#b99434;
  font-size:30px;
}
.logo-name{
  font-family: 'Monoton', cursive;
}

.profile-info p{
  font-size:15px;
}

.accordion-container{
  position: relative;
  height: auto;
  margin: 20px auto 0px auto;
}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.set{
  position: relative;
  width: 100%;
  height: auto;

}
.set > a{
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #1d1d1d;
  font-weight: 600;
  border-bottom: 1px solid #1d1d1d;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  margin-right: 20px;
}
.set > a.active{
  color: #b99434;
  border-bottom: 1px solid #b99434;
}
.set > a.active i{
  color:#b99434;
}
.content{
  display:none;
}
@media screen and (max-width: 900px) {
  .about-us-container{
    position:relative;
    left:0px;
    bottom:auto;
    top:0px;
    display:block;
  }
  .cb-slideshow, .cb-slideshow:after{
    position:relative;
  }
  .fp-section.fp-table, .fp-slide.fp-table{
    overflow:hidden;
  }
  .profile-pic-container{
    width:100%;
    float:none;
  }
  .profile-info{
    width:80%;
    float:none;
  }
  
 }

.design-process{
  background-image:url('../img/design-bg.png');
  background-repeat:no-repeat;
  background-size: cover;
  background-position: left bottom;
}
.design-process-container{
  width:50%;
  display:flex;
  position:absolute;
  top:0px;
  right:0px;
  height:100vh;
  align-items:center;

}
.design-process-info{
  padding-right:100px;
}

.design-process-info h2{
  color: #b99434;
    font-size: 30px;
}
.design-process-list{
  list-style:none;
  margin:0px;
  padding:0px;
}

.design-process-list li{
  display:flex;
  align-items: flex-start;
  margin-bottom:20px;
}
.process-img{
  margin-right:20px;
  min-width:90px;
}
.process-info h3{
  margin-top:0px;
  font-size:22px;
}
@media screen and (max-width: 1200px) {
  .design-process-container{
    position: relative;
    display:block;
    width:100%;
    margin:0 auto;
    height:auto;
  }
  .design-process-info{
    width:70%;
    margin: 0 auto;
    position:relative;
    right:0px;
    left:0px;
    top:0px;
    bottom:auto;
    padding:20px 20px;
    background: rgb(255 255 255 / 87%);
  }
}



@media screen and (max-width: 900px) {
  .design-process-info{
    width:85%;
    margin: 0 auto;
    position:relative;
    right:0px;
    left:0px;
    top:0px;
    bottom:auto;
    padding:20px 20px;
    background: rgb(255 255 255 / 87%);
  }
}


@media screen and (max-width: 600px) {
  .design-process-list li{
    display:block;
    margin-bottom:30px;
  }
  .process-img{
    width:90px;
    margin:0px auto;
    text-align: center;
  }
  .process-img img{
    margin-bottom:10px;
  }
  .process-info{
    text-align:center;
  }
  .button_container{
    top: 4%;
  }
}

.testimonial{
  background-image:url('../img/testimonial-bg.jpg');
  background-repeat:no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .testimonial{
    padding-top:40px;
  }
}
.sofa{
  position:absolute;
  bottom:0px;
  left:2%;
  width:95%;
}
.sofa img{
  width:100%;
}
.testimonial-slider-wrapper{
  width:75%;
  margin:0 auto;

}
.testimonial-slider-wrapper .testimonial-text-individual{
  text-align:center;
  font-weight:700;
  line-height:35px;
}
.owl-dots{
  position: absolute;
    bottom: 20px;
    left: 45%;
}
@media screen and (max-width: 768px) {
  .owl-dots{
    position: absolute;
      bottom: 10px;
      left: 38%;
  }
}
.owl-carousel .owl-stage, .owl-carousel{
  position: unset;
}
.owl-carousel.owl-loaded{
  padding-bottom:15%;
}
.client-info{
  margin-top:30px;
}

.quote-wrapper{
  width:60px;
  margin: 0 auto;
  margin-bottom: 15px;

}
.quote-wrapper img{
  width:100%;
}

.contact{
  background-image:url('../img/contact-bg.jpg');
  background-repeat:no-repeat;
  background-size: cover;
  background-position: top center;
}
.contact-container{
  width:75%;
  margin:0 auto;
  padding: 20px 0px 0px 0px;
}
.contact-container p{
  font-weight:500;
  font-size:20px;
}
.marB30{
  margin-bottom:30px;
}

.contact-container p .fBold{
  font-weight:800;
}

#success_message h3 {
  color: #1d1d1d;
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 120px;
    /* padding-bottom: 200px; */
    font-weight: 900;
   
}

#error_message h3 {
  color: red;
  font-size: 32px;
  padding-bottom: 200px;
}
.form-text {
  margin-bottom: 40px;
}

.form-custom-group {
  margin-bottom: 20px;
}

.form-custom-group label {
  width: 150px;
  display: inline-block;
  font-weight:800;
  font-size:17px;
}

.form-custom-group input, .form-custom-group textarea {
  padding: 8px 5px;
  border: none;
  border-radius: 4px;
  width: 50%;
  background: rgb(0 0 0 / 30%);
  color:#fff;
}
#btnContactUs{
  margin-left:20px;
  cursor: pointer;
}

#btnContactUs:hover{
  background: #b99435;
  color: #000;
}



#overlay-loader{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(0,0,0,1);
  transition: 1s 0.4s;
}
#progress{
  height:1px;
  background:#b99435;
  position:absolute;
  width:0;
  top:50%;
}
#progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#b99435;
}


@media screen and (max-width: 768px) {
  .form-custom-group input, .form-custom-group textarea {
   
    width: 100%;
    
  }
  #btnContactUs{
    margin-left:0px !important;
  }
  
}

.vertical-align-top {
  vertical-align: top;
}

.required {
  color: red;
}

#btnContactUs {
  margin-left: 20px;
  background:#000;
  color:#fff;
  border-radius:6px;
  padding:8px 22px;
  border:0px;
  outline:0px;
  text-transform: uppercase;
}


.social-links-container{
  display: flex;
    align-items: center;
    margin-top: 0px;
    justify-content: center;

}
.social-links-container a, .social-links-container div{
  margin-right:20px;
}

.social-links-container > div{
  display: flex;
  align-items: center;
}

.social-links-container > a.social-link-fb, .social-links-container > a.social-link-insta{
  width:40px;
  height:40px;
  border-radius:50%;
  background:#000;
  display:flex;
  justify-content: center;
  align-items: center;
  color:#fff;
  text-decoration: none;
}

.social-links-container > a.social-link-fb:hover, .social-links-container > a.social-link-insta:hover{
  background:#b99434;
  color:#000;
}

.social-links-container > a.social-link{
  display:flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.social-links-container > a.social-link .icon{
  width:40px;
  height:40px;
  border-radius:50%;
  background:#000;
  display:flex;
  justify-content: center;
  align-items: center;
  color:#fff;
  text-decoration: none;
  margin-right:10px;
}

.social-links-container > a.social-link:hover .icon{
  background:#b99434;
  color:#000;
}

.social-links-container > a.social-link .icon-info{
  color:#000;
}

.social-links-container > a.social-link:hover .icon-info{
  color:#b99434;
}

@media screen and (max-width: 768px) {
  .social-links-container > a.social-link .icon-info{
    display:none;
  }
}

.social-links-container > div a{
  color:#000;
  text-decoration: none;
}
.copyright-container{
  text-align:center;
  color:#000;
  font-size:15px;
  margin:0px 0px;
  
  width:100%;
}

.header-container{
  position:fixed;
  top:0px;
  left:0px;
  z-index:10;
  display:flex;
  justify-content: space-between;
  align-items: center;
  width:100%;
}

.logo{
  background:rgb(0 0 0 / 75%);
  padding:20px ;
  border-radius:0px 0px 20px 20px;
  margin-left:50px;
}
.logo img{
  width:280px;
}

.menu-container{
  display:flex;
  justify-content: flex-end;
  align-items: center;
  margin-right:50px;
}

.button_container {
  position: fixed;
  top: 5%;
  right: 4%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #bb973a;
}
.button_container.active .middle {
  opacity: 0;
  background: #bb973a;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #bb973a;
}
.button_container span {
  background: #000;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background:rgb(0 0 0 / 75%);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay.open {
  opacity: 0.9;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlay nav {
  position: relative;
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
  font-size:34px;
  margin-bottom:10px;
  text-transform: uppercase;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #b99434;
  transition: 0.35s;
}

.overlay ul li a:hover{
  color:#b99434;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.whatspp{
  position: absolute;
  bottom: 60px;
  right: 40px;
  font-size: 60px;
  color:#1d1d1d;
}

@media screen and (max-width: 600px) {
  .whatspp {
    position: absolute;
    bottom: 57px;
    right: 23px;
    font-size: 48px;
    color: #1d1d1d;
}
}
.footer-container{
  position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

@media screen and (min-width: 872px) {
  .social-links-container {
    display: flex;
    align-items: center;
    margin-top: 0px;
    justify-content: center;
    position: relative;

}
}
@media screen and (max-width: 1092px) {

  .form-custom-group input, .form-custom-group textarea {
    padding: 8px 5px;
    border: none;
    border-radius: 4px;
    width: 50%;
    background: rgb(0 0 0 / 48%);
    color: #fff;
}


}





.profile-pic-container{
  opacity:0;
  bottom:-300px;
  position:relative;
  transition: all 1000ms ease;
}

body.fp-viewing-About .profile-pic-container{
  opacity:1;
  bottom:0px;
}

.profile-info{
  opacity:0;
  right:-300px;
  position:relative;
  transition: all 1000ms ease;
}
body.fp-viewing-About .profile-info{
  opacity:1;
  right:0px;
}

.design-process{
  opacity:0;
  position:relative;
  transition: all 600ms ease;
}
body.fp-viewing-DesignProcess .design-process{
  opacity:1;
}

.design-process-info h2{
  opacity:0;
  left:-100px;
  position:relative;
  transition: all 600ms ease;
}
body.fp-viewing-DesignProcess .design-process-info h2{
  opacity:1;
  left:0px;
}
.design-process-info ul li:nth-child(0){
  opacity:0;
  left:-100px;
  position:relative;
  transition: all 900ms ease;
}
body.fp-viewing-DesignProcess .design-process-info ul li:nth-child(0){
  opacity:1;
  left:0px;
}
.design-process-info ul li:nth-child(1){
  opacity:0;
  right:-100px;
  position:relative;
  transition: all 900ms ease;
}
body.fp-viewing-DesignProcess .design-process-info ul li:nth-child(1){
  opacity:1;
  right:0px;
}
.design-process-info ul li:nth-child(2){
  opacity:0;
  left:-100px;
  position:relative;
  transition: all 900ms ease;
}
body.fp-viewing-DesignProcess .design-process-info ul li:nth-child(2){
  opacity:1;
  left:0px;
}
.design-process-info ul li:nth-child(3){
  opacity:0;
  right:-100px;
  position:relative;
  transition: all 900ms ease;
}
body.fp-viewing-DesignProcess .design-process-info ul li:nth-child(3){
  opacity:1;
  right:0px;
}

.sofa{
  opacity:0;
  bottom:-200px;
  transition: all 1000ms ease;
}
body.fp-viewing-Testimonial .sofa{
  opacity:1;
  bottom:0px;
}
.quote-wrapper{
  opacity:0;
  top:-200px;
  position:relative;
  transition: all 1000ms ease;
}
body.fp-viewing-Testimonial .quote-wrapper{
  opacity:1;
  top:0px;
}
.testimonial-slider{
  opacity:0;
  transition: all 1700ms ease;
}
body.fp-viewing-Testimonial .testimonial-slider{
  opacity:1;

}
.contact{
  opacity:0;
  transition: all 1700ms ease;
}
body.fp-viewing-ContactUs .contact{
  opacity:1;

}

.contact-container{
  opacity:0;
  right:-200px;
  position: relative;
  transition: all 2000ms ease;
}

body.fp-viewing-ContactUs .contact-container{
  opacity:1;
  right:0px;
}


.banne-image-container{
  background-image: url('../img/project-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position:relative;
  margin-top:-115px;

}

.banne-image-container:after{
  content:"";
  width:100%;
  height:100%;
  background: rgb(0 0 0 / 72%);
  position:absolute;
  top:0px;
  left:0px;
}

.banne-image-container h2{
  position:absolute;
  bottom:60px;
  left:60px;
  padding:0px;
  margin:0px;
  text-transform: uppercase;
  color: #b99434;
  z-index: 9;
  font-size:38px;
}

@media screen and (min-width: 1400px) {

.banne-image-container{
  width:100%;
  height: 500px;
}
}

@media screen and (max-width: 1399px) {

  .banne-image-container{
    width:100%;
    height: 400px;
  }
  }

  @media screen and (max-width: 900px) {

    .banne-image-container{
      width:100%;
      height: 300px;
    }
    }

    @media screen and (max-width: 768px) {

      .banne-image-container{
        width:100%;
        height: 300px;
      }
      .footer-container{
        position:relative;
      }
      .social-links-container {
        display: flex;
        left: 24%;
        align-items: center;
        margin-top: 0px;
        justify-content: center;
    }
    .logo img {
      width: 200px;
  }
  .cb-slideshow li div{
    width: 90%;
    margin:0 auto;
    
  }
  .cb-slideshow li div h3 {
    font-family: 'Roboto', sans-serif;
    font-size:45px;
    text-shadow: 2px 4px 3px rgb(0 0 0 / 30%);
    line-height: 65px;
    color: #e9d025;
    font-weight: 800;
    margin:0px;

    
}
    }

    @media screen and (max-width: 530px) {

      .banne-image-container{
        width:100%;
        height: 300px;
      }
    }

.project-menu .button_container span{
  background: #b99434;
}

.projects-container{
padding: 0px;
margin:30px;
}


.caption-style-4{
  list-style-type: none;
  width:100%;
  margin:0px 0px 20px 0px;
  padding:0px;

  
}

.caption-style-4 li{
  float: left;
  padding: 0px;
  position: relative;
  overflow: hidden;
  width:30%;
  margin:20px 20px 0px 20px;
}
.caption-style-4 li:first-child{
  margin:20px 20px 0px 0px;
}

.caption-style-4 li:last-child{
  margin:20px 0px 0px 20px;
}

@media screen and (max-width: 1400px) {
  .caption-style-4 li{
    float: left;
    padding: 0px;
    position: relative;
    overflow: hidden;
    width:30%;
    margin:20px 20px 0px 20px;
  }
}

@media screen and (max-width: 1200px) {
  .caption-style-4 li{
    float: left;
    padding: 0px;
    position: relative;
    overflow: hidden;
    width:30%;

  }
}

@media screen and (max-width: 800px) {
  .caption-style-4 li{
    float: left;
    padding: 0px;
    position: relative;
    overflow: hidden;
    width:29%;

  }

  .caption-style-4 .caption-text {
    
    height: auto !important;
}
.caption-style-4 .caption-text h1 {
  font-size: 20px !important;
  line-height:25px;

}
}

@media screen and (max-width: 520px) {
  .caption-style-4 li{
    float: left;
    padding: 0px;
    position: relative;
    overflow: hidden;
    width:100%;
    margin:18px 18px 18px 0px;
  }
  .caption-style-4 li:last-child {
    margin: 18px 18px 18px 0px;
}
.caption-style-4 li:first-child {
  margin:18px 18px 18px 0px;
}
}

.caption-style-4 li img{
  width:100%;
}

.caption-style-4 li:hover .caption{
  opacity: 1;
}

.caption-style-4 li:hover img{
  opacity: 1;
  transform: scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
}


.caption-style-4 img{
  margin: 0px;
  padding: 0px;
  float: left;
  z-index: 0;
}


.caption-style-4 .caption{
  cursor: pointer;
  position: absolute;
  opacity: 0;
  width:100%;
  height:100%;
  -webkit-transition:all 0.45s ease-in-out;
  -moz-transition:all 0.45s ease-in-out;
  -o-transition:all 0.45s ease-in-out;
  -ms-transition:all 0.45s ease-in-out;
  transition:all 0.45s ease-in-out;
}

.caption-style-4 img{
  -webkit-transition:all 0.25s ease-in-out;
  -moz-transition:all 0.25s ease-in-out;
  -o-transition:all 0.25s ease-in-out;
  -ms-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
}
.caption-style-4 .blur{
  background-color: rgba(0,0,0,0.65);
  height: 100vh;
  width: 100%;
  z-index: 5;
  position: absolute;
}

.caption-style-4 .caption-text{
  padding:20px;
  display: flex;
  align-items: center;
  height:100%;
}



.caption-style-4 .caption-text h1{
  font-size: 18px;
  color: #e0aa1e;
  text-align:left;
  line-height:24px;
}

.caption-style-4 .caption-text p{
  text-align:left;
}
.caption-style-4 .caption-text{
  z-index: 10;
  color: #fff;
  position: absolute;
  text-align:center;

 
}
.caption-style-4 .caption-text .view-btn{
  text-align:center;
  background: #fff;
  color:#000;
  padding:10px 20px;
  text-decoration: none;
  margin:20px 0px;
  display:inline-block;
}

.caption-style-4 .caption-text .view-btn:hover{
  background: #e0aa1e;
  color:#000;
}

ul.nav-menu{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  width: 490px;
  margin: 60px auto;
}

ul.nav-menu li{
  display: inline;
  margin-right: 10px;
  padding:10px;
  border: 1px solid #ddd;
}

ul.nav-menu li a{
  color: #eee;
  text-decoration: none;
  text-transform: uppercase;
}

ul.nav-menu li a:hover, ul.nav-menu li a.active{
  color: #2c3e50;
} 

.caption-style-4 a{
  text-decoration:none;
}

.caption-style-4 a p{
  color:#fff;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
  display: none;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #b99435;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #fff;
  font-size:16px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.prev i, .next i{
  font-size:12px;
}

/* Position the "next button" to the right */
.next {
  right: 0;

}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {

  color:#b99435;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.footer-internal-container{
  width:100%;
  margin-top: 40px;
  background:#252525;
  padding:40px 0px;
  position:relative;
}

.footer-social-container{
  display:flex;
  padding-left:0px;
  align-items: center;
  margin-top:0px;
  justify-content: center;
  width:80%;
  margin:0 auto;
}
.footer-social-container a, .footer-social-container div{
  margin-right:20px;
}

.footer-social-container > div{
  display: flex;
  align-items: center;
}

.footer-social-container > a.social-link-fb, .footer-social-container > a.social-link-insta{
  width:40px;
  height:40px;
  border-radius:50%;
  background:#fff;
  display:flex;
  justify-content: center;
  align-items: center;
  color:#000;
  text-decoration: none;
}

.footer-social-container > a.social-link-fb:hover, .footer-social-container > a.social-link-insta:hover{
  background:#b99434;
  color:#000;
}

.footer-social-container > a.social-link{
  display:flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.footer-social-container > a.social-link .icon{
  width:40px;
  height:40px;
  border-radius:50%;
  background:#fff;
  display:flex;
  justify-content: center;
  align-items: center;
  color:#000;
  text-decoration: none;
  margin-right:10px;
}

.footer-social-container > a.social-link:hover .icon{
  background:#b99434;
  color:#000;
}

.footer-social-container > a.social-link .icon-info{
  color:#fff;
}

.footer-social-container > a.social-link:hover .icon-info{
  color:#b99434;
}

@media screen and (max-width: 768px) {
  .footer-social-container > a.social-link .icon-info{
    display:none;
  }
}

.footer-navigation-container{
  width:80%;
  margin:40px auto 20px auto;
  text-align:center;
}

.footer-navigation-container p span{
  display: inline-block;
  margin:0px 10px
}

.footer-navigation-container p span a{
  color:#fff;
  text-decoration:none;
}
.footer-navigation-container p span a:hover{
  color:#b99434;
}
.footer-navigation-container p span a.active{
  color:#b99434;

}
.copyright-internal-container{
  background:#000;
  padding:20px 0px;
  border-top:2px solid #b99434;
  text-align:center;
}
.copyright-internal-container p{
  color:#fff;
  font-size:12px;
  margin:0px;
}
.whatspp-internal{
  position: absolute;
  bottom: 10px;
  right: 40px;
  font-size: 60px;
  color:#b99434;
}
.internal-header{
  position:relative;
}
.internal-button-menu{
  position: absolute;
  top:35%;
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}

.logo-icon{
  margin-right:10px;
  display: inline-block;
}

.logo-icon img{
  width:50px;
}

.logo-text{
  display: inline-block;
}
.logo-text img{
   width:230px;
}

@media screen and (max-width: 768px) {
  .logo-icon{
    margin-right:10px;
    display: inline-block;
  }
  .logo-text{
    display: inline-block;
  }
  .logo {
    background:rgb(0 0 0 / 75%);
  padding:7px 10px 10px 10px ;
  border-radius:0px 0px 20px 20px;
  margin-left:10px;
}

.form-custom-group input, .form-custom-group textarea
{
  width:100%;
}
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
  color:#b99434;
}
.thumb-container{
  display: flex;
    justify-content: center;
}



#error_message h3 {
  color: red;
  font-size: 32px;
  padding-bottom: 200px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
 background-color:transparent !important;
}

::selection {
  background: transparent !important;
  text-shadow: none;
}

@media screen and (max-width: 600px) {
    .logo-text{
      display:none;
    }
    .whatspp-internal {
      position: absolute;
      bottom: 0px;
      right: 19px;
      font-size: 45px;
      color: #b99434;
  }

}

.designed-by{
  color: #696969;
    font-weight: 900;
}


.view-portfolio-btn-inner{
  background: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 10px !important;
    padding: 11px 20px;
    margin: 0px 20px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin-left: 0px;
    margin-bottom: 30px;
    font-size: 13px;
   
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

