:root {
    --gg-primary: #e0150b;
    --gg-secondary: #000000;
}
html {
    overflow-x: hidden;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    overflow-x: hidden;
}
img {
    max-width: 100%;
}
ul:last-child, ol:last-child, p:last-child {
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.4;
    word-break: break-word;
    margin-bottom: 0.65em;
    font-family: 'Anton', sans-serif;
    color: #000000;
}
h2 {
    font-size: 48px;
}
a,a:hover,a:focus {
    color: var(--gg-primary);
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    outline: none;
}
button:focus {
    outline: none;
}
.special-heading {
    text-align: center;
    color: #000;
    padding-bottom: 0px;
}
.special-heading mark,
.special-heading span {
    color: var(--gg-primary);
}
.special-heading:after, .request-cont p.below_line:after {
    content: '';
    position: relative;
    margin-top: 5px;
    width: 130px;
    height: 1px;
    display: block;
    background-color: #000;
    left: 50%;
    transform: translateX(-50%);
}
.gg-btn {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.155em;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--gg-primary);
    padding: 0.9em 2.5em;
    text-align: center;
    display: inline-block;
    min-width: 160px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gg-btn:hover {
    color: #fff;
    background-color: var(--gg-primary);
}

.btn-p {
    color: #fff;
    background-color: var(--gg-primary);
}
.btn-s {
    color: #fff;
    background-color: var(--gg-secondary);
}
.btn-p:hover {
    color: #fff;
    background-color: var(--gg-secondary);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.btn-s:hover {
    color: #fff;
    background-color: var(--gg-primary);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.owl-nav button:after {
    content: "";
    height: 18px !important;
    width: 18px !important;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    display: block;
    transform: rotate(45deg);
}
.owl-nav button.owl-next:after {
    transform: rotate(227deg);
}
.owl-nav button span {
    display: none;
}
.owl-theme .owl-nav [class*=owl-]:hover,
.owl-theme .owl-nav [class*=owl-]:focus {
    background: transparent;
    outline: none;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--gg-primary);
    position: relative;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 5px 5px;
}
/* ==== Top bar ==== */
.top-bar {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 100;
    background: transparent;
    width: 100%;
    border-bottom: 1px solid rgba(192, 194, 193, 0.5);
    float: left;
    top: 0;
}
.top-bar * {
    font-size: 12px;
    color: #fff;
}
.top-bar .row {
    margin-right: 0;
    margin-left: 0;
}
.top-bar-left {
    max-width: 35%;
    flex: 35%;
}
.top-bar-right {
    max-width: 65%;
    flex: 65%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 1px solid rgba(192, 194, 193, 0.5);
    padding-left: 1em;
}
.top-bar-right .right_col {
    display: flex;
    gap: 1em;
    align-items: center;
}
.top-bar-right .gg-btn {
    padding: .8em 4em;
    text-align: center;
}
.top-bar-social {
    display: flex;
    gap: 1.2em;
}
.top-bar-social li a {
    font-size: 14px;
    color: #fff;
}
.top-bar-social li a i {
    margin-right: 0px !important;
}
.top-bar-social li a i:hover {
    color: red;
}
.top-bar-left i,.top-bar-right i,.top-bar-right .right_col i {
    margin-right: 0.7em;
}
.top-bar .top-bar-left, .top-bar .gg-btn, .top-bar .top-bar-social {
    display: none !important;
}
/* ==== inner pages header ==== */
.gg-hero-banner { 
    position: relative; 
    margin-top: 128px;
    height: calc(100vh - 128px);
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.gg-hero-banner .owl-stage-outer {
    background-color: rgba(0,0,0,0.5);
    height: 100%;
}
.gg-hero-banner .owl-stage,
.gg-hero-banner .owl-carousel.owl-drag .owl-item,
.gg-hero-banner .owl-carousel .owl-item img {
    height: 100%;
}
.gg-hero-banner .owl-carousel .owl-item img {
    object-fit: cover;
    object-position: center;
}
.banner_slides_images {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.header--banner{
    margin-top: 128px;
}
.banner--inner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    background-color: var(--gg-secondary);
    /*padding-top: 80px;*/
    position: relative;
}
.banner--title {
    min-height: 230px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0;
    position: relative;
}
.banner-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 76%);
}
.banner--title h1 {
    font-size: 40px;
    color: #ffff;
}
/* ==== hero banner sec ==== */
.image-note {
    text-align: center;
    padding: 20px;
    /* border: 1px solid red; */
    background: #4b4b4b;
    color: #fff;
}
.hero-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-caption {
    text-align: center;
    FONT-VARIANT: JIS04;
    padding: 450px 50px 50px;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}
