*{margin:0; padding:0; box-sizing: border-box; }

  /* Make the image fully responsive */
  .carousel-inner img {
    width: 100%;
    height: 90vh;
}
.header-top {
    position: relative;
    height: 2.55em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-size: 14px;
}
.text-new {
    color: #ff9c00!important;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    background-color: transparent!important;
}
.header-bgdark {
    background-color: rgba(138, 65, 23, 0.81)!important;
    border-bottom-color: rgba(255,255,255,0.2)!important;
    border-bottom: solid 1px rgba(255,255,255,.2)!important;
}
.header-bgdark-light {
    background-color: rgba(138, 65, 23, 0.73)!important;
}
.header-transparent {
    background-color: transparent!important;
}
.footer {
    background-color: #8a4117!important;
}
.footer-links a {
    margin: 3px 0px;
    display: unset;
}
.sub-footer {
    background-color: #7e3517!important;
}  
.bgdark {
    color: #6c757d!important;
}
.bg-warning {
    background-color: #8a4117!important;
}
p {
  font-size: 14px;
  margin-bottom:0px;
}
.typing-wrap {
    font-size: 3rem;
    margin: 0;
    line-height: 60px;
} 
a:hover {
    color: #ff9900!important;
    text-decoration: none;
    background-color: transparent;
}
a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.link-1 a:hover {
    color: #ff9900!important;
    text-decoration: none;
    background-color: transparent;
}
.link-1 a {
    color: #6c757d!important;
    text-decoration: none;
    background-color: transparent;
}
.locations {
  color: #6c757d !important;
}
.locations a {
  color: #6c757d !important;
}
.locations a:hover {
  color: #7e3517 !important;
}
.feature-box {
    display: inline-block;
    margin-top: 15px;
}
.feature-icon {
    float: left;
}
.feature-media {
    float: left;
    margin-left: 15px;
    width: 80%;
}
.box-icon .icon {
    display: inline-block;
    font-size: 48px;
    color: #222;
    text-align: center;
    border-radius: 60px;
    position: absolute;
    cursor: default;
}
.feature-icon i:before {
    font-size: 44px;
    color: #ff9c00!important;
    display: inline-block;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn-outline-warning {
    color: #fff!important;
    border-color: #fff!important;
}
.btn-outline-warning:hover {
    color: #8a4117!important;
    background-color: #f8f9fa!important;
    border-color: #f8f9fa!important;
}
.btn-outline-warning-b {
    color: #fff!important;
    border-color: #fff!important;
    width: 100%;
}
.btn-outline-warning-b:hover {
    color: #8a4117!important;
    background-color: #f8f9fa!important;
    border-color: #f8f9fa!important;
}
.btn-outline-light {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-light:hover {
    color: #fff!important;
    background-color: #8a4117!important;
    border-color: #8a4117!important;
}
.btn-outline-light-b {
    color: #6c757d;
    border-color: #6c757d;
    width: 100%;
}
.btn-outline-light-b:hover {
    color: #fff!important;
    background-color: #8a4117!important;
    border-color: #8a4117!important;
}
.btn-outline-light-c {
    color: #fff!important;
    background-color: #8a4117!important;
    border-color: #8a4117!important;
    margin: 0.15em 0.06em;
}
.btn-outline-light-c:hover {
    color: #fff!important;
    background-color: #ff9c00!important;
    border-color: #ff9c00!important;
}
.btn-outline-light-project {
    color: #6c757d;
    border-color: #6c757d;
    margin: 0.15em 0.06em;
}
.btn-outline-light-project:hover {
    color: #fff!important;
    background-color: #8a4117!important;
    border-color: #8a4117!important;
}
.promobox img:hover {
  opacity: 0.5;
}
.container-service {
  position: relative;
  margin: 0 auto;
}
.container-service img {
    vertical-align: middle;
    height: 24em;
}
.container-service .content {
  position: absolute;
  bottom: 0;
  background: rgba(138, 65, 23, 0.9)!important;
  color: #fff;
  padding: 0px 20px 5px 20px;
  opacity: 0.9;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #8a4117!important;
}
.overlay-gelery {
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  height: auto;
  width: auto;
  opacity: 0;
  transition: .5s ease;
  background-color: #8a4117!important;
}
.container-gelery:hover .overlay-gelery {
  opacity: 0.6;
}
.container:hover .overlay {
  opacity: 0.6;
}
.text {
  color: #fff!important;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.stat {
    background: url(../images/bgimages/stat.webp) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.boxedb {
    background: url(../images/bgimages/boxedb.png) repeat 0 0;
}
.stat h2 {
    color: #fff;
    font-weight: 600;
}
.stat .container {
    color: #fff;
}
.our-process {
    color: #000;
}
.stat h4, .stat span i, .stat i { 
    color: #ff9900!important;
}
.footer a:hover, .copyright a:hover {
    color: #ff9c00!important;
}
.testimonials i {
    color: #8a4117!important;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
hr.line-light {
    margin-top: .25rem;
    margin-bottom: .25rem;
    border: 0;
    border-top: 1px solid #ddd;
}
hr.light{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(255, 254, 254);
}
hr.dark {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #000;
}
.line {
    display: inline-block;
    width: 15em;
    height: 1px;
    margin: 1em 0;
    background-color: #ff9c00;
}
.sub-header {
    background: url(../images/bgimages/living-room-interiors.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
    position: relative;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff!important;
}
.sub-header a {
    color: #ff9c00!important;
    text-decoration: none;
    background-color: transparent;
}
.testimonials {
    background: url(../images/bgimages/calltoaction.webp) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
    position: relative;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15) inset;
    color: #6c757d!important
}
.boxedw {
    background: url(../images/bgimages/boxedw.png) repeat 0 0;
}
.carousel .testimonial {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 340px;
}
.carousel .item a {
	color: #ff9c00!important;
}
.carousel .img-box {
	width: 145px;
	height: 145px;
	margin: 0 auto;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: inline-block;
	border-radius: 50%;
}
.img-box-new {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    border-radius: 50%;
}
.img-box-new img {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 50%;
}
.item-new {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: auto;
}
.item-new a {
    color: #ff9c00!important;
}
.carousel .testimonial {	
	padding: 30px 0 10px;
    color: #343a40;
}
.carousel .overview {	
	text-align: center;
	padding-bottom: 5px;
}
.carousel .overview b {
	color: #333;
	font-size: 15px;
	display: inline-block;	
	padding-bottom: 5px;
}
.star-rating i {
	font-size: 18px;
	color: #ffdc12!important;
}
.carousel .carousel-control {
	width: 30px;
	height: 30px;
	border-radius: 50%;
    background: #999;
    text-shadow: none;
	top: 4px;
}
.carousel-control i {
	font-size: 20px;
	margin-right: 2px;
    color: #fff;
}
.carousel-control.left {
	left: auto;
	right: 40px;
    color: #fff;
}
.carousel-control.right i {
	margin-right: -2px;
    color: #fff;
}
/* Background PRIMARY */
.sub-nav li:hover {
	background-color: #f2f2f2!important;
}
.sub-nav {
	border-color: #8a4117!important;
}
.navbar-default .navbar-nav li a {
	color: #fff!important;
}
.navbar-default .navbar-nav .active a {
	color: #ff9c00!important;
}
.navbar-default .navbar-nav a:hover {
	color: #ff9c00!important;
}
.filter-button-group {
    margin: 0.15em 0.06em;
}
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.filter-button-group button {
    margin: 0.15em 0.06em;
}
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, section, article, aside, header, footer, nav, span {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: normal;
    line-height: 1.714em;
}
.project-gallery .three .item {
    width: 31%;
}
.project-gallery .item {
    float: left;
    margin: 1%;
}
.image, .project-gallery .item, .services .item, .post-media {
    background-color: #000;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.image img, .project-gallery .item img, .services .item img, .post-media > img {
    width: 100%;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
    border: 0;
}
.page-block-small {
    position: relative;
    padding: 3em 0;
}
.service-left {
    background-color: #f2f2f24d!important;
}
.service-right {
    background-color: #ffffff!important;
}
.service-box-left {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 60px;
}
.service-box-right {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 60px;
}
.service-boxnew-left {
    padding-top: 20px;
    padding-right: 25px;
    padding-left: 25px;
}
.service-boxnew-right {
    padding-top: 20px;
    padding-right: 25px;
    padding-left: 25px;
}
.offer {
    float:right;    
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 255, 109, 0.36);
}
.form-control {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}
.table {
    font-size: 14px;
}
.table td, .table th, .table thead th {
    padding: .15rem .50rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.tab-block {
    position: relative;
    padding: 6em 0 0 0;
}
.table-b {
    font-size: 14px;
}
.table-b td, .table-b th, .table thead th {
    padding: .15rem .50rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #9A4312!important;
  color: white;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: #ff9c00!important;
}
html {
  scroll-behavior: smooth;
}
.center-right {
    position: fixed;
    top: 50%;
    right: 0;
    width: 100px;
    height: 0;
    text-align: right;
    z-index: 9999;
    margin-top: -15px;
}
.center-right a {
    -webkit-transform: rotate(-90deg);
    display: inline-block;
    background: #8a4117!important;
    text-align: center;
    width: 170px;
    padding: 5px 5px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.bottom-right {
    position: fixed;
    top: 75%;
    right: 0;
    width: 70px;
    height: 0;
    text-align: right;
    z-index: 9999;
    margin-top: -15px;
}
.bottom-right a {
    -webkit-transform: rotate(-90deg);
    display: inline-block;
    background: #8a4117!important;
    text-align: center;
    width: 110px;
    padding: 5px 5px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.bottom-left {
    position: fixed;
    top: 75%;
    left: -40px;
    width: 100px;
    height: 0;
    text-align: right;
    z-index: 9999;
    margin-top: -15px;
}
.bottom-left a {
    -webkit-transform: rotate(-90deg);
    display: inline-block;
    background: #8a4117!important;
    text-align: center;
    width: 110px;
    padding: 5px 5px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.center-right a:hover, .center-left a:hover, .bottom-right a:hover, .bottom-left a:hover {
    background: #ff9c00!important;
}
.center-right a, .center-left a, .bottom-right a, .bottom-left a {
    font-family: Arial,sans-serif;
    font-size: 15px;
    font-weight: 500;
    border-right: solid 1px #fff;
    color: #fff!important;
}
.wp a {
    color: #fff!important;
}
.wp {
    position: fixed;
    right: 30px;
    bottom: 65px;
    z-index: 9999;
    color: #ffffff;
    font-size: 22px;
    background-color: #6cc166;
    border-radius: 100px;
    width: 200px;
    height: 44px;
    text-align: center;
    line-height: 44px;
}

@media (min-width: 1200px) {
.navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
}
@media (min-width: 1200px) {
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
}
@media (min-width: 1200px) {
.navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
}
@media (min-width: 1200px) {
.navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
}
@media (min-width: 1200px) {
.navbar-expand-lg .navbar-toggler {
    display: none;
}
}
@media (max-width: 1200px) {
.navbar-nav {
  font-size: small!important;
}
}
@media (max-width: 992px) {
.header-top {
  display: none !important;
}
}
@media (max-width: 1200px) {
.header-top, .sub-footer, .footer p, .footer-links {
  font-size: small!important;
}
}
@media (max-width: 991px) {
.table-b, .table {
  font-size: small!important;
}
}