body, html {
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
	text-align: justify;
}
.topHeader{padding:5px 15px; background: #6C5750;}
.topHeader a,.topHeader a:hover{color:#fff; text-decoration: none;}
.navbar-brand > img{width: 130%; height: auto;}
.innerPage{padding-top: 110px;}
.innerPage .bannerSec{position: relative;}
.innerPage .bannerSec div{background: rgba(0,0,0,0.7);position: absolute;top: 0;bottom: 0px;left: 0;right: 0;}
.innerPage .bannerSec h2{position: absolute;right: 0;bottom: 30px!important;left: 0;font-size: 30px;
color: #6C5750;text-align: center;margin: 0;}
.innerPage .bannerSec h2 span{display: inline-block;padding: 5px 30px;color: #fff; padding-bottom:175px;}
.gap30{margin-bottom:30px;}
.remMT{margin-top: 30px!important;
    color:#000;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 34px;
	color: #333;
	/*text-transform: uppercase;*/
}
h3 {
	font-size: 22px;
	font-weight: 500;
	color: #333;
}
h4 {
	font-size: 24px;
	/*text-transform: uppercase;*/
	font-weight: 400;
	color: #333;
}
h5 {
	/*text-transform: uppercase;*/
	font-weight: 700;
	line-height: 20px;
	color:#000;
}
p {
	font-size: 17px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #333;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: disc;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

    .div-1 {
        background-color: #EBEBEB;
    }
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #B4926E;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Navigation */
#menu {
	/* padding:10px 20px; */
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color:#fff;
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	/* font-size: 22px;
	color: #eee;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px; */
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #6C5750;
	font-weight: 400;
	font-size: 15px;
	padding:0 25px;
	/* border: 2px solid transparent; */
	letter-spacing: 0.5px;
	font-weight: bold;
	text-shadow: 0px 1px 3px #fff;
	/* margin: 10px 15px 0 15px; */
}
#menu.navbar-default .navbar-nav > li > a:hover,#menu.navbar-default .navbar-nav > li.active > a {
	color: #B4926E;
}
#menu .navDiv{ padding: 5px 0 0;}
#menu.navbar-default.on {
	background-color:#fff;
	padding: 0 0 5px;
}

.feature{
    background-color:#f2f2f2;
    padding:80px 0 50px 0;
}
.cto{
    margin:50px 0 0 0;
    background-color:#6C5750;
    padding:10px 30px;
    color:#fff;
}
.cto:hover{
    margin:50px 0 0 0;
    background-color:#b4926e;
    padding:10px 30px;
    color:#fff;
}

.featureimg{
    padding: 1px;
    border: 1px solid #B4926E;
    box-shadow: 3px 3px #00000045;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	/* color: rgb(83, 76, 76) !important; */
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
/* .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #a7c44c;
	border-color: #a7c44c;
} */
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 50px;
}
.section-title p {
	font-size: 18px;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	/* text-shadow: 0 0 3px #859c3c; */
	background-color: #B4926E;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 17px;
	border-radius: 12px 0 12px 0;
	margin-top: 20px;
	transition: all 0.5s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: rgba(255,255,255,0.8);
	background-color:#6C5750;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/intro-bg.jpg) no-repeat center bottom;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: rgba(0,0,0,0.40);
}
.intro h1 {
	color: #fff;
	font-size: 68px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 10px;
	letter-spacing: -1px;
}
.intro span {
	color: #a7c44c;
	font-weight: 600;
}
.intro p {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 40px;
}
header .intro-text {
	padding-top: 300px;
	padding-bottom: 200px;
	text-align: center;
}
header.bannerSec img{width: 100%;}
/* About Section */
#about {
	padding: 120px 0;
	background: #f6f6f6;
}
#about h3 {
	font-size: 20px;
	text-transform: uppercase;
}
#about .about-text {
	margin-left: 0px;
	margin-top: 20px;
}
#about img {
	display: inline-block;
	border-radius: 100px 0 100px 0;
	box-shadow: -5px -5px #B4926E;
}
#about p {
	line-height: 24px;
	margin: 15px 0 30px;
	color:#000;
}
/* Services Section */
#services {
	padding: 70px 0;
}
#services .service {
	padding-left: 40px;
}
#services img {
	width: 100px;
    height: 100px;
    border-radius: 360px 360px 360px 360px;
    box-shadow: 5px -2px #b4926e;
    margin-left: auto;
    margin-right: auto;
    padding:20px;
}
#services h3 {
	padding: 10px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
}
/* Portfolio Section */
#portfolio {
	padding: 120px 0;
	background: #f6f6f6;
}
.categories {
	padding-bottom: 40px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #a7c44c;
	font-weight: 400;
	font-size: 15px;
	padding: 10px 20px;
	border: 2px solid #a7c44c;
	border-radius: 10px 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
ol.type li a.active {
	background: #a7c44c;
	color: #fff;
}
ol.type li a:hover {
	background: #a7c44c;
	color: #fff;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.portfolio-item img {
	border-radius: 0 50px 0 50px;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #333;
	background: rgba(255, 255, 255, 0.75);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
	border-radius: 0 50px 0 50px;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #333;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 18px;
	font-weight: 400;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}

.bg-upperser{
    background-color: #6C5750;
    box-shadow: 80px 5px #b4926e;
    padding:30px 50px;
}
.sale{
    padding:50px 0px;
}

.priced{
    background-color:#B4926E;
    font-size:30px;
    color:#fff;
}




/* Team Section */
#team {
	color: #fff;
	/*background: #B4926E url(../img/team-bg.jpg) center top no-repeat;*/
	background-size: cover;
}
#team .overlay {
	padding: 80px 0;
	background: #fff;
}
#team h2, #team p {
	color: #333;
}
#team hr {
	background: #B4926E;
}
#team h3 {
	color: #fff;
	font-family:lora;
	font-weight: 500;
	font-size: 18px;
	margin: 5px 0;
}
#team .team-img {
	width: 250px;
	height: 250px;
	border-radius: 30px 0 30px 0;
	box-shadow: 10px 10px #e0950b;
	
}

