/*
Theme Name: Greystone Defense
Template: blankslate
Author: Child Theme Configurator
Version: 1.0.1757802655
Updated: 2025-09-13 22:30:55

*/

@font-face {
    font-family: "Exo 2";
    src: url(/assets/fonts/Exo2-Bold.ttf) format("truetype");
}
@font-face {
    font-family: "karla";
    src: url(/assets/fonts/Karla-Regular.ttf) format("truetype");
}


html {
    scroll-behavior: smooth;
}

h1 {
    font-family: 'Exo 2', sans-serif;
    color: #B9975B;
    text-transform: uppercase;
    font-size: 50px;
	font-weight: bold;
}

.h1-style {
    font-family: 'Exo 2', sans-serif;
    color: #B9975B;
    text-transform: uppercase;
    font-size: 50px !important;
}
h2 {
    font-family: 'Exo 2', sans-serif;
    color: #B9975B;
    text-transform: uppercase;
    font-size: 30px;
}
h3 {
    font-family: 'Exo 2', sans-serif;
    color: #B9975B;
    text-transform: uppercase;
    font-size: 25px;
}
h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.page-text li {
    list-style: none;
    position: relative;
    padding-bottom: 5px;
}
.page-text li::before {
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    background-image: url(/assets/images/favicon.png);
    background-size: contain;
    position: absolute;
    left: -35px;
}
a {
    color: #B9975B;
}
a:hover {
    color: #B9975B
}

.underline {
    width: 50px;
    height: 12px;
    background-color: #B9975B;
    transform: skew(-45deg);
    margin: 10px auto;
}

.hidden {
    display: none !important;
}

.blue-button {
    font-family: 'Exo 2', sans-serif;
    background-color: #002855;
    color: #fff !important;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: .3s;
    font-weight:600;
    text-decoration: none !important;
}
.blue-button:hover {
    color: #B9975B !important;
    text-decoration: none;
    transition: .3s;
}

.black-button {
    background-color: #000;
    color: #fff !important;
    padding: 5px 40px;
    text-transform: uppercase;
    font-size: 20px;
    transition: .3s;
    border: none;
}
.black-button:hover {
    background-color: #002855 !important;
    text-decoration: none;
    transition: .3s;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-image: linear-gradient(#000, 50%, transparent);
}
.main .section .who-we-are p a {
    color: #B9975B;
}

.top-bar {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: .5s;
}
.top-bar a {
    margin-left: 20px;
    color: #fff;
    transition: .3s;
}
.top-bar a:hover {
    color: #B9975B;
    text-decoration: none;
    transition: .3s;
}

nav.navbar {
    font-family: 'Exo 2', sans-serif;
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 0 30px 0;
    transition: .5s;
}
nav #navbarNav {
    justify-content: flex-end;
}
nav .navbar-nav {
    margin-right: -8px;
}
nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    transition: .3s;
}
nav .nav-link.active {
    color: #B9975B;
    transition: .3s;
}
nav .dropdown-item.active {
    color: #B9975B;
    background-color: transparent;
}
nav .nav-link:hover {
    color: #B9975B;
    transition: .3s;
}
nav .navbar-brand {
    width: 50%;
    /* max-width: 250px; */
    max-width: 350px;
    margin-right: 0;
}
nav .navbar-brand img {
    width: 100%;
}
nav .navbar-toggler {
    color: #fff;
    padding-left: 0;
    width: 25%;
    text-align: left;
}
nav .nav-link.dropdown-toggle::after {
    margin-left: 0;
    transform: rotate(-90deg);
    transition: .2s;
}
nav .nav-link.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(0deg);
    transition: .2s;
}
nav .dropdown .dropdown-menu {
    border-radius: 0;
}
nav .dropdown.more .dropdown-menu {
    left: -85px;
}
nav .dropdown .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #B9975B;
}
nav .mobilePhone {
    font-family: "Segoe UI";
    display: none;
    color: #fff;
    width: 25%;
    text-align: right;
    font-size: 16px;
    transition: .3s;
}
nav .mobilePhone:hover {
    color: #B9975B;
    text-decoration: none;
    transition: .3s;
}
/*----------- Carousel CSS -------------*/
.carousel-item {
  transition: transform 0.6s ease-in-out; /* default smooth */
}

.carousel-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures no gaps */
  object-position: center;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  opacity: 1;
  z-index: 1;
}


