@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 
*
* ======================================================= */
body {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

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

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #F95959;
}

::-moz-selection {
  color: #fff;
  background: #F95959;
}

::selection {
  color: #fff;
  background: #F95959;
}

.interio-nav .top-menu {
  padding: 28px 0;
}
.interio-nav #interio-logo {
  font-size: 24px;
  margin:10px 0 0 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
  font-family: "Work Sans", Arial, sans-serif;
}
.interio-nav #interio-logo a span {
  color: #F95959;
}
.interio-nav #interio-logo a span img{
	position: absolute;
    top: -25px;
    left: 140px;
}
.interio-nav a {
  padding: 5px 10px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .interio-nav .menu-1 {
    display: none;
  }
}
.interio-nav ul {
  padding: 0;
  margin: 5px 0 0 0;
}
.interio-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.interio-nav ul li a {
  font-size: 15px;
  padding: 30px 15px;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.interio-nav ul li a:hover, .interio-nav ul li a:focus, .interio-nav ul li a:active {
  color: black;
}
.interio-nav ul li.has-dropdown {
  position: relative;
}
.interio-nav ul li.has-dropdown .dropdown {
  width: 140px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #000;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.interio-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 8px;
  margin-left: -8px;
}
.interio-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.interio-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.interio-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}
.interio-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
.interio-nav ul li.has-dropdown:hover a, .interio-nav ul li.has-dropdown:focus a {
  color: #000;
}
.interio-nav ul li.btn-cta a {
  padding: 30px 0px !important;
  color: #fff;
}
.interio-nav ul li.btn-cta a span {
  background: #f95959;
  padding: 4px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.interio-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.interio-nav ul li.active > a {
  color: #000 !important;
  position: relative;
}
.interio-nav ul li.active > a:after {
  position: absolute;
  bottom: 25px;
  left: 15px;
  content: '';
  width: 20px;
  height: 2px;
  background: #F95959;
  margin: 0 auto;
}

#interio-counter,
.interio-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.interio-video {
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .interio-video {
    height: 450px;
  }
}
.interio-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.interio-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.interio-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.interio-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.interio-video:hover a {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#interio-hero {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}
#interio-hero .btn {
  font-size: 24px;
}
#interio-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#interio-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#interio-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#interio-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
  position: relative;
}
#interio-hero .flexslider .slides li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#interio-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#interio-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#interio-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#interio-hero .flexslider .flex-direction-nav {
  display: none;
}
#interio-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 700px;
  z-index: 9;
}
#interio-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}
#interio-hero .flexslider .slider-text > .slider-text-inner h1, #interio-hero .flexslider .slider-text > .slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#interio-hero .flexslider .slider-text > .slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #interio-hero .flexslider .slider-text > .slider-text-inner h1 {
    font-size: 30px;
  }
}
#interio-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#interio-hero .flexslider .slider-text > .slider-text-inner .heading-section {
  font-size: 50px;
}
#interio-hero .flexslider .slider-text > .slider-text-inner .btn {
  padding: 15px 30px;
  color: #fff;
  border: none !important;
  font-size: 18px;
}
#interio-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
  background: #F95959 !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#interio-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#interio-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}
#interio-hero .flexslider .slider-text > .slider-text-inner .interio-lead {
  font-size: 20px;
  color: #fff;
}
#interio-hero .flexslider .slider-text > .slider-text-inner .interio-lead .icon-heart {
  color: #d9534f;
}

.interio-bg-section {
  background: rgba(180, 180, 180, 0.05);
}

#interio-about,
#interio-practice,
#interio-testimonial,
#interio-started,
#interio-project,
#interio-blog,
#interio-contact,
#interio-footer {
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #interio-about,
  #interio-practice,
  #interio-testimonial,
  #interio-started,
  #interio-project,
  #interio-blog,
  #interio-contact,
  #interio-footer {
    padding: 3em 0;
  }
}

#interio-counter {
  padding: 4em 0;
  clear: both;
}

.interio-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.interio-counters .icon {
  width: 80px;
  height: 80px;
  display: table;
  margin: 0 auto;
  margin-bottom: 30px;
}
.interio-counters .icon i {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  font-size: 28px;
  color: #F95959;
  background: #fff;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.interio-counters .counter-wrap {
  border: 1px solid red !important;
}
.interio-counters .interio-counter {
  font-size: 40px;
  display: block;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Work Sans", Arial, sans-serif;
  width: 100%;
  font-weight: 400;
  margin-bottom: .3em;
}
.interio-counters .interio-counter-label {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

#interio-content,
#interio-consult {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  float: left;
}
#interio-content .video, #interio-content .choose,
#interio-consult .video,
#interio-consult .choose {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #interio-content .video, #interio-content .choose,
  #interio-consult .video,
  #interio-consult .choose {
    width: 100% !important;
  }
}
#interio-content .video,
#interio-consult .video {
  display: table;
  width: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#interio-content .choose,
