.logo-size {
    height: 55px
}

.brand-round {
    height: 30px;
    width: 30px;
    border-radius: 50%
}

.main-image {
    border-radius: 8px
}

.whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    background: #25cc62;
    padding: 15px;
    width: 50px;
    height: 50px;
    z-index: 99
}

.whatsapp .fa-whatsapp {
    font-size: 32px;
    color: #fff
}

.header-area .main-menu li a {
    position: relative
}

.header-area .main-menu li a.active {
    color: #ea1b22
}

.offcanvas-3__menu li a.active {
    color: #ea1b22
}

.service-details-area .section-title-box.itservice {
    display: grid;
    gap: 20px 60px;
    grid-template-columns: 1fr 636px;
    align-items: center;
    margin-top: 46px
}

body.products .logo-size {
    filter: brightness(0) invert(1)
}

.header-area.sticky .logo-size {
    filter: initial
}

body.products .hero-area .area-bg img {
    opacity: .9
}

.header-area .main-menu li a {
    font-size: 22px;
    font-weight: 400;
    font-family: var(--font_teko);
    text-transform: uppercase
}

.products .main-menu li a.active {
    color: #fff
}

.products .header-area.sticky .main-menu li a.active {
    color: #ea1b22
}

.products .footer-cta .newsletter {
    border-inline-start: 1px solid rgba(255, 255, 255, .08);
    padding-inline-start: 108px;
    padding-top: 16px;
    padding-bottom: 39px
}

.products .footer-cta .newsletter .input-field {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid var(--white);
    padding-bottom: 25px
}

.iso_certificates {
    display: flex;
    gap: 8px;
    flex-direction: column
}

.iso_certificates img {
    width: 90%;
    height: auto
}

.iso_certificates_footer {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: #fff;
    text-align: center;
    border-top: 1px dashed #ddd;
    text-transform: uppercase;
    color: #000;
    font-size: 22px;
    font-weight: 500
}

.iso_img_footer {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    align-items: center
}

.iso_img_footer img {
    height: 72px
}

.footer-iso-pic {
    height: 142px
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.footerinput.input-field {
    margin-top: 16px;
    display: flex;
    gap: 10px;
    border-bottom: 1px solid var(--white);
    padding-bottom: 25px
}

.footerinput.input-field input {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    color: var(--white);
    font-size: 24px;
    font-weight: 300
}

@media only screen and (max-width:1199px) {
    .header__nav {
        display: none !important
    }

    .header__navicon {
        display: block !important
    }
}

.header__navicon {
    display: none
}

@media only screen and (max-width:1199px) {
    .header__navicon {
        display: block !important
    }
}
.contact-area .contact-formfield textarea{
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid var(--border);
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    transition: all .5s;
}