/*Featured services css*/
section.featured-services {
    padding: var(--p90) var(--p12);
}
.featured-service-content {
    position: relative;
    overflow: hidden;
}
section.featured-services .service-image{
    position: relative;
}
section.featured-services .service-image img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    mix-blend-mode: luminosity;
}
section.featured-services .services-head {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 17px 20px 21px;
    padding-left: 95px;
    background: #fff;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(1);
}
section.featured-services .services-head h3{
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
section.featured-services .services-head h3 a:hover{
    color: #FF7425;
}
section.featured-services .service-icon {
    position: absolute;
    top: -30px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: #FF7425;
}
section.featured-services .service-icon svg{
    width: 32px;
    height: 32px;
    fill: var(--white-color);
}
.featured-service-content:hover .services-head {
    transform: scaleY(0);
}
section.featured-services .services-details {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    text-align: center;
    background-color: white;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 33px 50px 30px;
    transform: translateY(120%);
    transition: all 500ms ease;
    z-index: 1;
}
section.featured-services .services-details h3{
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 12px;
}
section.featured-services .services-details h3 a:hover{
    color: #FF7425;
}
section.featured-services .services-details p{
    margin-bottom: 12px;
}
section.featured-services .services-details .service-arrow a{
position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61px;
    height: 61px;
    background-color: #f6f6f6;
    border-radius: 50%;
    font-size: 30px;
    transform: rotate(48deg);
    color: #FF7425;
    margin: 0 auto;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
section.featured-services .services-details .service-arrow a:hover{
    background-color: #FF7425;
    color: #fff;
}
.featured-service-content:hover .services-details {
    transform: translateY(0);
}
/*Service List css*/
section.service-list {
    padding: var(--p90) var(--p12);
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/service-bg.jpg);
}
section.service-list .row.list-head{
    margin-bottom: 45px;
}
section.service-list p.subtitle{
text-transform: uppercase;
    color: #FF7425;
    font-size: 14px;
    letter-spacing: 0.3em;
    font-weight: 700;
}
section.service-list .head h2{
    margin-bottom: 0px;
}
section.service-list .head h2 span{
    font-weight: 400;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}
section.service-list .row.list-head .col-5{
    display: flex;
    align-items: center;
}
section.service-list .row.list-head .col-5 p{
    margin-bottom: 0px;
}
section.service-list .list-details {
    position: relative;
    display: block;
    z-index: 1;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    background: var(--white-color);
    text-align: center;
}
section.service-list .list-details .icon {
    z-index: 1;
    position: relative;
}
section.service-list .list-details .list-item{
padding: 50px 20px 45px;
    overflow: hidden;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
}
section.service-list .list-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .20;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    background-position: center top;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 0;
    background-image: url(../images/web1.jpg);
}
section.service-list .icon svg{
    width: 64px;
    height: 64px;
    fill: #FF7425;
}
section.service-list .list-item h3{
    font-size: var(--f22);
    margin-top: 18px;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
}
section.service-list .row.list-bottom .col-3{
    width: 20%;
    padding-left: 9px;
    padding-right: 9px;
}
section.service-list .list-details:hover .list-item {
    background-color: #000;
}
section.service-list .list-details:hover .list-image {
    transform: scaleY(1);
}
section.service-list .list-details:hover h3 a {
    color: var(--white-color);
}
/*Choose css start*/
section.choose {
    padding: var(--p90) var(--p12);
}
section.choose p.subtitle {
    text-transform: uppercase;
    color: #FF7425;
    font-size: 14px;
    letter-spacing: 0.3em;
    font-weight: 700;
}
section.choose h2 span{
    font-weight: 400;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}
section.choose .head {
    margin-bottom: 28px;
}
section.choose p.choose-head {
    font-size: 24px;
    font-weight: 500;
    color: #FF7425;
    margin-bottom: 20px;
}
section.choose ul {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
section.choose .choose-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #FF7425;
}
section.choose .choose-icon svg{
width: 32px;
height: 32px;
fill: #fff;
}
section.choose li{
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 45%;
}
section.choose li:hover .choose-icon{
    background: var(--black-color);
}
section.choose .choose-img img{
    width: 100%;
    height: 480px;
    object-fit: cover;
}
/*Video section css*/
section.video-service {
    padding-top: 0px;
}
section.video-service .video-details {
   width: 100%;
    height: 584px;
    position: relative;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    }
section.video-service .video-banner{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .60;
background-image: url(../images/video-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: luminosity;
}
.video-icon{
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    
    background: #FF7425;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.video-icon i{
    color: var(--white-color);
    font-size: 24px;
}
.video-text {
    position: relative;
    display: block;
    z-index: 1;
}
.video-text  a{
    height: 173px;
    width: 173px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
section.video-service .curved-circle {
    font-size: 16px;
    font-weight: 700;
    /* font-family: var(--apsro-font-two); */
    color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.3em;
    animation: textRotate 10s linear 0s forwards infinite alternate;
}
section.video-service .curved-circle span.curved-circle--item {
    position: relative !important;
    width: 173px !important;
    height: 173px !important;
    top: -20px;
}
@keyframes textRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*Brands css start*/
section.brands{
    position: relative;
}
section.brands h4{
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    max-width: 1170px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: -2px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
section.brands h4:before {
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    height: 1px;
    background-color: var(--secondary-color);
    max-width: 480px;
    width: 100%;
}
section.brands h4:after {
    position: absolute;
    top: 8px;
    right: 0;
    content: "";
    height: 1px;
    background-color: var(--secondary-color);
    max-width: 480px;
    width: 100%;
}
section.brands img{
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: 0.20;
    max-width: 100%;
    width: 120px !important;
    margin: auto;
}
section.brands img:hover{
    opacity: 0.60;
}