@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
}

a {
  color: #00B906;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration:none !important;
}
a:hover, a:active, a:focus {
  color: #00B906;
  outline: none;
}

p {
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fff;
  background: #00B906;
}

::-moz-selection {
  color: #fff;
  background: #00B906;
}

::selection {
  color: #fff;
  background: #00B906;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #00B906;
  color: #fff;
  border: 2px solid #00B906;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #ff3f1c !important;
  border-color: #ff3f1c !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #ff3f1c;
  border: 2px solid #ff3f1c;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #ff3f1c;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #00B906;
}

.fh5co-social {
  padding: 0;
  margin: 0;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social li a {
  font-size: 22px;
  color: #fff;
  padding: 0;
  margin: 0;
  padding: 2px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.fh5co-social li a:hover {
  color: #00B906;
}
.fh5co-social li a:hover, .fh5co-social li a:active, .fh5co-social li a:focus {
  outline: none;
  text-decoration: none;
}

.fh5co-feature {
  text-align: left;
  width: 100%;
  float: left;
}
.fh5co-feature .fh5co-icon {
  float: left;
  width: 10%;
  display: block;
  margin-top: 5px;
}
.fh5co-feature .fh5co-icon i {
  color: #00B906;
  font-size: 40px;
}
.fh5co-feature .fh5co-text {
  float: right;
  width: 82%;
}
@media screen and (max-width: 768px) {
  .fh5co-feature .fh5co-text {
    width: 82%;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-feature .fh5co-text {
    width: 72%;
  }
}
.fh5co-feature .fh5co-text h2, .fh5co-feature .fh5co-text h3 {
  margin: 0;
  padding: 0;
}
.fh5co-feature .fh5co-text h3 {
  font-weight: 300;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
}
.fh5co-feature .fh5co-text h2 {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

#fh5co-header {
  position: absolute;
  z-index: 1001;
  width: 100%;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  #fh5co-header {
    margin: 0px 0 0 0;
  }
}
#fh5co-header .header-inner {
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#fh5co-header h1 {
  float: left;
  padding: 0;
  font-weight: 700;
  line-height: 0;
  font-size: 30px;
}
#fh5co-header h1 a {
  color: white;
}
#fh5co-header h1 a > span {
  color: #00B906;
}
#fh5co-header h1 a > span img{
	position: absolute;
    top: -58px;
    left: 169px;
}
#fh5co-header h1 a:hover, #fh5co-header h1 a:active, #fh5co-header h1 a:focus {
  text-decoration: none;
  outline: none;
}
#fh5co-header h1, #fh5co-header nav {
  margin: 38px 0 0 0;
  text-transform:uppercase;
  position:relative;
}
#fh5co-header nav {
  float: right;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-header nav {
    display: none;
  }
}
#fh5co-header nav ul {
  padding: 0;
  margin: 0 -0px 0 0;
  line-height: 0;
}
#fh5co-header nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-header nav ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  padding: 10px;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#fh5co-header nav ul li a i {
  line-height: 0;
    font-size: 20px;
    position: relative;
    top: 1px;
    left: 2px;
}
#fh5co-header nav ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 7px;
  left: 10px;
  right: 10px;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fh5co-header nav ul li a:hover {
  text-decoration: none;
  color: white;
}
#fh5co-header nav ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header nav ul li a:active, #fh5co-header nav ul li a:focus {
  outline: none;
  text-decoration: none;
}
#fh5co-header nav ul li.cta {
  margin-left: 20px;
}
#fh5co-header nav ul li.cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-header nav ul li.cta a:hover {
  background: #fff;
  color: #00B906;
}
#fh5co-header nav ul li.cta a:hover:after {
  display: none;
}
#fh5co-header nav ul li.active a {
  text-decoration: none;
  color: white;
}
#fh5co-header nav ul li.active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#fh5co-hero {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}
#fh5co-hero .btn {
  font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
  background-color: #29293a;
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
  display:none;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 60px;
  font-weight: 400;
  color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner p {
  font-size: 42px;
  color: #fff;
  margin-top:20px;
  text-align:center;
  line-height:150%;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 40px;
  }
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
  font-size: 20px;
  color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
  color: #d9534f;
}

#fh5co-why-us, .fh5co-services {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-why-us, .fh5co-services {
    padding: 3em 0;
  }
}
#fh5co-why-us .item-block, .fh5co-services .item-block {
  margin-bottom: 3em;
  float: left;
}
#fh5co-why-us .item-block .icon, .fh5co-services .item-block .icon {
  display: block;
  margin-bottom: 30px;
}
#fh5co-why-us .item-block .icon img, .fh5co-services .item-block .icon img {
  max-width: inherit;
  height: 150px;
  margin: 0 auto;
}
#fh5co-why-us .item-block h3, .fh5co-services .item-block h3 {
  font-size: 20px;
}
#fh5co-why-us .item-block p:last-child, .fh5co-services .item-block p:last-child {
  margin-bottom: 0;
}

.fh5co-heading {
  margin-bottom: 30px;
}
.fh5co-heading h2 {
  margin-bottom: 20px;

}

.fh5co-section-with-image {
    position: relative;
    float: left;
    width: 100%;
}
.fh5co-section-with-image .fh5co-box {
  padding: 50px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 1001;
  width: 40%;
  right: 10%;
  top: 50%;
}
@media screen and (max-width: 992px) {
  .fh5co-section-with-image .fh5co-box {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-section-with-image .fh5co-box {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    padding: 15px;
  }
}
.fh5co-section-with-image h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .fh5co-section-with-image h2 {
    font-size: 32px;
  }
}
.fh5co-section-with-image p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .fh5co-section-with-image p {
    font-size: 16px;
  }
}
.fh5co-section-with-image p:last-child {
  margin-bottom: 0;
}

#fh5co-testimonial {
  background: #fff;
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-testimonial {
    padding: 3em 0;
  }
}
#fh5co-testimonial .item-block {
  margin-bottom: 30px;
}
#fh5co-testimonial .item-block blockquote {
  margin-bottom: 70px;
  position: relative;
  border-left: none;
  padding: 20px 20px 20px 20px;
  background: #fff;
  float: left;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 15px 95px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 15px 95px 5px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0px 15px 95px 5px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0px 15px 95px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 15px 95px 5px rgba(0, 0, 0, 0.06);
}
#fh5co-testimonial .item-block blockquote p {
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 10px;
}
#fh5co-testimonial .item-block blockquote p:last-child {
  margin-bottom: 0;
}
#fh5co-testimonial .item-block blockquote .fh5co-author {
  color: #b3b3b3;
  font-size: 16px;
}
#fh5co-testimonial .item-block blockquote .fh5co-author cite {
  font-style: normal;
}
#fh5co-testimonial .item-block .icon {
  margin-top: 7px;
}

.googleplus-color {
  color: #dc4e41;
}

.facebook-color {
  color: #3b5998;
}

.twitter-color {
  color: #55acee;
}

.fh5co-about,
.fh5co-team,
.fh5co-contact {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  .fh5co-about,
  .fh5co-team,
  .fh5co-contact {
    padding: 3em 0 10px 0;
  }
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #00B906;
}
.contact-info li a {
  color: #00B906;
}

#map {
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #map {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  #map {
    height: 200px;
  }
}