#interio-consult .choose {
  width: 50%;
  padding: 40px;
}

.services {
  position: relative;
  padding: 30px;
  margin-bottom: 60px;
  background: #fff;
  border: 1px solid rgbs(#000, 0.2);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.services h3 a {
  color: #000;
}
.services .icon {
  width: 90px;
  height: 90px;
  background: #F95959;
  display: table;
  text-align: center;
  margin: -75px auto 0 auto;
  margin-bottom: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 992px) {
  .services .icon {
    margin: 0 auto 30px auto;
  }
}
.services .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
}
.services:hover, .services:focus {
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
}
.services:hover .icon, .services:focus .icon {
  background: #007CB9;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
}
.services:hover h3 a, .services:focus h3 a {
  color: #F95959;
}

.interio-social-icons {
  margin: 0;
  padding: 0;
}
.interio-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.interio-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #F95959;
  padding-left: 10px;
  padding-right: 10px;
}
.interio-social-icons li a i {
  font-size: 20px;
}

.interio-contact-info ul {
  padding: 0;
  margin: 0;
}
.interio-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.interio-contact-info ul li:before {
  color: #F95959;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.interio-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.interio-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.interio-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.interio-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

.interio-project {
  margin-bottom: 30px;
}
.interio-project > a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.interio-project > a img {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.interio-project > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.interio-project > a h3, .interio-project > a span {
  z-index: 12;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 50px;
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 1;
  font-size: 30px;
  font-weight: 300;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.interio-project > a span {
  font-size: 14px;
  bottom: 20px;
}
.interio-project > a:hover {
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
.interio-project > a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .interio-project > a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
.interio-project > a:hover h3, .interio-project > a:hover span {
  opacity: 1;
  bottom: 55px;
}
.interio-project > a:hover span {
  bottom: 15px;
}
.interio-project > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .interio-project > a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.features {
  margin-bottom: 3em;
  width: 100%;
  float: left;
}

.interio-heading {
  margin-bottom: 5em;
}
.interio-heading.interio-heading-sm {
  margin-bottom: 2em;
}
.interio-heading h2 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000;
}
.interio-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}
.interio-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

#interio-testimonial .testimony-slide {
  text-align: center;
}
#interio-testimonial .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}
#interio-testimonial .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#interio-testimonial .testimony-slide figure img {
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#interio-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 70%;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 992px) {
  #interio-testimonial .testimony-slide blockquote {
    width: 100%;
  }
}
#interio-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#interio-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#interio-testimonial .arrow-thumb a:hover, #interio-testimonial .arrow-thumb a:focus, #interio-testimonial .arrow-thumb a:active {
  text-decoration: none;
}

.interio-staff {
  text-align: center;
  margin-bottom: 30px;
}
.interio-staff img {
  width: 200px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.interio-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.interio-staff p {
  margin-bottom: 30px;
}
.interio-staff .role {
  color: gray;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

#interio-started {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
#interio-started .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}
#interio-started .interio-heading h2 {
  color: #fff;
  margin-bottom: 20px !important;
}
#interio-started .interio-heading p {
  color: rgba(255, 255, 255, 0.5);
}
#interio-started .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#interio-started .form-control::-webkit-input-placeholder {
  color: #fff;
}
#interio-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#interio-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#interio-started .form-control:-ms-input-placeholder {
  color: #fff;
}
#interio-started .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}
#interio-started .btn {
  height: 54px;
  border: none !important;
  background: #F95959;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}
#interio-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#interio-started .form-inline .form-group .form-control {
  width: 100%;
}

.interio-blog {
  margin-bottom: 60px;
}
.interio-blog > a {
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.interio-blog > a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .interio-blog {
    width: 100%;
  }
}
.interio-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  padding: 30px;
  float: left;
  background: #fff;
  border: 1px solid rgbs(#000, 0.2);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.interio-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.interio-blog .blog-text span.comment {
  float: right;
}
.interio-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.interio-blog .blog-text span.comment a i {
  color: #F95959;
  padding-left: 7px;
}
.interio-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.interio-blog .blog-text h3 a {
  color: black;
}
.interio-blog .blog-text:hover {
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
}

