@font-face { font-family: verdana; src: url('../fonts/verdana.ttf'); } 
@font-face { font-family: verdanab; src: url('../fonts/verdanab.ttf'); } 

html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: verdana;
    width: 100%;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #454545;
    background: url('../img/body-bg.jpg');
    color: #595959;
    font-size: 13px;
}
.nopadding{
    padding: 0px !important;
}
.sec-pad{
    padding: 110px 0px; 
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}
p{
    font-size: 13px;
    line-height: 23px;
}
.ft-12{
    font-size: 12px;
    line-height: 20px;
}
.dark-color{
    color: #000!important;
}
.light-color{
    color: #595959!important;
}
.red-color{
    color: #7f251d!important;
}
.blue-color{
    color: #4172b1!important;
}
.yellow-color{
    color: #fed600!important;
}
.grey-bg{
    background-color: #e4e4e4;
}
.bold{
    font-family: verdanab!important;
}
.container {
    background-color: #333;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    max-width: 780px;
}

/*header*/

.header-line{
    color: #fff;
    position: relative;
    padding-top: 10px;
    z-index: 9;
}
.search-bar .form-control{
    font-size: 12px;
    padding: 0px 5px;
    height: 20px;
    border: 1px solid #7B0000;
    border-radius: 0px;
    box-shadow: none!important;
    outline: 0!important;
}
.theme-btn{
    display: inline-block;
    background-color: #7B0000;
    color: #fff!important;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 12px;
    box-shadow: none!important;
    outline: 0!important;
}
.search-bar{
    max-width: 220px;
    margin-left: auto;
}
.search-bar .theme-btn{
    padding: 0px 5px;
    height: 20px;
    font-size: 10px;
}
.h-logo{
    margin-bottom: -28px;
}
.header{
    width: 100%;
    position: relative;
    height: 32px;
    background-color: #7B0000;
    border: 1px solid #fff;
    border-bottom: none;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.navbar{
    padding: 0px;
}
.navbar-light .navbar-brand {
    display: none;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 11.5px;
    padding: 7px 10px;
    position: relative;
    border-right: 1px solid #fff;
}
.navbar-light .navbar-nav .nav-item:last-child .nav-link {
    border-right: none;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #fed600;
}
.nav-link::before, .nav-item.active .nav-link::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    border-bottom: 3.5px solid white;
    position: absolute;
    left: 0;
    right: 0px;
    margin: auto;
    bottom: 0px;
    opacity: 0;
    transition: 0.5s all ease;
}
.nav-item.active .nav-link::before {
    opacity: 1;
}
.navbar-nav{
    position: relative;
    z-index: 99;
}
.navbar-toggler:focus{
    box-shadow: none;
    outline: 0;
}
.navbar-light .navbar-toggler {
    color: #fff;
    border: none;
    margin-left: auto;
    padding: 0px 8px;
}
.navbar-toggler svg{
    color: #fff;
}
#navbar-hamburger.show{
    display: block;
}
#navbar-hamburger, #navbar-close{
    display: none;
}
#navbar-close.show{
    display: block;
}

/*hero sec*/

.hero-sec{
    color: #fff;
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    background-image: url('../img/hero-bg.jpg');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    border-bottom: none;
}
.relative-9{
    position: relative;
    z-index: 9;
}
.hero-title{
    font-size: 16px;
    line-height: 26px;
    font-family: verdanab;
}

/*main*/