@media (min-width: 768px) {
  #team .team-img {
	width: 250px;
	height: 250px;
	border-radius: 30px 0 30px 0;
	box-shadow: 10px 10px #e0950b;
}
}
#team .thumbnail {
	background: #B4926E;
	padding:1px;
	border: 0;
	box-shadow:3px 3px #33333359;
	border-radius: 0px 0 20px 20px;
}
#team .thumbnail a{ display: block;}
#team .thumbnail .caption h3 a{color: #fff;}
#team .thumbnail .caption {
    background-color:#6C5750;
	padding-top: 10px;
	border-radius: 0px 0 20px 20px;
	    min-height: 69px;
}
#team .thumbnail .caption:hover {
    background-color:#B4926E;
	padding-top: 10px;
	border-radius: 0px 0 20px 20px;
}
#team .thumbnail .caption p {
	color: #fff;
}
/* Contact Section */
#contact {
	padding: 120px 0 60px 0;
	background: #F6F6F6;
}
#contact form {
	padding: 30px 0;
}
#contact h3 {
    margin-top:100px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	color: #555;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
	margin: 20px 0 20px 0;
}
#contact .contact-item span {
	font-weight: 400;
	color: #aaa;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
}
#contact .contact-item p {
	font-size: 16px;
}


/* chairSec start */
.chairSec{padding: 60px 0 120px;background: #f6f6f6;}
.chairSec .chairDiv{background: #fff; text-align:center;box-shadow: 0 3px 10px rgb(0, 0, 0, 0.2);
	}
/* .chairSec .chairDiv:hover{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);
transition: 1s ease;} */
.chairSec .chairDiv img{width: 100%; display:block;}
.chairSec .chairDiv h3{margin: 0;
    border-top: 1px solid #B4926E; padding: 5px 10px;font-size: 14px;}
.chairSec .chairDiv a{display: block;padding: 5px 10px;background: #B4926E;color: #fff;
    font-size: 14px;text-transform: uppercase; font-weight: bold;}
.chairSec .chairDiv a.viewLink{background: #6C5750;color: #fff;}
.chairSec .chairDiv h4{margin: 0;padding: 5px 10px;font-size: 16px;font-weight: bold;}
/* chairSec end */

/* Footer Section*/
#footer {
	background:#6C5750;
	padding: 20px 0 20px 0; color:#fff; 
}
.footerContent .contact-item span{font-weight: bold; display: block;margin-bottom: 5px;}

#footer p img{display: block;}
#footer ul li a{color:#fff;}
#footer .social {
	margin-bottom:20px; border-top: 1px solid #fff; padding-top: 15px; margin-top: 15px;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social ul li a{display: inline-block;}
#footer .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #fff;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #B4926E;
}
#footer p {
	font-size: 15px;
}
#footer p a{color: #fff; font-weight: bold;}
#footer a:hover {
	color: #B4926E;
}