.fh5co-staff img {
  margin-bottom: 1em;
}
.fh5co-staff h3 {
  margin: 0 0 10px 0;
}
.fh5co-staff h4 {
  margin: 0 0 20px 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.fh5co-staff .fh5co-social {
  text-align: center;
}
.fh5co-staff .fh5co-social a {
  color: #000;
}

#fh5co-grid-products {
  background: #ecf1f5;
  padding: 7em 0 0px 0;
  float: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fh5co-grid-products {
    padding: 3em 0 10px 0;
  }
}
#fh5co-grid-products .v-align {
  display: table;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-grid-products .v-align .v-align-middle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#fh5co-grid-products .v-align .v-align-middle h3 {
  color: white;
  margin-bottom: 10px;
  font-size: 24px;
}
#fh5co-grid-products .v-align .v-align-middle h5 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
#fh5co-grid-products .col-1, #fh5co-grid-products .col-2 {
  float: left;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #fh5co-grid-products .col-1, #fh5co-grid-products .col-2 {
    width: 100%;
  }
}
#fh5co-grid-products .col-1 {
  border-right: 5px solid #ecf1f5;
}
@media screen and (max-width: 768px) {
  #fh5co-grid-products .col-1 {
    border-right: none;
  }
}
#fh5co-grid-products .col-1.reverse {
  float: right !important;
  border-right: none !important;
  border-left: 5px solid #ecf1f5;
}
@media screen and (max-width: 768px) {
  #fh5co-grid-products .col-1.reverse {
    border-left: none;
  }
}
#fh5co-grid-products .col-2 {
  float: right;
  border-left: 5px solid #ecf1f5;
}
@media screen and (max-width: 768px) {
  #fh5co-grid-products .col-2 {
    border-left: none;
  }
}
#fh5co-grid-products .col-2.reverse {
  float: left !important;
  border-left: none !important;
  border-right: 5px solid #ecf1f5;
}
@media screen and (max-width: 768px) {
  #fh5co-grid-products .col-2.reverse {
    border-right: none;
  }
}
#fh5co-grid-products .item-grid {
  width: 100%;
  float: left;
  background-size: cover;
  background-position: center center;
  text-decoration: none;
  border-bottom: 10px solid #ecf1f5;
}
#fh5co-grid-products .item-grid .icon {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-grid-products .item-grid .title, #fh5co-grid-products .item-grid .icon, #fh5co-grid-products .item-grid .category {
  top: 50px;
  position: relative;
  opacity: 0;
  visibility: hidden;
}
#fh5co-grid-products .item-grid .title {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
#fh5co-grid-products .item-grid .category {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
#fh5co-grid-products .item-grid:hover {
  text-decoration: none !important;
}
#fh5co-grid-products .item-grid:hover .icon, #fh5co-grid-products .item-grid:hover .title, #fh5co-grid-products .item-grid:hover .category {
  top: 0;
  opacity: 1;
  visibility: visible;
}
#fh5co-grid-products .item-grid:hover .v-align {
  background: rgba(0, 0, 0, 0.4);
}
#fh5co-grid-products .item-grid .icon {
  display: block;
  background: #fff;
  width: 90px;
  height: 90px;
  margin: 0 auto 30px auto;
  padding-top: 19px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-grid-products .item-grid .icon img {
  max-width: inherit;
  height: 50px;
  margin: 0 auto;
}
#fh5co-grid-products .one, #fh5co-grid-products .three {
  height: 450px;
}
@media screen and (max-width: 768px) {
  #fh5co-grid-products .one, #fh5co-grid-products .three {
    height: 450px;
  }
}
#fh5co-grid-products .two {
  height: 900px;
}
@media screen and (max-width: 768px) {
  #fh5co-grid-products .two {
    height: 450px;
    border-top: 5px solid #ecf1f5;
    background-position: top left;
  }
}
#fh5co-grid-products .one {
  border-bottom: 5px solid #ecf1f5;
}
#fh5co-grid-products .three {
  border-top: 5px solid #ecf1f5;
}
@media screen and (max-width: 768px) {
  #fh5co-grid-products .three {
    border-bottom: 5px solid #ecf1f5;
  }
}

#fh5co-blog {
  padding: 7em 0;
  position: relative;
  clear: both;
  background: #f7f7f7;
}
@media screen and (max-width: 768px) {
  #fh5co-blog {
    padding: 3em 0;
  }
}
#fh5co-blog .fh5co-entry {
  margin-bottom: 30px;
  float: left;
}
#fh5co-blog .fh5co-entry figure {
  margin-bottom: 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-blog .fh5co-entry figure img {
  max-width: 100%;
}
#fh5co-blog .fh5co-entry .fh5co-date {
  display: block;
  margin-bottom: 15px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  color: #b3b3b3;
}
#fh5co-blog .fh5co-entry .fh5co-copy {
  padding: 30px;
  background: #fff;
}
#fh5co-blog .fh5co-entry h3 {
  margin-bottom: 10px;
  line-height: 1.5;
  color: #000000;
}
#fh5co-blog .fh5co-entry p {
  color: #999999;
}
#fh5co-blog .fh5co-entry p:last-child {
  margin-bottom: 0;
}
#fh5co-blog .fh5co-entry:hover figure {
  opacity: .9;
}
#fh5co-blog .fh5co-entry:hover, #fh5co-blog .fh5co-entry:active, #fh5co-blog .fh5co-entry:focus {
  text-decoration: none !important;
}
#fh5co-blog .fh5co-entry:hover p, #fh5co-blog .fh5co-entry:hover figure, #fh5co-blog .fh5co-entry:hover h3, #fh5co-blog .fh5co-entry:hover span, #fh5co-blog .fh5co-entry:active p, #fh5co-blog .fh5co-entry:active figure, #fh5co-blog .fh5co-entry:active h3, #fh5co-blog .fh5co-entry:active span, #fh5co-blog .fh5co-entry:focus p, #fh5co-blog .fh5co-entry:focus figure, #fh5co-blog .fh5co-entry:focus h3, #fh5co-blog .fh5co-entry:focus span {
  text-decoration: none !important;
}

.fh5co-cta {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 7em 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fh5co-cta {
    padding: 3em 0;
  }
}
.fh5co-cta .overlay {
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.fh5co-cta .container {
  position: relative;
  z-index: 2;
}
.fh5co-cta p, .fh5co-cta h3 {
  color: #fff;
}
.fh5co-cta p:last-child {
  margin-bottom: 0;
}
.fh5co-cta .btn {
  color: #fff;
}

#fh5co-footer {
  padding: 6em 0 3em 0;
  float: left;
  width: 100%;
  position: relative;
  background: #333333;
}
@media screen and (max-width: 768px) {
  #fh5co-footer {
    padding: 3em 0;
  }
}
#fh5co-footer h2, #fh5co-footer h3, #fh5co-footer h4 {
  color: #fff;
}
#fh5co-footer h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  font-weight: bold;
}
#fh5co-footer [class*="col"] {
  padding-bottom: 0px;
}
#fh5co-footer .btn {
  color: #fff;
}
#fh5co-footer .float {
  float: left;
  margin-right: 10%;
}
#fh5co-footer ul {
  padding: 0;
  margin: 0;
}
#fh5co-footer ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#fh5co-footer ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none !important;
}
#fh5co-footer ul li a:hover {
  color: #fff;
}

.fh5co-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  clear: both;
  margin-top: 40px !important;
  padding: 40px 0 0 0;
}
.fh5co-copyright span {
  display: block;
}
@media screen and (max-width: 480px) {
  .fh5co-copyright {
    text-align: left !important;
  }
  .fh5co-copyright span {
    display: inline;
  }
}

#fh5co-page {
  position: relative;
  z-index: 2;
  background: #fff;
}

#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
  position: relative;
}

#fh5co-page {
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas-visible #fh5co-page {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
}

#fh5co-offcanvas {
  display: none;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 275px;
  background: black;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
}
#fh5co-offcanvas ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none !important;
}
#fh5co-offcanvas ul li a:hover {
  color: #00B906;
}
#fh5co-offcanvas ul li.active a {
  color: #00B906;
}
#fh5co-offcanvas ul li.cta {
  margin-left: 0;
  margin-top: 20px;
  display: block;
  float: left;
}
#fh5co-offcanvas ul li.cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-offcanvas ul li.cta a:hover {
  background: #fff;
  text-decoration: none;
}
#fh5co-offcanvas ul li.cta a:hover:after {
  display: none;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    top: 20px;
  }
}

.fh5co-pricing {
  padding: 7em 0;
  background: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .fh5co-pricing {
    padding: 3em 0;
  }
}
.fh5co-pricing .pricing {
  display: block;
  float: left;
  margin-bottom: 30px;
}
.fh5co-pricing .price-box {
  text-align: center;
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}
.fh5co-pricing .price-box.popular .btn-select-plan {
  background: #00B906;
}
.fh5co-pricing .price-box.popular .price {
  color: #00B906;
}
.fh5co-pricing .price-box .btn-select-plan {
  padding: 10px 20px;
  background: #5bc0de;
  color: #fff;
}
.fh5co-pricing .pricing-plan {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888f94;
}
.fh5co-pricing .pricing-plan.pricing-plan-offer {
  margin-bottom: 24px;
}
.fh5co-pricing .pricing-plan span {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #d5d8db;
}
.fh5co-pricing .price {
  font-size: 72px;
  color: #6d6d6d;
  line-height: 50px;
}
.fh5co-pricing .price .currency {
  font-size: 30px;
  top: -0.9em;
  padding-right: 10px;
}
.fh5co-pricing .price small {
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: #888f94;
}

