/*********************************************************************************

	Template Name: Template Full Name Here
	Description: A perfect template to build beautiful and unique medical websites. It comes with nice and clean design.
	Version: 1.0

	Note: This is custom css.

**********************************************************************************/

.wrapper-slider {
  perspective: 628px;
  /* margin: auto; */
  /* width: 45em; */
}

.wrapper-slider:hover .inner {
  transform: scale(1.2);

}

.inner-slider-left {
  transition: .3s;
  transform: rotateY(50deg);
}

.inner-slider-right {
  transition: .3s;
  transform: rotateY(-50deg);
}

.inner-slider-left figure {
  box-shadow: -6px 6px 2px -3px  rgba(100,100,100,.1);
  width: 15em;
  padding: .5em;
  display: inline-block;
  margin-right: 1em;
  background: rgba(72,72,72,0.29);
  border: 1px solid rgba(250,250,250,.5);
}

.inner-slider-right figure {
  box-shadow: 6px 6px 2px -3px  rgba(100,100,100,.1);
  width: 15em;
  padding: .5em;
  display: inline-block;
  margin-right: 1em;
  background: rgba(72,72,72,0.29);
  border: 1px solid rgba(250,250,250,.5);
}


.inner-slider img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

#homepage {
  justify-content: space-between;
}

.l-side {
  transform: rotate(2deg);
}

.r-side {
  transform: rotate(-3deg);
}

#board{
  position: relative;
}

#board-initial{
  position: absolute;
}

.vertical-center {
  margin: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#small-img {
  max-width: 220px;
}

#feature-text {
  font-family: "IBM Flex Sans", sans-serif;
}

.height--100 {
  height: 100vh;
}

.shadow-texts {
  text-shadow: 1px 1px 1px #919191,
    1px 9px 6px rgba(16,16,16,0.4),
    1px 11px 10px rgba(16,16,16,0.2),
    1px 12px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);
}


.float-r {
  float: right;
}

.v-align {
  display: flex;
  align-items: center;
  justify-content: center;
}

.float-vr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.float-languages {
    display: flex;
    justify-content: space-between;
}

.transparent-background {
  background-color: rgba(0,0,0,0) !important;
}

.close:before {
  content: "close";
  position: absolute;
  padding: 0 4px;
  opacity: 0;
  transform: translateX(-50%);
  transition: 0.25s ease;
}
.close:hover:before {
  opacity: 1;
  transform: translateX(-100%);
}

.change-text:after {
    -webkit-transition: all 3s;
    transition: all 3s;
}

.change-text:hover span {
  display: none;}
.change-text:hover:after {
  content: "Comming Soon";
  -webkit-transition: all 3s;
      transition: all 3s;}


.bk-service-list:hover {
  background-color: #f5f3f2;
}

.bk-service-list:hover .thumb{
  transform: scale(1.1);
  transition: all .5s;
}

.property-title {
  font-size:24px !important;
}

@media all and (max-width:767px){
.reverse-cols{
flex-direction: column-reverse;}}


.object-custom-menu > li.has-mega-menu .object-submenu li.title {
  font-family: 'Domaine', sans-serif;
}


.menu-right-icon::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  line-height: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f107";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
.menu-right-icon.active::after {
  content: "\f106"; }

.lang-switch {
  border: 0px;
  font-family: 'Domaine', sans-serif;
  text-transform: uppercase;
  color:#fff;
}

@supports (-webkit-overflow-scrolling: touch) {
  .freelancer-wrapper {
  background-attachment: scroll;
  }
}

.col-xs-6 {
  width:50% !important;
}