.hero-caption h1 {
    font-size:30px;
    color: #fff;
    margin-bottom: 10px;
}
.hero-caption h4 {
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.hero-caption h1 span,.hero-caption h4 span {
    color: var(--gg-primary);
}
.hero-caption .arow-down {
    width: 14px !important;
    height: 30px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    z-index: 99;
}
.banner_slides_images .owl-nav button {
    position: absolute;
    top: 50%;
    background: #ffffff99 !important;
    height: 50px;
    width: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.banner_slides_images .owl-nav .owl-prev {
    left: 30px;
}
.banner_slides_images .owl-nav .owl-next {
    right: 30px;
}
.banner_slides_images .owl-nav button span {
    display: none;
}
.banner_slides_images .owl-nav .owl-next:after {
    margin-right: 7px;
}
.banner_slides_images .owl-nav .owl-prev:after {
    margin-left: 7px;
}
.gg-about-sec h2.special-heading {
    color: #fff;
    text-align: left;
}
.gg-about-sec .wpcf7-response-output {
    color: #fff;
}

.page-id-3836 main#main a {
    color: #fff;
    background: #b11104;
}
.page-id-3836 main#main h1 {
    font-size: 35px;
    color: #fff;
    letter-spacing: 1px;
}
.page-id-3836 main#main {
    background: #ccc;
    min-height: 570px;
    padding-top: 220px;
    background-image: url(https://www.brisbanepressedmetal.com.au/wp-content/uploads/2023/08/july-img-1-scaled.jpg);
    background-blend-mode: overlay;
    background-color: rgb(0 0 0 / 60%);
    background-size: cover;
    background-position: center center;
}

