@import url(https://fonts.googleapis.com/css?family=Lato:300, 400, 700, 900);
@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body,
html {
    min-height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
    color: #626262;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 22px;
}
.container {
    float: none;
    max-width: 1200px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
a {
    text-decoration: none;
    outline: 0;
    color: #626262;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: #f81414;
}
hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: none;
}
::-moz-selection {
    color: #fff;
    background: #39f;
    text-shadow: none;
}
::selection {
    color: #fff;
    background: #39f;
    text-shadow: none;
}
::-webkit-scrollbar {
    width: 6px;
    color: #000;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #000;
    border-radius: 10px;
    border-color: #000;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #000;
}
table tr td img {
    max-width: initial;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 5px 0 10px;
}
h1 {
    font-size: 38px;
    line-height: 48px;
    margin-top: 0;
    color: #232323;
}
h1 span {
    font-size: 24px;
    line-height: 34px;
}
h2 {
    font-size: 36px;
    line-height: 45px;
    margin-top: 0;
    color: #232323;
}
h3 {
    font-size: 26px;
    line-height: 35px;
    margin-top: 0;
}
h4 {
    font-size: 24px;
    line-height: 1.5;
}
h5 {
    font-size: 22px;
    line-height: 1.5;
}
h6 {
    font-size: 20px;
    line-height: 1.5;
}
.heading_style1 {
    text-align: center;
    margin-bottom: 45px;
}
.heading_style1 h2.heading_custom {
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin: 0;
    padding: 0 0 12px;
}
.heading_style1 h2.heading_black {
    color: #232323;
}
.heading_style1 h2.heading_white {
    color: #fff;
}
.heading_style1 h2.heading_custom:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    width: 80%;
    margin-left: -40%;
    background: #0a6406;
    content: "";
}
.heading_style_white {
    text-align: center;
    margin-bottom: 45px;
}
.heading_style_white h2.heading_white {
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin: 0;
    padding: 0 0 12px;
}
.heading_style_white h2.heading_white {
    color: #fff;
}
.heading_style_white h2.heading_white:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    width: 80%;
    margin-left: -40%;
    background: #fff;
    content: "";
}
ol.unstyled,
ul.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header_top {
    background: #383838;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}
.header_top .header_add {
    padding: 2px 0 0;
}
.header_top span.custom_add {
    color: #fff;
    padding-left: 5px;
}
.header_top .header_add i {
    color: #f81414;
    font-size: 20px;
    position: relative;
    top: 2px;
}
.header_top_right_wrap {
    float: right;
}
.header_top_right_wrap .header_number {
    display: inline-block;
    padding-right: 15px;
    padding-top: 4px;
    vertical-align: top;
}
.header_top_right_wrap .header_number i {
    color: #f81414;
    font-size: 16px;
    position: relative;
    top: 2px;
    transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
}
.header_top_right_wrap .header_number span.number_text {
    padding-left: 3px;
}
.header_top_right_wrap .header_number span.phone_number {
    padding-left: 5px;
}
.header_top_right_wrap .header_number span.phone_number a {
    color: #fff;
}
.header_top_right_wrap .header_number span.phone_number a:hover {
    color: #f81414;
}
.header_top_right_wrap .header_social_icon {
    display: inline-block;
    padding-left: 16px;
    position: relative;
    vertical-align: middle;
}
.header_top_right_wrap .header_social_icon:before {
    content: "";
    height: 13px;
    width: 1px;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -7px;
    background: rgba(255, 255, 255, 0.09);
}
.header_top_right_wrap .header_social_icon ul.social_icon_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header_top_right_wrap .header_social_icon ul.social_icon_list li {
    display: inline-block;
    color: #fff;
    padding-right: 10px;
    font-size: 19px;
}
.header_top_right_wrap .header_social_icon ul.social_icon_list li:last-child {
    padding: 0;
}
.header_top_right_wrap .header_social_icon ul.social_icon_list li a {
    color: #fff;
}
.header_top_right_wrap .header_social_icon ul.social_icon_list li:nth-child(1) a:hover {
    color: #3b5998;
}
.header_top_right_wrap .header_social_icon ul.social_icon_list li:nth-child(2) a:hover {
    color: #db3236;
}
.header_top_right_wrap .header_social_icon ul.social_icon_list li:nth-child(3) a:hover {
    color: #0077b5;
}
.header_top_right_wrap .header_social_icon ul.social_icon_list li:nth-child(4) a:hover {
    color: #0084b4;
}
.header_bottom .navbar-header a.navbar-brand {
    height: auto;
    padding: 15px 0 15px;
}
.navbar.navbar-default {
    border: none;
    background: 0 0;
    border-radius: 0;
    margin: 0;
    min-height: auto;
    padding: 43px 0 15px;
}
.navbar.navbar-default .navbar-collapse {
    padding: 0;
    border: none;
}
.navbar.navbar-default .navbar-collapse ul#menu-main-menu {
    float: right;
    position: relative;
}
.navbar.navbar-default .navbar-collapse ul#menu-main-menu li {
    padding: 0 15px 0 15px;
    position: relative;
}
.navbar.navbar-default .navbar-collapse ul#menu-main-menu li:last-child {
    padding-right: 0;
}
.navbar.navbar-default .navbar-collapse ul#menu-main-menu li:before {
    content: "";
    height: 16px;
    width: 1px;
    background: rgba(25, 25, 25, 0.3);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}
