* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

@font-face {
    font-family: Dm-Sans;
    src: url(../font/DMSans-Regular.ttf);
}

@font-face {
    font-family: raleway;
    src: url(../font/raleway/Raleway-Bold.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: raleway;
}

body {
    font-family: Dm-Sans;
}

header a {
    font-family: raleway;
}

.btn_portfolio {
    color: #fff;
    border-radius: 32px;
    background: #111827;
    padding: 0.6rem 1.5rem;
}

.text_yellow {
    color: #F8B035;
}

.btn_portfolio:hover {
    color: #F8B035;
    border-radius: 32px;
    border: 1px solid #F8B035;
    background: #fff;
}

.bg_yellow {
    background-color: #F8B035;
}

.bg_black {
    background-color: #111827;
}

.fas {
    font-size: 60px;
}

.iconbox_icon {
    width: 100px;
    height: 100px;
    margin: 0 0 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center top -3px;
    background-image: url(../images/technology/shape_polygon.webp) !important;
    display: flex;
    justify-content: center;
}

.iconbox_block {
    transform: unset;
}

.iconbox_icon img {
    max-width: 40px;
}

.iconbox_title {
    line-height: 1;
    font-size: 20px;
    font-weight: 400;
}

.gradient {
    background-image: linear-gradient(90deg, #F8B035 40%, #352f440f 100%),
        url('https://pixfeeds.com/images/sports/volleyball/1280-183064576-volleyball-in-an-empty-gym.jpg');
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.text_black {
    color: #111827;
}

.leading-title {
    line-height: 5.75rem
}

.div_imgs {
    height: auto;
    -webkit-mask-image: url(../images/blog/curve.jpeg);
    -webkit-mask-size: cover;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}

.div_img {
    height: auto;
    -webkit-mask-image: url(../images/mask_img.png);
    -webkit-mask-size: cover;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}

.portfolio_wrapper {
    background-image: url(../images/portfolio/portfolio-banner-1.avif);
}

.banners_wrapper {
    height: auto;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
}

.overlay_orange {
    z-index: 1;
    background: #f2730aa1 !important;
}

button span {
    font-family: raleway;
}

.ovarlay {
    z-index: 1;
    background: #0006;
    border-radius: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.terms_banner {
    background-image: url(../images/terms-conditions-banner.webp);
}

.privacy_banner {
    background-image: url(../images/Privacy-Policy-Banner.jpg);
}

.contact_banner {
    background-image: url(../images/contact-us.jpg);
}

.career_banner {
    background-image: url(../images/career-banner.jpg);
}

.cookie_banner {
    background-image: url(../images/cookie-banner.png);
}

.blog_cardimg {
    height: 250px;
    object-fit: fill;
}

.blog_banner {
    background-image: url(../images/blog/blog-banner.jpg);
}

.faq_banner {
    background-image: url(../images/faq-banner.webp);
}

.blog_detail_img {
    height: 450px;
    object-fit: cover;
}

.home_blog_heading {
    height: 70px;
    overflow: hidden;
}

.industry_banner {
    background-image: url(../images/industry-banner.jpg);
}

.process {
    width: 100%;
    text-align: center;
}

.process__item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    position: relative;
    padding: 15px 25px;
    transition: 0.4s ease-in-out;
}

.process__item:hover {
    background: #fde7c096;
    cursor: pointer;
}

.process__item:hover .process__number {
    transform: translateY(5px);
    color: #F8B035;
}

.process__number {
    font-size: 90px;
    -webkit-text-stroke: 1px #F8B035;
    display: block;
    color: transparent;
    font-family: raleway;
    font-weight: 700;
    transition: 0.4s ease-in-out;
}

.process__title {
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 24px;
    color: #F8B035;
    font-family: raleway;
    overflow: hidden;
    height: 70px;
    text-transform: capitalize;
    margin-top: 0px;
}

.process__subtitle {
    display: block;
    font-size: 14px;
    color: #8c8c8c;
    margin-top: 8px;
    line-height: 1;
}

@media (min-width: 768px) {
    .process {
        display: inline-block;
    }

    .process__item {
        width: 49%;
        display: inline-block;
    }

}

@media (min-width: 1200px) {
    .process {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 16px;
    }

    .process__item {
        width: 100%;
    }

}

.case_studies {
    background-image: url(../images/case/case-banner.webp);
}

.case_studies1 {
    background-image: url(../images/case-study-banner.jpg);
}

.project_banner {
    background-image: url(../images/portfolio/portfolio-banner.jpg);
}

.industry_img {
    height: 450px;
    object-fit: cover;
}

@media screen and (max-width: 767px) {

    .industry_img {
        height: 300px;
    }

    .blog_detail_img {
        height: auto;
    }

    .gradient {
        background-image: linear-gradient(183deg, #F8B035 40%, #352f440f 100%),
            url(https://pixfeeds.com/images/sports/volleyball/1280-183064576-volleyball-in-an-empty-gym.jpg);
    }

    .right-7 {
        right: 0.75rem !important;
    }

    .bottom-4 {
        bottom: 2rem !important;
    }
}

ul li i {
    margin-right: 8px;
    color: #F8B035;
}