.container-empty {
    width: 100%;
    overflow-x: hidden;
}

@media (min-width: 575px) and (min-width: 992px) {
    .container {
        padding: 0;
    }
}

.light-gray-bg {
    background-color: #f5f5f5;
}

.flex-auto {
    flex: auto;
}

.flex-1 {
    flex: 1 !important;
}

.text-1-line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-2-line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-3-line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.hover-1 {
    position: relative;
    text-decoration: none !important;
}
a.hover-1::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.05em;
    bottom: 0;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
a.hover-1:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.mr-30px {
    margin-right: 30px;
}

.ml-30px {
    margin-left: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pt-40{
    padding-top: 40px;
}
.pb-40{
    padding-bottom: 40px;
}

.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}

.pt-70{
    padding-top: 70px;
}

.pb-70{
    padding-bottom: 70px;
}

.fa.glyphicon-remove::before,
.fa.glyphicon-ok::before {
    content: "";
}

.list-unstyled {
    margin-bottom: 0;
}

.has-error.has-danger .invalid-feedback{
    display: block;
}

.form-horizontal .invalid-feedback {
    margin-left: 25%;
    padding: 0 15px;
}

/* =============================== */
.col-md-4 .image-box.style-2 .overlay-container,
.col-lg-4 .image-box.style-2 .overlay-container{
    height: 200px;
}

.col-md-6 .image-box.style-2 .overlay-container,
.col-lg-6 .image-box.style-2 .overlay-container{
    height: 220px;
}

/* ================================== */
.box-title {
    display: flex;
    align-items: center;
}

.box-title .icon-title {
    display: flex;
    align-items: center;
    font-size: 58px;
    line-height: 1;
}

.box-title .text-title {
    margin-left: 20px;
    margin-bottom: 0;
    font-weight: 700;
}

.box-title h2.text-title {
    text-transform: uppercase;
    font-size: 32px;
}

.box-title h3.text-title {
    font-size: 22px;
}

.box-title-2 {
    border-bottom: 2px solid #FF5252;
    margin-bottom: 15px;
    line-height: 1 !important;
    height: 38px !important;
}
.box-title-2:hover{
    border-bottom: 2px solid #92101A;
}
  
.box-title-2 a {
    height: 38px !important;
    display: inline-block;
    position: relative;
    border-color: #FF5252 !important;
    background-color: #FF5252 !important;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    margin-right: 0;
    line-height: 1;
    padding: 12px 15px 8px 15px;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
  
.box-title-2:hover a {
    border-color: #92101A !important;
    background-color: #92101A !important;
    color: #ffffff;
}
  
.box-title-2 a:focus {
    border-color: transparent;
    background-color: transparent;
}
  
.box-title-2 a:after {
    position: absolute;
    right: -14px;
    bottom: -0px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #FF5252;
    border-width: 29px 0 0 15px;
}

.box-title-2:hover a:after {
    border-color: transparent transparent transparent #92101A;
}

.box-title-2.disabled {
    border-bottom: 2px solid #FF5252 !important;
}

.box-title-2.disabled a {
    cursor: default;
    border-color: #FF5252 !important;
    background-color: #FF5252 !important;
    text-decoration: none !important;
}

.box-title-2.disabled a:after {
    border-color: transparent transparent transparent #FF5252 !important;
}

.feature-box-2 .icon.without-bg {
    font-size: 58px;
}

.feature-box-2 h3.text-title {
    font-weight: 700;
    font-size: 22px;
}

.feature-box-2 .body {
    padding-top: 20px;
    margin-left: 80px;
}

@media (max-width: 575px) {
    .feature-box-2 .body {
        margin-left: 0px;
    }

    .feature-box-2 h3.text-title {
        margin-left: 80px;
    }

}

.box-title-line {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-title-line .line {
    flex: auto;
    height: 3px;
    background-color: #92101A;
}

.box-title-line h3{
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .box-title-line .line.mr-30px {
        margin-right: 0;
    }
    .box-title-line .line.ml-30px {
        margin-left: 0;
    }
}

.box-date {
    display: flex;
    align-items: flex-end;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
}

.box-date .line{
    flex: auto;
    height: 2px;
    background-color: #777;
}

/* ========================================= */
.header-top.colored .dropdown-menu a {
    color: #FF5252;
}

/* ============================================ */
.banner.light-translucent-bg, .banner.dark-translucent-bg, .banner.default-translucent-bg {
    min-height: 125px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.banner-text {
    padding: 10px 0;
    overflow: hidden;
    font-size: 16px;
    display: flex;
    align-items: center;
}

/* ===================NEWSHOT=================== */

.newshot-layout-1,
.newshot-layout-2,
.newshot-layout-3,
.newshot-layout-4,
.newshot-layout-5 {
    margin-top: 50px;
    margin-bottom: 30px;
}

.newshot-layout-1 .image-box {
    margin-bottom: 2rem;
}

.newshot-layout-1 .image-box .body {
    padding-left: 0;
    padding-right: 0;
}

.newshot-layout-1 .image-box .overlay-container {
    border: 1px solid #dee2e6;
    height: 340px;
    border-radius: 6px;
}

.newshot-layout-1 .image-box .overlay-container img {
    height: 100%;
}

.newshot-layout-1 .image-box .row .overlay-container {
    height: 123px;
}

.light-gray-bg .newshot-layout-1 .image-box {
    background-color: #fff;
    border-radius: 6px;
}

.light-gray-bg .newshot-layout-1 .image-box .body {
    border-top: 1px solid #f3f3f3;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 93px;
    padding: 1rem;
}

.light-gray-bg .newshot-layout-1 .image-box .overlay-container {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: none;
}

.light-gray-bg .newshot-layout-1 .image-box .row .body,
.light-gray-bg .newshot-layout-1 .image-box .row .overlay-container {
    display: flex;
    border-radius: 6px;
}

.light-gray-bg .newshot-layout-1 .image-box .row .body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}


/* ================ CATEGORIES ================= */
.categories-1,
.categories-2,
.categories-3,
.categories-4,
.categories-5 {
    margin-top: 50px;
    margin-bottom: 30px;
}

/* ======================================= */


/* ========================================== */
.footer {
    background-color: #fff;
}

.footer .footer-inner {
    padding: 20px 30px;
}

.footer-content {
    padding: 0;
}

.social-links li a i {
    line-height: 38px;
}

.subfooter {
    padding: 15px 0;
}