.page-id-3836 div#content {
    margin: 0;
}
.page-id-3836 .content-container.container {
    max-width: 100%;
    padding: 0;
}
.page-id-3836 .header--banner {
    display: none;
}
/**/
.product-wrappers:hover img{
    transform: scale(1.1);
}
.product-wrappers .product-img img {
    transition: all 0.3s ease-in-out;
	object-fit: cover;
}
/* ==== card carousel sec ==== */
/*.gg-card_carousel {
    margin-top: -70px;
}*/
.gg-card_carousel {
    margin-top: 70px;
}
.card_cont {
    background: #000;
    border: 0.25px solid #000;
    box-shadow: 16px 0px 20px rgba(0, 0, 0, 0.15);
    margin: -55px 45px 20px 45px;
    padding: 1em;
    z-index: 10;
    position: relative;
    transition: all .4s ease;
}
.card_img {
    position: relative;
    overflow: hidden;
    padding-top: 65%;
}
section.gg-card_carousel .card_img {
	box-shadow: 0px 0px 5px #000;
}
.card_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
    transition: all 0.4s ease;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.card_cont h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 1.3em;
    color: #fff;
}
.card_bx:hover .card_cont a {
    background-color: var(--gg-primary);
}
.card_cont h3 span {
    color: var(--gg-primary);
}
.card_bx:hover .card_cont,
.card_bx:hover .card_img img {
    box-shadow: none;
    filter: none;
}
.card_bx:hover .card_img img {
    transform: scale(1.1);
}
/* ==== products section ==== */
.gg-about-sec {
    background: #000;
}
.gg-products-sec {
    padding-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
}
.gg-products-sec .container {
    padding-right: 30px;
    padding-left: 30px;
}
.gg-products-sec [class*="col-"], .row.c-gutter-0 > [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
}
.product-wrapper {
    display: flex;
    flex-wrap: wrap;
	flex-direction: column;
}
.product-wrappers {
    padding: 0;
    background: var(--color-header-middle-bg);
    box-shadow: 0 0.03rem 0.06rem rgba(0,0,0,0.1), 0 0.1rem 0.3rem rgba(0,0,0,0.1);
    transition-duration: 0.3s;
}
.gg-products-sec .product-range {
    padding: 15px;
}
.product-wrappers .product-img {
    padding-top: 100%;
    border-radius: 0px;
}
.product-wrappers .product-img h3 {
    margin: 0px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 9;
    background-color: #fff;
    text-align: center;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
    padding: 8px 0;
}
.product-wrappers h3 {
    text-align: center;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
    padding: 10px 0;
    margin: 0px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
}
.col__reverse .product-wrapper {
    flex-direction: column-reverse;
}
.product-cont, .product-img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	min-height: 185px;
}
.product-range .product-wrapper .product-cont {
    background: #333333;
    padding: 30px;
    display: flex;
    flex-direction: column;
/*     justify-content: center; */
    position: relative;
}
@media (min-width: 1200px) {
.container {
    max-width: 1200px;
}
}
.product-range .product-wrapper .product-cont * {
    color: #fff;
}
.product-range .product-wrapper .product-cont h3 {
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 0.4em;
}
.product-range .product-wrapper .product-cont p {
    font-size: 15px;
}
.product-range .product-wrapper .product-cont h3 span {
    color: var(--gg-primary);
}
.product-range .product-wrapper .product-cont:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 5%;
    z-index: 1;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 18px solid #333333;
}
.product-range.pr-light--bg .product-wrapper .product-cont:after {
    top: auto;
    bottom: 100%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 18px solid #808080;
    border-top: 20px solid transparent;
}
.product-range.row__reverse-left .product-wrapper,
.product-range.row__reverse-right .product-wrapper {
    flex-direction: row-reverse;
}
.product-range.pr-light--bg .product-wrapper .product-cont {
    background: #808080;
}
.product-range.row__reverse-left .product-wrapper .product-cont:after, 
.product-range.row__reverse-right .product-wrapper .product-cont:after {
    left: auto;
    right: 100%;
    border-top: 1.1vw solid transparent;
    border-bottom: 1.1vw solid transparent; 
    border-right: 1.4vw solid #333333;
    border-left: none; 
}
.product-range.row__reverse-right.pr-light--bg .product-wrapper .product-cont:after {
    border-right: 0px solid #808080;
    transform: rotate(180deg);
}
.product-img {
    position: relative;
    padding-top: 50%;
    overflow: hidden;
}
.product-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
    transition: all 0.4s ease;
}
.product-wrapper:hover .product-img img {
    transform: scale(1.1);
}
.video-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 280px;
}
/* ==== about section ==== */
.gg-about-sec {
    margin-top: 5%;
}

