:root {
    --baseFont: 'DM Sans', sans-serif;
    --primaryColor:#686239;
    --secondryColor:#bbb157;
}
body, .btn, .az-header {font-family: var(--baseFont);font-size: 16px;}
.btn {border-radius: 0;font-size: 16px;}
.az-header {font-size: 16px;}
.search-bar:before {content: '';background: url(../img/search.svg) no-repeat;height: 16px;width: 16px;position: absolute;background-size: 100%;top: 50%;transform: translateY(-50%);left: 20px;}
.search-bar {min-width: 500px;position: relative;}
.search-bar input[type="search"] {height: 43px;padding-left: 50px;border-radius: 0;background: #f5f5f5;}
.search-bar button {border-radius: 0;border: 1px solid var(--secondryColor);padding: 0 30px;}
.az-header > .container {padding: 0 15px;}
.btn-primary {background: #BB0909;}
.btn-secondary {background: var(--secondryColor);}
.border-rounded {border-radius: 0;}
.border-1 {border: 1px solid #ddd;}
.menu-links li a {color: #000;padding-bottom: 12px;display: block;border-bottom: 1px solid #ddd;margin-bottom: 12px;position: relative;padding-left: 30px;transition: 0.3s ease-out;}
.menu-links li:last-child a {border-bottom: 0;padding-bottom: 0;margin-bottom: 0;}
.menu-links li a:before {content: '';background: url(../img/arrow.svg) no-repeat center left;position: absolute;width: 20px;height: 20px;background-size: cover;left: 0;}
.menu-links li a:hover {margin-left: 15px;}
.slider-section .carousel-item {height: 414px;background-repeat: no-repeat;background-position: center center;background-size: cover;}
section.slider-section {border-radius: 0;overflow: hidden;}
section.slider-section .carousel-caption{background: linear-gradient(0deg, black, transparent);bottom:0;left:0;right:0;}
section.slider-section .carousel-indicators {bottom:-10px;}
.news-img {width: 25%;}
.news-txt {width: 75%;padding-left: 15px;}
.news-txt p {margin-bottom: 0;}
.news-wid:not(:last-child) {border-bottom: 1px solid #ddd;padding-bottom: 15px;margin-bottom: 15px;}
.news-inner {overflow: auto;height: 326px;}
.news-inner::-webkit-scrollbar {width: 10px;}
.news-inner::-webkit-scrollbar-track {background: #f1f1f1;}
.news-inner::-webkit-scrollbar-thumb {background: var(--primaryColor); }
::-webkit-scrollbar-thumb:hover {background: #555; }
p.date {display: inline-block;background: #f5f5f5;font-size: 12px;padding: 2px 10px 2px 25px;border-radius: 50px;position: relative;}
p.date:before {content: '';background: url('../img/time.svg') no-repeat;position: absolute;width: 10px;height: 10px;background-size: 100%;top: 50%;transform: translateY(-50%);left: 10px;}
a.read-more:after {content: '';background: url(../img/arrow.svg) no-repeat center left;position: absolute;width: 20px;height: 20px;background-size: cover;right: 0;}
a.read-more {position: relative;padding-right: 25px;color: var(--primaryColor);font-weight: bold;}
footer {background: #BB0909;}
.bg-primary {background-color: var(--primaryColor) !important;}
.scrolling-text {white-space: nowrap;will-change: transform;animation: marquee-horizontal 40s linear infinite;}
marquee p {display: inline-block;padding-right: 30px;border-right: 1px solid #fff;margin-right: 30px;margin-bottom: 0;font-weight: 500;}
marquee p:last-child {border-right: 0;}
.notice-sec {background: var(--secondryColor);color: #fff;}
.notice-title {background: var(--primaryColor);padding: 25px;text-align: center;position: relative;}
.notice-title:after {content: '';width: 0;height: 0;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-left: 10px solid var(--primaryColor);position: absolute;right: -10px;top: 50%;transform: translateY(-50%);}
.title-sec {background: url('../img/bg.jpg') no-repeat center;background-size: cover;padding: 80px 0;background-attachment: fixed;}
.title-sec h1 {font-size: 40px;}
.text p:last-child {margin-bottom: 0;}
table.dataTable thead .sorting::before, table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after{display:none;}
table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {color: #000 !important;}
.table thead th {background-color: #BB0909;height: auto;color: #fff !important;font-size: 16px !important;}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {background-color: var(--primaryColor);}
.our-heroes img {width: 100px;height: 100px;object-fit: cover;border-radius: 5px;}
.veteran li.nav-item a {font-size: 24px;background: #f5f5f5;min-width: 200px;text-align: center;}
.veteran li.nav-item a.active {background: var(--primaryColor);color: #fff;}
@keyframes marquee-horizontal {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}