/*
###################################
| | | | |CONTENT BOX
###################################
*/
.content-box-xlg {
  padding: 160px 0; }

.content-box-lg {
  padding: 120px 0; }

.content-box-md {
  padding: 100px 0; }

.content-box-sm {
  padding: 40px 0; }

.margin-bottom-sm {
  margin-bottom: 2rem; }

.margin-bottom-md {
  margin-bottom: 4rem; }

.margin-bottom-lg {
  margin-bottom: 6rem; }

.nogutter {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }

/*
###################################
| | | | |HORIZONTAL IMAGE BREAKS Mixin 
###################################
*/
/*
###################################
| | | | |COLORS
###################################
*/
/*
###################################
| | | | |Animate
###################################
*/
#home-heading-1,
#home-heading-2,
#home-text,
#home-button,
#arrow-down i {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s; }

#home-heading-1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

#home-heading-2 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

#home-text {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

#home-button {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }

#arrow-down i {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

@-webkit-keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
    transform: translateX(-10rem); }
  80% {
    -webkit-transform: translateX(2rem);
    transform: translateX(2rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
    transform: translateX(-10rem); }
  80% {
    -webkit-transform: translateX(2rem);
    transform: translateX(2rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0); } }

@-webkit-keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
    transform: translateX(10rem); }
  80% {
    -webkit-transform: translateX(-2rem);
    transform: translateX(-2rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
    transform: translateX(10rem); }
  80% {
    -webkit-transform: translateX(-2rem);
    transform: translateX(-2rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0); } }

@-webkit-keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(3rem);
    transform: translatey(3rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(3rem);
    transform: translatey(3rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0); } }

/* _-_-_- base/RESET -_-_-_ */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* _-_-_- base/BASE -_-_-_ */
.clearfix {
  overflow: auto;
  zoom: 1; }

html {
  height: 100%;
  font-size: 62.5%; }

body {
  height: 100%;
  color: #191919;
  font-family: sans-serif;
  font-size: 1.4rem;
  margin: 0 auto;
  background: #ffffff; }

section {
  background: #ffffff;
  overflow: hidden; }

.container-fluid {
  padding: 0; }

/* _-_-_- base/TYPOGRAPHY -_-_-_ */
/*
###################################
| | | | |HTML Generic 
###################################
*/
h1,
h2,
h3,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', 'helvetica neue', sans-serif; }

p {
  color: #191919;
  font-size: 1.4rem;
  font-weight: 100;
  line-height: 2.8rem; }

/*
###################################
| | | | | HEADING
###################################
*/
.sub-title {
  color: #55c57a;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  word-spacing: .5rem; }
  .sub-title span {
    color: #55c57a; }

.main-title {
  padding: 3rem 0;
  font-size: 6rem;
  font-weight: 900;
  line-height: 4.5rem;
  text-transform: uppercase; }

/* center Heading inhertes vertical heading*/
.center-heading {
  width: 100%;
  margin-bottom: 0; }
  .center-heading h2 {
    color: #ffffff;
    font-weight: 600; }

/* right heading inherites vertical heading */
.right-heading {
  text-align: right;
  width: 100%; }

/* The little Arrows */
.arrow-horizontal {
  color: #55c57a;
  font-size: 20px;
  font-weight: 900; }

.vertical-heading {
  transform: translateX(-50%) translateY(-350%) rotate(-90deg); }

/* _-_-_- layout/FOOTER -_-_-_ */
/*
###################################
| | | | |FOOTER
###################################
*/
#footer {
  position: relative;
  background: #28b485;
  padding: 3rem; }
  #footer p {
    color: #191919;
    line-height: 2rem;
    margin: 0; }

.btn-back-to-top {
  position: absolute;
  background: #ffffff;
  bottom: 1rem;
  right: 1rem;
  padding: 3px 15px;
  border-radius: 4px;
  font-size: 22px;
  display: none;
  border: none; }

/* _-_-_- layout/FORMS -_-_-_ */
/* _-_-_- layout/GRID -_-_-_ */
/* _-_-_- layout/HEADER -_-_-_ */
/* _-_-_- layout/NAVIGATION -_-_-_ */
/*
###################################
| | | | |NAVIGATION
###################################
*/
.navbar {
  padding: 0;
  padding-top: 20px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear; }

#main-menu {
  float: right; }

.navbar-brand {
  padding: 0; }
  .navbar-brand img {
    width: 20rem; }

ul.nav > li > a:link {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1rem; }

