    :root {
  --orange: #de3715;
  --pewter_Blue: #022f46;
  --prussian_Blue: #69b0c2;
    --orange-light: #fc9c34;
}

.color-orange-{
  color: var(--orange)  ;
}
.svgSize svg {
    width: 55px;
    height: auto;
}
/*    body { background-color: var(--orange); }*/
    .btn-subj-main {
    font-size: 18px;
    font-weight: 500;
    color: #fff!important;
    background-color: #de3715;
    border-radius: 6px;
    padding: 10px 20px;
}
    .btn-subj-main:hover {
    background-color: #fff;
    color: #de3715!important;
    border: 1px solid #de3715   ;
}
    .img_top{
        margin-top: -70px;
        margin-bottom: 15px;
    }

    @media screen and (max-width:767px){
        .homeBanner{
            background-image: none !important   aqzx;
        }
    }
    @media screen and (max-width:992px){
        .img_top{
            margin-top: 0px;
            margin-bottom: 15px;
            padding-top: 2.5rem;
        }
    }
    .borderAll{
        border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    }
.text_logo{
    display: inline;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen-Sans, Ubuntu, Cantarell, helvetica neue, Helvetica, 游ゴシック, pingfang sc, STXihei, 华文细黑, microsoft yahei, 微软雅黑, SimSun, 宋体, Heiti, 黑体, sans-serif;
    font-weight: 600;
    color: #212121;
}

.text_logo:hover, .text_logo:focus {
    color: #1565c0 !important;
}
