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;
}
.menu {
  display: flex;
    align-items: center;
}
.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: #8a8a8a;
}
 
.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;
}
.img-wrapper {
    display: inline-block;
    box-sizing: border-box;
	width:26%;
	margin: auto;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
	width: 100%;
    z-index: 9;
	background: black;
  }
  .img-wrapper {
    display: inline-block;
    box-sizing: border-box;
	width:23%;
	padding: 1px!important;
	margin: auto;
}
  .menu a.logo {
    display: inline-block;
    padding: 1.5em 1em;
    width: 35%;
    /* float: left; */
}
  .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 .cover .header-content h1 {
    font-size: 25px!important;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
	background: #ffb3009c;
}
}
section .item {
  height: 100vh;
  position: relative;
}
section .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section .item .cover {
  padding: 5px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 120px;
  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: 23px;
    font-weight: 600;
    margin: 5px px;
    word-spacing: 3px;
    color: #fff;
    background: #ffb3009c;
    padding: 27px;
    width: 75%;
}
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;
}
/* Common style */
figure {
	    
}

.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: 2px solid #4d5c74;
    padding: 3px;

}

.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;
}
.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: 40px;
    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: 30px;
    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: 30px;
    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;
}
.icon-s
{
	font-size: 25px;
}
.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;
}
.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;
    font-size: 13px; 
}
.container {
    max-width: 959px;
}
.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);
  
}
.welcome_left_info {
    background: rgba(0, 0, 0, 0.3);
    padding: 5em 2em 4em;
    border: 1px solid #ed6224;
}
.welcome_left h3 {
    font-size: 4em;
    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: 22px;
    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;.light-gray
    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/bg.jpg);
    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: 13px;
    color: #fff;
    letter-spacing: 1px;
    text-align: left;
    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: 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;
}

.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;
}
 
 
 
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
.top-link a {
    font-size:5px!important;
    text-align:right!important;
    color:#fff;
    font-weight:normal;
    padding:0px px 0px 6px;
}

.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: 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 #bcbec0;
    width: 100%;
	 
    margin: auto;
	background: #000;
 }
 @media (min-width: 1281px){
 
 
select, input[type="text"], input[type="email"], textarea, input[type="tel"], textarea, input[type="number"] {
    border: 2px solid #a2a2a2;
    height: 28px;
    padding: 5px 15px;
    width: 100%;
    color: black;
    margin-bottom: 3px;
}

/* 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);
}
.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;
 }
 }
 
@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;
}
}
.gree-s img {
     
	 border:1px solid #c8c8c8;
}
.gree-s img:hover {
    filter: 0;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0);
}
.light-gray{
	 
    
    height: auto;
    padding: 52px 0px 78px 47px;

}
.light-gray h2{
	 
     
    padding: 25px 0px 25px 0px;

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

.qualitysection{
  width: 100%;
  padding: 70px 0px;
  background-image: url(../img/quality-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.contentbox p{
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.contentbox p span{
  display: block;
  color: #ed6224;
  font-size: 30px;
  font-weight: bold;
}

.choosesection {
  padding-bottom:50px;
  background-image: url(../img/choosesection.png);
  background-repeat: no-repeat;
  background-size: cover;
}