.our-serices-image-box {
    max-height: 100px;
    max-width: 100px;
    min-height: 100px;
    min-width: 100px;
    border-radius: 20px
}

.cta{
    margin: 30px 0!important;
}
.cta-btn-warning {
    color: var(--color-white);
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 10px;
    background: rgba(var(--color-secondary-dark-rgb), 0.9);
}

.cta-btn-warning:hover {
    background: rgba(var(--color-primary-dark-rgb), 0.9);
    color: var(--color-white);
}
.cta-btn:hover {
    color: var(--color-white) !important;
    background: rgba(var(--color-secondary-dark-rgb), 0.9) !important;
}

.custom-button {
    color: var(--color-white);
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 10px;
    border-style: none;
    background: rgba(var(--color-primary-dark-rgb), 0.9);
}
.custom-button:hover {
    color: var(--color-white);
    background: rgba(var(--color-secondary-dark-rgb), 0.9);
}

.custom-button-warning {
    color: var(--color-dark);
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 10px;
    border-color: transparent;
    background: rgba(var(--color-yellow-rgb), 0.9);
}

.services-list .service-block {
    margin-bottom: 25px;
}

.services-list .service-block .ico {
    font-size: 38px;
    float: left;
}

.services-list .service-block .text-block {
    margin-left: 58px;
}

.services-list .service-block .text-block .name {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 5px;
}

.highlight {
    color: #2ac5ed;
    font-weight: bold;
}

.hero-benifits {
    transition: all ease-in-out 0.4s;
}

.hero-benifits:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0 60px 0 rgba(var(--color-secondary-rgb), 0.1);
}

.engagement_sec {
    padding-top: 100px !important;
    padding-bottom: 70px;
    background: rgb(245, 245, 245);
    text-align: center;
}

.model_box {
    background: #fff;
    height: 100%;
    border-radius: 5px;
}

.engagement_sec .model_box .black_bar {
    background: linear-gradient(45deg, #ec6217 20%, #0ea2bd 98%);
    padding: 24px 30px;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 5px 5px 0 0;
    text-align: left;
}

.engagement_sec .model_box .black_bar {
    font-size: 20px;
    color: #fff;
    margin: 0;
    font-weight: bold;
}

.engagement_sec .model_box .white_bg {
    background: #fff;
    padding: 30px 25px;
    text-align: left;
    min-height: 300px;
    border-radius: 0 0 5px 5px;
}

.engagement_sec .model_box .white_bg {
    min-height: auto;
}

.engagement_sec .model_box .black_bar img {
    margin-right: 25px;
}



/* -- ...z -- */
@media(max-width: 1075px){
    .hero-static .hm-hero-child{
        width: 49.5%;
    }
    .tools-img-child-wrap{
        justify-content: space-between;
    }
    .tools-img-child{
        margin: 5px;
        width: 45%;
    }
    .tools-img-child img{
        width: 100%!important;
    }
}
/*#services {*/
/*    background: #f1e29a2e;*/
/*}*/
.swiper-slide:nth-child(2n+1) .testimonial-item{
    background: #e1f2e666;
}
.swiper-slide:nth-child(2n) .testimonial-item{
    background: #f1e29a2e;
}
#brands{
    background: #80808014;
}
#about{
    background: #0080000a;
}
.portfolio-info{
    background: #3a4753d1!important;
    border-top: 2px solid var(--color-links);
}
.portfolio-info h4 a{
    color: var(--color-links)!important;
}
.portfolio-info p{
    color: #fff!important;
}
.portfolio-wrap{
    border: 2px solid var(--color-links);
    border-radius: 3px;
}
.services .details{
    box-shadow: 0px 0 1px rgba(var(--color-black-rgb), 0.1)!important;
    background: #80808019!important;
}
.contact .col-lg-8{
    padding: 20px;
    box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
    border-radius: 3px;
}
.contact .row.gy-5{
    align-items: stretch;
}
.contact .info{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.hero-static .hm-hero-child .card{
    /* min-height: 260px; */
}
.hero-static .hm-hero-child .card .bg-light{
    background: none!important;
}
#about h3.display-6{
    border-bottOM: 2px solid #a52a2a91;
    font-weight: 600;
}