#interio-footer {
  background: rgb(251, 251, 251);
}
#interio-footer .interio-footer-links {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #interio-footer .interio-footer-links {
    margin-bottom: 30px;
  }
}
#interio-footer .interio-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#interio-footer .interio-footer-links li a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
#interio-footer .interio-footer-links li a:hover {
  text-decoration: underline;
}
#interio-footer .interio-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #interio-footer .interio-widget {
    text-align: left;
  }
}
#interio-footer .interio-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#interio-footer .copyright .block {
  display: block;
}

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

#interio-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #interio-offcanvas {
    display: block;
  }
}
.offcanvas #interio-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#interio-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#interio-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#interio-offcanvas ul {
  padding: 0;
  margin: 0;
}
#interio-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#interio-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#interio-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#interio-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#interio-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.interio-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 25px !important;
}
.interio-nav-toggle.active i::before, .interio-nav-toggle.active i::after {
  background: #444;
}
.interio-nav-toggle:hover, .interio-nav-toggle:focus, .interio-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.interio-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.interio-nav-toggle i::before, .interio-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.interio-nav-toggle.interio-nav-white > i {
  color: #fff;
  background: #000;
}
.interio-nav-toggle.interio-nav-white > i::before, .interio-nav-toggle.interio-nav-white > i::after {
  background: #000;
}

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

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

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

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

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

.interio-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);
  background: #fff;
}

.interio-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);
  background: #fff;
}

.interio-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .interio-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work 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;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 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: #F95959;
  color: #fff;
  border: 2px solid #F95959;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #fa7272 !important;
  border-color: #fa7272 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #F95959;
  border: 2px solid #F95959;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #F95959;
  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: #F95959;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.interio-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

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

/*# sourceMappingURL=style.css.map */
.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.line-body{
	background:url('../images/line.png')repeat center center;
	width:100%;
	float:left;
}
.interio-lead{
	font-weight:bold;
}
/*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: rgb(251, 251, 251);
 	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: 24px;
}
.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 .car-lesasing-grid-details-1 .car-leasing-grid-cont-1 p a:hover{
	color:#fff;
}
.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:50%;
	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;
 }
 .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;
	border-right: 2px solid #fff;
 }
.solution-collage .solution-grid-img-3{
	height:450px;
	background-image: url(../images/visionnaire-4.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
 }
.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;
}
 
.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;
 }
.solution-collage .solution-grid-img-9{
	height:450px;
	background-image: url(../images/versac-3.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
	border-right: 2px solid #fff;
 }
.solution-collage .solution-grid-img-10{
	height:450px;
	background-image: url(../images/versac-4.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
  }
.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;
}
.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;
 }
.solution-collage .solution-grid-img-15{
	height:450px;
	background-image: url(../images/armani-4.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
	border-right: 2px solid #fff;
 }
.solution-collage .solution-grid-img-16{
	height:450px;
	background-image: url(../images/armani-5.jpg);
    background-color: #2d3849;
    background-size: cover;
	position:relative;
  }
.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-3.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:17px 0;
	background-color: rgb(251, 251, 251);
}
.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 !important; 
}
.content-bottom1 h3{
	font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-weight: 900;
	color:#000;
}
.content-bottom1 h3 span{
	color:#f95a5a;
}
 .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: rgb(251, 251, 251);
}
.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*/

/*--address-services starts here--*/
.address-services{
	width:100%;
	float:left;
	padding: 50px 0;
	background: #f9f9f9;
}
.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(57, 55, 55, 0.1);
    padding-top: 50px;
    margin-bottom: 48px;
    border-bottom: 1px solid rgba(57, 55, 55, 0.1);
    padding-bottom: 13px;
}
.footer-address  h1 i{
	color: #ff3f1c;
	margin-right:6px;
}
.footer-address  h1 {
    color: #000;
    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:#000;
}
.footer-address .services-list p{
	text-align:left;
	margin-bottom:0;
	color:#828282;
}
.footer-address .services-list p a{
	color: #000;
	margin-top:4px;
}
.footer-address .services-list p i{
	margin-right:8px;
	color: #000;
}

/*--project slider starts here--*/
.project-slider{
	width: 100%;
    float: left;
    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--*/
/*.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*/
 
/*--footer-address ends here--*/
#interio-footer{
	padding:3em 0 !important;
	float:left;
	width:100%;
	
}


/*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){
	
	/*--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:780px){
	.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%;
	}
}

@media (max-width:640px){
	.interio-euusa .interio-euusa-grid{
		width:50%;
		float:left;
	}
	.address-services .services-list .list{
		min-height:auto;
	}
}
 