.main {
    width: 100%;
    background: #fff url('../img/main-bg.jpg') repeat-x;
    border: 1px solid #fff;
}
.main-padding{
    padding: 20px 30px;
}
.main-padding-small{
    padding: 10px 12px 0px;
}
.title{
    font-size: 15px;
    line-height: 25px;
    color: #7f251d;
    text-transform: capitalize;
    font-family: verdanab;
}
.title-line{
    display: inline-block;
    border-bottom: 2px solid #6c6b6b;
}
.title-line-red{
    border-color: #7B0000;
}
.small-title{
    display: inline-block;
    font-size: 13px;
    line-height: 23px;
    font-family: verdanab;
}
.header-btn-links a{
    background-color: #333;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    font-family: verdanab;
    margin: 5px 0 0;
    padding: 4px 8px;
    text-align: left;
}
.header-btn-links a:hover{
    color: #fed600;
}
.border-img {
    border: 4px solid #335885;
}
.link-underline{
    text-decoration: underline;
    transition: all ease .5s;
}
.link-underline:hover{
    text-decoration: none;
}
.vertical-flex-relative{
    position: relative;
    overflow: hidden;
}
.vertical-flex-box{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.vertical-flex-box::after{
    content: '';
    width: 1px;
    height: 100%;
    background-color: #fff;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
}
.vertical-flex-relative:last-child .vertical-flex-box::after{
    display: none;
}
.red-end-line{
    width: 100%;
    height: 19px;
    display: block;
    background-color: #7B0000;
    border-top: 1px solid #fff;
}

/*footer*/

.footer{
    text-align: center;
}
.footer p{
    font-size: 11px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 4px;
}
.footer a{
    transition: all ease .5s;
}
.footer a:hover{
    color: #fed600;
}


/*inner pages*/

.inner-title{
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -2px;
    color: #7f251d;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 10px;
    list-style: none;
    font-size: 10px;
    color: #7f251d;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.25rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0.25rem;
}
.inner-page-product .small-title {
    font-size: 11px;
    line-height: 18px;
}
.inner-page-product .ft-12 {
    font-size: 11px;
    line-height: 18px;
}
.page-sidebar{
    position: sticky;
    top: 0px;
}
.sidebar-full-title{
    background-color: #7B0000;
    color: #fff;
    display: block;
    padding: 3px 10px;
}
.bottom-right-radius{
    border-bottom-right-radius: 5px;
}
.product-list-div{
    margin-bottom: 16px;
}
.product-list-div p{
    font-size: 11px;
    line-height: 19px;
    padding: 3px 10px;
    margin-bottom: 0px;
}
.product-list-div p.active{
    font-family: verdanab!important;
}
.product-list-div p a{
    display: flex;
    align-items: flex-start;
    color: #4172b1;
}
.product-list-div p a .arrow{
    background: url('../img/arrowdotted.png');
    color: #7f251d;
    display: block;
    height: 8px;
    width: 8px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-top: 6px;
}
.product-list-div p a:hover .arrow, .product-list-div p.active a .arrow{
    background: url('../img/arrowsolid.png');
    color: #7f251d;
    display: block;
    height: 8px;
    width: 8px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-top: 6px;
}
.sidebar-grey-box{
    overflow: hidden;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 16px;
}
.sidebar-grey-box-padding{
    background: url('../img/grey-gradient.jpg');
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    padding: 10px;
}
.sidebar-grey-box-padding p{
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 0px;
}
.form-group{
    margin-bottom: 10px;
}
label{
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px;
    padding: 4px 0px;
}
.form-control{
    background-color: #fff!important;
    font-size: 12px;
    padding: 0px 5px;
    border: 1px solid rgb(133, 133, 133);
    border-radius: 2px;
    box-shadow: none!important;
    outline: 0!important;
}
.form-control:focus{
    box-shadow: none;
    outline: 0;
    border-color: #7B0000;
}
.form-check{
    min-height: initial;
    margin-bottom: 0px;
}
.form-check-input:focus {
    outline: 0;
    box-shadow: none!important;
}
.form-check label{
    padding: 0px;
    margin: 0px;
}
.table{
    font-size: 10px;
    line-height: 16px;
    color: #595959;
}
.table tr th{
    font-weight: normal;
    font-family: verdanab;
    vertical-align: top;
}
.table tr td{
    padding: 3px 5px;
}
.military-table tr td:first-child{
    width: 30%;
}
.word-break{
    word-break: break-all;
}
.sitemap-link li a{
    color: #4172b1!important;
}
.pdf-icon{
    width: 16px;
    height: auto;
    display: inline-block;
    margin: 0px 4px;
}
.small-li-text p{
    font-size: 11px;
    line-height: 18px;
}

/*for print page*/
@media print {
    .footer, .header, .header-line .text-end, .header-btn-links, .page-sidebar, .breadcrumb, .main-grey-line{
        display: none!important;
    }
    .h-logo {
        margin-bottom: 0px;
    }
    {
        display: none;
    }
}

.file-upload .form-control{
    padding: 6px 5px;
    font-size: 13px;
}
.file-upload .form-label{
    font-size: 14px;
}

input[type="file"]::file-selector-button {
    background-color: #7B0000;
    color: #fff;
    padding-left: 18px;
    cursor: pointer;
}

/* For WebKit-based browsers (Chrome, Safari, Edge) */
input[type="file"]::-webkit-file-upload-button {
    background-color: #7B0000;
    color: #fff;
    cursor: pointer;
    padding-left: 18px;
}