.navbar.navbar-default .navbar-collapse ul#menu-main-menu li#magic-line:before,
.navbar.navbar-default .navbar-collapse ul#menu-main-menu li:first-child:before {
    content: none;
}
.navbar.navbar-default .navbar-collapse ul#menu-main-menu li a {
    color: #383838;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar.navbar-default .navbar-collapse ul#menu-main-menu li a:hover {
    color: #f81414 !important;
    background: 0 0;
}
#content,
#main article {
    padding: 0;
    margin: 0;
}
.banner-wrapper {
    height: 747px;
    width: 100% !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: table;
}
.banner-wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    content: "";
}
.banner-wrapper .banner-wrap-inn {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.banner-wrapper .banner-wrap-inn .banner-content {
    position: relative;
    z-index: 5;
}
.banner-wrapper .banner-description h1 {
    color: #fff;
    font-weight: 700;
    margin: 0;
}
.banner-wrapper .banner-description h6 {
    color: #fff;
    font-weight: 700;
    margin: 0;
    font-size: 62px;
    line-height: 70px;
}
.banner-carousel .owl-dots {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    z-index: 50;
    text-align: center;
}
.banner-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin-left: 5px;
}
.banner-carousel .owl-dots .owl-dot:first-child {
    margin: 0;
}
.banner-carousel .owl-dots .owl-dot span {
    height: 12px;
    width: 12px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.banner-carousel .owl-dots .owl-dot.active span {
    background: #f81414;
}
.banner-carousel .owl-nav .owl-prev {
    height: 62px;
    width: 34px;
    font-size: 0;
    background: url(images/arrow.png) no-repeat 0 0;
    position: absolute;
    left: 35px;
    top: 50%;
    margin-top: -31px;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.banner-carousel .owl-nav .owl-prev:hover {
    background-position: 0 -62px;
}
.banner-carousel .owl-nav .owl-next {
    height: 62px;
    width: 34px;
    font-size: 0;
    background: url(images/arrow.png) no-repeat -34px 0;
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -31px;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.banner-carousel .owl-nav .owl-next:hover {
    background-position: -34px -62px;
}
.home_section.home_section2_3wrapper {
    position: relative;
    overflow: hidden;
}
.home_section.home_section2_3wrapper .sec2_3_right_img {
    position: absolute;
    right: 0;
    top: 0;
    background: url(https://www.brisbanefencingsupplies.com.au/wp-content/uploads/2020/06/home-right-img-min-min.png) no-repeat center center;
    background-size: 100% 100%;
    height: 1175px;
    width: 676px;
    z-index: 6;
}
.home_section.home_section2 {
    background: #fff;
    min-height: 755px;
    padding: 102px 567px 69px 125px;
    position: relative;
}
.home_section.home_section2 .ser_wrap_design {
    padding-left: 185px;
    width: 100%;
}
.home_section.home_section2 .ser_wrap_design .ser_wrap_design_inn {
    max-width: 1040px;
    width: 100%;
    position: relative;
    padding: 115px 418px 65px 0;
}
.home_section.home_section2 .main_ser_heading {
    padding-right: 196px;
}
.home_section.home_section2 ul#home_service_listing {
    list-style: none;
    margin: 0;
    padding: 0;
}
.home_section.home_section2 ul#home_service_listing li {
    font-size: 32px;
    line-height: 1.5;
    display: block;
    font-weight: 700;
    margin: 0 0 25px;
    text-align: right;
    position: relative;
}
.home_section.home_section2 ul#home_service_listing li a {
    color: #000;
    display: inline-block;
}
.home_section.home_section2 ul#home_service_listing li a:hover {
    color: red;
}
.home_section.home_section2 ul#home_service_listing li a span.icon {
    width: 36px;
    height: 39px;
    border: 4px solid #f81414;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    border-radius: 3px;
    padding: 6px 2px;
    text-align: center;
}
.home_section.home_section2 ul#home_service_listing li a span.icon img.service_icon {
    vertical-align: top;
    display: inline-block;
}
.home_section.home_section2 ul#home_service_listing li.item1,
.home_section.home_section2 ul#home_service_listing li.item5 {
    padding-right: 80px;
}
.home_section.home_section2 ul#home_service_listing li.item2,
.home_section.home_section2 ul#home_service_listing li.item4 {
    padding-right: 136px;
}
.home_section.home_section2 ul#home_service_listing li.item3 {
    padding-right: 178px;
}
.home_section.home_section2 ul#home_service_listing li:after {
    position: absolute;
    top: 50%;
    right: 0;
    height: 3px;
    width: 176px;
    background: #f81414;
    content: "";
}
.home_section.home_section2 ul#home_service_listing li.item1:after {
    right: -97px;
}
.home_section.home_section2 ul#home_service_listing li.item2:after {
    right: -41px;
    width: 178px;
}
.home_section.home_section2 ul#home_service_listing li.item3:after {
    right: -25px;
    width: 202px;
}
.home_section.home_section2 ul#home_service_listing li.item4:after {
    right: -39px;
    width: 174px;
}
.home_section.home_section2 ul#home_service_listing li.item5:after {
    right: -88px;
    width: 167px;
}
.home_section.home_section2 .main_ser_heading h2 {
    color: #1a6d16;
    font-weight: 700;
    position: relative;
    margin: 0 0 20px;
    padding-right: 102px;
    text-align: right;
}
.home_section.home_section2 .main_ser_heading h2:after {
    position: absolute;
    top: 50%;
    right: 0;
    height: 3px;
    width: 88px;
    background: #f81414;
    content: "";
    margin-top: -1px;
}
.home_section.home_section2 .home_service_title {
    width: 392px;
    height: 389px;
    position: absolute;
    top: 94px;
    right: 0;
    background: url(images/circle-img.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 75px;
}
.home_section.home_section2 .home_service_title:before {
    position: absolute;
    top: -136px;
    left: 50%;
    height: 136px;
    width: 3px;
    background: #f81414;
    content: "";
    margin-left: -1px;
}
.home_section.home_section2 .home_service_title:after {
    position: absolute;
    bottom: -131px;
    left: 50%;
    height: 131px;
    width: 3px;
    background: #f81414;
    content: "";
    margin-left: -1px;
}
.home_section.home_section2 .home_service_title .ser_title {
    height: 237px;
    width: 237px;
    padding: 0 59px 0;
    text-align: center;
}
.home_section.home_section2 .home_service_title .ser_title h3 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #757575;
    margin: 0;
    padding: 70px 0;
    position: relative;
}
.home_section.home_section2 .home_service_title .ser_title h3:before {
    position: absolute;
    top: 0;
    left: 50%;
    height: 54px;
    width: 3px;
    background: #f81414;
    content: "";
    margin-left: -1px;
}
.home_section.home_section2 .home_service_title .ser_title h3:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 54px;
    width: 3px;
    background: #f81414;
    content: "";
    margin-left: -1px;
}
.home_section.home_section3 {
    background: #828282;
    position: relative;
    padding: 75px 540px 75px 100px;
}
.home_section.home_section3:before {
    background: url(https://www.brisbanefencingsupplies.com.au/wp-content/uploads/2020/06/home-3-bg-min.png) no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}
.main_home_3_cnt {
    position: relative;
    z-index: 5;
    padding-left: 75px;
}
.main_home_3_cnt h4.home3_title {
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 30px;
    position: relative;
}
.main_home_3_cnt h4.home3_title:before {
    background: #fff;
    width: 56px;
    height: 2px;
    left: -75px;
    top: 12px;
    position: absolute;
    content: "";
}
.main_home_3_cnt .home3_description {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 26px;
}
.main_home_3_cnt a.home3_more_btn {
    background: #0a6406;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #fff;
    padding: 7px 17px;
    text-align: center;
    white-space: normal !important;
    text-transform: lowercase;
}
.main_home_3_cnt a.home3_more_btn:hover {
    background: 0 0;
}
.home_section.home_section4 {
    padding: 52px 0 65px;
    background: #fff;
}
.our_products-post-wrapper {
    padding-left: 7.5px;
    padding-right: 7.5px;
    overflow: hidden;
}
.our_products-post-wrapper .our_products-post-inner {
    background: #e5e5e5;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
}
.our_products-post-wrapper .our_products-featured-img {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
}
.our_products-post-wrapper .our_products-featured-img > a.product_img {
    height: 272px;
    width: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.our_products-post-wrapper:hover .our_products-featured-img > a.product_img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.our_products-post-wrapper .our_products-content {
    background: #828282;
    padding: 17px 15px;
    text-align: center;
}
.our_products-post-wrapper .our_products-content h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    font-weight: 700;
}
.our_products-post-wrapper .our_products-content h3 a {
    color: #fff;
}
.our_products-post-wrapper:hover .our_products-content h3 a {
    color: #000;
}
.our_products_carousel .owl-nav .owl-prev {
    height: 32px;
    width: 15px;
    font-size: 0;
    background: url(images/small-arrow.png) no-repeat 0 -32px;
    position: absolute;
    left: -35px;
    top: 50%;
    margin-top: -16px;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.our_products_carousel .owl-nav .owl-prev:hover {
    background-position: 0 0;
}
.our_products_carousel .owl-nav .owl-next {
    height: 32px;
    width: 15px;
    font-size: 0;
    background: url(images/small-arrow.png) no-repeat -15px -32px;
    position: absolute;
    right: -35px;
    top: 50%;
    margin-top: -16px;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.our_products_carousel .owl-nav .owl-next:hover {
    background-position: -15px 0;
}
.home_section.home_section5 {
    background: #191919;
    padding: 35px 0 60px;
}
.gallery_section .gallery-item {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 8px;
    display: none;
}
.page-template-page-homepage .gallery_section .gallery-item {
    display: block;
}
.gallery-item .gal_img {
    padding: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 270px;
    position: relative;
    overflow: hidden;
}
.gal_img .mask {
    background-color: rgba(84, 84, 84, 0.6);
    width: 100%;
    padding: 60px;
    height: 100%;
    opacity: 0;
    -webkit-transform: translate(100px, 100px);
    -moz-transform: translate(100px, 100px);
    -o-transform: translate(100px, 100px);
    -ms-transform: translate(100px, 100px);
    transform: translate(100px, 100px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.gallery-item:hover .mask {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.gallery-item .gal_img a {
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 15px;
}
.gallery-item .gall_cnt {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.gallery-item .gall_cnt h4 {
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 10px 0;
    -webkit-transform: translate(0, -200px);
    -moz-transform: translate(0, -200px);
    -o-transform: translate(0, -200px);
    -ms-transform: translate(0, -200px);
    transform: translate(0, -200px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.gallery-item:hover .gall_cnt h4 {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.gallery-item .gall_cnt img {
    margin: 0 auto;
    -webkit-transform: translate(0, 230px);
    -moz-transform: translate(0, 230px);
    -o-transform: translate(0, 230px);
    -ms-transform: translate(0, 230px);
    transform: translate(0, 230px);
    -webkit-transition: all 0.2s 0.1s ease-in-out;
    -moz-transition: all 0.2s 0.1s ease-in-out;
    -o-transition: all 0.2s 0.1s ease-in-out;
    -ms-transition: all 0.2s 0.1s ease-in-out;
    transition: all 0.2s 0.1s ease-in-out;
}
.gallery-item:hover .gall_cnt img {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.our_work_gallery .load_more {
    text-align: center;
}
.our_work_gallery .load_more a#loadMore {
    display: inline-block;
    border: 1px solid transparent;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    font-family: "Myriad Pro", serif;
    padding: 12px 25px;
    background: #000;
    text-decoration: none;
    margin: 45px 25px 0 25px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}
.our_work_gallery .load_more a#loadMore:hover {
    color: #000;
    background: #fff;
    border-color: #000;
}
div#html5-watermark {
    display: none !important;
}
.home_section.home_section6 {
    padding: 50px 0 70px;
}
.blog_post_wrapper {
    padding-left: 8px;
    padding-right: 8px;
}
.blog_post_wrapper .blog_post_inner {
    background: #e5e5e5;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
}
.blog_post_wrapper .blog_post_inner .blog_post_featured_img {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
}
.blog_post_wrapper .blog_post_inner .blog_post_featured_img a.product_img {
    height: 272px;
    width: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.blog_post_wrapper:hover .blog_post_inner .blog_post_featured_img a.product_img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.blog_post_wrapper .blog_post_inner .blog_post_header {
    background: #828282;
    padding: 17px 10px;
    text-align: center;
}
.blog_post_wrapper .blog_post_inner .blog_post_header h3.blog_post_title {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    font-weight: 700;
}
.blog_post_wrapper .blog_post_inner .blog_post_header h3.blog_post_title a {
    color: #fff;
}
.blog_post_wrapper:hover .blog_post_inner .blog_post_header h3.blog_post_title a {
    color: #000;
}
.blog_post_wrapper .blog_post_inner .blog_post_content {
    border: 1px solid #b6cbb6;
    border-top: none;
    padding: 18px;
    line-height: 24px;
    color: #292929;
    border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
}
.blog_post_wrapper .blog_post_inner .blog_post_content .read_more_sec a.read_more_btn {
    font-size: 16px;
    color: #353535;
    display: inline-block;
    padding: 6px 15px 8px;
    vertical-align: top;
    text-align: center;
    white-space: normal !important;
    border: 1px solid #f81414;
    line-height: 1;
    background: 0 0;
}
.blog_post_wrapper .blog_post_inner .blog_post_content .read_more_sec a.read_more_btn:hover {
    background: #f81414;
    color: #fff;
}
.home_section.home_section7 {
    background-image: url(https://www.brisbanefencingsupplies.com.au/wp-content/uploads/2020/06/testimonial-bg-min.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding: 35px 0 85px;
    color: #fff;
}
div#testimonials_carousel {
    padding-left: 115px;
    padding-right: 115px;
    text-align: center;
}
.testimonials_post_wrapper {
    padding-bottom: 32px;
}
.testimonials_post_wrapper .testimonials_post_content {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}
.testimonials_post_wrapper .testimonials_post_content p {
    margin: 0;
    position: relative;
}
.testimonials_post_wrapper .testimonials_post_content p:before {
    background: url(images/quote-l.png);
    width: 18px;
    height: 13px;
    content: "";
    display: inline-block;
    margin-left: -18px;
    position: relative;
    left: -8px;
    top: -5px;
}
.testimonials_post_wrapper .testimonials_post_content p:after {
    background: url(images/quote-r.png);
    width: 18px;
    height: 13px;
    content: "";
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 5px;
}
.testimonials_post_featured_img {
    width: 102px;
    height: 102px;
    background: rgba(170, 170, 170, 0.3);
    margin: 0 auto 8px;
    padding: 9px 8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.testimonials_post_featured_img span.product_img {
    height: 86px;
    width: 86px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.testimonials_post_header {
    margin-bottom: 30px;
}
.testimonials_post_header h3.testimonials_post_title {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}
.testimonials_carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    text-align: center;
}
.testimonials_carousel .owl-dots .owl-dot {
    display: inline-block;
    margin-left: 5px;
}
.testimonials_carousel .owl-dots .owl-dot:first-child {
    margin: 0;
}
.testimonials_carousel .owl-dots .owl-dot span {
    height: 15px;
    width: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.testimonials_carousel .owl-dots .owl-dot.active span {
    background: #aaa;
}
.testimonials_carousel .owl-nav .owl-prev {
    height: 56px;
    width: 30px;
    font-size: 0;
    background: url(images/t-arrow.png) no-repeat 0 0;
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -28px;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.testimonials_carousel .owl-nav .owl-prev:hover {
    background-position: 0 -56px;
}
.testimonials_carousel .owl-nav .owl-next {
    height: 56px;
    width: 30px;
    font-size: 0;
    background: url(images/t-arrow.png) no-repeat -30px 0;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -28px;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.testimonials_carousel .owl-nav .owl-next:hover {
    background-position: -30px -56px;
}
.footer_top {
    padding: 40px 0;
    background: #fff;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
.footer_top strong {
    font-size: 44px;
    line-height: 1;
    color: #f81414;
    font-weight: 700;
}
.footer_top strong a {
    color: #f81414;
    display: inline-block;
    margin-left: 10px;
}
.footer_top strong a:hover {
    color: #000;
}
.main_inner-footer {
    background: url(https://www.brisbanefencingsupplies.com.au/wp-content/uploads/2020/06/inn_footer_bg-min.png) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 58px 0;
}
.footer_logo {
    margin-bottom: 20px;
}
.footer_col1 .footer_add_sec ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_col1 .footer_add_sec ul li {
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
    font-size: 16px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.8);
}
.footer_col1 .footer_add_sec ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
}
.footer_col1 .footer_add_sec ul li:first-child:before {
    width: 15px;
    height: 24px;
    top: 0;
    background: url(images/marker.png);
}
.footer_col1 .footer_add_sec ul li:nth-child(2):before {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: url(images/phone.png);
}
.footer_col1 .footer_add_sec ul li a {
    font-size: 16px;
    color: #fff;
}
.footer_col1 .footer_add_sec ul li a:hover {
    color: #f81414;
}
h4.footer_title {
    font-size: 21px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 28px;
}
.footer_col.footer_col2 {
    padding-left: 30px;
    padding-right: 30px;
}
.footer_col.footer_col2 .footer-links {
    float: none;
    margin: 0;
}
.footer_col.footer_col2 ul,
.footer_col.footer_col3 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.footer_col.footer_col2 ul li,
.footer_col.footer_col3 ul li {
    float: none;
    display: block;
    margin: 0 0 5px;
}
.footer_col.footer_col2 ul li a,
.footer_col.footer_col3 ul li a {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
    padding-left: 15px;
    display: inline-block;
    position: relative;
}
.footer_col.footer_col2 ul li a:before,
.footer_col.footer_col3 ul li a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 5px;
}
.footer_col.footer_col2 ul li a:hover,
.footer_col.footer_col2 ul li.active a,
.footer_col.footer_col3 ul li a:hover,
.footer_col.footer_col3 ul li.active a {
    color: #f81414;
}
.footer_social_icon {
    padding-top: 15px;
}
.footer_social_icon .footer_social {
    display: block;
}
.footer_social_icon .footer_social > span.social_listing {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    margin-right: 12px;
    text-align: center;
    box-sizing: border-box;
    vertical-align: top;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.footer_social_icon .footer_social span.social_listing a {
    font-size: 17px;
    line-height: 1;
    color: #252525;
    display: block;
    padding: 6px 0;
}
.footer_social_icon .footer_social span.social_listing a i {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}
.footer_social_icon .footer_social span.social_listing:hover a {
    color: #fff;
}
.footer_social_icon .footer_social span.social_listing:nth-child(1):hover {
    background: #3b5998;
}
.footer_social_icon .footer_social span.social_listing:nth-child(2):hover {
    background: #0084b4;
}
.footer_social_icon .footer_social span.social_listing:nth-child(3):hover {
    background: #4875b4;
}
.footer_social_icon .footer_social span.social_listing:hover a i {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
.footer_col1 .footer_add_sec ul li p {
    line-height: 1;
    margin: 0 0 5px;
}
.footer_news_letter {
    background: #3d3d3d;
    padding: 14px 0;
}
.footer_news_letter .footer_wrapper {
    padding-left: 95px;
    padding-right: 95px;
}
.footer_news_letter .news_form .es_caption,
.footer_news_letter .news_form .es_lablebox {
    display: none;
}
.footer_news_letter .news_title {
    display: inline-block;
    vertical-align: top;
    padding: 7px 25px 7px 0;
    width: 165px;
}
.footer_news_letter .news_title h4 {
    font-size: 28px;
    line-height: 1;
    color: #fff;
    margin: 0;
}
.footer_news_letter .news_form {
    display: inline-block;
    vertical-align: top;
    max-width: 806px;
    width: 100%;
}
.footer_news_letter .news_form form.es_shortcode_form .es_textbox {
    padding: 0;
}
.footer_news_letter .news_form form.es_shortcode_form .es_msg {
    margin: 0;
    padding: 0;
}
.footer_news_letter .news_form form.es_shortcode_form .subscribe-form {
    position: relative;
    padding-right: 143px;
}
.footer_news_letter .news_form form.es_shortcode_form .subscribe-form .input-group {
    width: 100%;
    position: static;
}
.footer_news_letter .news_form form.es_shortcode_form span.input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 143px;
    padding: 0;
}
.footer_news_letter .news_form form.es_shortcode_form span.input-group-btn button#es_txt_button_pg {
    width: 100%;
    background: #f81414;
    border: 1px solid #f81414;
    font-size: 18px;
    height: 45px;
    color: #fff;
    line-height: 1;
    padding: 12px 0 13px;
    text-align: center;
    outline: 0;
    white-space: normal !important;
    border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.footer_news_letter .news_form form.es_shortcode_form span.input-group-btn button#es_txt_button_pg i {
    display: none;
}
.footer_news_letter .news_form form.es_shortcode_form span.input-group-btn button#es_txt_button_pg:hover {
    background: rgba(248, 20, 20, 0.5);
}
.footer_news_letter .news_form form.es_shortcode_form .subscribe-form input#es_txt_email_pg {
    background: #fff;
    width: 100%;
    display: block;
    height: 45px;
    padding: 11px 30px 13px;
    font-size: 16px;
    font-family: Lato, sans-serif;
    font-weight: 300;
    line-height: 1;
    color: #656363;
    box-shadow: none;
    border: 1px solid #d8d8d8;
    outline: 0;
    border-right: none;
    border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
}
.footer_news_letter .news_form form.es_shortcode_form .subscribe-form input#es_txt_email_pg::-webkit-input-placeholder {
    color: #656363;
}
.footer_news_letter .news_form form.es_shortcode_form .subscribe-form input#es_txt_email_pg::-moz-placeholder {
    color: #656363;
}
.footer_news_letter .news_form form.es_shortcode_form .subscribe-form input#es_txt_email_pg:-ms-input-placeholder {
    color: #656363;
}
.footer_news_letter .news_form form.es_shortcode_form .subscribe-form input#es_txt_email_pg:-moz-placeholder {
    color: #656363;
}
.footer_last {
    background: #171717;
    border-top: 2px solid #e5c12e;
    padding: 27px 0 28px;
    text-align: left;
}
.footer_last p {
    font-size: 14px;
    font-family: "Myriad Pro", serif;
    line-height: 1;
    margin: 0;
    color: #fff;
}
.custom_add_footer {
    padding-right: 0;
}
.custom_add_footer p a {
    display: inline-block;
    position: relative;
    margin-left: 3px;
    top: -3px;
}
.custom_add_footer p {
    text-align: right;
}
.custom_copy_right {
    padding-left: 0;
    padding-top: 5px;
}
.inner-banner {
    height: 223px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    display: table;
    position: relative;
    padding-bottom: 15px;
}
.inner-banner:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.inner-banner:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 56px;
    background: url(images/inner-banner_after.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    content: "";
}
.inner-banner.custom_single_banner:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 68px;
    background: url(images/s-after-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    content: "";
}
.inner-banner .custom_banner_inn {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 12;
}
.inner-banner .custom_bann_caption h2 {
    font-size: 32px;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}
.inner-banner .custom_bann_caption h1 {
    font-size: 32px;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}
.custom_bann_caption p {
    color: #fff;
}
.custom_bann_caption p a {
    color: #fff;
    text-decoration: none;
}
.inner_page_section.inner_page_section1 {
    padding-bottom: 45px;
    padding-top: 45px;
}
.inner_page_content {
    margin-bottom: 45px;
    text-align: center;
}
.inner_page_content p {
    color: red;
    font-size: 22px;
    margin: 0;
}
.main_blog_listing_wrapper .blog_post_wrapper {
    margin-bottom: 16px;
}
.post-paginations {
    display: block;
    text-align: center;
    padding-top: 45px;
}
.post-paginations .page-numbers {
    height: 50px;
    width: 50px;
    border: 1px solid #f81919;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 18px;
    line-height: 35px;
    font-weight: 700;
    color: #000;
    text-align: center;
    white-space: normal;
    position: relative;
    padding: 7px 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.post-paginations .page-numbers:hover,
.post-paginations span.page-numbers.current {
    background: #f81919;
    color: #fff;
}
.post-paginations .page-numbers.next {
    margin: 0;
}
.post-paginations .page-numbers.next,
.post-paginations .page-numbers.prev {
    border: none;
    height: auto;
    width: auto;
    padding: 0;
    position: relative;
}
.post-paginations .page-numbers.next:hover,
.post-paginations .page-numbers.prev:hover {
    background: 0 0;
    color: #000;
}
.post-paginations .page-numbers.next:before {
    content: "";
    width: 10px;
    height: 20px;
    background: url(images/blog-arrow.png) -20px 0;
    display: inline-block;
    margin: 15px 0 0;
}
.post-paginations .page-numbers.next:hover:before {
    background-position: 0 20px;
}
.post-paginations .page-numbers.prev:before {
    content: "";
    width: 10px;
    height: 20px;
    background: url(images/blog-arrow.png) 10px 0;
    display: inline-block;
    margin: 15px 0 0;
}
.post-paginations .page-numbers.prev:hover:before {
    background-position: 10px -20px;
}
.service_page_section {
    background: url(images/services-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.service-post-wrapper {
    margin-bottom: 10px;
}
.service-post-wrapper .ser-post-inner {
    display: table;
    width: 100%;
}
.service-post-wrapper .ser-post-inner .service-post-col {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.service-post-wrapper.service-even .service-content {
    padding-left: 20px;
    padding-right: 150px;
}
.service-post-wrapper.service-even .service-featured-img {
    padding-left: 0;
}
.service-post-wrapper.service-odd .service-content {
    padding-left: 150px;
    padding-right: 20px;
}
.service-post-wrapper.service-odd .service-featured-img {
    padding-right: 0;
    text-align: right;
}
.service-post-wrapper.service-odd .service-featured-img .ser_img_wrap {
    float: right;
}
.service-featured-img .ser_img_wrap {
    height: 313px;
    width: 313px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.service-featured-img a.featured_img_box {
    height: 313px;
    width: 313px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    transform-style: preserve-3d;
    box-shadow: 12px 10px 10px -10px #000, 1px 10px 20px -12px #000;
    -moz-box-shadow: 12px 10px 10px -10px #000, 1px 10px 20px -12px #000;
    -webkit-box-shadow: 12px 10px 10px -10px #000, 1px 10px 20px -12px #000;
    -o-box-shadow: 12px 10px 10px -10px #000, 1px 10px 20px -12px #000;
    -ms-box-shadow: 12px 10px 10px -10px #000, 1px 10px 20px -12px #000;
}
.service-featured-img a.featured_img_box:hover {
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform-style: preserve-3d;
}
.service-post-wrapper .service-content h4.service-title {
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 20px;
}
.service-post-wrapper .service-content h4.service-title a {
    color: #f81414;
}
.service-post-wrapper .service-content h4.service-title a:hover {
    color: #000;
}
.service-post-wrapper .service-content p {
    line-height: 24px;
}
.inner_page_section.inner_page_section1.contact_page_section {
    padding-bottom: 0;
}
.inner_contact_wrap {
    background: url(images/con-form-bg.png) no-repeat center center;
    background-size: cover;
}
.contact_cnt.contact_left_img {
    height: 593px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact_cnt.contact_right_form {
    padding-right: 495px;
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.contact_form_wrap {
    padding-left: 80px;
}
.contact_cnt.contact_right_form .form_title h4 {
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    margin: 0 0 30px;
}
.contact_cnt.contact_right_form .form_con {
    position: relative;
}
.contact_cnt.contact_right_form .form_con .form-control {
    height: auto;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fff;
    background: 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 0;
    color: #fff;
    box-shadow: none;
    outline: 0;
}
.contact_cnt.contact_right_form .field_grp {
    margin-bottom: 15px;
    position: relative;
}
.contact_cnt.contact_right_form .field_grp:before {
    content: "";
    position: absolute;
    left: -80px;
    bottom: 0;
    width: 46px;
    height: 1px;
    background: #fff;
}
.contact_cnt.contact_right_form .field_grp:after {
    content: "";
    position: absolute;
    left: -58px;
    bottom: 0;
    width: 1px;
    height: 56px;
    background: #fff;
}
.contact_cnt.contact_right_form .field_grp.msg_grp:after {
    height: 80px;
}
.contact_cnt.contact_right_form .field_grp.name_grp:after {
    content: none;
}
.contact_cnt.contact_right_form .form_con textarea.form-control {
    height: 60px;
    resize: none;
}
.contact_cnt.contact_right_form .form_con select.form-control {
    background: transparent url(images/select-arrow.png) no-repeat right 20px top 15px;
    color: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}
.contact_cnt.contact_right_form .form_con select.form-control option {
    color: #fff;
    background: #f81514;
    border: 1px solid #fff;
}
.contact_cnt.contact_right_form form div.wpcf7-mail-sent-ng,
.contact_cnt.contact_right_form form div.wpcf7-mail-sent-ok,
.contact_cnt.contact_right_form form div.wpcf7-validation-errors {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    color: #fff;
    border: 0;
}
.contact_cnt.contact_right_form form .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.contact_cnt.contact_right_form form span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    display: block;
    position: absolute;
    border: 0;
    width: 100%;
}
.contact_cnt.contact_right_form .form_con .form-control::-webkit-input-placeholder {
    color: #fff;
    font-weight: 700;
}
.contact_cnt.contact_right_form .form_con .form-control::-moz-placeholder {
    color: #fff;
    font-weight: 700;
}
.contact_cnt.contact_right_form .form_con .form-control:-ms-input-placeholder {
    color: #fff;
    font-weight: 700;
}
.contact_cnt.contact_right_form .form_con .form-control:-moz-placeholder {
    color: #fff;
    font-weight: 700;
}
.contact_cnt.contact_right_form .form-btn {
    height: auto;
    background: #000;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    outline: 0;
    text-transform: uppercase;
    padding: 12px 35px;
    border: 1px solid #000;
}
.contact_cnt.contact_right_form .form-btn:hover {
    background: 0 0;
    border-color: #fff;
}
.map_wrapper {
    position: relative;
}
.map_address {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 50px 25px;
    z-index: 15;
}
.acf_map {
    width: 100%;
    height: 390px;
    position: relative;
    border-top: 1px solid #fff;
}
.contact_logo_sec {
    margin-bottom: 70px;
}
.map_address_sec ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 35px;
}
.map_address_sec ul li {
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: rgba(254, 254, 254, 0.8);
}
.map_address_sec ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
}
.map_address_sec ul li:first-child:before {
    width: 15px;
    height: 24px;
    top: 0;
    background: url(images/marker.png);
}
.map_address_sec ul li:nth-child(2):before {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: url(images/phone.png);
}
.map_address_sec ul li a {
    font-size: 18px;
    color: #fff;
}
.map_address_sec ul li a:hover {
    color: #f81414;
}
.inner_page_section.about_page_sec .about_main {
    background: #fff url(images/about-top-bg.png) no-repeat center top;
    background-size: 100%;
}
.inner_page_section.inner_page_section1.about_page_sec.about_page_sec1 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.about_page_sec .about_left_img {
    padding-right: 45px;
}
.about_page_sec .about_inn_img {
    height: 455px;
    max-width: 544px;
    width: 100%;
    background: url(images/ab-bg.png);
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    padding-bottom: 9px;
    padding-right: 8px;
    position: relative;
}
.about_page_sec .about_img {
    position: absolute;
    left: 0;
    top: 0;
    height: 98%;
    max-width: 537px;
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
}
.about_page_sec .about_right_cnt {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
}
.about_page_sec .about_right_cnt section.post_content h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin: 0 0 0;
}
.about_page_sec .about_right_cnt section.post_content h3 strong {
    color: #f81414;
    font-weight: 700;
}
.get_free_quote_sec {
    padding-top: 20px;
    padding-bottom: 10px;
}
.get_free_quote_sec strong {
    font-weight: 700;
    font-size: 24px;
    color: #0a0a0a;
    margin-right: 15px;
}
.get_free_quote_sec span {
    font-size: 24px;
    color: #0a0a0a;
    margin-right: 0;
}
.get_free_quote_sec span a {
    color: #f81414;
    margin-left: 12px;
}
.get_free_quote_sec span a:hover {
    color: #000;
}
.custom_video_wrapper {
    height: 485px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}
.custom_video_wrapper:before {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
}
.custom_video_wrapper .video-icon {
    width: 98px;
    height: 98px;
    background-image: url(images/video-icon-2.png);
    background-repeat: no-repeat;
    background-position: 0 -98px;
    margin: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.custom_video_wrapper .video-icon:hover {
    background-position: 0 0;
}
.custom_video_wrapper .v_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    overflow-y: auto !important;
    background: rgba(0, 0, 0, 0.5);
    z-index: 300;
    display: none;
}
.custom_video_wrapper .v_wrap .custom_v_wrap {
    max-width: 600px !important;
    width: 100%;
    height: 500px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -250px;
    margin-left: -300px;
}
.video_inner_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: transparent;
    padding: 0;
    display: block;
}
.video_inner_wrapper iframe {
    width: 100%;
    height: 100%;
}
.close-btn {
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 10000;
    background: 0 0;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
}
.close-btn i {
    font-size: 30px;
    color: #fff;
    position: relative;
    top: 0;
    right: 0;
    z-index: 55;
    cursor: pointer;
    transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
    display: block;
}
.close-btn i:hover {
    color: #0b9444;
}
.page-template-page-product .footer_top {
    display: none;
}
.inner_page_section2.product_main_wrapper {
    padding-top: 20px;
    padding-bottom: 65px;
}
.product_main_wrapper .product-list-block {
    display: none;
}
.no-padding {
    padding: 0;
}
.product_top_content {
    text-align: center;
    padding-left: 115px;
    padding-right: 115px;
}
.product_top_content h2 {
    color: #f81414;
    font-weight: 700;
    margin: 0 0 20px;
}
.product_top_content p {
    font-size: 18px;
    line-height: 24px;
    color: #363636;
    margin: 0;
}
.prd-left-images {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 450px;
    display: block;
    overflow: hidden;
}
.prd-comm {
    position: relative;
}
.product-list-right {
    padding: 20px 150px 30px 100px;
    height: 450px;
    display: table;
    width: 100%;
}
.product-list-right .product-list-right-inn-sec {
    display: table-cell;
    vertical-align: middle;
}
.product-list-right h4.our_product_title {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    padding: 0 0 15px 0;
}
.product-list-right h4.our_product_title a {
    color: #000;
}
.product-list-right h4.our_product_title a:hover {
    color: red;
}
.product-list-right p {
    color: #363636;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 24px;
}
.product-list-right a.product_more_link {
    padding: 10px 30px;
    border: 1px solid red;
    color: #363636;
    font-size: 17.59px;
    text-align: center;
    text-transform: lowercase;
    display: inline-block;
    margin-top: 10px;
}
.product-list-right a.product_more_link:hover {
    border-color: red;
    background: red;
    color: #fff;
}
.prd-left-images:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 60px;
    background-color: #fff;
    transform: skew(-88deg);
    top: -30px;
}
.col-sm-6.prd-comm.prd-left-images.no-padding {
    overflow: hidden;
}
.prd-list-clm.our_product_odd .prd-left-images:after {
    display: none;
}
.prd-list-clm.our_product_odd .product-list-right {
    height: 443px;
    position: relative;
}
.prd-list-clm.our_product_odd .prd-left-images {
    width: 100%;
    position: absolute;
    height: 467px;
    overflow: hidden;
}
.prd-list-clm.our_product_odd .prd-left-images:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 31px;
    right: 0;
    background-color: #fff;
    transform: skew(-92deg);
    bottom: -8px;
    transform-origin: bottom right;
}
.product_main_wrapper .product_load_more {
    padding-top: 90px;
    text-align: center;
}
.product_main_wrapper .product_load_more a#loadMore {
    padding: 10px 30px;
    border: 1px solid red;
    color: #363636;
    font-size: 17.59px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    white-space: normal !important;
    display: inline-block;
    margin-top: 0;
    outline: 0;
    cursor: pointer;
}
.product_main_wrapper .product_load_more a#loadMore:hover {
    border-color: red;
    background: red;
    color: #fff;
}
.inner_page_section2.testimonial_page_section {
    padding-bottom: 45px;
}
.testimonial_page_section .testimonial_sec {
    padding-left: 52px;
    padding-right: 52px;
}
.testimonial_page_section .testimonials_post_wrapper {
    background: rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 30px 20px 30px 70px;
    position: relative;
    display: none;
}
.testimonial_page_section .testimonials_post_featured_img {
    position: absolute;
    left: -51px;
    top: 30px;
}
.testimonial_page_section .testimonials_post_wrapper.testimonials-odd {
    padding: 30px 70px 30px 20px;
}
.testimonial_page_section .testimonials_post_wrapper.testimonials-odd .testimonials_post_featured_img {
    left: auto;
    right: -51px;
}
.testimonial_page_section .testimonials_post_header {
    margin: 0;
    padding-left: 30px;
}
.testimonial_page_section .testimonials_post_content {
    margin: 0 0 20px;
}
.testimonial_page_section .testimonials_post_wrapper .testimonials_post_content p {
    color: #000;
}
.testimonial_page_section .testimonials_post_header h3.testimonials_post_title {
    color: #000;
}
.testimonial_page_section .load_more {
    text-align: center;
}
.testimonial_page_section .load_more a#loadMore {
    display: inline-block;
    border: 1px solid transparent;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    font-family: "Myriad Pro", serif;
    padding: 12px 25px;
    background: #000;
    text-decoration: none;
    margin: 45px 25px 0 25px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}
.testimonial_page_section .load_more a#loadMore:hover {
    color: #000;
    background: #fff;
    border-color: #000;
}
.page-template-page-testimonial .testimonials_post_wrapper .testimonials_post_content p:before {
    background: url(images/quote-red-l.png);
}
.page-template-page-testimonial .testimonials_post_wrapper .testimonials_post_content p:after {
    background: url(images/quote-red-r.png);
}
.sp_top_data {
    padding-bottom: 45px;
}
.sp_top_data h2 {
    font-weight: 700;
    line-height: 1.5;
    color: #f81414;
    margin: 0 0 20px;
}
.sp_top_data p {
    font-size: 18px;
    line-height: 24px;
    color: #363636;
    margin: 0;
}
.inner_page_section.inner_page_section1.single_sp_page {
    background: url(images/s-bg.jpg) repeat;
    padding-bottom: 0;
}
.sp_details_slider .item {
    height: 410px;
    background-size: cover;
    background-position: center;
}
.sp_details {
    margin-top: 0;
    width: 100%;
    display: block;
}
.sp_details .slider-nav {
    padding: 2px 0 1px 0;
    background-color: transparent;
}
.sp_details .slider-nav .item {
    height: 145px;
    background-position: center;
    background-size: cover;
    margin: 0 1.5px;
    opacity: 0.7;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    outline: 0;
}
.sp_details .slider-nav .item:hover {
    opacity: 1;
}
.sp_details .slider-nav .item.slick-current {
    opacity: 1 !important;
}
.sp_details .slider-nav .slick-prev {
    width: 35px;
    height: 145px;
    bottom: 0;
    left: 0;
    background: rgba(36, 36, 36, 0.9);
}
.sp_details .slider-nav .slick-next {
    width: 35px;
    height: 145px;
    bottom: 0;
    right: 0;
    background: rgba(36, 36, 36, 0.9);
}
.sp_details .slider-nav .slick-prev:before {
    content: "\f104";
    font-size: 45px;
    color: #fff;
    opacity: 1;
    font-family: FontAwesome;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.sp_details .slider-nav .slick-next:before {
    content: "\f105";
    font-size: 45px;
    opacity: 1;
    color: #fff;
    font-family: FontAwesome;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.sp_details .slider-nav .slick-next:hover:before,
.sp_details .slider-nav .slick-prev:hover:before {
    color: red;
}
.single_post_wrapper .single_post_right {
    padding-left: 30px;
    padding-right: 0;
}
.single_post_wrapper .single_post_right h3.single-title {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px;
    color: #f81414;
    font-weight: 700;
}
.single_post_wrapper .single_post_left {
    padding-left: 0;
    padding-right: 0;
}
.single_post_wrapper .single_post_left img {
    width: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}
.term-description {
    padding: 54px 0 39px;
    border-bottom: solid #ececec 1px;
    margin-bottom: 46px;
}
.term-description p {
    font-size: 17px;
    line-height: 21px;
    text-align: center;
}
.left_product_sidebar h4 {
    color: #fff;
    font-weight: 700;
}
.left_product_sidebar ul li {
    list-style: none;
}
.left_product_sidebar ul li a {
    color: #fff;
    text-align: left;
}
.left_product_sidebar ul {
    padding: 0;
    padding: 25px 4px;
}
.main_left {
    padding-left: 0;
    padding-top: 0;
}
.left_product_sidebar {
    padding: 21px 0;
    padding-top: 0;
}
.left_product_sidebar h4 {
    background: #fff;
    color: #000;
    background: #e6e6e6;
    padding: 3px 10px 8px;
    margin: 0;
    line-height: 40px;
    border-radius: 0;
}
ul.product-categories li a {
    padding: 4px 14px;
}
ul.product-categories li a:before {
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 5px;
    line-height: 30px;
    font-size: 16px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: #3d3d3d;
    color: #fff;
    padding: 12px 29px;
    border-radius: 0;
    display: inline-block;
    margin: auto;
    text-align: center;
    float: none;
    margin: auto;
    width: 100%;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 24px;
    padding: 0;
    font-weight: 700;
    text-align: center;
}
.woocommerce ul.products li.product .price {
    font-size: 21px;
    padding-top: 8px;
    color: #f81414;
    text-align: center;
    font-weight: 700;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    background: red;
}
.widget form {
    padding: 28px 15px;
}
.price_label {
    clear: both;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    border: solid #ececec 1px;
    padding: 16px 13px;
}
select.orderby {
    height: 40px;
    padding: 0 13px;
}
.widget {
    margin-bottom: 18px;
    background: #3d3d3d;
}
.product_detail {
    padding: 60px 0;
}
.woocommerce div.product .product_title {
    font-size: 37px;
    font-weight: 700;
}
.summary span.woocommerce-Price-amount.amount {
    color: red;
    font-size: 28px;
    font-weight: 700;
}
button.single_add_to_cart_button.button.alt {
    display: block;
}
button.single_add_to_cart_button.button.alt {
    background: #3d3d3d;
    color: #fff;
    padding: 12px 29px;
    border-radius: 0;
    display: inline-block;
    margin: auto;
    text-align: center;
    float: none;
    margin: auto;
}
.woocommerce .quantity .qty {
    height: 41px;
}
.woocommerce h2 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 7px;
}
.woocommerce-cart-form span.woocommerce-Price-amount.amount {
    font-size: 20px;
}
form.checkout.woocommerce-checkout input {
    height: 40px;
    border: solid #ececec 1px;
    padding-left: 10px;
}
form.checkout.woocommerce-checkout select {
    height: 40px;
}
.select2-container--default .select2-selection--single {
    height: 40px;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}
.woocommerce button#place_order {
    background: #3d3d3d;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
    padding-left: 19px;
}
.woocommerce table.shop_table {
    border-radius: 0;
}
.shop_table_responsive span.woocommerce-Price-amount.amount {
    font-size: 19px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    background: #3d3d3d;
}
li.cart_icon span {
    color: #000;
    position: absolute;
    background: #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    padding: 0;
    font-size: 14px;
    left: 15px;
    top: -5px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding-top: 1px;
}
.entry-content {
    padding-bottom: 10px;
}
li.cart_icon {
    position: relative;
}
.woocommerce-account input {
    height: 40px;
    border: solid #ececec 1px;
    padding-left: 15px;
}
.woocommerce form .form-row label.inline {
    display: block;
}
.single-product span.new_cat {
    display: none;
}
.testimonials_post_featured_img,
.testimonials_post_header {
    display: none;
}
.footer_logo a {
    font-size: 38px;
    font-weight: 900;
    color: #fff;
}
.footer_logo a:hover {
    color: #e5c12e;
}
h2.woocommerce-loop-product__title {
    display: none;
}
.product_title.entry-title {
    display: none !important;
}
.woocommerce ul.products li.product .price {
    display: none !important;
}
.gall_cnt h4 {
    display: none;
}
a.button.product_type_simple.ajax_add_to_cart {
    display: none !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none;
}
.woocommerce ul.products li.product a img {
    margin: 0 !important;
}
button.jklm {
    height: auto;
    background: #000;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    outline: 0;
    text-transform: uppercase;
    padding: 13px 25px;
    border: 0;
    outline: 0;
}
button.jklm:hover {
    background: #f81414;
}
.modal-content {
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
    border: 0;
}
.j {
    padding: 0 0 15px 0;
}
.j input {
    height: 48px;
    border-radius: 0;
}
.j textarea {
    height: 120px;
    border-radius: 0;
    resize: none;
}
.modal-title {
    color: #f81414;
    font-weight: 700;
}
.modal-body {
    padding: 40px 20px 50px;
}
.g input {
    height: auto;
    background: #000;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    outline: 0;
    text-transform: uppercase;
    padding: 13px 25px;
    border: 0;
    outline: 0;
}
.g input:hover {
    background: #f81414;
}
.close {
    opacity: 1;
    font-size: 30px;
    outline: 0;
}
.modal-backdrop.in {
    opacity: 0.7;
}
.modal-header {
    padding: 20px;
}
.modal-dialog {
    width: 520px;
    margin: 80px auto;
}
.single-product .posted_in {
    display: none;
}
span.new_cat a {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #232323;
    line-height: initial;
}
span.new_cat {
    display: block;
    padding: 0 0 25px 0;
}
.footer_news_letter .news_form .es_subscription_form.es_shortcode_form .es-field-wrap:nth-child(2) {
    display: none;
}
.footer-email:before {
    content: "";
    position: relative;
    width: 21px;
    height: 15px;
    background: url(https://www.brisbanefencingsupplies.com.au/wp-content/uploads/2020/06/footer-email-icon.png);
    display: inline-block;
    top: 3px;
    margin-left: -20px;
    left: -12px;
    margin-top: 9px;
}
a.contact-email {
    margin-top: 16px !important;
    display: block;
}
.contact-email:before {
    content: "";
    position: relative;
    width: 21px;
    height: 15px;
    background: url(https://www.brisbanefencingsupplies.com.au/wp-content/uploads/2020/06/footer-email-icon.png);
    display: inline-block;
    top: 3px;
    margin-left: -20px;
    left: -12px;
    margin-top: 0;
    float: left;
}
.attachment-field input {
    color: #fff !important;
    position: relative;
}
#wpcs_content_main_789 .wpcf7-form-control-wrap {
    margin-bottom: 9px;
    display: block;
}
#wpcs_content_main_789 .attachment-field .wpcf7-form-control-wrap input {
    color: #000 !important;
}
/*
#banner-carousel {
    display: none;
}*/

@media (min-width:768px) and (max-width:991px) {
	.navbar.navbar-default .navbar-collapse ul#menu-main-menu li a {
		font-size:13px !important;
	}
	.navbar.navbar-default .navbar-collapse ul#menu-main-menu li {
    	padding: 0 8px !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.navbar.navbar-default .navbar-collapse ul#menu-main-menu li {
    	padding: 0 12px !important;
	}
}