.Header-Title {
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
.Header-Title h1{
    color: #fff;
    font-size: 42px;
}
.hed span {
    position: absolute;
    top: 96%;
    right: 10%;
    font-size: 13px;
    color: #fff;
}
.pd-r-0{
    padding-right: 20px!important;
}
.pd-l-0{
    padding-left: 0!important;
}
.logo{
    text-align: right;
}
.hed{
    text-align: left;
    position: relative;
}
.font-weight-large_25{
    font-size: 16px;
}
ul.js-clone-nav.d-none.d-lg-inline-block.site-menu {
    padding: 0;
}
.randomColor {
    font-size: 21px;
    animation: changeColor 2s infinite;
}
@keyframes changeColor {
   0%{color: red;}
    50%{color: rgb(255, 165, 0);}
    75%{color: rgb(255, 55, 0);}
    100%{color: white;}
}
.randomColor2 {
 
    animation: changebgColor 2s infinite;
    border: 0!important;
}

@keyframes changebgColor {
    0%{background-color: red; border : 1px solid !important; border-color: red;}
    25%{background-color: blue; border : 1px solid !important; border-bottom: blue;}
    50%{background-color: green; border : 1px solid !important; border-color: green;}
    75%{background-color: rgb(16, 205, 198);border : 1px solid !important; border-color: rgb(16, 205, 198);}
    100%{background-color: purple;border : 1px solid !important; border-color: purple;}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    /* CSS rules for small devices */
    .Header-Title h1 {
        color: #fff;
        font-size: 26px;
        text-align: center;
    }
    .logo{
        text-align: center;
    }
    .hed span {
        position: absolute;
        top: 96%;
        right: 6%;
        font-size: 13px;
        color: #fff;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /* CSS rules for medium devices */
    .Header-Title h1 {
        color: #fff;
        font-size: 35px;
        text-align: center;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /* CSS rules for large devices */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* CSS rules for extra large devices */
    .Header-Title h1 {
        color: #fff;
        font-size: 45px;
        text-align: center;
    }
    .logo{
        text-align: right;
    }
    .hed span {
        position: absolute;
        top: 96%;
        right: 2%;
        font-size: 13px;
        color: #fff;
    }
}

/* Extra small devices (phones, 575.98px and down) */
@media (max-width: 575.98px) {
    /* CSS rules for extra small devices */
    .Header-Title h1 {
        color: #fff;
        font-size: 26px;
        text-align: center;
    }
    .logo{
        text-align: center;
    }
    .hed span {
        position: absolute;
        top: 96%;
        right: 8%;
        font-size: 13px;
        color: #fff;
    }
}

/* Small devices (portrait phones, 767.98px and down) */
@media (max-width: 767.98px) {
    /* CSS rules for small devices */
}

/* Medium devices (landscape tablets, 991.98px and down) */
@media (max-width: 991.98px) {
    /* CSS rules for medium devices */
}

/* Large devices (portrait tablets and desktops, 1199.98px and down) */
@media (max-width: 1199.98px) {
    /* CSS rules for large devices */
 
}