.intro-cont .inner-bx {
    padding-right: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
	}
	.col-lg-5.intro-cont h2.special-heading {
    margin-bottom: 0;
    font-size: 35px;
}
.col-lg-7.rightside {
    padding-top: 60px;
	    padding-bottom: 50px;
		padding-right: 0;
}
.col-lg-7.rightside li {
    width: 48%;
    padding: 0 2%;
    vertical-align: top;
}
.col-lg-7.rightside li img {
    width: 100%;
}
.col-lg-7.rightside h2.special-heading {
    font-size: 32px;
	    margin-top: 35px;
}
.col-lg-7.rightside .wpcf7-form .gg-btn {
    margin-top: 10px;
	
}
.col-lg-5.intro-cont {
    background: #0a0a0a;
}
.intro-cont .special-heading {
    text-align: left;
    padding-bottom: 10px;
    color: #fff;
}
.intro-cont .inner-bx ul {
    padding-left: 22px !important;
}
.intro-cont .inner-bx ul li {
     color: #fff;
}
.intro-cont .special-heading:after {
    width: 160px;
    left: 0;
    transform: translateX(0%);
}
.intro-cont .gg-btn {
    margin-top: 2%;
}
.intro_carousel {
    padding-right: 20px;
}
.intro_img {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
    height: 430px;
}
.intro_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
}
.intro_cont {
    background: #333333;
    padding: 40px 20px;
    display: none;
}
.intro_cont * {
    color: #fff;
}
.intro_cont h3 {
    font-size: 30px;
}
.gg-about-sec .col-lg-5 .gg-btn {
    margin-top: 2% !important;
}
.intro_cont h3 span {
    color: var(--gg-primary);
}
.intro_cont h4 {
    font-size: 16px;
    letter-spacing: 0.675em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.intro-social {
    display: flex;
    gap: 18px;
    justify-content: center;
    font-size: 14px;
    position: relative;
    padding-top: 10px;
}
.intro-social:after {
    content: "";
    background-color: var(--gg-primary);
    width: 140px;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 0px;
}
.intro-social li a {
    font-size: 14px;
}
.intro-social li a i:hover {
    color: var(--gg-primary);
}
.intro_carousel .owl-nav button {
    position: absolute;
    top: 50% !important;
    color: #000 !important;
    font-size: 26px !important;
}
.intro_carousel .owl-nav .owl-prev {
    left: -35px;
}
.intro_carousel .owl-nav .owl-next {
    right: -15px;
}
/* ==== testimonial section ==== */
.gg-testimonial-sec {
    padding-top: 80px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.gg-testimonial-sec:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(65, 64, 64, 0.7);
}
.gg-testimonial-sec .special-heading {
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.gg-testimonial-sec .special-heading:after {
    background-color: var(--gg-primary);
}
.testimonial_bx {
    display: flex;
    align-items: center;
    gap: 50px;
}
.item_img {
    position: relative;
    flex-shrink: 0;
}
.item_img img {
    height: 350px !important;
    width: 350px !important;
    max-width: 100% !important;
    object-fit: cover;
}
.item_img:after {
    content: "";
    position: absolute;
    top: 10px;
    right: -27px;
    background-image: url(/wp-content/uploads/2023/01/quote.png);
    height: 40px;
    width: 55px;
    background-repeat: no-repeat;
}
.item_cont {
    padding-right: 20px;
}
.item_cont * {
    color: #fff;
}
.item_cont p {
    font-size: 20px;
}
.item_cont_inner {
    margin-top: 85px;
}
.item_cont_inner span {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
}
.testimonial-bx {
    margin-bottom: 30px;
}
.testimonial-bx .inner-bx {
    border: 0.25px solid #edf0ee;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 15%);
    padding: 20px;
    text-align: center;
    height: 100%;
}
.testimonial-bx .inner-bx .item-img {
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}
.testimonial-bx .inner-bx img {
    height: 70px !important;
    width: 70px !important;
    max-width: 70px !important;
    border-radius: 50px;
}
.testimonial-bx .inner-bx .item-post {
    color: var(--gg-primary);
}
/* ==== Blog Section ==== */
.gg-blog-sec {
    padding-top: 70px;
    padding-bottom: 70px;
}
.post-date {
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #35434E;
}
.blog-item .post-date {
   padding-top: 20px;
}
.entry-meta {
    margin-bottom: 17px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    gap: 20px;
    color: #35434E;
}
.post-date i, .entry-meta i {
    margin-right: 8px;
    font-size: 14px;
}
.item-content .item-title {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 20px;
}
.item-content .item-title a {
    color: #35434E;
}
.item-content .gg-btn {
    margin-top: 30px;
}
.side-item {
    margin-bottom: 30px;
}
.side-item:first-child {
    display: none;
}
.side-item:last-child {
    margin-bottom: 0px;
}
.blog-item .item-media {
    padding-top: 50%;
}
.item-media {
    position: relative;
    overflow: hidden;
    padding-top: 68%;
}
.item-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: initial !important;
    object-fit: cover;
}
.media-links {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.media-links:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 0.2s linear;
}
[class*="-item"]:not(.align-items-center):hover .media-links:before {
    opacity: 0.5;
}
.media-links a.abs-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}
[class*="-item"]:hover .media-links a.abs-link {
    opacity: 1;
}
/* ==== request quote section ==== */
.gg-request-sec {
    background: #EAEAEA;
    position: relative;
}
.request-cont h2.special-heading {
    padding-bottom: 0;
    margin-bottom: 3%;
}
.request-cont h2.special-heading:after,
.request-cont h4.special-heading:after{
    display: none;
}
.request-cont .special-heading {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0;
}
.request-cont .below_line:after {
    left: 0 !important;
    transform: translateX(0) !important;
    margin-top: 2% !important;
    width: 25% !important;
    position: absolute !important;
}
.request-cont h4 {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.34em;
    text-transform: uppercase;
}
.cover_image {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-position: 50% 50%;
    z-index: 2;
    width: 48%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.cover_image img {
    display: none;
}
.request-cont {
    max-width: 570px;
    padding: 4% 0;
}
.request-cont p.below_line.pb-5 {
    padding-bottom: 5% !important;
}
.wpcf7-form .form-group {
    margin-bottom: 4%;
    position: relative;
}
.wpcf7-form input,
.wpcf7-form input,
.wpcf7-form select {
    height: auto;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    border-radius: 0px;
    padding: 1.4em 1.25em;
    padding-left: 3.5em;
    border: 1px solid #EAEAEA;
}
.request-form textarea {
    height: 36vh;
}
.contact-form textarea {
    height: 150px;
}
.wpcf7-form .gg-btn {
    cursor: pointer;
    border: 0px;
    padding: 0.9em 2.5em;
}
.wpcf7-form input:focus:not(input[type="submit"]), 
.wpcf7-form textarea:focus:not(input[type="submit"]),
.wpcf7-form select:focus {
    box-shadow: none;
    border: 1px solid var(--gg-primary) !important;
}
.request-form .input_icon::before,
.contact-form .input_icon::before {
    content: "";
    position: absolute;
    z-index: 9;
    left: 27px;
    margin-top: 8px;
    color: var(--gg-primary);
    font-family: FontAwesome;
    top: 4%;
}
.form-group.input_icon.input_message::before {
    top: 2px;
}
.request-form .input_name::before,
.request-form .input_fname::before,
.request-form .input_lname::before,
.contact-form .input_fname::before,
.contact-form .input_lname::before {
    content: "\f2c0";
}
.request-form .input_email::before,
.contact-form .input_email::before {
    content: "\f003";
}
.request-form .input_pno::before {
    content: "\f095";
    left: 12px;
}
.request-form .input_question::before {
    content: "\f29c";
    left: 12px;
}
.request-form .input_subject::before {
    content: "\f24d";
    left: 12px;
}
.request-form .input_file::before {
    content: "\f093";
    left: 12px;
}
.request-form .input_message::before,
.contact-form .input_message::before {
    content: "\f0e5";
    left: 12px;
}
.contact-form .input_pno::before {
    content: "\f095";
}
.contact-form .input_subject::before {
    content: "\f24d";
}
.contact-form .input_loc::before {
    content: "\f041";
}
.contact-form .input_file::before {
    content: "\f093";
    left: 12px;
}
p.input_question_msg {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
}
.disable_first_option {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A");
      background-position: right 10px center;
      background-repeat: no-repeat;
      background-size: auto 38%;
      border-radius:2px;
      padding: 10px 30px 10px 10px;
      outline: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
}
/* ==== Footer ==== */
.site-footer {
    background-color: var(--gg-secondary);
    color: #fff;
}
.site-footer {
    padding-top: 6%;
    padding-bottom: 4%;
}
.footer-widget h3, 
.footer-widget .widget-title {
    font-size: 25px;
    margin-bottom: 6%;
    font-family: 'Anton', sans-serif;
    color: #fff;
}
.footer-widget h3 span, 
.footer-widget .widget-title span {
    color: var(--gg-primary);
}
.footer-widget .footer-logo.widget_media_image {
    margin-bottom: 5%;
    display: inherit;
}
.footer-widget .footer-logo img {
    width: auto !important;
    max-width: 200px !important;
}
.footer-social {
    display: flex;
    gap: 6%;
    font-size: 14px;
    position: relative;
}
.footer-social li a {
    font-size: 14px;
}
.mark, mark {
    color: #fff;
    background-color: transparent;
    padding: 0;
}
.site-footer .container {
    padding: 0;
}
.footer-add,
.footer-feed {
    padding-top: 40px;
}
.footer-add .list-icons {
    padding-left: 0px;
    list-style: none;
}
.footer-add .list-icons li {
    padding-bottom: 3%;
    margin-bottom: 3%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding-left:10%;
}
.footer-add .list-icons li a {
    color: #fff;
}
.footer-add .list-icons li i {
    position: absolute;
    top: 4%;
    left: 0;
    color: var(--gg-primary);
}
.gg-copy-right {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #808080;
    text-align: center;
    padding: 1%;
}
.footer-inner .textwidget.custom-html-widget p {
    margin-bottom: 3%;
}

/* Blog Page */
.news-img {
    position: relative;
    overflow: hidden;
    padding-top: 68%;
}
.news-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: initial !important;
    object-fit: cover;
}
.news-cont {
    margin-top: 20px;
}
.news-cont .post_title {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 20px;
}
.news-cont .post_title a {
    color: #35434E;
}
.post--pagination {
    margin-top: 30px;
}
.post--pagination .page-numbers,
.post--pagination .page-numbers.current {
    background-color: #FCFCFB;
    border: 1px solid #D3D4D6;
    border-radius: 2px;
    display: inline-block;
    padding: 4px 10px;
}
.post--pagination .page-numbers {
    color: #000;
}
.post--pagination .page-numbers svg {
    top: -1px;
    position: relative;
}
.post--pagination .page-numbers:hover,
.post--pagination .page-numbers.current {
    border-color: var(--gg-primary);
    color: var(--gg-primary);
}