.carousel-control-next, 
.carousel-control-prev {
    background-color: transparent;
    border: none;
}
.carousel-indicators li { 
    background-color: grey !important;
}
.home-inner {
    height: 100vh;
    /* max-height: 875px; */
    max-height: 650px;
}
.dry-inner {
}
.slide2 {
}
.slide2 img{

}
.section.page-text.no-margin-t {
    margin-top: 0 !important;
}
.main {
    font-family: 'karla', sans-serif;
}
/* .main.no-banner {
    margin-top: 150px;
} */
.main .banner {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    z-index: -1000;
}
.main .banner-home {
    height: 100vh;
    position: unset;
    background-attachment: fixed;
}
/* .main .banner-home  */
.cta-button {
    position: relative;
    top: calc(100vh - 150px);
    display: flex;
    justify-content: center;
}
/* .main .banner-home  */
.cta-button h3 {
    margin: 0;
    color: #fff;
}
/* .main .banner-home  */
.cta-button a {
    background-color: #B9975B;
    padding: 15px 30px;
    transition: .3s;
}
/* .main .banner-home  */
.cta-button a:hover {
    text-decoration: none;
    background-color: #002855;
    transition: .3s;
}
.main .section {
    padding: 50px 0;
    margin: 0;
}
.main .section .contents {
    width: 90%;
    margin: 0 auto;
    max-width: 1440px;
}
.main .section img {
    max-width: 100%;
}
.main .section .who-we-are {
    display: flex;
    flex-direction: column;
    padding: 0 150px 0 50px; 
}
.main .section .who-we-are p {
    font-size: 22px;
    padding-top: 20px;
}
.main .section .who-we-are .black-button {
    padding: 15px 45px;
    align-self: center;
    margin-top: 50px;
}
.main .section .contact {
    border: 2px solid #cacaca;
    box-shadow: 2px 2px 2px 0 #cacaca;
    padding: 20px;
    height: 100%;
}
.main .section .contact #ppwdf-form input,
.main .section .contact #ppwdf-form select,
.main .section .contact #ppwdf-form textarea {
    font-family: 'karla', sans-serif;
    border-radius: 0;
}
.main .section .contact-home #ppwdf-form input,
.main .section .contact-home #ppwdf-form select,
.main .section .contact-home #ppwdf-form textarea {
    margin-top: 20px;
}
.main .section .contact #ppwdf-form textarea {
    min-height: 200px;
}
.main .section .contact #ppwdf-form .form-control:focus {
    border-color: #002855;
    box-shadow: none;
}
.main .section .contact #ppwdf-form .black-button {
    float: right;
}
.main .section.featured-services,
.main .section.post-anodizing-services,
.main .section.certifications {
    text-align: center;
}
.main .section.featured-services {
    background-image: url(/wp-content/uploads/2025/09/blueprint-01-01.png);
}
.main .section.featured-services .service a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 50px 0 20px;
    transition: .3s;
}
.main .section.featured-services .service a:hover {
    text-decoration: none;
    -webkit-transform:scale(0.9);
    -moz-transform:scale(0.9);
    -ms-transform:scale(0.9);
    transform:scale(0.9);
    transition: .3s;
}
.main .section.post-anodizing-services .service {
    padding: 0 10px;
}
.main .section.post-anodizing-services img {
    max-width: 100%;
}
.main .section.post-anodizing-services .service h4 {
    position: absolute;
    top: 50%;
    width: calc(100% - 20px);
    transition: .3s;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Karla',sans-serif;
}
.main .section.post-anodizing-services .service a:hover h4 {
    color: #B9975B;
    transition: .3s;
}
.main .section.certifications {
    background-color: #F2F2F2;
}
.main .section.certifications .certification {
    display: flex;
    align-items: center;
}
.main .section.page-text {
    margin-top: 400px;
    background-color: #fff;
}
.main .section.page-text .heading {
    text-align: center;
    margin-bottom: 50px;
}
.main .section.page-text .contents {
    width: 80%;
    max-width: 1260px;
    font-size: 18px;
}

/*---------- FOOTER CSS ------------*/

footer {
    font-family: 'Exo 2', sans-serif;
    background-color: #000;
    color: #fff;
    padding-top: 75px;
    font-size: 16px;
}
footer a {
    color: #fff;
    padding: 5px 0;
    transition: .3s;
}
footer a:hover {
    text-decoration: none;
    color: #B9975B;
    transition: .3s;
}
footer a.active {
    color: #B9975B;
    transition: .3s;
}
.footer-container {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}
.footer-container .info {
    padding: 0;
}
.footer-container .info img {
    margin: 10px 0 45px;
    max-width: 100%;
}
.footer-container .info p {
    margin-bottom: 5px;
    opacity: 70%;
}
.footer-container .links {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}
.footer-links {
    list-style: none;
    padding: 0 20px;
    margin: 0;
    text-align: center;
}
.footer-links li {
    padding: 10px 0;
    opacity: 70%;
}
.footer-links li.header {
    opacity: 100%;
}
.footer-links:last-of-type .header:not(:first-of-type) {
    margin-top: 20px;
}
.footer-container .bottom-bar {
    padding: 50px 0 15px;
    opacity: 70%;
}

