/*
Theme Name: ittech child
Tags:  custom-menu, editor-style, featured-images
Template: ittech
Version: 1.0.0
*/


@import '../ittech/style.css';



/*---------------------------------
      write your css from here
------------------------------------*/
/* H1 */
.brpt h1 {
    font-size: 40px !important;
    font-family: var(--e-global-typography-774543d-font-family), Sans-serif !important;
    font-weight: 700 !important;
    line-height: 1;
}

/* H3 base */
h3 {
    font-size: 22px !important;
    font-family: var(--e-global-typography-774543d-font-family), Sans-serif !important;
    font-weight: 600 !important;
    color: var(--e-global-color-secondary) !important;
}

/* H3 white overrides */
footer h3,
.front-content-innner h3,
.history-section .elementor-icon-box-title,
.contact-page h3 {
    color: #fff !important;
}

/* H3 hover white */
.service-box:hover .service-box-title h3,
.icon-box:hover h3 {
    color: #fff !important;
}

/* H3 hover exception */
.abouts .service-box.style12:hover h3 {
    color: #000 !important;
}

/* H3 display inline */
.icon-box.style5 h3 {
    display: inline;
}

/* Marquee bullet position */
.marquee-block h3::before {
    top: 17px;
}

/* Icon box style17 image */
.icon-box.style17 .img-icon img {
    height: 45px !important;
    width: 45px !important;
    position: relative;
    left: 13px;
    top: 13px;
}