ul.nav > li > a:active {
  color: #55c57a; }

ul.nav > li > a:hover, ul.nav > li > a:focus {
  background: none;
  color: #55c57a; }

.white-nav-top {
  background: #F8F8F8;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0 .8rem .6rem -.9rem #999;
  box-shadow: 0 .8rem .6rem -.9rem #999;
  z-index: 2; }
  .white-nav-top ul.nav > li > a:link {
    color: #191919; }
  .white-nav-top ul.nav > li > a:active {
    color: #55c57a; }
  .white-nav-top ul.nav > li > a:hover, .white-nav-top ul.nav > li > a:focus {
    color: #55c57a; }
  .white-nav-top .navbar-brand img {
    width: 10rem; }

.navigation__checkbox {
  display: none; }

.navigation__button {
  background-color: #ffffff;
  height: 7rem;
  width: 7rem;
  position: fixed;
  top: 6rem;
  right: 6rem;
  border-radius: 50%;
  z-index: 2000;
  box-shadow: 0 1rem 3rem rgba(25, 25, 25, 0.1);
  text-align: center;
  cursor: pointer; }
  @media only screen and (max-width: 56.25em) {
    .navigation__button {
      top: 4rem;
      right: 4rem; } }
  @media only screen and (max-width: 37.5em) {
    .navigation__button {
      top: 3rem;
      right: 3rem; } }

.navigation__background {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  position: fixed;
  top: 6.5rem;
  right: 6.5rem;
  background-image: radial-gradient(#7ed56f, #28b485);
  z-index: 1000;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1); }
  @media only screen and (max-width: 56.25em) {
    .navigation__background {
      top: 4.5rem;
      right: 4.5rem; } }
  @media only screen and (max-width: 37.5em) {
    .navigation__background {
      top: 3.5rem;
      right: 3.5rem; } }

.navigation__nav {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1500;
  opacity: 0;
  width: 0;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.navigation__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 100%; }

.navigation__item {
  margin: 1rem; }

.navigation__link:link, .navigation__link:visited {
  display: inline-block;
  font-size: 3rem;
  font-weight: 100;
  padding: 1rem 2rem;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #ffffff 50%);
  background-size: 220%;
  transition: all .4s; }
  .navigation__link:link span, .navigation__link:visited span {
    margin-right: 1.5rem;
    display: inline-block;
    color: #ffffff; }

.navigation__link:hover, .navigation__link:active {
  background-position: 100%;
  color: #55c57a;
  transform: translateX(1rem); }

.navigation__checkbox:checked ~ .navigation__background {
  transform: scale(80); }

.navigation__checkbox:checked ~ .navigation__nav {
  opacity: 1;
  width: 100%;
  z-index: 1500; }

.navigation__icon {
  position: relative;
  margin-top: 3.5rem; }
  .navigation__icon, .navigation__icon::before, .navigation__icon::after {
    width: 3rem;
    height: 2px;
    background-color: #333;
    display: inline-block; }
  .navigation__icon::before, .navigation__icon::after {
    content: "";
    position: absolute;
    left: 0;
    transition: all .2s; }
  .navigation__icon::before {
    top: -.8rem; }
  .navigation__icon::after {
    top: .8rem; }

.navigation__button:hover .navigation__icon::before {
  top: -1rem; }

.navigation__button:hover .navigation__icon::after {
  top: 1rem; }

.navigation__checkbox:checked + .navigation__button .navigation__icon {
  background-color: transparent; }

.navigation__checkbox:checked + .navigation__button .navigation__icon::before {
  top: 0;
  transform: rotate(135deg); }

.navigation__checkbox:checked + .navigation__button .navigation__icon::after {
  top: 0;
  transform: rotate(-135deg); }

/* _-_-_- layout/SIDEBAR -_-_-_ */
/* _-_-_- modules/BUTTONS -_-_-_ */
/*
###################################
| | | | |BUTTONS 
###################################
*/
.btn {
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.5rem 4rem;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative; }

.btn-animated {
  -webkit-animation: moveInBottom .5s ease-out .75s;
  animation: moveInBottom .5s ease-out .75s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

.btn-general:link, .btn-general:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.5rem 4rem;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative; }

.btn-general:hover {
  -webkit-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #55c57a; }

.btn-general:active {
  -webkit-transform: translateY(-1rem);
  transform: translateY(-0.1rem);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2); }

.btn-general::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.5rem 4rem;
  border-radius: .5rem; }

.btn-general:hover::after {
  -webkit-transform: scalex(1.4) scaleY(1.6);
  transform: scalex(1.4) scaleY(1.6);
  opacity: 0; }

.btn-home {
  color: #191919;
  background: none;
  border: none; }
  .btn-home::after {
    background-color: #ffffff; }

.btn-dark {
  color: #000;
  background: #28b485;
  border: none;
  margin-top: 10px; }
  .btn-dark:hover {
    border: 1px solid #55c57a; }

/* _-_-_- modules/DROPDOWN -_-_-_ */
/* _-_-_- modules/THUMBNAILS -_-_-_ */
/*
###################################
| | | | | ARROW
###################################
*/
.fa-angle-down {
  color: #55c57a; }
  .fa-angle-down:hover, .fa-angle-down:focus {
    color: #ffffff; }

#arrow-down {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  font-size: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  text-align: center;
  margin-left: -1.6rem;
  z-index: 1; }

/* ################################### | | | | |SOCIAL ICONS ################################### */
.social ul.social-list li {
  display: inline; }
  .social ul.social-list li a:link,
  .social ul.social-list li a:visited {
    border: 1px solid #fff;
    width: 3.5rem;
    height: 3.5rem;
    display: inline-block;
    line-height: 3.5rem;
    color: #fff;
    border-radius: 50%; }
    .social ul.social-list li a:link .fa,
    .social ul.social-list li a:visited .fa {
      color: #ffffff; }
  .social ul.social-list li li:nth-child(1) a:hover {
    background: #3b5998;
    border-color: transparent;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear; }
  .social ul.social-list li li:nth-child(2) a:hover {
    background: #c13584;
    border-color: transparent;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear; }
  .social ul.social-list li li:nth-child(3) a:hover {
    background: #00aced;
    border-color: transparent;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear; }

.popup {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(25, 25, 25, 0.8);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all .3s; }
  .popup__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    background-color: #ffffff;
    box-shadow: 0 2rem 4rem rgba(25, 25, 25, 0.2);
    border-radius: 3px;
    display: table;
    overflow: hidden;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.25);
    transition: all .5s .2s; }
  .popup__left {
    width: 33.333333%;
    display: table-cell; }
  .popup__right {
    width: 66.6666667%;
    display: table-cell;
    vertical-align: middle;
    padding: 3rem 5rem; }
  .popup__img {
    display: block;
    width: 100%; }
  .popup__text {
    font-size: 1.4rem;
    margin-bottom: 4rem;
    -moz-column-count: 2;
    -moz-column-gap: 4rem;
    -moz-column-rule: 1px solid #eee;
    column-count: 2;
    column-gap: 4rem;
    column-rule: 1px solid #eee;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
  .popup:target {
    opacity: 1;
    visibility: visible; }
  .popup:target .popup__content {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); }
  .popup__close:link, .popup__close:visited {
    color: #777;
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    font-size: 3rem;
    text-decoration: none;
    display: inline-block;
    transition: all .2s;
    line-height: 1; }
  .popup__close:hover {
    color: #55c57a; }

/* _-_-_- pages/ABOUT -_-_-_ */
/*
###################################
| | | | |ABOUT SECTION 
###################################
*/
#about {
  padding-top: 2rem; }

.about-right {
  margin: 0 auto;
  padding: 0; }

.about-left {
  padding: 3rem 6rem; }

/* _-_-_- pages/CONTACT -_-_-_ */
/*

###################################
| | | | |MAP
###################################
*/
#google-map {
  padding: 0;
  margin: 0; }
  #google-map-rendermap {
    height: 50rem; }

/*
###################################
| | | | |GET IN TOUCH
###################################
*/
.contact {
  background: #F8F8F8; }

.contact-left-details p {
  margin: 100px auto; }

.contact-left-details h4 {
  color: #55c57a;
  font-size: 16px;
  margin: 10px 0 10px 0; }

ul.location-detials {
  margin: 20px auto;
  font-size: 1px;
  list-style: none; }
  ul.location-detials li {
    margin-top: 12px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  ul.location-detials .fa {
    font-size: 20px;
    width: 45px;
    font-weight: 700; }
  ul.location-detials span {
    color: red;
    font-weight: bold; }

.social ul.social-list .fa {
  color: #212226; }
  .social ul.social-list .fa a {
    border: 1px solid #212226;
    text-align: center; }
  .social ul.social-list .fa:hover {
    color: #fff; }

/*Right - Side*/
.contact-right {
  background-color: #ffffff;
  padding: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px; }
  .contact-right h4 {
    font-size: 24px; }
  .contact-right p {
    margin-bottom: 25px; }

/*Contact us */
.contact-us-form form {
  background-color: #ffffff;
  padding: 50px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin: 3rem auto; }
  .contact-us-form form input.form-control {
    padding: 10px 15px;
    font-size: 12px;
    line-height: 24px;
    border: none;
    border-bottom: 1px solid #55c57a; }
  .contact-us-form form textarea.form-control {
    min-height: 140px;
    border: none;
    border-bottom: 1px solid #55c57a; }

/* _-_-_- pages/HOME -_-_-_ */
/*
###################################
| | | | |PRELOADER
###################################
*/
#preloader {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999; }

#status {
  background-image: url(../img/preloader/preloader.gif);
  background-repeat: no-repeat;
  height: 6.4rem;
  width: 6.4rem;
  position: absolute;
  top: 50%;
  left: 50%; }

/*
###################################
| | | | |HOME 
###################################
*/
#home {
  background: none;
  height: 100%; }

#home-bg-video {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  background: url(../video/yazmi_bg_img.png) no-repeat;
  background-size: cover; }

#home-overlay {
  content: "";
  background: url("../img/overlay/checkerboard_16.png") repeat, rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

#home-content {
  height: 100vh;
  width: 100%;
  position: relative; }

#home-content-inner {
  position: absolute;
  top: 40%;
  -webkit-transform: translatey(-30%);
  transform: translatey(-30%); }

#home-content-heading {
  -webkit-animation: moveInLeft 1s ease-out;
  animation: moveInLeft 1s ease-out; }
  #home-content-heading h1 {
    color: #ffffff;
    font-size: 6rem;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    display: inline-block; }
  #home-content-heading h6 {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    display: inline-block; }

#home-content-text {
  -webkit-animation: moveInRight 1s ease-out;
  animation: moveInRight 1s ease-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }
  #home-content-text p {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 100;
    margin: .8rem 0 3rem 0; }

/*Hrizontal Image Break*/
.horizontal-img-break {
  background: url("../img/partners/partners.png") no-repeat fixed center;
  background-size: cover; }
  .horizontal-img-break .content-box-lg {
    background: rgba(0, 0, 0, 0); }

.solutions {
  background-color: #F8F8F8;
  box-shadow: -11px 20px 26px 0px rgba(0, 0, 0, 0.4); }

.solutions-card {
  perspective: 150rem;
  height: 52rem;
  position: relative; }
  .solutions-card-side {
    height: 52rem;
    transition: all .8s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    backface-visibility: hidden;
    border-radius: 3px;
    overflow: hidden; }
    .solutions-card-side-back {
      transform: rotateY(180deg); }
      .solutions-card-side-back-1 {
        background-image: linear-gradient(to right bottom, #2a96ff, #5544fa); }
      .solutions-card-side-back-2 {
        background-image: linear-gradient(to right bottom, #7dd570, #29b484); }
      .solutions-card-side-back-3 {
        background-image: linear-gradient(to right bottom, #ffb801, #ff782f); }
      .solutions-card-side-back-4 {
        background-image: linear-gradient(to right bottom, #2a96ff, #5544fa); }
  .solutions-card:hover .solutions-card-side-front {
    transform: rotateY(-180deg); }
  .solutions-card:hover .solutions-card-side-back {
    transform: rotateY(0); }
  .solutions-card-text {
    position: absolute;
    top: 15%;
    width: 90%;
    padding: 0 20px;
    text-align: center; }
    .solutions-card-text P {
      color: #ffffff; }

.solution-detials-composition {
  position: relative;
  width: 99%; }
  .solution-detials-composition-title {
    position: absolute;
    bottom: 10rem;
    left: 50%;
    transform: translateX(-50%); }
    .solution-detials-composition-title h5 {
      color: #ffffff;
      font-size: 3rem;
      text-transform: uppercase; }
  .solution-detials-composition-plus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2.4rem;
    z-index: 100; }
    .solution-detials-composition-plus h4 {
      color: #ffffff;
      font-size: 10rem; }
  .solution-detials-composition-plus-left-unlevel {
    position: absolute;
    top: 50%;
    transform: translateY(-54%);
    left: -2.2rem;
    z-index: 100; }
    .solution-detials-composition-plus-left-unlevel h4 {
      color: #ffffff;
      font-size: 10rem; }
  .solution-detials-composition-plus-left-level {
    position: absolute;
    top: 50%;
    transform: translateY(-46%);
    left: -2.2rem;
    z-index: 100; }
    .solution-detials-composition-plus-left-level h4 {
      color: #ffffff;
      font-size: 10rem; }
  .solution-detials-composition-pic {
    box-shadow: -11px 3px 26px 0px rgba(0, 0, 0, 0.4);
    border-radius: 2px; }
    .solution-detials-composition-pic-2 {
      margin-top: 1rem; }
    .solution-detials-composition-pic-4 {
      margin-top: 1rem; }

.project {
  background-color: #ffffff;
  padding-bottom: 4rem;
  overflow: hidden; }
  .project-item-details {
    padding: 0 1rem;
    padding-top: 3rem;
    height: 100%; }
    .project-item-details-title {
      font-size: 2rem;
      padding-bottom: 1rem;
      font-weight: 900; }
    .project-item-details-area {
      display: block;
      color: #55c57a;
      margin-bottom: 1rem;
      font-weight: 900; }
  .project-item-details:hover {
    background: linear-gradient(to right, #ffffff 50%, #55c57a 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .2s ease-out; }
    .project-item-details:hover h5,
    .project-item-details:hover p,
    .project-item-details:hover span {
      color: #ffffff; }
  .project-item-image:hover {
    overflow: hidden; }
    .project-item-image:hover img {
      transform: scale(1.2);
      transition: all 0.5s;
      cursor: pointer; }