.main-top-bar {
    background-color: #755e54;
    padding: 5px;
    text-align: center;
}
.main-top-bar a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Exo 2',sans-serif;
    line-height: 1.2;
}
article header.header {
    display: none;
}
header#header .logo-menu-row {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 15px;
    align-items: center;
    transition: .5s;
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 20px;
    column-gap: 25px;
}
header#header .logo-menu-row nav#menu ul#menu-main-menu {
    display: flex;
    column-gap: 25px;
    text-transform: uppercase;
    font-weight: 700;
    flex-wrap: wrap;
    list-style:none;
}
header#header .logo-menu-row nav#menu ul#menu-main-menu li.menu-item a {
    color: #fff;
    text-decoration: none;
    font-family: 'Exo 2';
}
header#header.active {
    background-image: linear-gradient(#000, 70%, transparent);
}

/* hide submenus by default */
/* header#header .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  padding: 10px 0;
  list-style: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 99;
}

header li:hover > .sub-menu {
  display: block;
}
header ul#menu-main-menu .menu-item.menu-item-has-children:hover ul.sub-menu {
    display: block !important;
} */
 /* Initial hidden state */
header#header .sub-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  padding: 10px 0;
  list-style: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 99;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  margin-top:10px;
  border: 1px solid rgba(0, 0, 0, .15);
}

/* Show on hover with animation */
/* header li:hover > .sub-menu,
header ul#menu-main-menu .menu-item.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
} */
header#header .logo-menu-row nav#menu ul#menu-main-menu li.menu-item a span {
    width: max-content;
    display: flex;
}

header ul#menu-main-menu .menu-item {
    position: relative;
}
header .sub-menu li.menu-item a {
    color: #000 !important;
    text-decoration: none;
}
ul.sub-menu li.menu-item a {
    color: #000 !important;
}
header .sub-menu li.menu-item {
    padding: 10px;
}
@media(min-width:767px){
    .mobile-menu {
  display: none !important;
}
}
@media (max-width: 1200px) {
    /* who we are text
    nav font */
    .main .section .who-we-are {
        padding: 0 30px;
    }
    .navbar-nav {
        font-size: 14px;
    }
    .navbar-nav .nav-link {
        padding-right: 6px !important;
        padding-left: 6px !important;
    }
}
@media (max-width: 1075px) {
    .carousel-inner {
        height: 100%;
    }
    /* post services text
    who we are text
    nav/footer text
    nav font */
    .main .section.post-anodizing-services .service h4 {
        font-size: 14px;
    }
    .main .section .who-we-are p {
        font-size: 20px;
    }

.strip-h1-styling {
    font-size: 20px;
}


    header, footer {
        font-size: 14px;
    }
    .navbar-nav {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    /* nav font
    post services text
    footer */
    .navbar-nav {
        font-size: 16px;
    }
    .navbar-nav .nav-link {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    nav .mobilePhone {
        display: block;
    }
    .top-bar {
        display: none;
    }
    .main .section.post-anodizing-services .service h4 {
        font-size: 12px;
    }
    footer .info {
        text-align: center;
        margin-bottom: 50px;
    }
    footer .footer-links {
        width: 100%;
    }
    footer .bottom-bar {
        text-align: center;
    }
}
@media (max-width: 767px) {
    /* post services text
    who we are button */
    .main .section.post-anodizing-services .service h4 {
        font-size: 16px;
    }
    .main .section .who-we-are .black-button {
        margin: 20px 0 50px;
    }
    footer .footer-links {
        padding: 0 10px;
        font-size: 12px;
    }
    .desktop-menu {
        display: none !important;
    }
    .logo-menu-row.mobile-menu .logo-main img {
    max-width: 191px;
    width: 100%;
}


#mobile-menu {
    display: none;
    background: #fff;
    padding: 10px 0;
}
#mobile-menu.active {
    display: block;
}
.menu .sub-menu {
    display: none;
    padding-left: 15px;
}
.menu .sub-menu.open {
    display: block;
}
.mobile-menu-toggle {
    cursor: pointer;
    font-size: 24px;
    padding: 0px;
}
.logo-menu-row.mobile-menu nav#mobile-menu {
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0;
    padding: 0px;
    background-color: transparent;
}
.mobile-menu {
    position: relative;
}
header#header .logo-menu-row.mobile-menu.active{
    width:100%;
    padding-inline:20px;
    padding-top:20px
}
}
@media (max-width: 600px) {
    .carousel-item img {
        height: 225px;
    }
}
@media (max-width: 500px) {
    /* footer links one column
    who we are text
    heading centering
    font sizes */
    .footer-container .links {
        flex-wrap: wrap;
    }
    footer .footer-links {
        font-size: 14px;
    }
    footer .footer-links li.header {
        margin-top: 20px;
    }
    .main .section .who-we-are {
        padding: 0;
    }
    .main .section .who-we-are h1,
    .main .section .contact h3, .h1-styling {
        text-align: center;
    }
    nav .mobilePhone {
        font-size: 12px;
    }
    h1 {
        font-size: 30px;
    }
    .h1-styling {
        font-size: 30px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 20px;
    }
}

