/** news tricker css **/
.dl_news_tricker_wrapper .dl_marquee_content {
    height: 60px;
    color: #595b69;
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
    font-size: 17px;
}
.dl_news_tricker_wrapper .dl_marquee_content:focus {
    box-shadow: none;
}
.dl_news_tricker_wrapper .dl_input_group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.dl_news_tricker_wrapper .dl_input_group_prepend {
    margin-right: -1px;
}
.dl_news_tricker_wrapper .dl_input_group_append,
.dl_news_tricker_wrapper .dl_input_group_prepend {
    display: -ms-flexbox;
    display: flex;
}
.dl_news_tricker_wrapper .dl_input_group_text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 12px 34px;
    color: #fff;
    font-weight: 600;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_01 .dl_input_group_text {
    background-color: #554afe;
    border: 1px solid #554afe;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_01 .dl_marquee_wrapper {
    border: 1px solid #e4e4e9;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_02 .dl_input_group {
    border-radius: 25px;
    border: 2px solid #554afe;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_02 .dl_input_group_prepend {
    margin-right: 0;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_02 .dl_input_group_text {
    background-color: #554afe;
    border: 2px solid #554afe;
    border-radius: 22px 25px 25px 22px;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_02 .dl_form_control {
    border: 0px solid transparent;
    border-radius: 25px;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_03 .dl_input_group {
    border-radius: 5px;
    border: 2px solid #554afe;
    background-color: #554afe;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_03 .dl_input_group_prepend {
    margin-right: 0;
    border-radius: 5px;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_03 .dl_input_group_text {
    background-color: #fff;
    border: 2px solid #554afe;
    border-radius: 5px;
    color: #554afe;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_03 .dl_form_control {
    border: 0px solid transparent;
    border-radius: 25px;
    background-color: transparent;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_03 .dl_marquee_tag {
    color: #fff;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_04 .dl_input_group_text {
    border-radius: 0 4px 4px 0;
    background-color: #554afe;
    border: 1px solid #554afe;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_04 .dl_marquee_wrapper {
    border: 1px solid #e4e4e9;
    text-align: right;
    float: right;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_06 .dl_input_group {
    border-radius: 0;
    border: 2px solid #e4e4e9;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_06 .dl_input_group_prepend {
    margin-right: 0;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_06 .dl_input_group_text {
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 25px;
    color: #060a24;
    position: relative;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_06 .dl_input_group_text:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e4e4e9;
    width: 2px;
    height: 30px;
    content: "";
}
.dl_news_tricker_wrapper.dl_news_tricker_style_06 .dl_form_control {
    border: 0px solid transparent;
    border-radius: 25px;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_08 .dl_input_group {
    border-radius: 25px;
    border: 0px solid transparent;
    background-color: #3c32df;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_08 .dl_input_group_prepend {
    margin-right: 0;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_08 .dl_input_group_text {
    background-color: #3c32df;
    border: 0 solid transparent;
    border-radius: 22px 25px 25px 22px;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_08 .dl_marquee_wrapper {
    border: 0px solid transparent;
    border-radius: 0 25px 25px 0;
    background-color: #554afe;
    color: #ffffff;
}
.dl_news_tricker_wrapper.dl_news_tricker_style_08 .dl_marquee_tag {
    color: #ffffff;
}
@media (max-width: 576px) {
    .dl_news_tricker_wrapper .dl_input_group {
        display: block;
        width: 100%;
        border-radius: 0 !important;
    }
    .dl_news_tricker_wrapper .dl_input_group .dl_input_group_text {
        width: 100%;
        display: block;
        text-align: center;
    }
    .dl_news_tricker_wrapper .dl_input_group_text,
    .dl_news_tricker_wrapper .dl_input_group_text {
        border-radius: 0 !important;
    }
    .dl_news_tricker_wrapper .dl_form_control {
        border-radius: 0 !important;
        width: 100%;
    }
}

.dl_marquee_wrapper {
    overflow: hidden;
    padding: 0 30px;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.dl_marquee_content {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.dl_marquee_content_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-animation: marquee 20s linear infinite running;
    -moz-animation: marquee 20s linear infinite running;
    -o-animation: marquee 20s linear infinite running;
    -ms-animation: marquee 20s linear infinite running;
    animation: marquee 20s linear infinite running;
}

.dl_marquee_content_inner:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}

.dl_marquee_tag {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #6a6a6a;
    white-space: pre;
    margin-right: 50px;
}

.dl_marquee_tag:hover {
    background: rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}

@-moz-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}
@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}
@-o-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}
@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}
/** news tricker css end **/
