*,
::after,
::before {
    box-sizing: border-box;
}

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
    margin: 0;
    padding: 0;
    border: 0;
	font-size:16px;
}

a,
button,
input[type="submit"] {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    font-style: normal;
}

.post, .page {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-weight: normal;
    font-size: 16px;
    font-weight: 300;
    background-color: #121314;
    color: #fff;
    font-family: "Poppins", sans-serif;
    word-wrap: break-word;
}

.custom-header {
    background-color: #121314;
    padding: 43px 0;
    border-bottom: 1px solid #808074;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    width: auto;
    height: 49px;
}

.custom-navbar {
    display: flex;
}

.custom-menu {
    list-style: none;
    display: flex;
    gap: 30px;
}

.custom-menu li {
    position: relative;
}

.custom-menu li a {
    color: #999997;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    white-space: nowrap;
}

.custom-menu li.current_page_item a, .custom-menu li a:hover {
    color: #fff;
}

.custom-menu li .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    min-width: 200px;
    list-style: none;
    padding: 5px 10px;
    margin: 0;
    text-align: center;
    z-index: 5;
}

.custom-menu li:hover .sub-menu {
    display: block;
}

.custom-menu li .sub-menu li {
    position: relative;
}

.custom-menu li .sub-menu .sub-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: #444;
    min-width: 200px;
}

.custom-menu li .sub-menu li:hover .sub-submenu {
    display: block;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    z-index: 1001;
}

.menu-toggle span {
    display: block;
    position: absolute;
    width: 24px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Position each line */
.menu-toggle span:nth-child(1) {
    top: 6px;
}

.menu-toggle span:nth-child(2) {
    top: 13.5px;
}

.menu-toggle span:nth-child(3) {
    top: 21px;
}

/* Animate to X */
.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 13.5px;
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 13.5px;
}



.footer {
    background-color: #121314;
    color: white;
    padding: 50px 0;
    border-top: 1px solid #808074;
}

.footer p {
    font-size: 14px;
    color: #808074;
}
.social-icons a {
    background-color: #939393;
    color: #222;
    font-size: 18px;
    margin: 0 5px;
    transition: 0.3s;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.social-icons a:hover {
    color: #fff;
}

.gap {
    padding: 50px 0;
}

.page_contact h1 {
    color: #808074;
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 50px;
}

.page_form label {
    display: block;
    color: #181818;
    font-size: 14px;    
}

.page_form {
    padding: 30px 25px;
    background-color: #808074;
}

.page_form input {
    margin-top: 8px;
    background-color: #181818;
    color: #fff;
    border: 0;
    height: 58px;
    font-size: 15px;
    border-radius: 0;
    padding: 0 10px;
}

.page_form textarea {
    margin-top: 8px;
    background-color: #181818;
    color: #fff;
    border: 0;
    font-size: 15px;
    border-radius: 0;
    padding: 10px;
}

.page_form input:focus, .page_form input:hover, .page_form textarea:focus, .page_form textarea:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

.page_form input::placeholder, .page_form textarea::placeholder {
    color: #808074;
}

.page_form .wpcf7-submit {
    font-size: 20px;
    color: #808074;
    width: min(300px, 100%);
}

.site-main {
    color: #808074;
}

.site-main a {
    color: #808074;
}

.site-main p {
    margin-bottom: 5px;
}

.site-main p strong {
	font-size: 20px;
    text-decoration: underline;
}

h1 {
    font-size: 30px;
    font-weight: 200;
    color: #808074;
    margin-bottom: 50px;
    text-transform: uppercase;
    padding-top: 30px;
}

.catcard {
    margin-bottom: 40px;
}

.catcard-title a {
    font-weight: 200;
    color: #808074 !important;
    text-transform: uppercase;
}

.catcard-title a:hover {
    color: #fff !important;
}
.catcard .catcard-img-top, .fn_img {
    overflow: hidden;
    border: 1px solid #808074;
    margin-bottom: 20px;
}
.catcard .catcard-img-top img, .fn_img img {
    width: 100%;
    transition: 700ms ease-in-out;
}
.catcard .catcard-img-top {
    max-height: 270px;
    min-height: 270px;
    height: 270px;
}
.catcard .catcard-img-top img {
    height: 100%;
    object-fit: cover;
}
.catcard .catcard-img-top:hover img, .fn_img:hover img {
    transform: scale(1.1);
}

.fn_img {
    height: 225px;
    max-height: 225px;
    min-height: 225px;
}
.fn_img img {
    height: 100%;
    object-fit: cover;
}

.post_single {
    color: #808074;
}
.post_single h1 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.btn_holder a {
    color: #808074 !important;
}

.banner-slider .banner_slide {
    max-height: 600px;
    min-height: 600px;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.banner-slider .banner_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}


.banner-slider .owl-prev, .banner-slider .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 10px 15px;
    font-size: 24px;
    cursor: pointer;
}
.banner-slider .owl-prev { left: 10px; }
.banner-slider .owl-next { right: 10px; }
.banner-slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.post-content p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 2;
}