.strip-h1-styling {

    color: #080808;
    text-transform: none;
    vertical-align: top;
    font-family: 'karla', sans-serif;
    font-size: 20px;
    display: inline;
    vertical-align: middle;
    line-height: inherit;
    padding: 0;
    margin: 0;
    font-weight: 400;
}


.hard-chrome h1 {
        font-size: 48px;
    }
    
@media (max-width: 500px) {
    .hard-chrome h1 {
        font-size: 30px;
    }
    
}
.contact-button {
    font-family: 'Exo 2', sans-serif;
    background-color: #002855;
    color: #fff !important;
    padding: 10px 25px;
    transition: .3s;
    display:inline-block;
}
.contact-button:hover {
    color: #B9975B !important;
    text-decoration: none;
    transition: .3s; 
    display:inline-block;
}
.resource-cards {
    padding: 30px 15px;
}
.blog-banner-sec {
    padding: 100px 15px;
}
.blog-banner-sec h1 {
    font-size: 40px;
    line-height: 1.4;
}
.single-post-content .card-content {
    padding: 30px;
}
.single-post-content .card-content .card-heading {
    margin-bottom: 15px;
    font-size: 20px;
}
.single-blog-banner-sec .single-post-banner img {
    height: 300px;
}
.single-post-content {
    padding-bottom: 40px;
}


.resource-cards {
    background: #fff;
}
body.tag .row > .blog-listing {
    width: 100%;
	display: unset !important;
}

.post-card .card-col {
    min-width: calc(50% - 1.35rem);
    margin-bottom: 2rem;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    margin-right: 2rem;
    position: relative;
    transition: box-shadow .22s ease-in-out,border .22s ease-in-out;
    flex-direction: column;
    flex-basis: calc(50% - 2rem);
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
	overflow: hidden;
}