/*Post Single Comment Css*/
@media screen and (min-width: 768px) {
    .reply {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }
    .children {
        margin-left: 2em !important;
    }
    .comment-form .comment-input-wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1.5em;
        margin-top: -1em;
    }
    .comment-form .comment-input-wrap p {
        margin: 0;
    }
}
.comments-area {
    max-width: 850px;
    margin-top: 3.5em;
    margin-left: auto;
    margin-right: auto;
}
.comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.comment-list li {
    display: block;
}
.comment-body {
    position: relative;
    border-bottom: 1px solid #e4e5e6;
    margin-bottom: 3em;
}
.comment-meta {
    position: relative;
    margin-left: 70px;
    font-size: 80%;
}
.comment-author {
    font-size: 1.4em;
    line-height: 1.3;
}
.comment-author  .avatar {
    box-sizing: content-box;
    border: 5px solid #edf2f7;
    margin-top: -5px;
    margin-left: -5px;
    position: absolute;
    left: -70px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: block;
}
.says {
    font-size: 80%;
}
.comment-metadata {
    padding-bottom: 0.5em;
}
.comment-meta a, .comment-form a {
    text-decoration: none;
    border: none;
    color: inherit;
}
.comment-content {
    margin-bottom: 1.5rem;
    padding-top: 1.5rem;
}
.reply {
    margin-bottom: 2em;
    margin-top: -0.5em;
}
.comment-reply-link {
    display: inline-block;
    padding: 0.5em 1em;
    font-size: 85%;
    color: #4a5568;
    line-height: 1;
    text-decoration: none;
    background: transparent;
    border: 1px solid #edf2f7;
    border-radius: 0;
}
.comment-list ol {
    list-style-type: none;
}
.children {
    margin-left: 1em;
    padding-left: 0;
}
.comments-title, .comment-reply-title {
    margin-bottom: 1em;
    font-size: 24px;
    color: #000;
}
.comment-form {
    line-height: 1.3;
}
.comment-form .comment-notes {
    margin-top: -.5em;
    font-size: 80%;
    font-style: italic;
}
.comment-form .required {
    color: #d54e21;
}
.comment-form p.comment-form-float-label {
    margin-top: -1em;
}
.comment-form p.comment-form-float-label {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}
.comment-form p {
    margin: 1.5em 0;
}
.comment-form label {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    color: #000;
}
.comment-form label, 
.comment-form input {
    transition: all 0.2s;
}
.comment-form-cookies-consent {
    display: flex;
    clear: both;
    justify-content: flex-start;
    float: left;
    margin-top: 0px!important;
}
.comment-form .comment-form-cookies-consent input {
    width: auto;
    position: relative;
    top: -4px;
}
.comment-form .comment-form-cookies-consent label:not(:placeholder-shown) {
    -webkit-transform: none;
    transform: none;
    font-size: 90%;
}
.comment-form .comment-form-cookies-consent label {
    display: inline-block;
    padding-left: 0.6em;
    padding-bottom: 0;
}
.comment-form input, 
.comment-form textarea {
    width: 100%;
    border: 1px solid #cbd5e0;
    padding: 0.6em 0.5em;
    max-width: 100%;
    box-shadow: 0px 0px 0px -7px rgb(0 0 0 / 0%);
}
.comment-form input:focus, 
.comment-form textarea:focus {
    color: #1a202c;
    border-color: #718096;
    outline: 0;
    box-shadow: 0px 5px 15px -7px rgb(0 0 0 / 10%);
}
.comment-form .submit {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.155em;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--gg-primary);
    padding: 12px 40px;
    text-align: center;
    min-width: 160px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: auto;
    clear: both;
    display: block;
    border: 0px;
}
.comment-form .submit:hover {
    color: #fff;
    background-color: var(--gg-secondary);
}

