body {
font-family: 'Montserrat Alternates', sans-serif;
}
h1,h2,h3,h4,h5,h5{
	font-family: 'Cinzel', serif;
}
h2{
	font-size:2em;
	letter-spacing:2px;
	word-spacing:1px;
	color: #4d5c74;
	text-transform:uppercase;
}
p{
	
	letter-spacing:1px;
	word-spacing:1px;
}
* {
  box-sizing: border-box;
}
a {
  color: #333;
}
a:hover {
    color: #0056b3;
    text-decoration: none!important;
}
.menu {
  display: flex;
    align-items: center;
}
 .padd-top
 {
	 padding-top:70px;
 }
.menu-container {
  margin: 0 auto;
    /* background: #e9e9e9; */
    position: absolute;
    z-index: 48;
    width: 100%;
}

.appointment-area {
    position: relative;
    display: block;
    background: #27282c;
    background-position: top right;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 46px;
    padding-bottom: 110px;
    z-index: 1;
}
.map-content-box .inner {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
    z-index: 99;
}
.sec-title p {
    color: #3298cf;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
    font-family: 'Poppins', sans-serif;
}
.map-content-box .sec-title .title {
    color: #ffffff;
}

.sec-title .title {
    position: relative;
    display: block;
    color: #27282c;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.appointment-box {
    position: relative;
    display: block;
    padding: 44px 50px 50px;
    max-width: 570px;
    width: 100%;
    background: #ffffff;
}
.appointment-box .title-box h2 {
    color: #27282c;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin: 0 0 10px;
}
.appointment {
    position: relative;
    display: block;
}
.appointment-form input[type="text"], .appointment-form input[type="email"], .appointment-form textarea {
    position: relative;
    display: block;
    padding: 0 20px;
    border: 1px solid #ededed;
    background: #ffffff;
    color: #7c7e84;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all 500ms ease;
}
.appointment-form .single-box button {
    display: block;
    width: 100%;
    background: #3298cf;
    color: #ffffff;
    margin-top: 20px;
    border-radius: 5px;
}

