section.industries .col-7 img {
    width: 100%;
    height: 570px;
    object-fit: cover
}

section.industries .col-7 {
    padding-right: var(--p30)
}

section.industries p.head {
    font-size: var(--f18);
    margin-bottom: 10px;
    color: var(--territiary-color);
    margin-top: var(--m50)
}

section.industries h2 {
    margin-bottom: var(--m20)
}

section.industries h3 {
    font-size: var(--f22);
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: var(--p15)
}

section.industries .details {
    background-color: #fdfdfd;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 35.84px 24px 36px 33px;
    height: 520px;
}

section.industries .details .icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--territiary-color);
    border-radius: 100%;
    margin-bottom: var(--m20);
    position: relative;
    z-index: 1
}

section.industries .details .icon img {
    width: 40px
}

section.industries .details .industries-content h5 {
    font-size: var(--f20);
    margin-bottom: var(--m10)
}

section.industries .details .industries-content p {
    font-size: var(--f15);
    margin-bottom: 0
}

section.industries .details .industries-content {
    position: relative;
    z-index: 1
}

section.industries a.service-btn {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: flex;
    align-items: center;
    height: 30.09px;
    width: 34px;
    justify-content: center
}

section.industries a.service-btn:after {
    content: '';
    top: 0;
    left: -15px;
    position: absolute;
    width: 59px;
    height: 30px;
    border-radius: 0 3px 0 0;
    transition: 250ms linear;
    transform: skew(29deg);
    z-index: 1;
    background-color: var(--btn-color)
}

section.industries a.service-btn i,section.services .service-btn i {
    color: var(--white-color);
    font-size: 18px;
    z-index: 2
}

section.services .content .col-4 a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

section.industries .details:after {
    content: '';
    position: absolute;
    width: 106px;
    height: 106px;
    border-radius: 50%;
    background-color: var(--btn-color);
    top: -33px;
    right: -31px;
    opacity: .1;
    z-index: 1
}

section.industries .details .img-sec {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background-color: var(--territiary-color);
    background: url("../images/service1.jpg") 50%/cover no-repeat;
    transform-origin: right center;
    -webkit-transform: scale(0,1);
    -khtml-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -khtml-transition: transform .3s cubic-bezier(.37,.31,.2,.85);
    -moz-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -ms-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -o-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    transition: transform .3s cubic-bezier(.37, .31, .2, .85)
}

section.industries .details .img-sec:after {
    content: '';
    position: absolute;
    background-color: var(--territiary-color);
    z-index: 1;
    opacity: .9;
    width: 100%;
    height: 100%
}

section.industries .details:hover .img-sec {
    webkit-transform: scale(1,1);
    -khtml-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    transform-origin: left center;
    -webkit-transform-origin: left center
}

section.industries .details:hover .icon,section.services .col-4:hover .icon {
    background: var(--secondary-color)
}

section.industries .details:hover a.service-btn::after,section.services .col-4:hover .service-btn::after {
    background-color: var(--white-color)
}

section.industries .details:hover a.service-btn i,section.services .col-4:hover .service-btn i {
    color: var(--secondary-color)
}

section.featured-projects .content-links a:first-child::after,section.industries .details:hover:after {
    display: none
}

div#industries-slider {
    width: 75%;
    margin-left: auto;
    margin-top: -320px;
}

div#industries-slider button {
    width: 50px;
    text-align: center;
    height: 50px;
    border-radius: 50%;
    background: #f4f4f4!important
}

div#industries-slider button:hover {
    background: var(--secondary-color)!important
}

div#industries-slider button i {
    color: var(--secondary-color);
    font-size: 22px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center
}

div#industries-slider .owl-nav {
    width: 120px;
    position: absolute;
    left: -20%;
    bottom: 0;
    display: flex;
    gap: 10px
}
.demo button i,div#industries-slider button:hover i,section.cta .bottom-content a.main-btn span,section.demo .head h2,section.industries .details:hover h3,section.industries .details:hover p,section.projects1 .project-btn a.main-btn span,section.projects1 .project-btn a.main-btn:hover span,section.projects1 .project-content p,section.services .cont-sec a.main-btn:hover {
    color: var(--white-color)
}
section.industries {
    background: #f4f4f4;
}
section.cta .bottom-content{
  background: linear-gradient(90deg, rgba(55, 150, 182, 1) 0%, rgba(56, 87, 151, 1) 50%, rgba(55, 37, 123, 1) 100%);
    border-radius: 10px;
}