.post-card .card-col:hover {
    box-shadow: 0 3px 22px rgba(0,0,0,.15);
    transition: box-shadow .22s ease-in-out,border .22s ease-in-out;
}
.post-card .card-col:nth-of-type(3n) {
    margin-right: 0;
}
.post-card .card-col .card-content {
    position: relative;
    margin-top: 0px !important;
    transition: all .22s ease-in-out;
    padding: 2.3rem 1.5rem 1.5rem;
    color: #222b36;
	display: flex;
    flex-direction: column;
    margin: auto 0;
    text-align: left;
}
.post-card .card-col .card-content .preheading {
    font-size: .75rem;
    line-height: 1.4;
    margin-bottom: 1.3rem;
    color: #6f777a;
    text-transform: uppercase;
    letter-spacing: .0875rem;
}
.post-card .card-col a {
    text-decoration: none;
}
.post-card .card-col .card-content h3.card-heading {
    font-size: 1.25rem;
    line-height: 1.4;
	color: #002855;
}
.post-card .card-col .card-body {
    margin-top: 1.6rem;
    display: none;
    margin-bottom: 0;
    opacity: 0;
    position: absolute;
    color: #6f777a;
    padding-right: 1.5rem;
	top:0px;
	transition: all .22s ease-in-out;
}
.post-card .card-col:hover .card-body {
    display: block;
    opacity: 1;
    -moz-animation: .5s fadeInWithSlideUp;
    -webkit-animation: .5s fadeInWithSlideUp;
    animation: .5s fadeInWithSlideUp;
    position: absolute;
    top: 0px;
}
.post-card .card-col:hover .card-content{
    transition: all .22s ease-in-out;
}
.post-card .card-col:hover .card-content .preheading, .post-card .card-col:hover .card-content h3.card-heading {
-webkit-animation: .5s fadeOut;
    -moz-animation: .5s fadeOut;
    animation: .5s fadeOut;
    opacity: 0;
    position: relative;
}
.read-more-btn {
	max-width: fit-content;
    font-size: 1rem;
    line-height: 1.625;
    padding: 1.5rem 1.5rem 2.3rem;
    display: inline-block;
    color: #0078d4;
	position:relative;
}
.post-card .card-col .card-body p {
    line-height: 1.625;
}
.post-card .card-col .card-body p {
    line-height: 1.625;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-col-link {
    display: contents;
    height: 100%;
}
.another-card {
    background: linear-gradient(145deg,#39414d 15%,#242c37 80%);
}
.another-card .container {
    border: 0px;
}
.another-card .card-col {
    border: 0px;
}
.post-card .card-col a h3.card-heading {
    color: #222b36;
	min-height: 56px;
}
.post-card .card-col .card-body p a.card-col-link {
    color: #6f777a;
}
.resource-cards {
    padding: 10px 0px 40px;
}
.post-card .card-col .card-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
	border-bottom: 5px solid #838383;
}
.post-card .card-body {
    padding: 0;
}
.resource-cards .post-card {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    justify-content: center;
}
.post-card .card-col {
    box-shadow: 0 3px 22px rgba(0,0,0,.25);
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 45px;
}
.post-card .card-col .card-content {
    padding-left: 25px;
    padding-right: 25px;
}
.post-card .card-col .read-more-btn {
    margin-left: 25px;
    margin-right: 25px;
    background: #002855;
	border: 1px solid #002855;
    color: #fff;
    width: max-content;
    padding: 13px 20px;
    border-radius: 5px;
    font-size: 15px;
}
.post-card .card-col .read-more-btn:hover {
	color:#002855;
	background:transparent;
}

.post-card .card-heading {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #586B79;
    font-size: 20px;
    font-weight: 500;
}
.post-card .card-col .card-body {
    font-size: 16px;
    line-height: 1.4;
	margin-bottom: 30px;
}
.resource-cards .post-card a:hover {
    text-decoration: none;
}
@media only screen and (max-width: 767px) {
    .resource-cards .post-card {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
    padding: 30px 0px;
}
}
.fde h2 {
    font-family: 'Exo 2', sans-serif;
    color: #755e54;
    text-transform: uppercase;
    font-size: 28px;
}
@media (max-width: 500px) {
.fde h2 {
    font-size: 25px;
  }
}
.fde h1 {
    font-family: 'Exo 2', sans-serif;
    color: #755e54;
    text-transform: uppercase;
}
@media (max-width: 500px) {
.fde h1 {
    font-size: 25px;
  }
}
.fde-underline {
    width: 50px;
    height: 12px;
    background-color:  #755e54;
    transform: skew(-45deg);
    margin: 10px auto;
}
.fde h3 {
    font-family: 'Exo 2', sans-serif;
    color: #755e54;
    text-transform: uppercase;
    font-size: 25px;
}
.fde a {
    color: #755e54;
}
@media (max-width: 767px){
p.c-image img {
	width: 100% !important;
    float: none !important;
}
}

p.c-image img {
	float: right !important;
	margin: 0 0 0 15px;
}

/* Footer new css  */
/* 22-09-2025 */

.footer-main-div .footer_col1 {
    width: 30%;
}
.footer-main-div .footer_col2 {
    width: 18%;
}
.footer-main-div .footer_col3 {
    width: 27%;
}
.footer-main-div .footer_col4 {
    width: 25%;
}
.footer_cstm section.footer-sec .footer-main-div ul.footer-links {
    padding: 0;
}
div#copyright {
    padding: 50px 0 15px;
    opacity: 70%;
    font-size: 12px;
    font-weight: 600;
}
.footer_cstm section.footer-sec .footer-main-div {
    display: flex;
    justify-content: space-between;
}

.footer_cstm section.footer-sec .footer-main-div li {
    text-transform: uppercase;
    text-decoration: none;
}

.footer_cstm section.footer-sec .footer-main-div li a, .footer_cstm section.footer-sec .footer-main-div li.header {
    text-decoration: none;
    font-weight: 600;
	 line-height: 1.5;
}

.footer_cstm section.footer-sec .footer-main-div li a {
    padding: 5px 0;
    transition: .3s;
    line-height: 1.5;
}

.footer-main-div .footer_col1 .logo img {
    margin: 10px 0 45px;
    max-width: 100%;
}

.footer-main-div .footer_col1 .info .footer-links li p {
    text-align: left;
    font-weight: 600;
}

.footer-main-div .footer_col1 .info .footer-links {
    padding: 0;
}