.footerContent h3{color:#fff; margin-bottom: 25px;}
.footerContent ul li{margin-bottom: 25px;}
.footerContent ul li a{display: block;}

/* modal start */
.modal-body.remPadAll{padding: 0;}
/* modal end */

.socialIcon a{display: inline-block; padding:0 5px; font-size: 20px; color: #6C5750;}
.socialIcon a:hover{color: #B4926E;}

@media (min-width: 992px) {
#menu .navbar-nav {
margin:35px auto 0; width: 500px;
}
.socialIcon{float:right; display: inline-block; margin-top: -65px;}
}
@media (max-width: 991px) {
.navbar-header{width:100%;}
.navbar-toggle,.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{background:#6C5750; color:#fff;}
.navbar-default .navbar-toggle{border: none;margin-top:30px;}
.navbar-default .navbar-toggle .icon-bar{background-color:#fff;}
.navbar-nav{margin:0;}
.navbar-collapse{position: absolute;top: 110px;left: 0; right: 0;
	background:#fff}
#menu.navbar-default .navbar-nav > li > a{padding:10px 15px;}
#menu.navbar-default .navbar-nav.socialIcon li{display: inline-block;}
#services .service{text-align: center;padding-left: 15px;}
#services .service img{display: inline-block;}
.socialIcon{text-align: center;}
.socialIcon a{font-size: 18px;}
}
@media (max-width: 767px) {
.socialIcon{display: none;}
.topHeader .emailDiv{text-align: center;}
.topHeader .mobDiv{display: none;}

}

@media (max-width: 580px) {
.innerPage{padding-top: 110px;}
#menu.navbar-default{padding:0 0 15px;}
.carousel-caption{font-size: 22px;}
h2{font-size: 24px;}
#team .overlay,#about,#services,.chairSec,#contact{padding: 30px 0;}
.innerPage .bannerSec h2 span{padding: 5px 20px; font-size: 16px;}
#team h3{font-size:14px;}
#footer .social ul li a{display: inline-block; padding: 2px 5px;}
#footer .social ul li{margin: 0;}
}
@media (max-width: 420px){
#team h3 {font-size:12px;}
}
@media (max-width: 380px){
#team h3 {font-size:18px;margin-top:10px;}
}


  /* for desktop */
      .whatsapp_float {
          position: fixed;
          width: 60px;
          height: 60px;
          bottom: 18px;
          right: 40px;
          background-color: #b4926e;
          color: #FFF;
          border-radius: 50px;
          text-align: center;
          font-size: 30px;
          box-shadow: 2px 2px 3px #999;
          z-index: 100;
      }

      .whatsapp-icon {
          margin-top: 16px;
      }
      
      .phone_float {
          position: fixed;
          width: 60px;
          height: 60px;
          bottom: 85px;
          right: 40px;
          background-color: #b4926e;
          color: #FFF;
          border-radius: 50px;
          text-align: center;
          font-size: 30px;
          box-shadow: 2px 2px 3px #999;
          z-index: 100;
      }

      /* for mobile */
      @media screen and (max-width: 769px) {
          .whatsapp-icon {
              margin-top: 16px;
          }

          .whatsapp_float {
              width: 60px;
              height: 60px;
              bottom: 18px;
              right: 10px;
              font-size:28px;
          }
          .phone_float{
              width: 60px;
              height: 60px;
              bottom: 85px;
              right: 10px;
              font-size:28px;
          }
         
      }
      
      
      /*.banner-text {*/
      /*    position:relative;*/
      /*    top:-200px;*/
      /*    text-align:center;*/
      /*    color:#fff;*/
      /*    font-size:60px;*/
      /*}*/
      
      /*.text{*/
      /*    position:relative;*/
      /*    top:-200px;*/
      /*    text-align:center;*/
      /*    color:#fff;*/
      /*    padding-top:17px;*/
      /*}*/
      
     .service-design{
         background-color:#f2f2f2;
         padding-top:30px;
         padding-bottom:30px;
         overflow:hidden;
     }
     
     .service-bg{
         padding-top:30px;
         padding-bottom:30px;
         overflow:hidden;
     }
     
     .text-size{
         text-transform:none;
     }
     
     .c-service{
         padding:30px;
         overflow: hidden;
         
     }
     
    #footer {
    background: #6C5750;
    padding: 20px 0 20px 0;
    color: #fff;
    overflow: hidden;
}

.inner-text{
    position:relative;
    bottom:220px!important;
    background:none;
    border-bottom:0px;
}
  
.blog-landing h3{
       min-height: 92px;
}  

.blog-landing p{
        min-height: 73px;
}

.bannerSec h1{
        position: absolute;
    top: 50%;
    left: 50px;
    color: #fff;
}

.new-button{
    margin: 50px 0 0 0;
    background-color: #6C5750;
    padding: 10px 30px;
    color: #fff;
    border:none;
}

.seo-cont p, .seo-cont h2, .seo-cont h3, .seo-cont h4{
    color:#000;
}

.view-more{
    text-decoration:underline;
}

.accordion{
    padding:20px;
    width: 80%;
    margin: 50px auto;
} 

.card-header{
    background-color:#6c5750;
}

.btn-link{
    color:#fff;
    font-size:20px;
}
.btn-link:hover{
    color:#fff;
    text-decoration: none;
}

.card-body{
    font-size:20px;
    padding-bottom:20px;
}
.new-con{
    padding-top:100px;
}
.new-button-bt{
    margin: 12px 0 0 0;
    background-color: #6C5750;
    padding: 10px 30px;
    color: #fff;
    border:none;
    
}
.img-size{
    height:177px;
    width:348px;
}

@media only screen and (max-width:991px){
    .accordion.accord{
        width:100%;
        overflow:hidden;
    }
}

@media only screen and (max-width:991px){
    .banner-text.bnner{
        top:25%;
    }
}
.accord h2 button {
    text-align: left;
    line-height: 1.2;
}

@media only screen and (max-width:991px){
    .service-design.c-service{
        padding-left:10px;
        padding-right:10px;
    }
}

@media only screen and (max-width:991px){
    .text-align{
        font-size:23px;
        width:max-content!important;
    }
}

.blog-landing .inner{
    padding: 7px 10px 20px 10px; 
    margin:20px 0px;
    background: #fff;
    border:1px solid rgb(0 0 0 / 10%);
}

.blog-landing .inner img{
        min-height: 177px;
    object-fit: cover;
}

.blog-landing {
    padding-top:50px;
}
.banner-text{
    text-align:center!important;
}

.product-margin{
    margin-top:0px!important;
    padding-top:20px;
    text-transform:none!important;
}

/*ul, li{*/
/*    list-style:square;*/
/*}*/

/*.c-service {*/
/*    overflow: hidden;*/
/*    padding: 19px;*/
/*}*/