@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/TimesNewRomanPSMT.eot');
    src: url('../fonts/TimesNewRomanPSMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TimesNewRomanPSMT.woff2') format('woff2'),
        url('../fonts/TimesNewRomanPSMT.woff') format('woff'),
        url('../fonts/TimesNewRomanPSMT.ttf') format('truetype'),
        url('../fonts/TimesNewRomanPSMT.svg#TimesNewRomanPSMT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Times New Roman', sans-serif;
    color: #5A5A5A;
}

* {
    text-decoration: none;
    padding: 0;
    margin:0;
    list-style-type: none;
}

ul, ol {
    padding: 0;
    margin: 0;
}
p {
    font-size: 16px;
    line-height: 28px;
	font-family: 'Times New Roman';
}
p:last-child {
    margin-bottom: 0;
}
a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: 'Times New Roman', sans-serif;
}

:root {
    --primary-clr: #D32228;
    --bg-black-clr: #000000;
    --bg-danger-clr: #FF0000;
    --bg-danger-hover: #DB1818;
    --bg-dark-clr: #141414;
    --bg-dark-hover: #323232;
}

.py-70 {
    padding: 70px 0;
}

.py-50  {
    padding: 50px 0;
}

.title-sec h2 {
    text-transform: uppercase;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 30px;
}
.title-sec h3 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}
.btn {
    padding: 16px 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.btn-dark {
    background-color: var(--bg-dark-clr);
    border-color: var(--bg-dark-clr);
}
.btn-dark:hover {
    background-color: var(--bg-dark-hover);
    border-color: var(--bg-dark-hover);
}
.bg-danger {
    background-color: var(--bg-danger-clr) !important;
}
.btn-danger {
   background-color: var(--bg-danger-clr);
}
.btn-danger:hover {
   background-color: var( --bg-danger-hover);
}

.bg-black {
    background-color: var(--bg-black-clr);
}

.btn-outline-primary {
    border-color: #fff;
    color: #fff;
}
.btn-outline-primary:hover {
    border-color: #fff;
    background-color: #fff;
    color: #000000;
}

.bult-list {
    padding-left: 20px;
}
.bult-list li {
    position: relative;
    padding-left: 5px;
    list-style-type: disc;
}
.bult-list li:not(:last-child) {
    margin-bottom: 10px;
}

.bult-red li::marker {
    color: #ff0000;
}

/***  header  css   ***/

.header .contentbx h1,
.header .contentbx h2, 
.header .contentbx .lead {
    font-family: 'Times New Roman';
    font-weight: 400;
}

.header .contentbx h1 {
    font-size: 55px;
    line-height: 52px;
    margin-bottom: 16px;
}
.header .contentbx h1 span {
    display: block;
}

.header .contentbx h2 {
    font-size: 35px;
}

 
.header .contentbx .lead {
    font-size: 20px;
    opacity: 80%;
    font-weight: 400;
}
.packing-menu ul li,
.packing-menu h6 {
    font-family: 'Times New Roman';
    font-weight: 400;
}
.packing-menu h6 {
    font-size: 18px;
    color: #DB1818;
}
.packing-menu ul li {
    display: flex;
    gap: 10px;
    font-size: 20px;
    margin-bottom: 10px;
    align-items: baseline;
}
/**
.packing-menu ul li .hrs {
    flex: 0 0 100px;
}**/

.packing-menu ul li .divider {
    flex: 1;
    width: 100%;
    height: 1px;
    background-color: rgb(255 255 255 / 40%);
}
.packing-menu ul li .rate {
    flex: 0 0 40px;
    text-align: right;
}

.menu-list-2 {
    margin-top: 30px;
}

.packing-menu .menu-list-2 li .hrs {
    flex: 0 0 140px;
}

.map-sec {
    height: 379px;
}



.fot-logo h1 {
    font-size: 45px;
    line-height: 52px;
    font-family: 'Times New Roman';
    font-weight: 400;
    margin-bottom: 30px;
}
.fot-logo h1 span {
    display: block;
}


.footer p {
    font-size: 18px;
    font-family: 'Times New Roman';
    font-weight: 400;
    opacity: 0.9;
}
.footer p a {
    color: #fff;
}
.footer p a:hover,
.footer p:hover a:hover {
    opacity: 1;
    text-decoration: underline;
}.faq-full-wrapper h2 {    font-family: 'Poppins';}.faq-full-wrapper .accordion-item {    margin-bottom:10px;	border-color: transparent;}.faq-full-wrapper .accordion-button:focus {    box-shadow: none !important;}.faq-full-wrapper button,.faq-full-wrapper .accordion-item {    background-color: transparent;	color:#fff;	box-shadow: none important;}.faq-full-wrapper .accordion-button:not(.collapsed) {    color: #000;    background-color: #fff;    box-shadow: none important;}.faq-full-wrapper .accordion-collapse.show .accordion-body {    background-color: rgb(255 255 255 / 10%);}.faq-full-wrapper button {    border: 1px solid;    border-color: rgb(255 255 255 / 40%);}.faq-full-wrapper .accordion-button::after {    filter: brightness(0) invert(1);}.accordion-button:not(.collapsed)::after {    filter: brightness(1) invert(0);}