.content-area {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
section.gg-instagram-sec{
    background-position: 50% -114.562px;
    width: 100%;
    clear: both;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 50px;
    background-size: cover;
    position: relative;
}
.insta-wrapper{
    padding: 2% 60px 2% 60px;
}
.hero-slides {
    /*background-color: rgb(0 0 0 / 50%);*/
}
.hero-cont-sec {
    background-color: rgb(0 0 0 / 70%);
    padding: 15px 20px 15px 20px;
    position: relative;
    z-index: 9;
}
form.search-form label {
    display: none;
}
.request-sec-inner .request-form .input_pno::before,.request-sec-inner .request-form .input_subject::before {
    left: 27px;
}
.search-box-option-container .product-filter-box {
    max-width: 600px;
    display: flex;
    align-items: center;
    height: auto;
    gap: 3%;
    padding: 0;
    margin-bottom: 2.5%;
}
.search-box-option-container .product-filter-box h3 {
    top: 0px;
    left: 0px;
    white-space: nowrap;
    margin-bottom: 0px;
}
.search-box-option-container .product-filter-box .select2.select2-container {
    margin-top: 0;
}
.gg-products-sec select.product-search {
    padding: 8px;
}
.search-box-option-container .product-filter-box #clear-all {
    min-width: inherit;
    cursor: pointer;
}
section.gg-callact {
    background-color: #000;
    padding: 50px 0px;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}