.footer-sec .container {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
}

.footer-main-div .footer_col1 .info p {
    margin-bottom: 5px;
    opacity: 70%;
    font-weight: 600;
    line-height: 1.5;
}

.footer-main-div .footer_col1 .info-second {
    margin-top: 30px;
}

.footer-main-div .footer_col1 .info-second .next-line {
    display: block;
}

.footer-main-div .footer_col1 .info p a {
    text-decoration: none;
}

.footer_cstm section.footer-sec .footer-main-div ul.footer-links {
    padding: 0;
}
.main .section .who-we-are p.h1-style {
    font-family: 'Exo 2';
    font-weight: 600;
    line-height:75px;
}
header .top-bar a {
    font-weight: 600;
}
.main .section .who-we-are p {
    font-family: 'karla';
    font-size: 20px;
    line-height: 33px;
}
/**** 26-05-25 ***/
.main-top-bar a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Exo 2';
    line-height: 1.2;
}

.chevron-top {
    margin-bottom: 4px;
    margin-left: 1px;
}
.logo-menu-row.desktop-menu .menu li.current-menu-parent.menu-item-has-children a:first-of-type::after,.logo-menu-row.desktop-menu .menu li.menu-item-has-children a:first-of-type::after{
    display: inline-block;
    vertical-align: .255em;
    margin-left: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    transform: rotate(-90deg);
    transition: .2s; 
    position: absolute;
    right: -10px;
    top: Calc(50% - 0.1em);
}
/* .logo-menu-row.desktop-menu .menu li.current-menu-parent:hover > .menu-item-has-children > a:first-of-type::after{
   transform: rotate(0deg) !important;  
}
header#header .logo-menu-row nav#menu ul#menu-main-menu li.menu-item a:hover::after{
     transform: rotate(0deg) !important;  
}
header#header .logo-menu-row nav#menu ul#menu-main-menu li.menu-item:active::after{
    transform: rotate(0deg) !important;  
} */

header#header .sub-menu li a::after {
    display: none;
}
header#header .logo-menu-row nav#menu ul#menu-main-menu li.menu-item  a:hover{
    color:#B9975B;
}
header#header .logo-menu-row nav#menu ul#menu-main-menu li.menu-item .sub-menu li{
    padding:0
}
header#header .logo-menu-row nav#menu ul#menu-main-menu li.menu-item .sub-menu li a {
    padding-block: 4px !important;
    display: inline-block;
    font-family: 'Exo 2',sans-serif !important;
    color: white;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight:700;
    text-decoration: none;
    padding-inline:24px;
    width:100%;
}
#menu .sub-menu {
  display: none;
}

#menu .menu-item-has-children.open > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
#menu .menu-item-has-children > a::after {
    display: inline-block;
    vertical-align: .255em;
    margin-left: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    transform: rotate(-90deg);
    transition: .2s; 
    position: absolute;
    right: -10px;
    top: Calc(50% - 0.1em);
}

#menu .menu-item-has-children.open > a::after {
  transform: rotate(0deg);
}