.btn-one {
    position: relative;
    display: inline-block;
    background: #3298cf;
    color: #ffffff;
    font-size: 15px;
    line-height: 60px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    padding: 0 30px 0;
    transition: all 500ms ease;
}
.appointment-box .title-box {
    position: relative;
    display: block;
    padding-bottom: 22px;
}
#footer {
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #fff;
}
.footer {
    margin: 15px 0px;
}
.section-grey p {
    color: #fff;
	 font-size: 13px;
}
.icon-d {
    width: 15%;
    float: left;
}
.txt-div {
    width: 100%;
    float: right;
}
.footer .footer-header {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.section-grey h3 {
    color: #fff;
}
.list-links-footer li>a {
    position: relative;
    display: inline-block;
    padding: 2px 0px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.section-grey {
    background: #F6F7F8;
}

.section {
    padding-top: 53px;
    padding-bottom: 30px;
}
.section-grey li a {
    color: #fff;
	font-size: 13px;
}
.icon-s {
    font-size: 25px;
}
.my-c {
    position: relative;
    top: 0px;
    color: #f6f6f6;
    font-size: 23px;
    transition: all 300ms ease 100ms;
    padding: 1px;
    float: right;
    padding: 28px 0px;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-social>li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 6px;
}
.footer-copyright {
    margin-top: 15px;
    /* text-transform: uppercase; */
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.section-grey li a {
    color: #fff;
}

.footer-copyright a {
    margin-top: 15px;
    /* text-transform: uppercase; */
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.layer1 {
    background: rgba(0, 0, 0, 0.3);
    padding: 8.5em 3em;
}
.menu a.logo {
    display: inline-block;
    padding: 1.5em 3em;
    width: 19%;
    float: left;
}
.menu img {
    max-width: 100%;
}
.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
  content: "\f394";
  font-family: "Ionicons";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.menu-dropdown-icon:before {
  content: "\f489";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}
.menu > ul {
  margin: 0 auto;
  
  list-style: none;
  padding: 0;
 
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
      clear: right;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
      float: left;
     
    padding: 1px;
    margin: 7px;
}
.menu > ul > li a:hover {
     
    color: #000;
}
.menu > ul > li a {
    text-decoration: none;
    padding:0.1em 0.7em;
    display: block;
    color: #000;
    font-weight: 900;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;

}
.menu > ul > li:hover {
  background: #f0f0f0;
}
.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #f0f0f0;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}
.menu > ul > li > ul > li a {
  color: #777;
  padding: .2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li a:hover{
	color:#03a9f4;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;    
  font-size: 14px;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
	width: 100%;
    z-index: 9;
  }
  .menu-container .menu{
	display:inline-block;
   }
  .menu-mobile {
    display: block;    
    float: right;    
    padding: 20px 20px 0;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
    width:100%;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;    
    padding: 0 40px;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
}
section .item {
 
  position: relative;
}
section .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
     
  display: flex;
  align-items: center;
}
section .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
section .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute; 
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
section .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
section .item .cover .header-content h1 {
  font-size: 60px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
section .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
section .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
section .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
section .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
section .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
section .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: #ed6224!important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
section .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
section .owl-nav .owl-prev:focus {
  outline: 0;
}
section .owl-nav .owl-prev:hover {
  background: #ed6224 !important;
}
section .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background:#ed6224!important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
section .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
section .owl-nav .owl-next:focus {
  outline: 0;
}
section .owl-nav .owl-next:hover {
  background: #000 !important;
}
section:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
section:hover .owl-next {
  right: 0px;
  opacity: 1;
}
 img 
 {
	 width:100%;
 }
 
.my-product
{ 
    bottom: 0px;
    position: absolute;
    width: 100%;
    margin: auto;
    display: table-row;
}
 
.my-product .items
{
	 width:40%;
	 margin:auto;
	 color:#fff;

}
.my-product .items a
{
	  text-decoration:none;
	 color:#fff;

}
.my-product .items img
{
	 width:100%;
	 margin:auto;

}
.section-padding
{
	padding-bottom:30px;
	padding-top:50px;
}
.section-padding p
{ 
	    text-align: left;
    letter-spacing: 1px;
    word-spacing: 1px;
	font-size: 15px;
	margin-bottom: 2rem;

}
.section-padding h2
{ 
	font-size:37px;
	 
    letter-spacing: 1px; 

}
.text-center
{
	text-align:center;
}

  .container1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 2px;
  margin: 0 auto;
  min-height: 100vh;
}
.item-wrapper {
  font-family: monospace;
  font-size: 18px;
  flex: 1 0 auto;
  text-align: center;
  min-height: 90vh;
  background: center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transition: flex 0.5s;
  -webkit-transition: flex 0.5s;
  -moz-transition: flex 0.5s;
  -o-transition: flex 0.5s;
}
.item-wrapper.expand {
  flex-grow: 3;
}
.item-wrapper.w1 {
  background-image: url("./img/work.jpg");
}
.item-wrapper.w2 {
 background-image: url("./img/chairs.jpg");
}
.item-wrapper.w3 {
  background-image: url("./img/office-sofa.jpg");
}
.item-wrapper.w4 {
  background-image: url("./img/office-cabin.jpg");
}
.item-wrapper p {
  font-weight: 900;
  font-size: 25px;
   
    background-color: #ed62248a;
    padding: 20px;
    width: 100%;
    color: #fff;
    letter-spacing: 2px;
}
.item-wrapper p.active {
  transform: translateY(0);
}
 
  .text-img1
  {
	  width:100%;
	  margin:auto;
	  min-height: 90vh;
	  text-align:center;
  }
 
 
 
 
 
 
 
 
 
 .grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 100%;
	max-width: 100%;
	max-height: auto;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
 
/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 50;
	width: 100%; 
	color: #ed6224;
    width: 75%;
	background:#ffffff91;
    display: flow-root;
    margin: auto;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
     
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
 

 
 

.content {
	margin: 0 auto;
	 
}

.content > h2 {
	clear: both;
	margin: 0;
	padding: 4em 1% 0;
	color: #484B54;
	font-weight: 800;
	font-size: 1.5em;
}

.content > h2:first-child {
	padding-top: 0em;
}

/* Header */
.codrops-header {
	margin: 0 auto;
	padding: 4em 1em;
	text-align: center;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 800;
	font-size: 4em;
	line-height: 1.3;
}

.codrops-header h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	color: #74777b;
	font-weight: 300;
	font-size: 45%;
}

/* Demo links */
.codrops-demos {
	clear: both;
	padding: 1em 0 0;
	text-align: center;
}

.content + .codrops-demos {
	padding-top: 5em;
}

.codrops-demos a {
	display: inline-block;
	margin: 0 5px;
	padding: 1em 1.5em;
	text-transform: uppercase;
	font-weight: bold;
}

.codrops-demos a:hover,
.codrops-demos a:focus,
.codrops-demos a.current-demo {
	background: #3c414a;
	color: #fff;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	display: inline-block;
	padding: 1em 2em;
	text-decoration: none;
	letter-spacing: 1px;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Related demos */
.related {
	clear: both;
	padding: 6em 1em;
	font-size: 120%;
}

.related > a {
	display: inline-block;
	margin: 20px 10px;
	padding: 25px;
	border: 1px solid #4f7f90;
	text-align: center;
}

.related a:hover {
	border-color: #39545e;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
}

/* Demo ad design */
 
 

@media screen and (max-width: 25em) {
	.codrops-header {
		font-size: 75%;
	}
	.codrops-icon span {
		display: none;
	}
}
.effect-sadie img
{
	width:100%;
}

.buttons * {
  transition: all .5s ease;
}

.buttons {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* .butWrap {
  position: relative;
  list-style: none;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;  
  -ms-flex-wrap: wrap;  
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-align-content: end;
  align-content: flex-end;
  width: 100%;
} */

/* Common style */

.butFrame {
   position: relative;
    overflow: hidden;
    margin: auto;
    width: 32%;
    background: #111;
    font-family: inherit;
    font-size: 1em;
    height: 474px;
    text-align: center;
    cursor: pointer;
}

.butFrame img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.8;
  position: absolute;
}

.buttons > .butHeading {
  clear: both;
  margin: 0;
  padding: 4em 1% 0;
  color: #484B54;
  font-weight: 800;
  font-size: 1.5em;
}

#buttons > .butHeading:first-child {
  padding-top: 0em;
}

.butFrame .butTextWrap {
  font-family: inherit;
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.butFrame .butTextWrap::before,
.butFrame .butTextWrap::after {
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
}

.butFrame .butTextWrap,
.butFrame .butTextWrap > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */

.butFrame .butTextWrap > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.butFrame .butHeading {
  word-spacing: -0.15em;
  font-weight: 800;
  font-size: 18px;
  font-family: inherit;
}

.butFrame .butHeading .butText {
  font-weight: 300;
}

.butFrame .butHeading,
.butFrame p {
  margin: 0;
  color: #fff;
}

.butFrame p {
  letter-spacing: 4px;
  font-size: 68.5%;
  font-family: inherit;
}

/* EFFECT */

.butFrame img {
  opacity: 0.9;
  transition: opacity 0.35s;
  width: 100%;
  height: auto;
}

.butFrame .butTextWrap::before,
.butFrame .butTextWrap::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.butFrame .butTextWrap::before {
	border-top: 1px solid #ed6224;
  border-bottom: 1px solid #ed6224;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.butFrame .butTextWrap::after {
  border-right: 1px solid #ed6224;
  border-left: 1px solid #ed6224;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  box-sizing: border-box;
}
.butFrame .butHeading {
  padding-top: 50%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
.butFrame p {
  padding: 11px 1em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

/* HOVER STYLES */

.butFrame:hover img {
  opacity: 0.4;
}

.butFrame:hover .butTextWrap::before,
.butFrame:hover .butTextWrap::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.butFrame:hover .butHeading,
.butFrame:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* MEDIA QUERIES */

@media all and (max-width: 950px) and (min-width: 701px){

  .butFrame {
    display:block;
    width:47%;
  }

}

@media all and (max-width: 700px) and (min-width: 0px){

  .butFrame {
    display:block;
    width:100%;
  }

}



.img-wrapper {  
  
  overflow: hidden; 
      border: 5px solid #4d5c74;;
	  padding: 11px;
}

.inner-img {
  transition: 0.3s;
  padding:5px 0px;
}

.inner-img:hover {
  transform: scale(1.1);
}

/* Other styling elements, that are not necessary for the example */

.img-wrapper {
  display: inline-block;
  box-sizing: border-box;
   
}

ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
      color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 9px;
    padding-right: 11px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.padd
{
	padding-top:35px;
}

.padd-0
{
	margin:0px;
}



@import url("https://fonts.googleapis.com/css?family=Raleway:300");
 

 
 

h1 {
  color: #4d5c74;
  font-size: 2.3rem;
 
  letter-spacing: 3px;
  margin: 0;
}
h1 span {
  -webkit-animation: fadeIn 2s alternate infinite;
          animation: fadeIn 2s alternate infinite;
  opacity: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  50%, 100% {
    opacity: 1;
    filter: blur(0px);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  50%, 100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.welcome {
    padding: 5em 0;
}
.welcome_left {
    background: url(./img/image3.jpg) no-repeat 0px 0px;
    background-size: cover;
    padding: 0;
}

.layer1 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2.5em 3em;
}
.welcome_left_info {
    background: rgba(0, 0, 0, 0.3);
    padding: 5em 2em 4em;
    border: 1px solid #ed6224;
}
.welcome_left h3 {
    font-size: 7em;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.welcome_left p {
    font-size: 20px;
    color: #eee;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 26px;
}
.welcome_right {
    padding-left: 5em;
}
.welcome_right h3, .about_left h3 { 
    font-size: 2em;
    letter-spacing: 1px;
    font-weight: 700;
    color: #333;
}
.welcome_right p, .about_left p {
    margin-top: 1em;
    line-height: 2;
    font-size: 15px;
    color: #777;
}
.know {
    margin-top: 2em;
}
.know a {
    background: #db3552;
    border: 2px solid #db3552;
    color: #fff;
    padding: 8px 25px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.about-section_1 {
    width: 100%;
    height: 100%;
    background-image:url(./img/furniture1.png);
    background-size: cover;
    background-attachment:fixed;
    margin: 0;
    padding: 0;
}
.inner-padding {
    padding: 2em 0;
    background: rgba(0,0,0,0.6);
    background: none;
}
h3.heading-section_1info.white-w3ls {
    color: #ed6224;
    font-size: 2em;
    line-height: 48px;
    text-transform: capitalize;
}
.about-section_1 p {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    margin: 1em auto 0em;
    line-height: 2;
     
}
.know {
    margin-top: 2em;
}
.know a {
    background: #ed6224;
    border: 2px solid #ed6224;
    color: #fff;
    padding: 4px 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.section-padding a
{
	padding: 4px 11px;
    background: #ed6224;
    color: #fff;
    letter-spacing: 2px;
    word-spacing: 2px;
}
.item-wrapper.expand p
{
	    background-color: #ed6224; 
}
.item-wrapper p
{
	
	margin-top:250px;
}

.enquireNowBtn button {
    font-size: 18px;
    padding: 8px 15px;
    position: fixed;
    z-index: 99;
    top: 50%;
    right: 0;
    background: #ffb300;
    cursor: pointer;
    border: 0;
    color: #000000;
    text-transform: uppercase;
    line-height: 20px;
    transform-origin: right;
    transform: rotate(
-90deg) translate(50% , -50%);
    -moz-transform: rotate(-90deg) translate(50% , -50%);
    -webkit-transform: rotate(
-90deg) translate(50% , -50%);
    -ms-transform: rotate(-90deg) translate(50% , -50%);
    -o-transform: rotate(-90deg) translate(50% , -50%);
}


.fab-wrapper {
  position: fixed;
  bottom: 3rem;
  z-index: 9999;
  right: 3rem;
}
.fab-checkbox {
  display: none;
}
.fab {
      position: absolute;
    bottom: -1rem;
    right: -1rem;
    width: 0rem;
    height: 0rem;
    background: white!important;
    border-radius: 50%;
    background: #ffffff00!important;
    box-shadow: 0px 5px 20px #81a4f1;
    transition: all 0.3s ease;
    z-index: 1;
    border-bottom-right-radius: 6px;
    border: 30px solid #2d7ce2;

}

.fab:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}
.fab-checkbox:checked ~ .fab:before {
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  background-color: rgba(255, 255, 255, 0.2);
}
.fab:hover {
  background: #2c87e8;
  box-shadow: 0px 5px 20px 5px #81a4f1;
}

.fab-dots {
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  transform: translateX(0%) translateY(-50%) rotate(0deg);
  opacity: 1;
  animation: blink 3s ease infinite;
  transition: all 0.3s ease;
}

.fab-dots-1 {
  left: 10px;
  animation-delay: 0s;
}
.fab-dots-2 {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation-delay: 0.4s;
}
.fab-dots-3 {
  right: 10px;
  animation-delay: 0.8s;
}

.fab-checkbox:checked ~ .fab .fab-dots {
  height: 6px;
}

.fab .fab-dots-2 {
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.fab-checkbox:checked ~ .fab .fab-dots-1 {
  width: 32px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.fab-checkbox:checked ~ .fab .fab-dots-3 {
  width: 32px;
  border-radius: 10px;
  right: 50%;
  transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

@keyframes blink {
  50% {
    opacity: 0.25;
  }
}

.fab-checkbox:checked ~ .fab .fab-dots {
  animation: none;
}

.fab-wheel {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #;
  width: 10rem;
  height: 10rem;
  transition: all 0.3s ease;
  transform-origin: bottom right;
  transform: scale(0);
}

.fab-checkbox:checked ~ .fab-wheel {
  transform: scale(1);
}
.fab-action {
  
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  
  
  transition: all 1s ease;

  opacity: 0;
}

.fab-checkbox:checked ~ .fab-wheel .fab-action {
  opacity: 1;
}

 

.fab-wheel .fab-action-1 {
  right: -1rem;
  top: 0;
}

.fab-wheel .fab-action-2 {
  right: 3.4rem;
  top: 0.5rem;
}
.fab-wheel .fab-action-3 {
  left: 0.5rem;
  bottom: 3.4rem;
}
.fab-wheel .fab-action-4 {
  left: 0;
  bottom: -1rem;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom: 56px;
    right: 62px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float2{
	position:fixed;
	width:60px;
	height:60px;
	bottom:98px;
	right:0px;
	background-color:#6189e1;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float3{
	position:fixed;
	width:60px;
	height:60px;
	bottom: 0px;
    right: 103px;
    background-color: #51caee;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.single-highlight-box {
    position: relative;
    display: block;
    background: transparent;
    margin-bottom: 25px;
}
.single-highlight-box .inner-content {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 1px 1px 10px 7px #ececec;
}
.ic-my {
    width: 74px;
    float: left;
    padding: 28px 6px 58px 7px;
}
.single-highlight-box .inner-content .text {
    position: relative;
    display: block;
    padding: 26px 30px 32px;
    text-align: left;
}
.single-highlight-box .inner-content h3 {
    font-weight: 600;
    margin: 0px 0 18px;
}
.single-highlight-box .inner-content p {
    margin: 0;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.bg-highlight {
    box-shadow: 1px 1px 10px 7px #ececec;
    padding: 11px;
}
.product-thumb {
    position: relative;
	text-align:center;
}
.product.product-single .quick-view {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    z-index: 20;
}
.product-thumb img {
    width: 171px!important;
    margin: auto;
    border: 1px solid #cccaca;
    padding: 15px;
    border-radius: 5px;
}
 
 @media (min-width: 21.25em)
 {
.button-category-grid {
    grid-template-columns: repeat(auto-fill, minmax(281px, 2fr));
}
 }
 .button-category {
        border-radius: 4px;
    background-color: #f7f8f9;
    color: #603392;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    align-items: center;
    border: 1px solid rgba(151,151,151,0.24);
    display: flex;
    height: 50px;
    justify-content: center;
    padding: 0 3px 0 3px;
    text-align: center;
    text-decoration: none;
    transition: box-shadow linear 0.2s;
    width: 100%;
}
.button-category {
    font-size: 1rem;
    line-height: 1.4;
}
.button-category-grid {
    display: grid;
    grid-column-gap: 9px;
    grid-row-gap: 5px;
    list-style: none;
    width: 100%;
}
.ribbon
{
	width:30%;
}
h5 span{
	background: #ff7059;
    padding: 5px;
    color: #fff;
    margin: 8px;
}
.review img {
    width: 100px!important;
    margin: auto;
    border: 1px solid #cccaca;
    padding: 15px;
    border-radius: 50%;
}
.review   {
    color:#fff;
}
.review  h2 {
    color:#fff;
}
.clear {
    clear: both;
}
.img-min {
    padding-top: 15px;
    max-height: 230px;
    width: 355px;
}
.back2{
    width: 100%;
    height: 100%;
    background-image:url(../img/Testimonial-Background-9.png);
    background-size: cover;
    background-attachment:fixed;
    margin: 0;
    padding: 50px;
    }
	
	.about-area2 {
    padding-top: 0px;
    padding-bottom: 57px;
}
.no-pad1 {
    padding: 0px;
    max-width: 100%;
}
.fath {
    position: relative;
    width: 100%;
}
.img-responsive1 {
    width: 100%;
}
.child21 {
    position: absolute;
    bottom: 50px;
    left: 100px;
	z-index:9;
}
.back-button {
    background: white;
    padding: 10px 25px 10px 18px;
    color: #000;
    margin: 5px;
    font-size: 18px;
    font-weight: 300;
}



.email a
{
	font-weight:900;
	color:#fff;
}





#contact {
  width: 100%;
  height: 100%;
}

.section-header {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  font: 300  'Oswald', sans-serif;
  color: #4d5c74;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px;
  position: relative;
   
}

/* Left contact page */
.form-horizontal {
  /*float: left;*/
  max-width: 100%;
  font-family: 'Lato';
  font-weight: 400;
  background: #00000017;
    padding: 20px;
}

.form-control, 
textarea {
    max-width: 100%;
    background-color: #4d5c741f;
    color: #fff;
    letter-spacing: 1px;
}

.send-button {
  margin-top: 15px;
  height: 34px;
  width: 100%;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.alt-send-button {
 
  height: 34px;
  transition: all .2s ease-in-out;
}

.send-text {
  display: block;
  margin-top: 10px;
  font: 700 12px 'Lato', sans-serif;
  letter-spacing: 2px;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}

/* Begin Right Contact Page */
.direct-contact-container {
    /* max-width: 400
px
; */
    /* border: 2
px
 solid #dcdcdc; */
    padding: 0px;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none; 
  padding-right: 20px;
}

.list-item {
  line-height: 4;
  color: #4d5c74;
}

.contact-text {
  font: 300 18px 'Lato', sans-serif;
  letter-spacing: 1.9px;
  color: #4d5c74;
}

.place {
  margin-left: 5px;
}

.phone {
  margin-left: 8px;
}

.gmail {
  margin-left: 10px;
}

.contact-text a {
  color:#4d5c74;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #fff;
  text-decoration: none;
}


/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  position: relative; 
  display: inline-block;
  height: 60px;
  width: 60px;
  margin: 10px 3px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(27,27,27);
  cursor: pointer; 
  transition: all .2s ease-in-out;
}

.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
}

.social-media-list li:hover {
  background-color: #fff; 
}

.social-media-list li:hover:after {
  opacity: 1;  
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

.social-media-list li:hover a {
  color: #000;
}

.copyright {
  font: 200 14px 'Oswald', sans-serif;
  color: #555;
  letter-spacing: 1px;
  text-align: center;
}

hr {
  border-color: rgba(255,255,255,.6);
}

/* Begin Media Queries*/
@media screen and (max-width: 850px) {
  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }
  .direct-contact-container, .form-horizontal {
    margin: 0 auto;
  }  
  
  .direct-contact-container {
    margin-top: 60px;
   
  }    
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

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

  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    
    margin: 0 auto;
  }
 
  
  .name, .email, textarea {
    width: 280px;
  } 
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }  
  .social-media-list {
    left: 0;
  }
  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}
 
@media only screen and (max-width: 600px) {
  .menu a.logo {
    width: 47%;
}
.no-padding {
     padding-left: 5px!important;
     padding-right: 5px!important;
}
.menu a.logo {
    display: inline-block;
    padding: 0.5em 0.3em;
  
    float: left;
}
.child21 {
    position: absolute;
    bottom: 15px;
    left: 5px;
}
.back-button {
    background: white;
    padding: 5px 12px 5px 5px;
    color: #000;
    margin: 5px;
    font-size: 14px;
    font-weight: 300;
}
.div-2
 {
	 width:63%;
 }
.div-3
 {
	 width:37%;
 }
.div-3 input
 {
	     width: 100%;
 }
 input[type="text"], input[type="email"], textarea, input[type="tel"], textarea, input[type="number"] {
    border: 2px solid #b2b2b2;
    height: 30px;
    padding: 2px 5px;
    width: 85%;
    color: #565656;
    margin-bottom: 2px;
}
}
.page-title {
    font-size: 48px;
    margin-bottom: 20px;
    color: #27a4da;
}
.sticky-form {
   position: sticky;
    top: 100px;
    border-radius: 5px;
    padding: 70px;
    border: 2px solid #c5c5c6;
    background: #00000005;
}

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.tab_container .tab_controls {
    list-style: none;
}
.tab_container .tab_controls li {
    float: left;
    font-size: 20px;
    line-height: 29px;
    color: #373737;
    cursor: pointer;
    background: #ff7059;
    margin: 12px;
    border-radius: 1px;
    padding: 8px 22px;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}
.tab_container .tab_controls li a {
    color: #fff;
    padding: 0 10px;
    display: block;
    transition: all .5s ease 0;
    -webkit-transition: all .5s ease 0;
}
.bot {
    padding-top: 75px;
}
.left_container {
    width: 75%;
    float: left;
    background: url(../images/left_cont_bg.png) no-repeat right 0;
    min-height: 645px;
    padding: 15px 5% 0 0;
    margin-top: -15px;
}
.sidebar {
    width: 24.1%;
    float: right;
}
.format_table td, .format_table th {
    padding: 10px;
    border-bottom: 1px solid #e6e4e3;
    border-left: 1px solid #e6e4e3;
}
.img-div img {
    display: block;
    max-width: 100%;
    height: auto;
}

.side{
    position: sticky;
    top: 100px;
    border-radius: 2px;
    padding: 10px;
    border: 2px solid #c5c5c6;
   
}
.img-div h4
{
	text-align:center;
}
.send-button {
    margin-top: 20px;
    height: 42px;
     
    overflow: hidden;
    transition: all .2s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #ffffff;
}
 .back3 {
    padding: 50px 0;
    background-image: url(../img/back1.jpg);
    background-size: cover;
}
.back3 hr {
    width: 36%;
    background-color: #f35656;
    height: 1px;
    align-content: 10px;
    margin: auto;
	    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.padd-zero
{
	padding:0px;
}
.email a {
    color: #000;
	font-weight:900;
}
.bt-details{
    background: #227bc8;
    color: #fff!important;
    padding: 1px 7px;
    border-radius: 5px;
}
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
.top-link a {
        font-size: 11px!important;
    text-align: right!important;
    color: #fff;
    font-weight: normal;
    padding: 0px 0px 0px 6px;
    font-weight: 900;

}
.top-link {
    font-size: 11px !important;
    text-align: right !important;
}
.flx
{
	align-items: flex-end;
}
.email i{
	    color: #ffc800;
		font-size: 19px;
}
 #gallery {
  padding-top: 40px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}
 .top-div
 {
	 border-bottom: 2px solid #b2b2b2;
    width: 100%;
	background:#000;
    margin: auto;
 }
 .email a
{
	font-weight:900;
	color:#fff;
}

 @media (min-width: 1281px){
 
 
select, input[type="text"], input[type="email"], textarea, input[type="tel"], textarea, input[type="number"] {
   border: 2px solid #b2b2b2;
    height: 40px;
    padding: 5px 15px;
    width: 100%;
    color: black;
}

.form-wrapper-2 button {
    overflow: visible;
    position: absolute;
    float: right;
    top: 0px;
    right: 0px;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 35px;
    width: 36px;
    font: bold 15px/40px 'Raleway', sans-serif;
    color: #fff;
    text-transform: uppercase;
    background: #f9b82a;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 30%);
}
.div-main
 {
	     width: 85%;
		 margin:auto;
 }
 }
 .my-form{
	     max-width: 100%;
    margin: auto;
    background: #e0e0e0;
    padding: 20px;
    border-left: 2px solid #000;
 }
 .my_btn{
	color: #ffffff;
    text-align: center;
    background: #ef5f2a!important;
 }
 .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom: 12px;
    left: 12px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float2{
	position:fixed;
	width:60px;
	bottom: 12px;
    right: 12px;
	 
	background-color:#6189e1;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}


.nav-item .nav-link,
.nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.card a {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"] i {
    -webkit-transition: transform 150ms ease 0s;
    -moz-transition: transform 150ms ease 0s;
    -o-transition: transform 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Outline';
    font-size: inherit;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes nc-icon-spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.now-ui-icons.objects_umbrella-13:before {
    content: "\ea5f";
}

.now-ui-icons.shopping_cart-simple:before {
    content: "\ea1d";
}

.now-ui-icons.shopping_shop:before {
    content: "\ea50";
}

.now-ui-icons.ui-2_settings-90:before {
    content: "\ea4b";
}

.nav-tabs {
    border: 0;
    padding: 15px 0.7rem;
}

.nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.card .nav-tabs {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
}

.nav-tabs>.nav-item>.nav-link {
    color: #888888;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 14px;
    padding: 11px 23px;
    line-height: 1.5;
}

.nav-tabs>.nav-item>.nav-link:hover {
    background-color: transparent;
}

.nav-tabs>.nav-item>.nav-link.active {
    background-color: #444;
    border-radius: 30px;
    color: #FFFFFF;
}

.nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
    color: #FFFFFF;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.card {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.card .card-header {
    background-color: transparent;
    border-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.card[data-background-color="orange"] {
    background-color: #f96332;
}

.card[data-background-color="red"] {
    background-color: #FF3636;
}

.card[data-background-color="yellow"] {
    background-color: #FFB236;
}

.card[data-background-color="blue"] {
    background-color: #2CA8FF;
}

.card[data-background-color="green"] {
    background-color: #15b60d;
}

[data-background-color="orange"] {
    background-color: #e95e38;
}

[data-background-color="black"] {
    background-color: #2c2c2c;
}

[data-background-color]:not([data-background-color="gray"]) {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) p {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) a:not(.btn):not(.dropdown-item) {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    color: #FFFFFF;
}


@font-face {
  font-family: 'Nucleo Outline';
  src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot");
  src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot") format("embedded-opentype");
  src: url("https://raw.githack.com/creativetimofficial/now-ui-kit/master/assets/fonts/nucleo-outline.woff2");
  font-weight: normal;
  font-style: normal;
        
}

.now-ui-icons {
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Outline';
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


footer{
    margin-top:50px;
    color: #555;
    background: #fff;
    padding: 25px;
    font-weight: 300;
    background: #f7f7f7;
    
}
.footer p{
    margin-bottom: 0;
}
footer p a{
    color: #555;
    font-weight: 400;
}

footer p a:hover{
    color: #e86c42;
}

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

    .nav-tabs {
        display: inline-block;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center;
    }

    .nav-tabs .nav-item>.nav-link {
        margin-bottom: 5px;
    }
}
.page.page-id-60 .dark-gray {
    background: rgba(0,0,0,0) url(https://spacewood.in/wp-content/uploads/2018/02/home_furniture.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.page.page-id-60 .dark-gray {
    background: rgba(0,0,0,0) url(https://spacewood.in/wp-content/uploads/2018/02/home_furniture.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.dark-gray {
    background-color: rgba(0, 0, 0, 0.6);
    height: auto;
    margin-top: 20px;
    background: rgba(0,0,0,0) url(https://spacewood.in/wp-content/uploads/2017/08/5.jpg);
    background-attachment: fixed;
    border-top: 5px solid #FA8807;
    border-bottom: 5px solid #FA8807;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

 
.darkOverlay {
    padding: 40px 10px;
    background-color: rgba(0, 0, 0, 0.6);
}
.white-heading {
    font-size: 15px;
}
.innerPage img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.innerPage .border {
    border: 2px solid;
}
.white-heading {
    background: #000;
}
.border:hover, .img-container:hover {
    box-shadow: 0 5px 20px rgb(253 185 19 / 25%), 0 0 5px 5px rgb(253 185 19 / 22%);
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
.border:hover .white-heading, .img-container:hover .img-footer {
    background: rgba(253, 185, 19,0.8);
	color:#000;
}
.yellow-heading {
    font-size: 22px;
    color: #fdb913;
    text-align: center;
    padding: 0px 0px 30px 0px;
    margin: 0px;
}
.white-heading {
    font-size: 15px;
    color: #fff;
    padding: 10px 15px;
    margin: 0px;
}


/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.nav-pill-main-div {
    position: relative;
    border-radius: 20px;
    box-shadow: inset -1px -7px 28px 3px rgba(1, 1, 1, 0.11);
    height: 100%;
}
ul.tabs{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
 
    ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s ease all;
    width: 100%;
}
 
	ul.tabs li.current{
		color: #222;
		transition: 0.3s ease all;
	}
	ul.tabs li.current span{
		color: #1AA8E2;
		transition: 0.3s ease all;
	}
	.tab-content{
		display: none;
		padding: 15px;
		transition: 0.3s ease all;
	}
	.tab-content.current{
		display: inherit;
		transition: 0.3s ease all;
	}


	/*------ease effect------*/
	.nav-justified > li { 
		float: none; 
	}
	.nav-justified > li span { 
		width: 100%; 
	}
	.customize_solution .nav-justified > li {
    	float: none;
	}
	.customize_solution span.ease-effect { 
		text-decoration: none; 
		-webkit-transition: 0.3s all ease; 
		transition: 0.3s ease all; 
	}
	.customize_solution span.ease-effect:hover, .customize_solution span.ease-effect:focus,.customize_solution ul.tabs li.current span:hover,.customize_solution ul.tabs li.current span:focus { 
		color: #FFF; 
		transition: 0.3s ease all; 
	}
	.customize_solution span.ease-effect { 
		letter-spacing: 2px; 
		text-transform: uppercase; 
		display: inline-block; 
		text-align: center; 
		font-weight: bold; 
		padding: 14px 0px; 
		border-top-right-radius: 2px; 
		border-top-left-radius: 2px; 
		position: relative; 
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1); 
	}
	.customize_solution .ease-effect:before { 
		-webkit-transition: 0.5s all ease; 
		transition: 0.5s all ease; 
		position: absolute; 
		top: 0; left: 50%; 
		right: 50%; 
		bottom: 0; 
		opacity: 0; 
		content: ''; 
		background-color: #1AA8E2; 
		z-index: -2; 
	}
	.customize_solution .ease-effect:hover:before, .customize_solution .ease-effect:focus:before { 
		-webkit-transition: 0.5s all ease; 
		transition: 0.5s all ease; 
		left: 0; 
		right: 0; 
		opacity: 1; 
	}

.finbyz-icon {
    height: 100%;
    width: 100%;
}























#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
  /*   background: #009688; */
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}

.whatsapp-chat-header {
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
   
  & h3 {
    margin: 0 0 10px;
  }
  
  & p {
    font-size: 14px;
    line-height: 1.7;
    margin: -10px;
  }
  
  .whatsapp-chat-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
  }
}

.whatsapp-chat-avatar {
  position: relative;
  &::after {
      content: "";
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: #4ad504;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid #095e54;
    left: 40px;
    top: 38px;
  }
  
  img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
    
  }
}

.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}
#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#get-label,
#get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    height: 20px;
    outline: none;
    resize: none;
    padding: 10px;
    font-size: 14px;
}

a#send-it {
  width: 30px;
  font-weight: 700;
  padding: 10px 10px 0;
  background:#eee;
  border-radius: 10px;
  
  svg {
    fill:#a6a6a6;
    height: 24px;
    width: 24px;
  }
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
  & span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
  }
}

.start-chat .blanter-msg {
  display: flex;
}
#get-number {
  display: none;
}
a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;

}

@keyframes ZpjSY{
  0% {
    background-color: rgb(182, 181, 186);
  }
  15% {
    background-color: rgb(17, 17, 17);
  }
  25% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes hPhMsj {
  15% {
    background-color: rgb(182, 181, 186);
  }
  25% {
    background-color: rgb(17, 17, 17);
  }
  35% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes iUMejp {
  25% {
    background-color: rgb(182, 181, 186);
  }
  35% {
    background-color: rgb(17, 17, 17);
  }
  45% {
    background-color: rgb(182, 181, 186);
  }
}


@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
  &::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
    // background-image: url(https://res.cloudinary.com/eventbree/image/upload/v1575782560/Widgets/whatsappbg_opt.jpg);
  }
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: rgb(158, 157, 162);
    animation-name: ZpjSY;
}

.dRvxoz {

    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.kAZgZq {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
    &::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}
}

.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: 
    rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}

ul.live.numbers li {
    list-style: inside;
    padding: 4px;
    color: black;
}










