.color {
  color: #dc3545;
}
.Logo {
  width: 25%;
  position: absolute;
  right: 9.6rem;
  top: 50%;
  transform: translateY(-50%);
}

.vlt-custom--8131 {
  bottom: -250px;
  left: -200px;
  max-width: 550px;
}

.vlt-custom--1451 {
  top: -25px;
  left: -30px;
  width: 256px;
  height: 208px;
}
.boxed-item.vlt-counter-up-small{
  padding: 1.5rem 1.875rem 1.5rem 1.25rem;
}
.flex-align-center{
  display: flex;
  align-items: center;
}
.vlt-fixed-socials{
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-transform: rotate(0deg) translate3d(50%, 0, 0) translateY(-50%);
  transform: rotate(0deg) translate3d(50%, 0, 0) translateY(-50%);
  bottom: auto;
  top: 50%;
  right: 75px;
}
.vlt-fixed-socials a,.vlt-fixed-socials a + a{
  margin: 0.6rem 0;
}


@media only screen and (max-width: 575px) {
  .vlt-custom--1451 {
    top: -100px;
    left: -100px;
  }
}

.vlt-custom--1512 {
  bottom: -28vw;
  left: 50vw;
  width: 75vw;
  height: 75vw;
  background-size: cover;
}

.vlt-custom--4124 {
  top: 0;
  right: 0;
  bottom: 0;
  width: 40vw;
  height: 100%;
  background-position: top left;
  background-size: cover;
}

@media only screen and (max-width: 991px) {
  .vlt-custom--4124 {
    right: 0;
    width: 50vw;
  }
  .Logo {
    display: none;
  }

  /* h5.pad {
    padding-top: 8rem;
  } */
}

@media only screen and (max-width: 767px) {
  .vlt-custom--4124 {
    right: -50vw;
    width: 100vw;
  }
  .vlt-large-heading {
    font-size: 3rem;
  }
}

.vlt-custom--1259 {
  top: -20px;
  right: -5px;
  width: 256px;
  height: 208px;
}

.vlt-custom--2355 {
  bottom: -250px;
  left: 0;
  width: 389px;
  height: 550px;
}
.vlt-fixed-socials img{
  width: 32px;
}
.bottom-right-social-icon {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  z-index: 39;
  padding: 40px;
}
.bottom-right-social-icon a{
  padding: 5px;
  display: inline-block;
  vertical-align: top;
}
.bottom-right-social-icon img{
  height: 60px;
  transition: all 0.3s ease 0s;
}
.bottom-right-social-icon a:hover img{
  transform: scale(1.1);
}
.inline-flex-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.inline-flex-content .bottom-right-social-icon{
  text-align: right;
}
.vlt-offcanvas-menu .bottom-right-social-icon{
  position: static;
}
.vlt-offcanvas-menu__socials a + a {
  margin-left: 0.8rem;
}
.vlt-offcanvas-menu__socials a img{
  width: 30px;
}
.vlt-offcanvas-menu .bottom-right-social-icon {
  padding: 0;
}
.vlt-offcanvas-menu .bottom-right-social-icon img {
  height: 36px;
}
.text-danger{
  color: #dc3545
}
.portfolio-list-block{
  width: 100%;
}
.portfolio-list-items{
  width: 100%;
  margin: 0 -1rem;
}
.portfolio-list-items .portfolio-item{
  width: 33.3%;
  padding: 0 0.8rem;
  margin: 0.4rem 0;
}
.portfolio-list-items .portfolio-item .figure{
  width: 100%;
}
.portfolio-list-items .portfolio-item .figure a{
    padding: 50% 0;
    position: relative;
    border: 1px solid #595959;
    border-radius: 1.2rem;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.portfolio-list-items .portfolio-item .figure img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease 0s;
}
.portfolio-list-items .portfolio-item:hover .figure img{
  transform: scale(1.03);
}
.portfolio-item .title-cta-content{
  padding: 1.6rem 0.8rem;
}
.portfolio-item .title-cta-content h4{
  line-height: 1.3;
  font-size: 2rem;
  font-weight: 600;
}
.portfolio-item .title-cta-content span{
  line-height: 1.2;
  display: inline-block;
  vertical-align: top;
  font-size: 0.8rem;
}
.portfolio-item .title-cta-content .title-area {
  width: calc(100% - 1.9rem);
  padding-right: 0.3rem;
}
.portfolio-item .title-cta-content .cta{
  width: 1.9rem;
  text-align: right;
  padding-top: 0.25rem;
}
.portfolio-item .cta img{
  width: 1.6rem;
  height: auto;
}
@media(max-width: 1199px){
  .bottom-right-social-icon {
    padding: 30px;
  }
  .bottom-right-social-icon a{
    padding: 3px;
  }
  .bottom-right-social-icon img{
    height: 40px;
  }
  .vlt-fixed-socials{
    right: 45px;
  }
  .vlt-fixed-socials img{
    width: 30px;
  }
  .bottom-right-social-icon {
    padding: 10px;
  }
  .bottom-right-social-icon img{
    height: 32px;
  }
  .portfolio-item .title-cta-content h4 {
      font-size: 1.6rem;
  }
  .portfolio-item .title-cta-content {
      padding: 1.4rem 0.5rem;
  }
  .portfolio-item .title-cta-content .title-area {
      width: calc(100% - 1.6rem);
  }
  .portfolio-item .title-cta-content span{
    font-size: 0.7rem;
  }
  .portfolio-item .title-cta-content .cta {
      width: 1.6rem;
      padding-top: 0.22rem;
  }
  
  .portfolio-item .cta img {
      width: 1.5rem;
  }
}