header#header .logo-menu-row nav#menu ul#menu-main-menu li.menu-item .sub-menu li a:hover{
  color:white !important;
  background-color:#B9975B;
}
.featured-services h4 {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Karla',sans-serif;
    font-weight: 500;
}
.section.featured-services h2,.post-anodizing-services h2,.certifications h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    font-family: 'Exo 2',sans-serif;
}
.h1-style.about-heading {
    line-height: 75px;
    font-weight: 700;
}
.about-para {
    font-size: 20px;
    line-height: 30px;
}
p.about-para.space {
    margin-top: 25px;
}
.heading.mb-2.history h2 {
    font-weight: 700;
    line-height: 36px;
    padding-block: 10px;
}
.about-list li {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}
.about-list li b {
    font-weight: 800;
}
.page-text .about-list li::before {
    background-image: url("https://greystdefense.wpenginepowered.com/wp-content/uploads/2025/09/favicon.png") !important;
}
p.about-last {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    margin-block: 15px;
}
p.about-last a,.chrome_para a,.abrasive p a,.dry-film p a,.laser p a,.defense p a,.firearms p a{
    color:#b9975b;
}
p.about-last a:hover,.main.manganese p a:hover,.chrome p a:hover,.abrasive p a:hover,.dry-film p a:hover,.laser p a:hover{
    text-decoration:underline;
}
.about_btn_last{
    line-height:27px;
    font-weight:700;
}
.main.manganese h1 {
    font-weight: 700;
    line-height: 60px;
}
.text-justify.about-list {
    padding-left: 40px;
}
.main.manganese p,.hardcoat p,.brown p,.dark-last p,.flat-dark p,.chrome p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 16px;
}
.main.manganese p a {
    color: #b9975b;
}
.manganese ul.about-list {
    margin-bottom: 10px;
    padding-left: 40px;
}
.hardcoat h1,.brown .fde h1,.flat-dark h1,.chrome h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}
.hardcoat .fde h2,.flat-dark h2,.earth .fde h2 {
    font-weight: 700;
    line-height: 34px;
}
.earth .fde h2{
    margin-bottom:8px;
}
.hardcoat ul.about-list {
    padding-left: 40px;
}
h2.hardcoat-last,.flat-dark h2 {
    margin-bottom: 8px;
}
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    top:-.5em
}
p.hardcoat-img {
    margin-bottom: 0;
}
p.hardcoat-img  img{
    display: block;
    width:100%;
}
.brown h2.mb-5.brown-heading {
    font-weight: 700;
    font-style: italic;
}
h2.brown-last {
    font-weight: 700;
    margin-bottom: 8px;
}
.brown .col-md-5.contact h3 {
    font-weight: 700;
    line-height: 30px;
}
.col-md-5.contact br {
    display: none;
}
.flat-dark ul,.chrome ul{
    padding-left:40px;
    margin-bottom:16px;
}
p.flat-italic {
    font-style: italic;
    text-align: center;
}
p:empty{
    display: none !important;
}
.flat-dark h3.form-heading {
    font-weight: 700;
    line-height: 30px;
}
.carousel_buttons{  
    position: absolute;
    bottom: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.olive h2.italic {
    font-style: italic;
    line-height: 36px;
    font-weight: 700;
}
.olive h2,.laser h2,.defense h2,.quality h2 {
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 8px;
}
.quality h3{
    line-height: 30px;
    margin-bottom: 8px;
    font-weight: 700;
}
.olive ul li strong,.specify p strong {
    font-weight: 700;
}
.olive .contact-button,.electro .contact-button,.abrasive .contact-button,.dry-film .contact-button,.laser .contact-button,.defense .contact-button,.firearms .contact-button,.specify .contact-button,.quality .contact-button,.main.anodizing-staging .contact-button,.main.earth .contact-button{
    line-height: 27px;
    font-weight: 700;
}
.main.olive,.main.electro,.main.abrasive,.main.defense,.main.firearms,.main.specify,.main.quality,.main.contact,.main.thanks,.main.thank-gdb,.main.thank-you,.main.anodizing-staging,.main.about,.main.manganese,.main.news {
    margin-top: 0px;
}
.main.contact h5 {
    font-size: 20px;
    line-height: 24px;
}
a.get-small {
    display: block;
    margin: 0;
    line-height: 22px;
}
a.get-small br {
    display: none;
}
.main.contact p a,.main.electro p a {
    color: rgb(185 151 91);
}
.main.anodizing-staging h2 {
    font-weight: 700;
    line-height: 34px;
}
.main.anodizing-staging h2.last {
    margin-bottom: 8px;
}
.main.anodizing-staging .custom_space {
    padding-bottom: 10px !important;
}
.main.anodizing-staging p.last-link a {
 color: rgb(185 151 91);
}
.home h1.strip-h1-styling {
    font-size: 20px;
    line-height: 30px;
    /* display:inline-block; */
}
.home .main .section .who-we-are p.h1-style{
    font-weight:700;
}
.main.news p {
    font-weight: 700;
    line-height: 60px;
}
.earth img.earth-image {
    max-width: 800px !important;
    width: 100%;
}
.earth h3.earth-form {
    font-weight: 700;
    line-height: 30px;
}
.main-top-bar {
    background-color: #755e54;
    padding: 5px;
    text-align: center;
    display: none;
}
.page-template-home-template .main-top-bar{
    display: block;
}
.top-bar a {
    line-height: 24px;
}
header#header .logo-menu-row{
    padding-top:18px;
}
.main-top-bar a:hover {
    color: white;
}
header ul#menu-main-menu .menu-item:last-of-type .sub-menu {
    min-width: 160px !important;
    width: 100%;
    left: unset;
    right: -5px;
}
.desktop-menu .logo-main a {
	display: block;
}
@media only screen and (max-width:767px){
	.footer_cstm section.footer-sec .footer-main-div {
    flex-direction: column;
}

.footer-main-div .footer_col1 {
    width: 100%;
}

.footer-main-div .footer_col2 {
    width: 100%;
}

.footer-main-div .footer_col3 {
width: 100%;
}

.footer-main-div .footer_col4 {
    width: 100%;
}

.logo {display: flex;justify-content: center;}
.contact-details a {
    color: white;
    font-family: "Segoe UI",sans-serif;
    font-size: 12px;
    line-height: 18px;
}
header#header .logo-menu-row {
    margin-top: 0; 
    padding: 20px 0 30px 0;
    width:100%;
    padding-inline:20px;
}
.mobile-menu-toggle img {
    margin-bottom: 10px;
}
nav#mobile-menu ul li a {
    padding-block: .5rem !important;
    display: inline-block;
    font-family: 'Exo 2',sans-serif !important;
    color: white;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight:600;
    text-decoration: none;
}
nav#mobile-menu ul{
    list-style:none;
}
.logo-menu-row.mobile-menu nav#mobile-menu {
    position: unset !important;
}
.logo-menu-row.mobile-menu.active {
    flex-wrap: wrap;
}
.logo-menu-row.mobile-menu nav#mobile-menu {
    position: unset !important;
    flex: 1 1 100%;
}
#mobile-menu ul li a:hover,#mobile-menu ul li a:active {
    color: #b9975b;
}
#mobile-menu .menu li.current-menu-parent.menu-item-has-children a:first-of-type::after,#mobile-menu .menu li.menu-item-has-children a:first-of-type::after {
    display: inline-block;
    vertical-align: .255em;
    margin-left: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    transform: rotate(-90deg);
    transition: .2s;
}
#mobile-menu li.menu-item:has(> .sub-menu.open) a:after {
    transform: rotate(0deg) !important;
}
#mobile-menu .sub-menu.open li a::after{
  display:none !important;
}
#mobile-menu ul li .sub-menu.open{
     visibility: visible;
    opacity: 1;
    position: unset;
    margin-bottom: 15px;
    padding-block:8px;
    margin-top:0 !important;
}
#mobile-menu ul.sub-menu.open li {
    padding-block: 0;
    padding-inline:0
}
nav#mobile-menu ul li .sub-menu li a {
    text-transform: capitalize;
    padding-block: 4px !important;
    font-weight: 700;
    padding-inline: 24px;
}
.contact-home h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Exo 2',sans-serif;
}
.heading.mb-2.history h2{
    line-height:30px;
}
.main.manganese h1 {
    line-height: 36px;

}
.hardcoat h1,.hardcoat .fde h2,.brown .fde h1,.flat-dark h1,.laser h2,.defense h2 {
    font-size: 25px;
    line-height: 30px;
}
.laser h2{
    margin-bottom: 0;
}
.hardcoat ul.about-list{
    margin-bottom:1rem;
}
.hardcoat .fde h2,.flat-dark h2 {
    line-height:30px;
}
.brown h2.mb-5.brown-heading,h2.brown-last{
    line-height:30px  !important;
}
strong{
    font-weight:700;
}
.flat-dark ul{
    padding-right:0
}
.chrome h1{
    font-size: 30px;
    line-height: 36px;
}
#carouselExampleIndicators p {
    margin: 0;
}
.olive h2.italic {
    line-height: 30px;
}
.olive h2 {
    line-height: 30px;
}
.olive p.c-image img {
    margin-bottom: 10px;
}
.main.olive,.main.electro {
    margin-top: -50px;
}
.dry-film .carousel-inner img{
 object-fit: contain;
}
.main.anodizing-staging h2{
    line-height:30px;
}
.main.news p {
    font-size: 25px !important;
    line-height: 30px;
    padding-inline:20px;
}
.news .heading {
    margin-bottom: 20px !important;
}
.earth .fde h2{
    line-height:30px;
}
.earth img.earth-image{
    margin-block:8px;
}
nav#mobile-menu .menu {
    padding-left: 0px;
}
.mobile-menu .logo-main a {
    display: block;
}
}
@media (max-width:400px){
    header#header .logo-menu-row {
    column-gap: 10px;
}
.logo-main img {
    max-width: 150px !important;
    width: 100%;
}

}


.footer-links a {
  color: white;
  text-decoration: none;
}

.footer-links a.active-gold {
  color: #B9975B;
}

#mobile-menu a{
  color: white;
  text-decoration: none;

}

#mobile-menu li.active-gold > a {
  color: gold !important;
}
#mobile-menu li li.active-gold > a {
  color: gold !important;
}

#mobile-menu li.active-gold > a {
  color: gold !important;
}

#menu-main-menu .menu-item.current-menu-item.active-gold-mob a{
color: #B9975B !important;	
}

nav .nav-link.active-gold {
  color: #B9975B;
}



.sngle-img{
    display: block;
    margin: auto;
}