.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */


/*changes starts here*/
.why-choose{
	background:url(../images/about-us.png);
	position:relative;
  }

.why-choose:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.51);
    width: 100%;
    height: 100%;
}
.why-choose .item-block p{
	margin-bottom:0;
}
.why-choose .item-block p a{
	display:none;
}
.why-choose .item-block h3{
	font-weight:bold;
}
.why-choose .item-block{
	margin-bottom:10px!important;
}

/*new home starts here*/
.new-home{
	width: 100%;
    float: left;
    padding: 160px 0;
    background-color: rgba(1, 1, 1, 0.85);
    text-align: center;
    color: #fff;
    line-height: 150%;
    background-image: url('../images/new-home.png');
}
.new-home h2{
	font-size:36px;
	color:#fff;
	text-transform:capitalize;
}
.new-home p{
	font-size:18px;
	line-height:150%;
}
.new-home a{
	font-size:16px;
	color:#fff;
	padding:5px 10px;
	border:2px solid #fff;
	text-decoration:none;
	
}
.new-home a:hover{
	background-color:#fff;
	color:#ff3f1c;
}
/*new home  ends here*/
/*we experts in */
.we-experts{
	width:100%;
	float:left;
	height:auto;
	line-height:150%;
}
.we-experts .padd{
	width:100%;
	float:left;
	padding:3em 0 0 0;
	background-color:#1a1a1a;
	text-align: center;
}
.we-experts h3{
	font-size:40px;
	color:#fff;
	
}
.we-experts p{
	font-size:20px;
	margin:10px 0 0 0;
	color:#fff;
	
}
.we-experts p:last-child{
	margin-bottom:20px;
}
.we-experts  .portofolio{
	width:100%;
	float:left;
	text-align:center;
}
.we-experts .interio-image-1{
	width:33.3333%;
	float:left;
	background:url(../images/project-1.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-2{
	width:33.3333%;
	float:left;
	background:url(../images/project-2.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-3{
	width:33.3333%;
	float:left;
	background:url(../images/project-3.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-4{
	width:33.3333%;
	float:left;
	background:url(../images/project-4.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-5{
	width:33.3333%;
	float:left;
	background:url(../images/project-5.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-6{
	width:33.3333%;
	float:left;
	background:url(../images/project-6.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-7{
	width:33.3333%;
	float:left;
	background:url(../images/project-7.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-8{
	width:33.3333%;
	float:left;
	background:url(../images/project-8.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-9{
	width:33.3333%;
	float:left;
	background:url(../images/project-9.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-10{
	width:33.3333%;
	float:left;
	background:url(../images/project-10.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-11{
	width:33.3333%;
	float:left;
	background:url(../images/project-11.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-12{
	width:33.3333%;
	float:left;
	background:url(../images/project-12.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-13{
	width:33.3333%;
	float:left;
	background:url(../images/project-13.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-14{
	width:33.3333%;
	float:left;
	background:url(../images/project-14.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-15{
	width:33.3333%;
	float:left;
	background:url(../images/project-15.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-16{
	width:33.3333%;
	float:left;
	background:url(../images/project-16.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-17{
	width:33.3333%;
	float:left;
	background:url(../images/project-17.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-18{
	width:33.3333%;
	float:left;
	background:url(../images/project-18.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-19{
	width:33.3333%;
	float:left;
	background:url(../images/project-19.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-20{
	width:33.3333%;
	float:left;
	background:url(../images/project-20.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-21{
	width:33.3333%;
	float:left;
	background:url(../images/project-21.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-22{
	width:33.3333%;
	float:left;
	background:url(../images/project-22.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-23{
	width:33.3333%;
	float:left;
	background:url(../images/project-23.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-24{
	width:33.3333%;
	float:left;
	background:url(../images/project-24.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-25{
	width:33.3333%;
	float:left;
	background:url(../images/project-25.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-26{
	width:33.3333%;
	float:left;
	background:url(../images/project-26.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-27{
	width:33.3333%;
	float:left;
	background:url(../images/project-27.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-28{
	width:33.3333%;
	float:left;
	background:url(../images/project-28.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-29{
	width:33.3333%;
	float:left;
	background:url(../images/project-29.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-30{
	width:33.3333%;
	float:left;
	background:url(../images/project-30.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-31{
	width:33.3333%;
	float:left;
	background:url(../images/project-31.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-32{
	width:33.3333%;
	float:left;
	background:url(../images/project-32.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-33{
	width:33.3333%;
	float:left;
	background:url(../images/project-33.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-34{
	width:33.3333%;
	float:left;
	background:url(../images/project-34.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-35{
	width:33.3333%;
	float:left;
	background:url(../images/project-35.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-36{
	width:33.3333%;
	float:left;
	background:url(../images/project-36.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-37{
	width:33.3333%;
	float:left;
	background:url(../images/project-37.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-38{
	width:33.3333%;
	float:left;
	background:url(../images/project-38.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-39{
	width:33.3333%;
	float:left;
	background:url(../images/project-39.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-40{
	width:33.3333%;
	float:left;
	background:url(../images/project-40.jpg)no-repeat; 
	background-size:cover;
	height:350px;
}
.we-experts .interio-image-back{
	background-color:rgba(0, 0, 0, 0.52);
	padding:20px;
	height:100%;
}
.we-experts .interio-image-back:hover{
	background-color:rgba(255, 63, 28, 0.52);
 }
.we-experts .interio-image-back h2{
	font-size:32px;
    font-weight: 800;
	color:#fff;
	margin-top:40px;
	text-align:center;
	
}
.we-experts .interio-image-back h2 span{
	color:#a8cf46;
}
.we-experts .interio-image-back a {
	text-decoration:none;
	color:#fff;
	display:inline-block;
	margin-top:30px;
}
.we-experts .interio-image-back a span i{
	color: #ffffff;
    border-color: #ffffff;
	padding:13px;
    position: relative;
    border-radius: 50%;
    text-align: center;
    border: 3px solid;
    display: table;
    background: none;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.we-experts .interio-image-back a span:hover > i{
	background-color: #fff;
	color: rgba(255, 63, 28, 0.52);
    border: 3px solid #fff;
}
/*we experts in */


/*what-we-do*/
.what-we-do{
	width:100%;
	float:left;
	padding:4em 0;
	background:url('../images/home-background_1.jpg')no-repeat left center fixed;
	background-size:cover;
	background-color:#333333;
	position:relative;
}
.what-we-do:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0, 0, 0, 0.41);
	width:100%;
	height:100%;
}
.what-we-do h2{
	font-size: 42px;
	line-height:150%;
	margin-bottom:25px;
	color:#fff;
}
.what-we-do p span{
	font-size: 22px;
    margin-bottom: 22px !important;
    font-weight: 600;
	color:#fff;
}
.what-we-do p{
	font-size: 17px;
    margin-bottom: 29px !important;
	color:#fff;
}
.what-we-do a{
	font-size: 14px;
    white-space: normal;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .8px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	background: #ff3f1c;
    color: #fff;
	padding:5px 10px;
	text-decoration:none;
}
/*what-we-do*/
/*our-history*/
.our-history{
	width:100%;
	float:left;
	padding:6em 0;
	color:#000;
}
.our-history h2{
	font-size:40px;
	line-height:150%;
 }
.our-history p{
	font-size:17px;
	margin-bottom:20px;
	line-height:150%;
}

.our-history img{
	margin:0 auto;
	display:block;
	padding-right:20px;
	border-radius:10px;
}
/*our-history*/

.video-about-inter-bg{
	background: url('../images/img_bg_2.jpg')no-repeat;
    width: 100%;
    float: left;
	background-size:cover;
}
.video-about-inter{
	width:100%;
	float:left;
	padding:90px 0;
	background-color:rgba(255, 183, 0, 0.88);
}
.video-about-inter h2{
	text-align:center;
	float:left;
	width:100%;
	margin-top:0;
	margin-bottom:28px;
	color:#222;
	font-weight:bold;
	font-size:26px;
	text-transform:capitalize;
}
.video-about-inter iframe{
	min-height:400px;
	width:100%;
}
/*============*/
.global-luxury{
	width: 100%;
    float: left;
    padding: 100px 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.global-luxury-bg{
	background: url(../images/global-luxury.jpg)no-repeat;
    width: 100%;
    float: left;
    background-size: cover;
	text-align:center;
}
.global-luxury-bg h2{
	text-align: center;
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 28px;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    text-transform: capitalize;
}
.global-luxury-bg .luxury-div {
	width:100%;
	float:left;
	padding:10px;
	
}
.global-luxury-bg .luxury-div img{
	margin: 0 auto;
    display: block;
    width: auto;
    padding: 9px;
    background-color: rgb(0, 0, 0);
    border-radius: 10px;
    border: 0;
}
.global-luxury-bg .luxury-div p{
	margin-top: 20px;
    margin-bottom: 20px;
    font-size: 21px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    text-transform: none;
    line-height: 150%;
}
.global-luxury-bg .luxury-div a{
	text-align: center;
    padding: 8px 20px;
    color: #fff;
    outline: none;
    background-color: #f44336;
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 17px;
	margin-top:20px;
    font-weight: bold;
}
.global-luxury-bg .luxury-div a:hover{
	color:#fff !important;
	background-color:#ffc107;
}

/*story-board*/

/*car-leasing-grid starts*/

.car-leasing-grid-1{
	background: url('../images/shape.jpg') no-repeat top center fixed;
	width:100%;
	background-size:cover;
	float:left;
}  
.car-leasing-grid-bg-1{
	background-color: rgba(208, 208, 208, 0.6);
 	width:100%;
	float:left;
	padding:50px 0 108px 0;
}
.car-leasing-grid-bg-1 .row{
	margin-bottom:0px;
}
.car-leasing-grid-1 h2{
	 font-weight: bold;
	 margin-bottom: 20px;
	 position: relative;
	 line-height: 150%;
	 margin-top:0;
	 text-align:center;
	font-size: 30px;
    text-transform: capitalize;
	}
.car-leasing-grid-1 h2 span{
	color:#FFBF00;
}
.car-leasing-grid-1 h2:before{
    content: "";
    position: absolute;
    left: 46%;
    width: 80px;
    height: 3px;
    background-color: #e24545;
    bottom: -15px;
}.car-leasing-grid-1 h3{
	 font-weight: bold;
	 margin-bottom: 20px;
	 position: relative;
	 line-height: 150%;
	}

.car-leasing-grid-1 p{
	font-size: 17px;
    line-height: 150%;
	margin-bottom:10px;
}
.car-leasing-grid-1 .car-lesasing-grid-details-1{
	width:100%;
	float:left;
	margin-top:30px;
}
.car-leasing-grid-1 .car-lesasing-grid-details-1 .car-leasing-grid-cont-1{
	width:100%;
	float:left;
	padding:20px;
	min-height: 308px;
	background-color:#fff;
}
.car-leasing-grid-1 .car-lesasing-grid-details-1 .car-leasing-grid-cont-1 h5{
	display: block;
     font-weight: bold;
    color: #111111;
     line-height: 1.4444;
    /* margin: 0 0 10px; */
    letter-spacing: 0;
    word-spacing: 1px;
    font-size: 18px;
}
.car-leasing-grid-1 .car-lesasing-grid-details-1 .car-leasing-grid-cont-1 p{
	text-align:justify;
	line-height:160%;
	margin-top:10px;
}
.car-leasing-grid-1 .car-lesasing-grid-details-1 .car-leasing-grid-cont-1 p br{
	display:none;
}
.car-leasing-grid-1 .car-lesasing-grid-details-1 .car-leasing-grid-cont-1 p i{
	font-size: 20px;
    color: #f88c00;
    padding-right: 10px;
    width: 20px;
    height: 20px;
    margin: 0px;
}

.car-leasing-grid-1 .car-lesasing-grid-details-1 .car-leasing-grid-cont-1 p a{
	display: inline-block;
    padding: 3px 10px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    border: 0;
    font-size: 14px;
	float:left;
}
.car-leasing-grid-1 .car-lesasing-grid-details-1 .car-leasing-grid-cont-1 p a:nth-child(1){
    background-color: rgb(233, 30, 99);
	margin-right:10px;
}
.car-leasing-grid-1 .car-lesasing-grid-details-1 .car-leasing-grid-cont-1 p a:nth-child(2){
    background-color: rgb(219, 68, 55);
	margin-right:10px;
}
.car-leasing-grid-1  .mumbai-snapshot{
	width:100%;
	float:left;
	padding-bottom:45px;
 }
/*car-leasing-grid ends*/ 
/*Video starts */
.video-back {
	width:100%;
	float:left;
	position:relative;
	background:url('../images/fallback-video-img-salone.jpg');
	background-size:cover;
	border:5px solid #ffffff;
}
.video-back-bg{
	background-color: rgba(15, 15, 15, 0.54);
    padding: 50px 0;
    float: left;
     width: 100%;
	 min-height:400px;
}
.video-back  h1 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-top: 0;
  color:#fff;
  letter-spacing: .3rem;
}
.video-back  img, .video-back a img{
	display:block;
	margin:0 auto;
	width:62%;
}
.video-back h2{
	text-align:center;
	color:#fff;
	margin-top:20px;
	margin-bottom:0;
	line-height:155%;
	font-size:25px;
	text-transform:capitalize;
}
.video-back h2 a{
	text-decoration:none;
	color:#fff;
	background:none;
}
.video-back  #polina button { 
  display: block;
  width: 80%;
  padding: .4rem;
  border: none; 
  margin: 1rem auto; 
  font-size: 1.3rem;
  background: rgba(255,255,255,0.23);
  color: #fff;
  border-radius: 3px; 
  cursor: pointer;
  transition: .3s background;
}
.video-back  #polina button:hover { 
   background: rgba(0,0,0,0.5);
}

.video-back a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background:rgba(0,0,0,0.5);
  padding: .5rem;
  transition: .6s background; 
}
.video-back a:hover{
  background:rgba(0,0,0,0.9);
}

/*Video ends*/

/*---solution-collage---*/
.solution-collage{
	width:100%;
	float:left;
	border-top:2px solid #fff;
	clear:both;
}
.solution-collage .solution-grid{
	width:33.333%;
	float:left;
	position:rlative;
	border-bottom:2px solid #fff;
}
.solution-collage .solution-grid-img{
	height:450px;
	background-image: url(../images/visionnaire-1.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
	border-right: 2px solid #fff;
 }
.solution-collage .solution-grid-img-1{
	height:450px;
	background-image: url(../images/visionnaire-2.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
	border-right: 2px solid #fff;
 }
 .solution-grid:before{
	 content:"";
	 position:absolute;
	 top:0;
	 left:0;
	 width:100%;
	 height:100%;
	 background-color:rgba(34, 34, 34, 0.49);
 }
.solution-collage .solution-grid-img-2{
	height:450px;
	background-image: url(../images/visionnaire-3.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
	
 }
.solution-collage .solution-grid-img-3{
	height:450px;
	background-image: url(../images/visionnaire-4.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
	border-right: 2px solid #fff;
 }
.solution-collage .solution-grid-img-4{
	height:450px;
	background-image: url(../images/visionnaire-5.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
	border-right: 2px solid #fff;
 }
.solution-collage .solution-grid-img-5{
	height:450px;
	background-image: url(../images/visionnaire-6.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
 }
 
.solution-collage .solution-grid-img-6{
	height:450px;
	background-image: url(../images/gym_slider_home2.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
	border-right: 2px solid #fff;
}
 
.solution-collage .solution-grid-img-7{
	height:450px;
	background-image: url(../images/versac-1.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
	border-right: 2px solid #fff;
 }
.solution-collage .solution-grid-img-8{
	height:450px;
	background-image: url(../images/versac-2.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
	border-right: 2px solid #fff;
}
.solution-collage .solution-grid-img-9{
	height:450px;
	background-image: url(../images/versac-3.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
	
}
.solution-collage .solution-grid-img-10{
	height:450px;
	background-image: url(../images/versac-4.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
	border-right: 2px solid #fff;
  }
.solution-collage .solution-grid-img-11{
	height:450px;
	background-image: url(../images/versac-5.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
	border-right: 2px solid #fff;
 }
 
.solution-collage .solution-grid-img-12{
	height:450px;
	background-image: url(../images/versac-6.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
	border-right: 2px solid #fff;
}
 
.solution-collage .solution-grid-img-13{
	height:450px;
	background-image: url(../images/armani-2.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
	border-right: 2px solid #fff;
 }
 .solution-collage .solution-grid-img-14{
	height:450px;
	background-image: url(../images/armani-3.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
	border-right: 2px solid #fff;
 }
.solution-collage .solution-grid-img-15{
	height:450px;
	background-image: url(../images/armani-4.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
	
 }
.solution-collage .solution-grid-img-16{
	height:450px;
	background-image: url(../images/armani-5.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
	border-right: 2px solid #fff;
  }
.solution-collage .solution-grid-img-17{
	height:450px;
	background-image: url(../images/armani-6.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
	border-right: 2px solid #fff;
 }
 
.solution-collage .solution-grid-img-18{
	height:450px;
	background-image: url(../images/armani-7.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
}
 
  
 
.solution-collage .solution-grid-img-19{
	height:450px;
	background-image: url(../images/fendi-1.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
	border-right: 2px solid #fff;
 }
 .solution-collage .solution-grid-img-20{
	height:450px;
	background-image: url(../images/fendi-2.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
 }
.solution-collage .solution-grid-img-21{
	height:450px;
	background-image: url(../images/fendi-6.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
	border-right: 2px solid #fff;
 }
.solution-collage .solution-grid-img-22{
	height:450px;
	background-image: url(../images/fendi-4.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
  }
.solution-collage .solution-grid-img-23{
	height:450px;
	background-image: url(../images/fendi-5.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
	border-right: 2px solid #fff;
 }
 
.solution-collage .solution-grid-img-24{
	height:450px;
	background-image: url(../images/fendi-6.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
}
 
 
  
 
.solution-collage .solution-grid .solution-grid-inner{
	max-width: 450px;
    text-align: left;
    padding: 20px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
.solution-collage .solution-grid .solution-grid-inner h2{
    font-size: 30px;
    color: white;
    text-transform: none;
	font-weight:700;
	line-height:150%;
}
.solution-collage .solution-grid .solution-grid-inner h4{
    font-size: 30px;
    color: white;
    text-transform: none;
	font-weight:700;
	line-height:150%;
}

.solution-collage .solution-grid .solution-grid-inner p{
	font-size: 20px;
    color: rgba(255, 255, 255, 0.72);
    font-weight: normal;
    line-height: 150%;
	text-align:center;
}
/*---solution-collage ends---*/


/*---solution-collage  input starts---*/
.solution-collage .solution-grid .solution-grid-inner .input-group h3{
	font-size: 17px;
    color: rgba(255, 255, 255, 0.72);
	
    font-weight: 500;
	line-height:150%;
	margin-bottom:5px;
	margin-top:10px;
    text-transform: none;
}
.solution-collage .solution-grid .solution-grid-inner .input-group button{
	background: #c00000;
	border: none;
    height: 39px;
    width: 40px;
    display: inline-block;
    position: relative;
    vertical-align: top;
	outline:none;
}
.solution-collage .solution-grid .solution-grid-inner .input-group{
	width:70%;
	outline:none;
	margin-top:20px;
}
.solution-collage .solution-grid .solution-grid-inner .input-group input[type="email"]{
	width:85%;
	background: rgba(192, 0, 0, 0.25);
    line-height: 1;
    border: none;
	height:39px;
     padding: 6px 10px;
    display: inline-block;
     color: white;
	outline:none;
    text-transform: uppercase;
    font-weight: bold;
	box-shadow:none;
}
.solution-collage .solution-grid .solution-grid-inner .input-group input[type="email"]:focus{
	outline:none;
	box-shadow:none;
}

/*---solution-collage input ends---*/


/*animate text starts here */

.solution-collage .solution-grid .solution-grid-inner .rw-wrapper{
	width: 100%;
    position: relative;
    float: left;
 }
 .solution-collage .solution-grid .solution-grid-inner .rw-wrapper h3{
	 text-align:center;
	 color:#fff;
 }
.solution-collage .solution-grid .solution-grid-inner .rw-sentence{
	margin: 0;
	text-align:center;
  }
.solution-collage .solution-grid .solution-grid-inner .rw-sentence span{
	color: #fff;
    font-size: 19px;
	line-height:150%;
 }
 .solution-collage .solution-grid .solution-grid-inner .bottom-space{
	line-height: 150%  !important;
    font-size: 27px  !important;
	bottom:10px !important;
	font-weight:normal;
	position:relative;
	text-transform:uppercase;
     font-weight: 700;
 }
.solution-collage .solution-grid .solution-grid-inner .rw-words{
	position: relative;
    float: left;
    width: 100%;
    min-height: 129px;
 }
.solution-collage .solution-grid .solution-grid-inner .rw-words-1 span{
	position: absolute;
    opacity: 0;
    overflow: hidden;
    color: #fff;
    -webkit-animation: rotateWord 42s linear infinite 0s;
    -ms-animation: rotateWord 42s linear infinite 0s;
    animation: rotateWord 42s linear infinite 0s;
 	font-weight:normal;
	
}
.solution-collage  .solution-grid .solution-grid-inner .rw-words-1 span:nth-child(1){ 
    -webkit-animation-delay: 0s; 
	-ms-animation-delay: 0s; 
	animation-delay:0s; 
	transition-duration: 0s;
   }
 
.solution-collage  .solution-grid .solution-grid-inner .rw-words-1 span:nth-child(2) { 
    -webkit-animation-delay: 7s; 
	-ms-animation-delay: 7s; 
	animation-delay: 7s; 

 }
.solution-collage .solution-grid .solution-grid-inner .rw-words-1 span:nth-child(3) { 
    -webkit-animation-delay: 14s; 
	-ms-animation-delay: 14s; 
	animation-delay: 14s; 
 }
.solution-collage .solution-grid .solution-grid-inner .rw-words-1 span:nth-child(4) { 
    -webkit-animation-delay: 21s; 
	-ms-animation-delay:21s; 
	animation-delay: 21s; 
  }
/*.hyperboloids-creativity  .rw-words-1 span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
	-ms-animation-delay: 12s; 
	animation-delay: 12s; 
 }
.hyperboloids-creativity  .rw-words-1 span:nth-child(6) { 
    -webkit-animation-delay: 15s; 
	-ms-animation-delay: 15s; 
	animation-delay: 15s; 
 }*/
@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
	5% { opacity: 1; -ms-transform: translateY(0px);}
    17% { opacity: 1; -ms-transform: translateY(0px); }
	20% { opacity: 0; -ms-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}

.solution-collage  .solution-grid .solution-grid-inner .hyper-links a{
	font-size:18px;
 
}
.solution-collage  .solution-grid .solution-grid-inner .hyper-links a.btn-yes{
	background: #fff;
    border: 1px solid #fff;
    color: #1b8a3d;
	position:relative;
	top:18px;
    padding: 4px 20px;
    margin-right: 25px;
}
.solution-collage  .solution-grid .solution-grid-inner .hyper-links a.btn-yes:hover{
	background: #1b8a3d;
	color:#fff;
 }
.solution-collage  .solution-grid .solution-grid-inner .hyper-links .btn-no{
	background-color: #e91e63;
    color: #fff;
    position: relative;
    top: 18px;
    font-size: 14px;
    border: 2px solid #e91e63;
    padding: 8px 17px;
 }
.btn{
	border-radius:2px !important;
}
.solution-collage  .solution-grid .solution-grid-inner .hyper-links .btn-no:hover{
 	color:#fff;
 }
.hyper-links{
	text-align:center;
}

.interio-luxury-head{
	width:100%;
	float:left;
	padding:40px 0 20px 0;
	background-color:#f0f0f0;
}
.interio-luxury-head h2{
	font-weight: bold;
    margin: 0;
    position: relative;
    line-height: 150%;
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
	margin-bottom:30px;
}
.interio-luxury-head h2 span{
	color:#ffeb3b;
}
/*animate text ends here*/
.spaces{
	width:100%;
	float:left;
	padding:20px 0;
	background-color:rgba(227, 227, 227, 0.39);
}

.spaces2{
	width:100%;
	float:left;
	padding:20px 0;
	background-color:#fff;
}
/*--content-bottom1--*/
.content-bottom1 ul li{
	display: inline-block;
    float: left;
    width: 19%;
	background-color:#fff;
    margin: 0 auto;
    margin-bottom: 12px;
    margin-right: 10px;
    border: 1px solid #cfcece;
}
.content-bottom1 {
  padding: 3em 0;
    background-color: #fcfcfc;
 }
 .content-bottom1.white-back{
	 background-color:#fff;
 }
 
.content-bottom1.white-back{
	background-color:#fff !important; 
}
.content-bottom1 h3{
	font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-weight: 900;
}
 .content-bottom1 ul{
	width:100%;
	margin: 1em auto 0;
}
.content-bottom1 ul li a img{
	margin: 0 auto;
	padding:10px;
}
/*interio-euusa shanges starts here*/
.interio-euusa{
	width:100%;
	float:left;
	padding:30px 0;
}
.backcolor-1{
	background-color:#fff;
}
.backcolor-2{
	background-color:rgba(0, 0, 0, 0.04);
}
.interio-euusa h2{
	text-align:center;
	margin:0 auto;
	width:100%;
}
.interio-euusa h2 a img{
	margin:0 auto;
	width:168px;
	display:block;
	margin-bottom:30px;
}
.interio-euusa .center-block{
	margin-bottom:30px;
}
.interio-euusa h4{
	font-weight: bold;
    margin-bottom: 38px;
    position: relative;
    line-height: 150%;
    margin-top: 0;
    text-align: center;
    font-size: 30px;
    text-transform: capitalize;
}
.interio-euusa h4:before{
	content: "";
    position: absolute;
    left: 48%;
    width: 43px;
    height: 3px;
    background-color: #e24545;
    bottom: -3px;
}
.interio-euusa figure h3{
	color:#fff;
	margin-top:30px;
	font-weight:bold;
}
.interio-euusa .brands-logo{
	width: 120px;
    height: auto;
    background-color: #fff;
}
.interio-euusa .interio-euusa-grid{
	width:33%;
	float:left;
}
.interio-euusa .interio-euusa-grid img{
	width:100%;
}
.interio-euusa  p{
	text-align:center;
}
.interio-euusa  p a {
	text-align: center;
    padding: 8px 20px;
    color: #fff;
    outline: none;
    background-color: #f44336;
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 17px;
    margin-top: 20px;
    font-weight: bold;
}
.interio-euusa  p  a:hover{
	color: #fff !important;
    background-color: #ffc107;
}
   
/*interio-euusa shanges ends here*/

/*.interio-blog-library  start here*/
.we-experts .interio-navigation {
    width: 100%;
     padding: 34px 0 8px 0;
	 background-color: #1a1a1a;
 }
.we-experts .interio-navigation ul{
	list-style:none;
	margin:0 auto;
	padding:0;
	text-align:center;
	display:block;
}
.we-experts .interio-navigation ul li{
	list-style: none;
    text-align: center;
    display: inline-block;
	
}
.we-experts .interio-navigation ul li a{
	text-decoration: none !important;
    padding: 7px 16px;
    color: #fff;
     outline: none;
    margin-right: 10px;
    font-size: 14px;
	border-radius:3px;
    border: 1px solid #9e9e9e;
    margin-bottom: 18px;
    display: inline-block;
    position: relative;
    text-align: center;
	text-transform:capitalize;
}
.we-experts .interio-navigation ul li.active a{
	background-color: #a6cc46;
	border:1px solid #a6cc46 !important;
	color:#fff !important;
}
.we-experts .interio-navigation ul li.active a:before{
	content: "\f0dd";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #a6cc46;
    font-size: 37px;
    padding-right: 0.5em;
    position: absolute;
    top: 20px;
	left:42%;
}
/*interio--blog-navigation ends here*/

/*interio-luxury-navigation starts */
.interio-luxury-navigation{
	width:100%;
	float:left;
}
 .interio-luxury-navigation ul{
	list-style:none;
	margin:0 auto;
	padding:0;
	text-align:center;
 	display:block;
}
.interio-luxury-navigation ul li{
	list-style: none;
    text-align: center;
    display: inline-block;
	position:relative;
}
.interio-luxury-navigation ul li a{
	text-decoration: none !important;
    padding: 7px 15px;
    color: #040404;
    outline: none;
    margin-right: 10px;
    font-size: 15px;
    border: 1px solid #b2b2b2;
    text-transform: capitalize;
    margin-bottom: 18px;
    display: inline-block;
}
.interio-luxury-navigation ul li.active a{
	background-color: #ffeb3b;
	border:1px solid #ffeb3b !important;
	color:#fff !important;
}

.interio-luxury-navigation ul li.active a:before{
	    content: "\f0dd";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffeb3b;
    font-size: 53px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 42%;
}

/*interio-luxury-navigation ends */

/*visannair-section starts*/
.visannair-section{
	width:100%;
	float:left;
	background-color:#fff;
 }
.visannair-section-grid{
	width:50%;
	float:left;
	margin:5px 0;
	padding-right:2.5px;
}
.visannair-section-grid:nth-child(2){
	padding-left:2.5px;
	padding-right:0px;
}
.visannair-section-grid img{
	width:100%;
 }
.visannair-section-grid .inner-cont{
	width:100%;
	float:left;
	padding: 40px 15% 40px;
    text-align: center;
	background: url(../images/bg-punti.png) top left #555;
	min-height:310px;
}
.visannair-section-grid .inner-cont h3{
	margin-right: 0px;
    margin-left: 0px;
     color: white;
    font-size: 30px;
    line-height: 1.05em;
    font-weight: 400;
	font-size:25px;
    text-align: center;
    text-transform: none;
 }
.visannair-section-grid .inner-cont h4{
	margin-right: 0px;
    margin-left: 0px;
     color: white;
    line-height: 150%;
    font-weight: 400;
	font-size:18px;
    text-align: center;
    text-transform: none;
 }
.visannair-section-grid .inner-cont p{
	display: block;
    margin-top: 0.5em;
    margin-bottom: 0px;
    color: #eee;
    font-size: 14px;
	text-align:center;
    line-height: 150%;
    font-weight: 400;
    list-style-type: none;
 }
.visannair-section-grid .inner-cont a{
	display: inline-block;
    margin: 1em auto;
    padding: 0.75em 2.5em;
    clear: none;
    border: 1px solid #c7cad1;
    background-image: none;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
     color: #86898f;
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
}
.visannair-section-grid .inner-cont  a:hover{
	color: #c9b16f;
	border-color: #c9b16f;
    background-color: #0a0a0a;
}
/*visannair-section ends*/
 
/*changes ends here*/

/*Oplansky starts here*/
.oplansky{
	background: url(../images/oplansky/about-us.webp)no-repeat;
    width: 100%;
    float: left;
    background-size: cover;
	position:relative;
	overflow:hidden;
}
.oplansky:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    border-bottom: 96px solid #18191b;
    border-right: 1920px solid transparent;
}
.oplansky .oplansky-inner{
	 width: 100%;
    float: left;
    padding: 230px 0;
 	background: linear-gradient(141deg, rgba(63, 81, 181, 0.68) 0%, rgba(0, 0, 0, 0.29) 51%, rgba(63, 81, 181, 0.68) 75%);
	min-height:600px;
}
.oplansky .oplansky-inner img{
	margin:0 auto;
	display:block;
}

/*--oplanski-profile--*/
.oplanski-profile{
	background-color: #18191b;
	float:left;
	width:100%;
	padding:100px 0;
	text-align:center;
}
.oplanski-profile h1{
	color: #fff;
    font-size: 25px;
    line-height: 150%;
    margin-bottom: 9px;
    text-transform: capitalize;
}
.oplanski-profile h2{
	color: #fff;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.oplanski-profile p{
	color: #fff;
    font-size: 18px;
    line-height: 180%;
    width: 81%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.oplanski-profile p a{
	color: #ffeb3b;
}
.oplanski-profile img{
	margin:0 auto;
	display:block;
	border-radius:50%;
	width:200px;
	height:200px;
	margin-bottom:30px;
}

.oplanski-profile .social-links{
	width:100%;
	text-align:center;
	margin-top:20px;
}
.oplanski-profile .social-links a{
	margin-right:6px;
	
}
.oplanski-profile .social-links a i{
	    color: #000;
    font-size: 23px;
    padding: 6px 9px;
    background: #ffeb3b;
    border-radius: 4px;
}

.oplanski-profile .social-links a:last-child{
	margin-right:0;
}
/*--oplanski-profile ends--*/
/*Oplansky ends here*/

/*seperator starts here*/
.separator {
  line-height: 0.5;
  text-align: center;
  margin:30px 0 30px 0;
}
.separator span {
  display: inline-block;
  position: relative;
 
}
.separator span:before,
.separator span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  top: 5px;
  width: 150px;
}
.separator span:before {
  right: 100%;
  margin-right: 15px;
}
.separator span:after {
  left: 100%;
  margin-left: 15px;
}

.separator span  i{
	font-size: 11px;
	padding:0;
	margin:0;
	float:none;
	color: #FFEB3B;
}

.de_light .separator span:before,
.de_light .separator span:after {
  border-bottom: 1px solid rgba(0,0,0,.2);
}

.text-light .separator span:before,
.text-light .separator span:after {
  border-bottom: 1px solid rgba(255,255,255,.1);
}

/*seperator ends here*/
  
/*.oplanski-gallery  start here*/
.oplanski-gallery{
	width:100%;
	float:left;
	padding:100px 0;
	background-color: #fff;
}

/*.oplanski-navigation  start here*/
.oplanski-gallery .oplanski-navigation {
    width: 100%;
}
.oplanski-gallery .oplanski-navigation ul{
	list-style:none;
	margin:0 auto;
	padding:0;
	text-align:center;
	display:block;
}
.oplanski-gallery .oplanski-navigation ul li{
	list-style: none;
    text-align: center;
    display: inline-block;
	
}
.oplanski-gallery .oplanski-navigation ul li a{
	text-decoration: none !important;
    padding: 7px 16px;
    color: #000;
     outline: none;
    margin-right: 10px;
    font-size: 14px;
	border-radius:3px;
    border: 1px solid #9e9e9e;
    margin-bottom: 18px;
    display: inline-block;
    position: relative;
    text-align: center;
	text-transform:capitalize;
}
.oplanski-gallery .oplanski-navigation ul li.active a{
	background-color: #18191b;
	border:1px solid #18191b !important;
	color:#fff !important;
}
.oplanski-gallery .oplanski-navigation ul li.active a:before{
	content: "\f0dd";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #18191b;
    font-size: 37px;
    padding-right: 0.5em;
    position: absolute;
    top: 1px;
	left:42%;
}


.oplanski-gallery .tz-gallery{
	margin-top:30px;
}
.oplanski-gallery .tz-gallery a{
	margin-bottom: 20px;
    display: block;
	overflow:hidden;
}
.oplanski-gallery .tz-gallery a img{
	border-radius: 7px;
}
.oplanski-gallery .tz-gallery a img{
	position: relative;
}
.oplanski-gallery .tz-gallery a:hover img{
	    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.oplanski-gallery .tz-gallery iframe{
	min-height:200px;
}
/*oplanski-navigation ends here*/

/*oplanski-video START here*/
.oplanski-video{
	width: 100%;
    float: left;
    padding: 100px 0;
    background-color: #E5F0F4;
 	position:relative;
}
.oplanski-video:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.66) ;
    width: 100%;
    height: 100%;
}
.oplanski-video h2{
	text-align: center;
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 33px;
    color: #222;
    font-weight: bold;
    font-size: 26px;
	position:relative;
    text-transform: capitalize;
}


.oplanski-video iframe{
	width:100%;
	min-height:400px;
	
}
/*oplanski-video ends here*/


/*nav-dropdown starts here*/
#fh5co-header nav ul li .dropdown {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 20px;
}

/* Links inside the dropdown */
#fh5co-header nav ul li .dropdown li{
	display:block;
}
#fh5co-header nav ul li .dropdown li a {
  float: left;
    color: black;
    padding: 18px 16px;
    text-decoration: none !important;
    display: block;
    text-align: left;
    width: 100%;
    position: relative;
}
#fh5co-header nav ul li .dropdown li a:after{
	display:none;
}
#fh5co-header nav ul li .dropdown a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
#fh5co-header nav ul li:hover .dropdown {
  display: block;
}

/*nav-dropdown ends here*/
 /*--address-services starts here--*/
.address-services{
	width:100%;
	float:left;
	padding: 50px 0;
	background: #fcfcfc;
}
.address-services h1{
	position: relative;
    color: #000;
    font-size: 26px;
	margin-bottom:26px;
	text-align:center;
	font-weight:bold;
}

.address-services h4{
	    position: relative;
    color: #000;
    font-size: 18px;
    margin-bottom: 38px;
    text-align: center;
    font-weight: normal;
}

.address-services .services-list{
	width: 100%;
 	float:left;
	margin-bottom: 30px;
	
}
.address-services .services-list .list{
	width: 100%;
    float: left;
    background-color: #fff;
    padding: 20px;
    border-top: 5px solid;
    min-height: 259px;
}
.address-services .services-list .list img{
	margin:0 auto;
	display:block;
	margin-bottom:20px;
}

.address-services .services-list .list h2{
	font-size: 19px;
    text-align: center;
	font-weight:bold;
}
.address-services .services-list .list p{
	text-align:center;
	margin-bottom:0;
}
.address-services .services-list .list p i {
    font-size: 20px;
    top: 4px;
    position: relative;
}
.address-services .services-list .list p a {
    font-weight: bold;
    margin-left: 8px;
}
.address-services .col-sm-4:first-child .services-list .list{
	border-color: #ff9933;
}
.address-services .col-sm-4:nth-child(2) .services-list .list{
	border-color: #7878c0;
}
.address-services .col-sm-4:nth-child(3) .services-list .list{
	border-color: #128807;
}
.address-services .col-sm-4:nth-child(4) .services-list .list{
	border-color: #03A9F4;
}

.address-services .col-sm-4:nth-child(5) .services-list .list{
	border-color: #b22234;
}
.address-services .col-sm-4:nth-child(6) .services-list .list{
	border-color: #0054a4;
}
.address-services .col-sm-4:nth-child(7) .services-list .list{
	border-color: #ff0000;
}
.address-services .col-sm-4:nth-child(8) .services-list .list{
	border-color: #ff0000;
}
.address-services .col-sm-4:nth-child(9) .services-list .list{
	border-color: #007a4d;
}
.address-services .col-sm-4:nth-child(10) .services-list .list{
	border-color: #00008b;
}
/*--address-services ends here--*/
  
/*--footer-address starts here--*/
.footer-address{
	width:100%;
	float:left;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 50px;
    margin-top: 50px;
}
.footer-address  h1 i{
	color: #ff3f1c;
	margin-right:6px;
}
.footer-address  h1 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 53px;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.footer-address  h1:before{
	content: "";
    position: absolute;
    bottom: -18px;
    left: 47%;
    text-align: center;
    height: 2px;
    width: 80px;
    background-color: #f93;
}
.footer-address .services-list{
	width: 100%;
 	float:left;
	margin-bottom: 30px;
	
}
.footer-address .services-list{
	width: 100%;
    float: left;
    color: #fff;
    /* border-bottom: 1px dashed #393e46; */
    /* min-height: 119px; */
    padding-bottom: 20px;
}
.footer-address .services-list img{
	margin:0 auto;
	display:inline-block;
	float:left;
	margin-right:10px;
}

.footer-address .services-list h2{
	font-size: 19px;
    text-align: left;
	font-weight:bold;
	color:#fff;
}
.footer-address .services-list p{
	text-align:left;
	margin-bottom:0;
	color:rgba(255, 255, 255, 0.6);
}
.footer-address .services-list p a{
	color:rgb(255, 153, 51);
	margin-top:4px;
}
.footer-address .services-list p i{
	margin-right:8px;
	color: #de3831;
}

/*--footer-address ends here--*/


/*--project slider starts here--*/
.project-slider{
	width: 100%;
    padding-top: 25px;
    position: relative;
}
.project-slider h2{
	text-align:center;
 	font-size: 30px;
	color:#000;
	line-height:150%;
	margin-top:0;
	margin-bottom:30px;
	text-transform:capitalize;
	font-weight:500;
}
.project-slider h2 span{
	color: #e24545;
}
.project-slider .navigation{
	position: absolute;
    top: 30px;
    right: 30px;
    z-index: 999;
}
.project-slider .navigation .btn-success {
    color: #fff;
    background-color: #e24545;
    border-color: #e24545;
	font-family:fontawesome;
}
.project-slider .navigation .btn-success:hover{
	color: #fff;
    background-color: #393e46;
    border-color: #393e46;
 }
.project-slider  #project-slider .item{
	width:100%;
	float:left;
 }
.project-slider  #project-slider .item .divider{
	width:50%;
	float:left;
	position:relative;
	border-right:2px solid #fff;
}
.project-slider  #project-slider .item .divider img{
	width:100%;
	-moz-user-select: none;
	border-radius:0;
}
.project-slider  #project-slider .item .divider img:hover {
    transform: none;
    box-shadow: 0 0px 0px rgba(0,0,0,0.3);
}
.project-slider  #project-slider .item .divider .gallery-title{
	position: absolute;
    top: 36px;
    left: 34px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.36);
    width: 50%;
}
.project-slider  #project-slider .item .divider .gallery-title h5{
	color:#fff;
	font-size:20px;
	font-family: 'Crete Round', serif;
	line-height:150%;
	margin-bottom:0;
	text-transform:uppercase;
}
.project-slider  #project-slider .item .divider .gallery-title h5 span{
	color:#FFC107;
}
	

.project-slider  #project-slider .item .divider .gallery-cont{
	position: absolute;
    bottom: 61px;
    left: 34px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.36);
    width: 81%;
}
.project-slider  #project-slider .item .divider .gallery-cont h6{
	color:#fff;
	font-size:18px;
	font-family: 'Crete Round', serif;
	line-height:150%;
	margin-bottom:0;
}
.project-slider  #project-slider .item .divider .gallery-cont span{
	color:#FFC107;
}
/*--project slider ends here--*/


/*meet-our-team in */
.meet-our-team{
	width:100%;
	float:left;
	background-color:#F7F7F7;
	padding:40px 0;
}
.meet-our-team h6{
	font-size:25px;
	font-weight:bold;
	text-align:center;
	margin-bottom:34px;
}
.meet-our-team h6 span{
	color: #3f51b5;
}
.meet-our-team .member-article{
	border: 1px solid #CFD8DC;
    background: #FFF;
     -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	margin-bottom:40px;
	display:block;
}
.meet-our-team .member-article.min-height{
	min-height: 562px;
}
.meet-our-team .member-article.min-height-1{
	 min-height: 471px;
}
.meet-our-team .member-article .member-thumbnail {
    padding-top: 18px;
    height: 106px;
    background: #3F51B5;
    border-bottom: 1px solid #CFD8DC;
}
.meet-our-team .member-article .member-thumbnail-link {
  margin: 0 auto;
  width: 172px;
  height: 172px;
  display: block;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #ECEFF1;
}
.meet-our-team .member-article .wp-post-image {
  border-radius: 50%;
  border: 5px solid #FFF;
  box-sizing: content-box;
}
.meet-our-team .member-article .member-text-content {
  padding: 85px 18px  0 27px;
  text-align: center;
  position:relative;
}
.meet-our-team .member-article .member-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  margin-top:20px;
}
.meet-our-team .member-article .member-position {
	margin-top: 13px;
    height: 20px;
    line-height: 22px;
    font-size: 16px;
    color: #FF9800;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 17px;
}

.meet-our-team .member-article hr {
	margin-top: 21px;
    width: 167px;
    border-top: 1px solid #CFD8DC;
    text-align: center;
    margin: 0 auto;
    padding: 9px;
}
.meet-our-team  .member-article .member-description {
  line-height: 16px;
}
@media (max-width: 1309px) {
  .meet-our-team .member-article .member-description {
    padding: 0 20px;
  }
}
@media (min-width: 1600px) {
  .meet-our-team .member-article .member-description {
    padding: 0 16px;
  }
}
.meet-our-team .member-article .member-description p {
  margin-bottom: 9px;
  font-size:17px;
  color:#222;
  text-transform:none;
  text-align:left;
  line-height:150%;
}
.meet-our-team  .member-article .box-btn {
  position: absolute;
  left: 0;
  bottom: 29px;
  right: 0;
  display: inline-block;
}
.meet-our-team  .box-btn .btn-main{
  padding:6px 10px;
  color:#fff;
  background-color:#00acef;
  border:0;
  border-radius:4px;

}
/*meet-our-team in */
/*social-linkss starts here  here*/
.social-linkss{
	position:absolute;
	top:10px;
	left:20px;
}
.social-linkss ul{
    text-align: center !important;
    margin-bottom: 10px;
}
.social-linkss > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
ul.social-linkss .list-inline-item a {
    font-size: 18px;
    color: #ffffff !important;
    padding: 2px 10px;
    background: #2196F3;
    border-radius: 5px;
    display: inline-block;
    margin: 0;
}
/*social-linkss ends here*/

@media(max-width:980px){
 	.visannair-section-grid{
		width:100%;
		padding-right:0px;
	}
	.visannair-section-grid:nth-child(2){
		padding:0px;
		margin-bottom:5px;
	}
	.kitchen-carousel ul li{
		width: 30%;
	}
	/*--Our projects starts--*/
	.project-slider #project-slider .item .divider{
		width:100%;
		margin-bottom:20px;
	}
	.project-slider #project-slider .item .divider .gallery-title {
 		top: 11px;
		left: 34px;
		padding: 9px;
 		width: 83%;
	}
	.project-slider #project-slider .item .divider .gallery-cont{
		padding: 14px;
	}
	.project-slider #project-slider .item .divider .gallery-cont h6{
		font-size:16px;
	}
	.project-slider h2{
		margin-bottom: 65px;
	}
	.project-slider .navigation {
		position: absolute;
		top: 73px;
		right: 38%;
		z-index: 999;
	}
	/*--Our projects ends--*/
}
@media(max-width:680px){
	.we-experts .interio-image-1, .we-experts .interio-image-2, .we-experts .interio-image-3, .we-experts .interio-image-4, .we-experts .interio-image-5, .we-experts .interio-image-6, .we-experts .interio-image-7, .we-experts .interio-image-8, .we-experts .interio-image-9, .we-experts .interio-image-10, .we-experts .interio-image-11, .we-experts .interio-image-12, .we-experts .interio-image-13, .we-experts .interio-image-14, .we-experts .interio-image-15, .we-experts .interio-image-16, .we-experts .interio-image-17, .we-experts .interio-image-18, .we-experts .interio-image-19, .we-experts .interio-image-20, .we-experts .interio-image-21, .we-experts .interio-image-22, .we-experts .interio-image-23, .we-experts .interio-image-24, .we-experts .interio-image-25, .we-experts .interio-image-26, .we-experts .interio-image-27, .we-experts .interio-image-28, .we-experts .interio-image-29, .we-experts .interio-image-30, .we-experts .interio-image-31, .we-experts .interio-image-32, .we-experts .interio-image-33, .we-experts .interio-image-34, .we-experts .interio-image-35, .we-experts .interio-image-36, .we-experts .interio-image-37, .we-experts .interio-image-38, .we-experts .interio-image-39, .we-experts .interio-image-40{
		height:400px;
		width:100%;
	}
	.our-history img{
		padding-right:0px;
	}
	.sleep-solutions .sleep-solutions-bg ul li{
		width:100%;
		margin:0 auto;
		display:block;
	}

	.search-bar .search-div{
		margin-bottom:24px;
		width:100%;
	}
	.solution-collage .solution-grid{
		width:100%;
	}
	.solution-collage .solution-grid-img-2, .solution-collage .solution-grid-img-2, .solution-collage .solution-grid-img-4,  .solution-collage .solution-grid-img-7,  .solution-collage .solution-grid-img-9,  .solution-collage .solution-grid-img-11,  .solution-collage .solution-grid-img-13,  .solution-collage .solution-grid-img-15,  .solution-collage .solution-grid-img-17,  .solution-collage .solution-grid-img-19,  .solution-collage .solution-grid-img-21,  .solution-collage .solution-grid-img-23,  .solution-collage .solution-grid-img-25{
		border-right:0px;
	}
 	.solution-collage .solution-grid .solution-grid-inner .input-group{
		width:100%;
	}
	.content-bottom1 ul li {
		display: inline-block;
		float: left;
		width: 43%;
	}
	.interio-euusa .interio-euusa-grid{
		width:50%;
		float:left;
	}
	.new-home h2{
		font-size:20px;
	}
	.oplanski-video iframe{
		width:100%;
		min-height:300px;
		
	}
	.address-services .services-list .list{
		min-height:auto;
	}
}
@media(max-width:480px){
	#fh5co-hero .flexslider .slider-text > .slider-text-inner p{
		font-size:20px;
	}
	.new-home h2, .what-we-do h2, .fh5co-heading h2, .fh5co-section-with-image h2, .we-experts h3, .our-history h2 {
 		font-size: 28px;
 	}
	.fh5co-section-with-image h2 {
		font-size: 23px;
	}
	#fh5co-header h1, #fh5co-header nav {
		margin: 73px 0 0 0;
		text-transform: uppercase;
		position: relative;
	}
}
