
.custom-space.padding-bottom {
    padding-bottom: 50px!important;
  }
.custom-space.margin-bottom {
    margin-bottom:30px!important;
  }
.orange-color {
    color: var(--orange-color) !important;
}
.yellow-color {
    color: var(--yellow-color) !important;
}
.information-quote .chat {
    position: relative;
    background-color: var(--primary-color);
    background-image: url(../../assets/images/footer-info-bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.information-quote .chat .chat_icon {
    background-color: #fff;
    padding: 31px 65px 31px 40px;
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
}
.information-quote .chat .chat_icon {
    background-color: #fff;
    padding: 31px 65px 31px 40px;
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
}
.information-quote .chat h2 {
    font-size: 40px;
    text-transform: capitalize;
    color: var(--white);
    padding-left: 30px;
}
.information-quote .chat ul {
    display: flex;
    align-items: center;
}
.information-quote .chat ul .info {
    margin-right: 10px;
}
.information-quote .chat ul .info .info_image {
    margin-left: -22px;
}

.bg-page-arrow {
    background-image: url(../../assets/images/portfolio/bg.jpg);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.bg-page-arrow::before {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
     z-index: -1;
}
.client-our .swiper-slide img{
    /* width: 100px; */
    height: 56px;
}
.blog-three .item .image .content h3 {
    min-height: 70px;
}
.blog-three .item .image .content h3, .blog-three .item .content-up h3 a {
    font-size: 18px;
}
footer .item ul li a:hover, footer .item ul li i, .social-icon i {color: #fff352;}
.footer-logo img {width: 180px;}
footer .item ul li {color:#e4e4e4}
.whatsap-chat {position:fixed;bottom:100px;right:-50px;z-index: 10;}
.space-breadcumbs {
    padding: 100px 0px;
}