h1,h2,h3,h4,h5,h5{
	font-family: 'KoHo', sans-serif;
}
.top-div {
    border-bottom: 2px solid #bcbec0;
    width: 100%;
    margin: auto;
    background: #000;
}
.email a {
    color: #fff;
}
a.emailhover:hover {
    color: white !important;
}
.email i {
    color: #fff;
    font-size: 17px;
}
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.feature-pic .sale-notic, .feature-pic .rent-notic {
    margin: 20px;
}

.serinnerpage h3   {
    color: #C9973A;
}
.sale-notic, .rent-notic {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    background: #e94646;
    padding: 7px 13px;
    display: inline-block;
    border-radius: 2px;
    position: relative;
    z-index: 3;
}
.feature-text {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}
.feature-title {
    padding-top: 20px;
}

.text-center {
    text-align: center!important;
}
.feature-title h5 {
    font-weight: 400;
    margin-bottom: 5px;
}
.feature-title p {
    margin-bottom: 0;
}
.feature-title p i {
    color: #30caa0;
}

.fa {
    display: inline-block;
    /*font: normal normal normal 14px/1 FontAwesome;*/
    /*font-size: inherit;*/
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.room-info-warp {
    padding: 25px;
    padding-bottom: 0;
    border: 1px solid #6a6969;
    padding: 50px;
}
.room-info {
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
    overflow: hidden;
}
.room-info .rf-left {
    float: left;
}
.room-info p {
    margin-bottom: 15px;
}
.feature-pic {
    height: 250px;
}
.feature-item .room-price {
    display: block;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    text-align: center;
    padding: 13px;
    background: #30caa0;
    color: #fff;
}
.feature-item .room-price {
    display: block;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    text-align: center;
    padding: 13px;
    background: #30caa0;
    color: #fff;
}
.top-link a {
    font-size: 12px!important;
    text-align: right!important;
    color: #fff!important;
    font-weight: normal;
    padding: 0px 0px 0px 6px;
}
h2{
	font-size:2em;
	letter-spacing:2px;
	word-spacing:1px;
	color: #4d5c74;
	text-transform:uppercase;
}
p{
	font-family: sans-serif;
	letter-spacing:1px;
	word-spacing:1px;
}
.single-item
{
  padding: 15px;
}
* {
  box-sizing: border-box;
}
a {
  color: white;
}
a:hover {
    color: #ff5e14;
    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%;
}
.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: #03a9f4;
}
.menu > ul > li a {
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: block;
    color: #000;
    font-weight: bolder;
    font-size: 14px;
    /*letter-spacing: 1px;*/
    text-transform: uppercase;
}
.menu > ul > li:hover {
  /*background: #f0f0f0;*/
}
.menu > ul > li>a:hover {
  color: #000000;
	
}
.menu > ul > li a:active {
  color: #000000;
	
}
.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:hover{
	background-color:white;
	width:100%;
	margin:0;
	padding:-10px;
	}
.menu > ul > li > ul > li a {
  color: #777;
  padding: 1em 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li:hover{
	color:#000000;
}
.menu > ul > li > ul > li:active{
	color:#000000;
}

.menu > ul > li > ul > li:visited{
	color:#000000;
}

.menu > ul > li > ul > li:focus{
	color:#000000;
}
.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 20px;
}
@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 {
  height: 100vh;
  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: 17px;
	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: 21px;
    float: left;
    margin-top: 2px;
    padding-right: 10px;
}
.single-cta  {
        
            padding: 18px;
}
.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;
   font-weight:600;
}
.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: #0052ff;
}
.twitter-bg{
  background: #0b93fa;
}
.google-bg{
  background-image: linear-gradient(to bottom right, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}
.linkedin-bg{
  background: #0052ff;
}
.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:7px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  font-size: 14px;
  font-weight: 500;
   
}
.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/images3.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: #000000;
    cursor: pointer;
    border: 0;
    color: #ffffff;
    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%);
}

.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.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;
}
.back-button {
    background: #33a095;
    padding: 10px 25px 10px 18px;
    color: #000;
    margin: 5px;
    font-size: 18px;
    font-weight: 300;
}








#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;
}
.img-thumbnail {
    padding: 5px;
    margin-bottom: 10px;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.price-inner img {
    height: 200px;
}
.price-body {
    padding: 1.25em;
}
h5.pricing-title {
    font-size: 1.5em;
    color: #000;
    font-weight: 500;
}
h5.pricing-title label {
    font-size: 14px;
    display: block;
    color: #0ebeff;
    font-weight: 300;
    letter-spacing: 1px;
}
.sky {
    color: #0ebeff!important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.price-body a.btn-block {
    color: #fff;
    background-color: #0e0f10;
    background-image: none;
    border: none;
    font-size: 16px;
    letter-spacing: 1px;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}
.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}
.text-center {
    text-align: center !important;
}
.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: #fff;
  border-radius: 15px;
    padding: 50px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.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: 58px;
}

/* 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;
    padding: 20px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  }  
  
  .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 {
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
    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;
}
.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:12px!important;
    text-align:right!important;
    color:#000;
    font-weight:normal;
    padding:0px 0px 0px 6px;
}
.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: 1px solid;
 }
 @media (min-width: 1281px){
 
 
select, input[type="text"], input[type="email"], textarea, input[type="tel"], textarea, input[type="number"] {
    border: 2px solid #b2b2b2;
    height: 28px;
    padding: 5px 15px;
    width: 100%;
    color: black;
    margin-bottom: 3px;
}

.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: 74%;
		 margin:auto;
 }
 }
 
 .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: #cd0b00;
	color:#FFF;
	border-radius:50px;
	text-align:
	center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.padd-50
{
 padding-top:40px;   
}

.back4 {
    padding: 50px 0;
    background-image: url(../img/back4.png);
    background-size: cover;
}
.txt-w
{
 color:#fff;   
}
.img-b
{
    border-radius: 50%;
    border: 7px #ffffffc9 solid;   
}
.comma-h
{
font-size:25px;
}


.btn-secondary {
    color: #fff;
    background-color: #0a0b0b;
    border-color: #6c757d;
}