section.gg-callact .row {
    align-items: center;
    row-gap: 20px;
}
.call-actvideo {
    text-align: center;
}
.call-acttext h2 a{
    color: #fff;
}
.call-actvideo .yt-icon {
    font-size: 80px;
}
.call-actvideo a.fa.fa-youtube-play {
    font-size: 90px;
}
.call-acttext h2:after {
   display: none;
}
@media (max-width: 1199px) {
.site-footer .container {
    max-width: 95%;
}
}
@media (max-width: 991px) {
	.fb_iframe_widget {
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
}
	.gg-copy-right {
    padding-top: 10px;
}
	.footer-add .list-icons li {
    padding-left: 20px !important;
}
    .header--banner {
        margin-top: 111px;
    }
    .gg-hero-banner {
        margin-top: 111px;
    }
}


@media screen and (max-width: 767px) {
    .search-box-option-container .product-filter-box {
        flex-direction: column;
        gap: 10px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .page-id-3836 main#main h1 {
        font-size: 25px;
        margin: 0 0 20px 0;
    }
    .page-id-3836 main#main {
        min-height: 400px;
        padding-top: 150px;
    }
    .col-lg-7.rightside li {
        width: 100%;
        padding: 0;
    }
    .col-lg-7.rightside li img {
        height: 400px;
        object-fit: contain;
    }
    .hero-caption h1 {
        font-size: 20px !important;
    }
    .hero-caption h4 {
        font-size: 14px;
    }
    .hero-cont-sec {
        padding: 15px 10px!important;
        position: relative;
        top: 50px;
    }
    .hero-caption .arow-down {
        display: none;
    }
    .hero-caption {
        padding-top: 200px;
        padding-bottom: 0;
    }
    .col-lg-7.rightside h2.special-heading,
    .col-lg-5.intro-cont h2.special-heading {
        font-size: 25px;
    }
    .gg-about-sec  {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .header--banner {
        margin-top: 103px;
    }
    .gg-hero-banner {
        margin-top: 103px;
    }
    .banner_slides_images .owl-nav .owl-prev {
        left: 5px;
    }
    .banner_slides_images .owl-nav .owl-next {
        right: 5px;
    }
    .gg-hero-banner {
        height: calc(100vh - 200px)!important;
    }
}