/*c
 Theme Name:   bootScore Child
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.2.0.0
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

/* Global */
.z-index-2 {
	z-index: 2;
}

.query-text-title {
	font-family:'Aspekta 700', sans-serif;
	font-size:22px;
	color:#303030;
}

strong {
	font-family:'Aspekta 800', sans-serif;
}

.relative {
	position:relative;
}

.red-text {
	color: #f80000 !important;
}

.grayscale-img img {
	filter: grayscale(100%) !important;
}

.grayscale-img-2 img {
	filter: grayscale(100%) !important;
	opacity:0.35;
}

.mw-1200 {
	max-width: 1200px;
	margin:0 auto;
}

p:last-of-type {
	margin-bottom:0;
}

.no-underline a {
	text-decoration:none !important;
}

.fl-button-text {
	transition:all 0.3s ease;
}

a,
button,
input {
	transition:all 0.3s ease;
}

.brown-icon .fl-button-icon {
	color: #243148 !important;
}

.green-icon .fl-button-icon {
	color: #14a751 !important;
}

.green-icon .fl-button i {
	margin-right:5px !important;
}

.icon-22 .fl-button-icon {
	font-size:22px !important;
}

/* Slick Slider */
body .slick-dots {
	position: absolute;
	margin-bottom: 0;
	bottom: -40px;
}

body .slick-dots li {
	margin: 0 0.4rem;
}

body .slick-dots li button {
	border-radius:0;
}

body .slick-dots li button:hover {
	background: #046fef;
}

.single-products_rec .slick-initialized .slick-slide {
	display: flex!important;
	justify-content: center;
}

/* White Slick Arrows */
.white-arrow .slick-arrow {
	width:18px;
	height:37px;
}

.white-arrow .slick-prev {
	background-image:url('/wp-content/uploads/2023/07/white-arrow-left-1.png') !important;
}

.white-arrow .slick-next {
	background-image:url('/wp-content/uploads/2023/07/white-arrow-right-1.png') !important;
}

/* Slick Dots */
body .slick-dots li button {
	background: #dbdbdb;
	border-radius:50% !important;
}

body .slick-dots li.slick-active button {
	background: #ffb300;
}

body .slick-dots li button:hover,
body .slick-dots li button:active {
	background:#f2f0f0;
}

/* Slick Normal Dots */
body .normal-dots-slider .slick-dots {
	position:static;
	margin-top:3rem;
	padding-left: 5rem;
}

body .normal-dots-slider .slick-dots li {
	margin: 0 0.3rem !important;
}

body .normal-dots-slider .slick-dots li button:hover {
	background-color:#333 !important;
}

/* Slick White Dots */
body .white-dots-slider .slick-dots li button {
	background: #ffffff;
}

body .white-dots-slider .slick-dots li.slick-active button {
	background: #f3af0d;
}

body .white-dots-slider .slick-dots li button:hover {
	background: #fff !important;
}

/* Slick Dark Dots */
body .dark-dots-slider .slick-dots li button {
	background: #1b97d3 ;
}

body .dark-dots-slider .slick-dots li.slick-active button {
	background: #1d6996;
}

body .dark-dots-slider .slick-dots li button:hover {
	background: #1d6996 !important;
}

/* Slick White Arrows */
body .white-arrows .slick-prev {
	background-image:url('/wp-content/uploads/2024/07/white-left-arrow.png') !important;
}

body .white-arrows .slick-next {
	background-image:url('/wp-content/uploads/2024/07/white-right-arrow.png') !important;
}

/* Scroll To Top Button */
.top-button {
	background: #79c143;
	border: 0;
}

.top-button:hover,
.top-button:focus,
.top-button:active {
	background: rgba(121,193,67,0.84) !important;
}

/* HEADER */
.fixed-top {
	background: transparent !important;
	position:fixed !important;
}

.fixed-top.sticky {
	background: #40590a !important;
	box-shadow: 0 10px 20px -10px rgba(255,255,255,0.1);
}

.fixed-top.sticky .custom-upper-header {
/* 	display: none; */
}

.logo {
	transition:all 0.3s ease;
}

.navbar-nav {
	align-items:center;
}

.nav-link {
	color: #fff !important;
	font-family: 'PPMori Semi Bold', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin: 0 !important;
	padding: 0.5rem !important;
	text-transform: uppercase;
}

.nav-link:hover {
	color:#ffb300 !important;
}

.current-menu-item .nav-link {
	color:#ffb300 !important;
}

.site-header-btn {
	margin-left:1rem;
}

.site-header-btn .nav-link {
	border: 2px solid #fff;
	font-size: 14px;
	padding: 0.8rem 1.6rem !important;
	display: flex;
	transition:all 0.3s ease;
}

.site-header-btn .nav-link:hover {
	transform:scale(1.05);
}

.fixed-top.sticky .logo {
	max-width: 125px;
}

.fixed-top.sticky .nav-link {
	font-size:13px;
}

.fixed-top.sticky .site-header-btn .nav-link {
	font-size:12px;
}

.fixed-top.sticky .header-btn .nav-link {
	font-size:10px !important;
}

/* Custom Mid */
.custom-top-header-mid {
	width:236px;
}

/* Custom Upper Header */
.custom-upper-header {
	width: 100%;
	border-bottom:1px solid #4a4c45;
}

.custom-upper-header .wrap {
	display:flex;
	flex-flow:row wrap;
	justify-content: flex-end;
}

.custom-upper-header .menu {
	display:flex;
	flex-flow:row wrap;
	padding:0;
	margin:0;
}

.custom-upper-header .menu li {
	list-style-type: none;
	margin-right: 1.5rem;
}

.custom-upper-header .custom-widget:nth-of-type(2) {
	border-right:1px solid #51514f;
	margin-right: 1.5rem;
}

.custom-upper-header p,
.custom-upper-header ul li {
	font-family:'Manrope', sans-serif;
	font-weight:300;
	color:#ffffff;
	font-size:13px;
}

.custom-upper-header a {
	color:#fff;
}

.upper-header-menu {
	max-width:1200px;
	margin:0 auto;
	justify-content:flex-end;
}

.custom-upper-header .nav-link {
	font-size: 13px !important;
	font-family: 'Aspekta 200';
	font-weight: 400;
	text-transform: none;
	padding: 1rem !important;
	transition:all 0.3s ease;
}

.upper-header-menu .nav-link:hover {
	opacity:0.8 !important;
}

.custom-upper-header .custom-widget {
	padding: 0.75rem 0;
}

/* Left */
.custom-upper-header .custom-widget:nth-of-type(1) {
	flex: 1;
	padding-right:1rem;
}

#menu-upper-header-social-icons-menu li {
	font-size:14px;
	margin-right:0.75rem;
}

#menu-upper-header-social-icons-menu li:last-of-type {
	margin-right:0;
}

/* Header Center Logo */
#nav-main {
	padding-top: 0;
	padding-bottom: 0;
}

.header-body {
	justify-content: space-evenly;
	align-items: flex-start;
	padding-left: 0 !important;
}

.left-header-menu {
	order:1;
	margin:0 !important;
}

.header-logo-wrap {
	order:2;
}

.right-header-menu {
	order:3;
	margin:0 !important;
}

.right-header-menu li {
	padding: 5px 10px;
}

.right-header-menu li:last-of-type {
	margin-right:0rem !important;
}

.header-logo-wrap a {
	margin:0;
}

.header-btn .nav-link, .header-btn .mega-menu-link {
	background: #ffb300!important;
	border: 0!important;
	padding: 0 20px !important;
	display: flex!important;
	color: #fff !important;
	border-radius: 50px!important;
	border: 0!important;
	font-weight: 400!important;
	margin-left: 18px !important;
	line-height: 35px !important;
    height: 35px !important;
}

.header-btn .nav-link:hover, .header-btn .mega-menu-link:hover {
	background: #ffb300b8!important;
    color: #ffffff !important;
}

.header-cta .nav-link {
	border-color: transparent !important;
	font-size: 24px !important;
	color: #fff !important;
	font-weight: 400 !important;
	font-family: 'Circular Std Bold', sans-serif !important;
}

.header-cta .nav-link i {
	font-size: 18px;
	color: #1b97d3 !important;
}

.header-cta .nav-link:hover {
	color:#2dc4f1  !important;
}

.fixed-top.sticky .header-cta .nav-link i {
	font-size:16px !important;
}

.fixed-top.sticky .header-cta .nav-link {
	font-size:16px !important;
}

.fixed-top.sticky .custom-top-header {
	padding:0.5rem;
}

/* Custom Top Header */
.site-header .container {
	flex-flow: column;
	width: 100%;
	max-width: 100%;
	padding:0;
}

.custom-top-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row wrap;
	width: 100%;
	padding: 0.5rem 0;
}

/* Custom Bottom Header */
.custom-bottom-header {
	width:100%;
	border-bottom: 1px solid #484e50;
	position:relative;
}

.custom-bottom-header .nav-link {
	padding: 1.2rem 1rem !important;
	font-size: 14px;
	font-weight: 800;
	border-bottom: 3px solid transparent;
	margin: 0 0.8rem !important;
}

.custom-bottom-header .nav-link.active {
	border-color: #f80000 !important;
}

.custom-bottom-header > ul {
	justify-content:center;
	display:flex;
}

/* Sub Page Menu Popup */
.custom-bottom-header-submenu-wrap {
	background: #ffffff;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.custom-bottom-header-submenu-row {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding: 2rem 0;
	box-shadow: 0 1px 15px -10px rgba(0,0,0,0.5);
	display:none;
}

.custom-bottom-header-submenu-row.active {
	display:flex;
}

.custom-bottom-header-submenu-img {
	width: 326px;
	height: 148px;
	background: #333 no-repeat center;
	background-size:cover;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family:'Base Neue Trial Expanded Bold', sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	position:relative;
}

.custom-bottom-header-submenu-img::after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.25);
}

.custom-bottom-header-submenu-img a {
	color:#fff;
	text-decoration:none;
	position:relative;
	z-index:2;
}

.custom-bottom-header-submenu-img a:hover {
	opacity:0.8;
}

.custom-bottom-header-submenu-title,
.custom-bottom-header-submenu-title a {
	font-family:'Manrope', sans-serif;
	font-weight:800;
	font-size:14px;
	color: #353535;
	text-transform:uppercase;
	line-height:1.2;
}

.custom-bottom-header-submenu-title {
	margin-bottom:1rem !important;
}

.custom-bottom-header-submenu-ul {
	padding:0;
	margin:0;
}

.custom-bottom-header-submenu-ul li {
	list-style:none;
	font-family:'Manrope', sans-serif;
	font-weight:300;
	font-size:14px;
	color: #353535;
	line-height:1.5;
	margin-bottom: 0.5rem;
}

.custom-bottom-header-submenu-ul li a {
	text-decoration:none;
	color: #353535;
}

.custom-bottom-header-submenu-ul li a:hover {
	color:#f80000;
}

.custom-bottom-header-submenu-col {
	padding: 0 2rem;
}

.custom-bottom-header-submenu-col-title {
	margin-top:1rem;
}

.custom-bottom-header-submenu-ul-inline-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 4rem;
}

/* Custom Top Header Right */

/* Popup Menu Btn */
.custom-underline {
	width: 31px;
	height: 2px;
	background: #fff;
	margin-bottom: 0.5rem;
	transition:all 0.3s ease;
}
.custom-underline:last-of-type {
	margin-bottom:0;
}

.custom-popup-menu-btn .nav-link {
	border:0 !important;
}

.custom-popup-menu-btn .nav-link:hover .custom-underline {
	background:rgba(255,255,255,.7);
}

/* Custom Top Menu */
.navbar-expand-lg .offcanvas .offcanvas-body {
	display:flex;
	flex-flow:row wrap;
}

.custom-top-menu {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	flex: 0 0 100%;
	justify-content: flex-end;
}

.custom-top-menu li {
	list-style: none;
	margin-left: 2rem !important;
}

.custom-top-menu li a {
	color: #fff !important;
	font-family: 'Eurostile Semi Bold', sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0.8rem 1.5rem !important;
	border-bottom: 2px solid transparent;
	padding: 0.5rem 0 !important;
	text-decoration:none !important;
	margin:0 !important;
}

.custom-top-menu li a i {
	font-size:16px;
}

.fixed-top.sticky .custom-top-menu li a {
	font-size: 16px;
}

/** Footer **/

/* Subscribe Form */
.subscribe-form .gform_wrapper.gravity-theme .gfield_label {
	display:none;
}

.subscribe-form .gform_button {
	width:48px;
	height:46px;
	background: #00aced no-repeat center url(/wp-content/uploads/2023/04/icon-arrow.png);
	display:flex;
	border:0;
	padding:0 !important;
	margin:0 !important;
}

.subsribe-form .gform_button:hover {
	background-color: #03b8fc;
}

.subscribe-form input {
	height: 46px;
	font-family: 'Circular Spotify Text Light', sans-serif;
	font-size: 14px !important;
	color: #121212;
	padding: 0 1rem !important;
	border:0;
}

.subscribe-form form {
	display:flex;
	align-items:flex-start;
}

.subscribe-form .gform_footer {
	margin:0 !important;
	padding:0 !important;
	flex: 0 0 48px !important;
}

.subscribe-form .gform_footer .gform_button {
	background:no-repeat #f80000 center url('/wp-content/uploads/2023/12/icon-subscribe-btn.png') !important;
	min-height:46px !important;
}

.subscribe-form .gform_footer .gform_button:hover {
	background-color: #ff0000 !important;
}

.subscribe-form input {
	width:237px !important;
	height:46px !important;
}

#gform_confirmation_message_1 {
	color:#fff !important;
	font-family: Manrope, sans-serif !important;
	font-weight: 300 !important;
	font-size: 14px !important;
	color:#fff !important;
}

/* Home Page */
.home-3-col .fl-col-content {
	transition:all 0.3s ease;
}

.home-3-col:hover .fl-col-content {
	background: #0070bf;
}

.home-3-col:hover * {
	color:#fff !important;
}

.home-3-col:hover img {
	filter: brightness(0) invert(1);
}

/* Custom Mobile Menu Btn */
.custom-mobile-menu-btn {
	display:none;
}

.custom-mobile-menu-btn span {
	width: 35px;
	height: 3px;
	background: #ffffff;
	display: block;
	margin-bottom: 8px;
	transition: all 0.3s ease;
}

.custom-mobile-menu-btn span:last-of-type {
	margin-bottom:0;
}

.custom-mobile-menu-btn a {
	display:block;
}

.custom-mobile-menu-btn a:hover span {
	background: #293854;
}

.custom-mobile-menu-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #40590a;
	z-index: 9999;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease;
	padding-top:20px;
}

.custom-mobile-menu-wrap.active {
	opacity:1;
	visibility:visible;
}

.custom-mobile-menu-wrap #bootscore-navbar {
	width:100%;
}

.custom-mobile-menu-close {
	width:100%;
	text-align:right;
}

.custom-mobile-menu-close a {
	color: #fff;
	font-size: 35px;
	margin-right: 20px;
}

.custom-mobile-menu-wrap .nav-link {
	padding:0;
	margin:0;
	font-size:20px;
	color:#fff !important;
}

.custom-mobile-menu-wrap .nav-link:hover {
	border-color:#fff !important;
}

.custom-mobile-menu-wrap .current-menu-item .nav-link {
	border-color:#fff !important;
}

/* Slick Slider */
.slick-arrow {
	width: 18px;
	height: 37px;
	background-size: auto !important;
	z-index: 2;
	background-repeat:no-repeat !important;
	background-color: transparent !important;
	border-radius:0px !important;
	background-position:center !important;
	background-size:contain !important;
}

.slick-arrow::before {
	display:none;
}

.slick-prev {
	background-image: url('/wp-content/uploads/2024/06/icon-left-arrow.png') !important;
	left:0px;
}

.slick-next {
	background-image: url('/wp-content/uploads/2024/06/icon-right-arrow.png') !important;
	right:0px;
}

.slick-arrow:hover {
	background-color: transparent !important;
	opacity:0.8;
}

.extensive-experience-slider .slick-prev {
	background-image: url('/wp-content/uploads/2024/10/green-arrow-left.png') !important;
	top: auto;    
    left: auto;
    right: 115px;
    bottom: -120px;
    width: 49px;
    height: 48px;
}

.extensive-experience-slider .slick-next {
	background-image: url('/wp-content/uploads/2024/10/green-arrow-right.png') !important;
	top: auto;
    right: 50px;
    left: auto;
    bottom: -120px;
    width: 49px;
    height: 48px;
}

.icon-arrow-top-right .fl-button-icon {
	transform: rotate(-45deg) !important;
	font-size: 18px !important;
}

/* Slick Track */
.slick-track {
	flex-flow: row;
	display:flex;
}

.slick-slide {
	float: left;
	height: auto;
	min-height: unset;
}

/* Arrow Slider 2 */
.arrow-slider-2 .slick-arrow {
	background-color: #257fb5 !important;
}

.arrow-slider-2 .slick-arrow:hover {
	background-color:#ed1a2d !important;
}

/* Arrow Slider Bottom */
.arrow-slider-bottom .slick-arrow {
	top: 100% !important;
	margin-top:-23px;
}

/* Gravity Form */
.gform_required_legend {
	display:none;
}

html body .gform_wrapper.gravity-theme .gfield_label {
	font-family:'Aspekta 650', sans-serif;
	font-weight:400;
	color:#fff;
	font-size:24px;
	display:none !important;
}

html body .gform_wrapper.gravity-theme  .gfield--type-checkbox .gfield_label {
	display:block !important;
}

html body .gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
	font-size:18px;
	font-family:'PP Mori Regular', sans-serif;
	font-weight:400;
	color:#fff;
}

html body .gfield_checkbox {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
}

html body .gfield--type-checkbox {
	padding: 1rem 4rem 2rem 4rem !important;
}

html body .gchoice {
	margin-bottom:0.5rem !important;
}

html body .gchoice label {
	margin-left:0.5rem !important;
}

html body .gform_wrapper.gravity-theme input[type="color"], 
html body .gform_wrapper.gravity-theme input[type="date"], 
html body .gform_wrapper.gravity-theme input[type="datetime-local"], 
html body .gform_wrapper.gravity-theme input[type="datetime"], 
html body .gform_wrapper.gravity-theme input[type="email"], 
html body .gform_wrapper.gravity-theme input[type="month"], 
html body .gform_wrapper.gravity-theme input[type="number"], 
html body .gform_wrapper.gravity-theme input[type="password"], 
html body .gform_wrapper.gravity-theme input[type="search"], 
html body .gform_wrapper.gravity-theme input[type="tel"], 
html body .gform_wrapper.gravity-theme input[type="text"], 
html body .gform_wrapper.gravity-theme input[type="time"], 
html body .gform_wrapper.gravity-theme input[type="url"], 
html body .gform_wrapper.gravity-theme input[type="week"], 
html body .gform_wrapper.gravity-theme select, 
html body .gform_wrapper.gravity-theme textarea {
	height:48px;
	border:1px solid #ebebeb !important;
	border-radius:0;
	font-family: "PP Mori Regular", Verdana, Arial, sans-serif;
	font-weight:400;
	color:#303030!important;
	font-size:16px;
	padding:0 25px;
	border:0;
}

html body .gform_wrapper.gravity-theme .ginput_complex label {
	display:none;
}

html body .gform_wrapper.gravity-theme .ginput_container_address span, 
html body .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
	margin-bottom:1rem !important;
}

html body .gform_wrapper.gravity-theme select option {
	color:#303030;
}

html body ::-webkit-input-placeholder { /* Edge */
  color: #ddd !important;
	opacity:1 !important;
}

html body :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ddd !important;
	opacity:1 !important;
}

html body ::placeholder {
  color: #ddd !important;
	opacity:1 !important;
}

html body .gform_wrapper.gravity-theme .gfield textarea {
	height:231px;
	padding: 15px 25px;
}

html body .gform_wrapper.gravity-theme .gfield textarea.large {
	height:143px;
}

html body .gform_wrapper.gravity-theme .gform_footer button, 
html body .gform_wrapper.gravity-theme .gform_footer input, 
html body .gform_wrapper.gravity-theme .gform_page_footer button, 
html body .gform_wrapper.gravity-theme .gform_page_footer input {
	background: #ffb300;
    width: 100%;
    min-height: 48px;
    border: 0;
    color: #fff;
    font-family: "PP Mori Regular", Verdana, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding: 1rem;
    line-height: 1 !important;
}

html body .gform_wrapper.gravity-theme .gform_footer button:hover, 
html body .gform_wrapper.gravity-theme .gform_footer input:hover, 
html body .gform_wrapper.gravity-theme .gform_page_footer button:hover, 
html body .gform_wrapper.gravity-theme .gform_page_footer input:hover {
	background: #3acefe;
}

body .gform_wrapper ::placeholder,
body .gform_wrapper ::-webkit-input-placeholder,
body .gform_wrapper input[placeholder] {
  color: #cccccc!important;
  font-family: 'PP Mori Regular';
  font-size: 15px;
  font-weight: 400;
}

#input_6_7::first-child {
    color: #ffffff !important;
}

.gf_placeholder {
	display:none !important;
}

select {
  color: #9e9e9e;
}
option:not(:first-of-type) {
  color: black;
}

.gform_confirmation_message {
	font-family: "Manrope", Verdana, Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	color: #fff;
	text-align:center;
}

/* Blog Page */
.blog-section .col {
	max-width:33.3%;
	flex:0 0 33.3%;
	margin-bottom:2rem;
}

.blog-section .col-inner {
	min-height: 510px;
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	padding: 2rem;
}

.blog-body {
	position:relative;
	z-index:2;
}

.blog-title {
	font-family: "Nimbus Sans Dot Bold Extended", sans-serif;
	font-size:26px;
	line-height:1.1;
}

.blog-title a {
	text-decoration:none;
	color:#fff;
}

.blog-title a:hover {
	opacity:0.8;
}

.blog-content p {
	color: #fff;
	font-size: 18px;
	font-family: "PP Mori Regular", Verdana, Arial, sans-serif;
	line-height: 1.3;
}

.blog-section {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom:1rem;
}

.main-featured-blog-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 60px;
	grid-column-gap: 40px;
/*     background-color: #f4fbec; */
}

.main-blog-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 60px;
	grid-column-gap: 40px;
	width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}

.main-blog-img img {
	width: 100%;
    height: 300px;
    object-fit: contain;
    object-position: top;
    transition: all 0.3s ease;
    border-radius: 50px;
}

.main-featured-blog-row .main-blog-img img {
	padding-right: 20px;
	border-bottom-left-radius: 120px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 120px;
}

.main-blog-img img:hover {
	opacity:.9;
}

.main-blog-title a {
	text-decoration:none;
	color: #40590a;
}

.main-blog-title {
	font-family: 'PP Mori Regular';
    font-weight: 700;
    font-size: 22px;
    color: #303030;
    line-height: 1.4;
}

.main-blog-content * {
	font-family: 'PP Mori Regular';
    font-weight: 400;
    font-size: 15px;
    color: #303030;
}

.main-blog-cta {
	font-family: 'PP Mori Regular';
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    color: #40590a !important;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
}

.main-blog-cta:hover {
	opacity:0.9;
}

.main-blog-cta:after {
	content:'';
	display:inline-flex;
/*	background:no-repeat center url('/wp-content/uploads/2024/06/img-arrow-up.png');*/
	background-size:contain;
	width:14px;
	height:14px;
	margin-left:0.5rem;
}

.main-blog-date {
	font-family: 'PP Mori Regular', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
	color: #474747;
	letter-spacing:1px;
}

.main-blog-body {
	padding: 2rem 2rem 0rem;
}

.main-col-navi {
	margin-top:4rem;
	margin-bottom:6rem;
}

.main-blog-content {
	margin-top:0.5rem;
}

.blog-section {
	padding: 0;
	border:0;
}

.blog-section .container {
	max-width:100%;
	padding: 0;
}

.main-blog-btn {
	display: inline-flex;
    background: #79c143;
    color: #fff !important;
    text-decoration: none;
    padding: 0.75rem 2.5rem;
    font-size: 12px;
    font-weight: 400;
    font-family: 'PP Mori Regular';
    border-radius: 50px;
    text-transform: uppercase;
}

.main-blog-btn:hover {
	background: #40590ac7;
}

.main-blog-btn-wrap {
	margin-top:1rem;
}

.main-blog-col-full {
	grid-column: 1 / -1;
    padding: 0;
    width: 1200px;
    margin: 60px auto;
}

.main-blog-col-full .main-blog-col-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.main-blog-col-mid {
	
}

.main-blog-feat-title {
	font-size:14px;
	font-family:'PP Mori Regular', sans-serif;
	color: #303030;
	text-transform:uppercase;
}

.main-blog-col-full .main-blog-title {
	font-family: 'Sansation Bold';
    font-size: 38px;
    color: #40590a;
    line-height: 1;	
    margin: 0.5rem 0 1rem;
}

.main-blog-col-full .main-blog-body {
	padding: 0rem 0rem 0rem 3rem;
}

/* Blog Pagination */
html body .wp-pagenavi a, 
html body .wp-pagenavi span {
	width: 40px !important;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #4c4c4c !important;
    border: 0;
    background: transparent;
    font-family: "PP Mori Regular", sans-serif !important;
    font-weight: 300 !important;
    padding: 0 0.25rem;
    margin: 0 0.25rem;
    background: #f0f0f0;
}

html body .wp-pagenavi a.last {
	width: auto !important;
    padding: 0 10px;
}

html body .wp-pagenavi a:hover {
	background: #f8f6f6 !important;
}

html body .wp-pagenavi .pages {
	font-size: 16px;
	width: auto;
	margin-right: 0.5rem;
	display:none;
}

html body .wp-pagenavi .current {
	color: #fff !important;
    background: #40590a !important;
    font-family: 'PP Mori Regular'!important;
}

html body .nextpostslink::after,
html body .previouspostslink::before {
	display:none !important;
}

html body .nextpostslink,
html body .previouspostslink {
	width:auto !important;
}

html body .wp-pagenavi {
	clear: both;
	text-align: center;
}

html body .wp-pagenavi a:hover {
	color:#333 !important;
}

/* Project Cat */
.project-section {
	padding: 2rem 0 6rem 0;
}

.project-cat {
	margin:0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 3rem;
}

.project-cat li {
	list-style:none;
}

.project-cat li a {
	text-decoration: none;
	font-size: 18px;
	color: #505050;
	font-family: 'Eurostile Semi Bold', sans-serif;
	text-transform: uppercase;
	border-bottom: 3px solid transparent;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 0 1.5rem 0.5rem 1.5rem;
}

.project-cat li a.active {
	border-color: #0070bf;
}

.project-cat li a:hover {
	color: #333;
}

.project-section .col {
	max-width:50%;
	flex:0 0 50%;
}

.project-section .col-inner {
	min-height:100%;
	height:100%;
}

.project-section .col-inner::after {
	display:none;
}

.project-section .blog-body {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	background: rgba(0,0,0,0.45);
	position: absolute;
	left: 0;
	top: 0;
	padding: 2rem;
	text-align: center;
	opacity: 0;
	transition: all 0.3s ease;
}

.project-section .blog-title {
	font-size:28px;
}

.project-section .col-inner:hover .blog-body {
	opacity:1;
}

/* Particle Background */
.rn-pbwp-text * {
	max-width:868px !important;
	margin:0 auto;
}

.rn-pbwp-text h1 {
	font-size: 65px;
	color: #fff;
	font-family: 'Nimbus Sans Dot Bold Extended', sans-serif;
	line-height: 1;
	margin-bottom: 1.5rem;
}

.rn-pbwp-text p {
	font-family: 'Circular Spotify Text Light', sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight:400;
	max-width:668px !important;
}

.rn-pbwp-text a {
	background: #046fef;
	font-family: 'Eurostile Semi Bold', sans-serif;
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-flex;
	padding: 1rem 1.5rem;
}

/* Blog Single */
.blog-main-wrap {
	padding-top:1rem;
}

.blog-wrap {
	max-width: 1280px;
	margin:0 auto;
}

.blog-cat {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #403f40;
	padding-bottom: 20px;
	margin-bottom: 60px;
	flex-flow: row wrap;
}

.blog-cat li {
	text-transform: uppercase;
	font-size: 13px;
	color: #403f40;
	font-family: 'Larsseit Bold', sans-serif;
	padding: 0 15px;
}

.blog-cat li a {
	text-decoration: none;
	color: #c8c8c8;
}

.blog-cat li a:hover,
.blog-cat li a.active {
	color: #000;
}

.blog-row {
	padding: 40px 0 80px 0;
}

/* Blog Lists */
.blog-list-wrap {
	display:flex;
	flex-flow: row wrap;
}

.blog-col {
	max-width: 50%;
	flex: 0 0 50%;
	padding:0 15px;
	margin-bottom: 60px;
}

.blog-col-img img {
	width: 100%;
	height: 365px;
	object-fit: cover;
}

.blog-col-title {
	font-size: 26px;
	font-family: 'Larsseit Bold', sans-serif;
	color: #403f40;
	margin: 0 0 5px 0;
}

.blog-col-info {
	display:flex;
	align-items: center;
	margin-bottom: 10px;
}

.blog-col-info li {
	font-family: 'DM Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #4c4c4c;
	margin-right: 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.blog-col-info li::after {
	content:"|";
	margin:0 10px;
}

.blog-col-info li:last-of-type::after {
	display:none;
}

.blog-col-info li img {
	margin-right: 10px;
}

.blog-col-content {
	font-family: 'Larsseit Light', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #403f40;
	margin-bottom: 15px;
}

.blog-col-btn-wrap a {
	display: inline-flex;
	background: #f1ca32;
	font-family: 'Helvetica BDEX';
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #403f40;
	letter-spacing: 1px;
	padding: 10px 20px;
}

.blog-col-img {
	margin-bottom: 30px;
}

.blog-body {
	padding: 0 20px;
}

.blog-col-btn-wrap a:hover {
	background-color: #ffdf61 !important;
}

/* Blog Col Full */
.blog-col-full {
	max-width: 100%;
	flex: 0 0 100%;
	display:flex;
}

.blog-col-left,
.blog-col-right {
	max-width: 50%;
	flex: 0 0 50%;
}

.blog-col-left {
	background: no-repeat center #333;
	background-size: cover;
	min-height:495px;
}

.blog-col-right {
	background: #3a65a5;
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding: 60px;
}

.blog-col-right-text {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Larsseit Light';
	letter-spacing: 1px;
	margin: 0 0 5px 0;
}

.blog-col-right-heading {
	font-size: 30px;
	font-family: 'Larsseit Bold', sans-serif;
	color: #fff;
	margin: 0 0 15px 0;
}

.blog-col-right-content {
	font-size: 16px;
	color: #fff;
	font-family: Larsseit Light, sans-serif;
	line-height: 1.3;
}

.blog-col-btn-wrap {
	margin-top: 30px;
}

/* Blog Pagination */
.blog-pagination {
	text-align: center;
}

.blog-pagination .pages {
	display:none !important;
}

.blog-pagination .wp-pagenavi {
	font-family: 'Helvetica LTEX';
	color: #858585;
	font-size: 14px;
}

.blog-pagination span,
.blog-pagination a {
	border: 0 !important;
	color: #858585 !important;
	padding: 8px 10px !important;
}

.blog-pagination .current {
	color: #403f40;
	font-family: 'Helvetica BDEX';
	background: #ededed;
}

.blog-pagination a:hover {
	background: #ededed;
	color: #403f40;
}

/* Blog Single Page */
.blog-col-title-single {
	font-family: 'Sansation Bold';
    font-size: 38px;
    color: #40590a;
}

.blog-col-img-single img {
	width: auto;
	height: auto;
}

.blog-col-info-single {
	margin-bottom: 20px;
	padding-left:0;
}

.blog-col-info-single i {
	margin-right:5px;
}

/* Blog Single Header */
.blog-single-header {
	padding-left: 0;
}

/* Blog Content Single */
.blog-col-content-single {
	padding-left: 10px;
}

.blog-col-content-single h1,
.blog-col-content-single h2,
.blog-col-content-single h3,
.blog-col-content-single h4,
.blog-col-content-single h5,
.blog-col-content-single h6 {
	font-family: 'Aspekta 700', sans-serif;
	font-weight: 400;
	color: #363535;
	margin-bottom: 15px;
	line-height: 1.2;
	font-size:20px;
	margin-bottom:1.5rem;
}


.blog-col-content-single h1,
.blog-col-content-single h2 {
	font-size:30px;
}

.blog-col-content-single h3,
.blog-col-content-single h4,
.blog-col-content-single h5,
.blog-col-content-single h6 {
	font-weight:700;
}

.blog-col-content-single p,
.blog-col-content-single ul {
	font-family: 'PP Mori Regular';
    font-weight: 400;
    font-size: 15px;
    color: #303030;
    margin-bottom: 1.6rem;
}

.blog-col-content-single ul {
	margin-left: 1rem;
	padding-left: 0;
}

.blog-col-content-single ul li {
	list-style-type: disc;
}

.blog-col-content-single strong {
	font-weight:700;
}

.blog-col-img-single {
	margin-bottom: 30px;
}

/* Blog Left */
.blog-left {
	max-width: 75%;
	flex: 0 0 75%;
	padding-right: 80px;
}

/* Blog Tags */
.blog-col-content-tags-wrap {
	border-top: 1px solid #e5e5e5;
	padding-top: 25px;
	padding-left: 20px;
	margin-top: 60px;
}

.blog-col-content-tags-lists {
	display:flex;
	flex-flow: row wrap;
}

.blog-col-content-tags-lists li {
	margin-right: 10px;
	font-family: 'Larsseit Medium', sans-serif;
	color: #4071b8;
	font-size: 16px;
}

.blog-col-content-tags-lists li a {
	color: #4071b8;
	text-decoration:none !important;
}

.blog-col-content-tags-lists li a:hover {
	color: #373737;
}

.blog-col-content-tags-title {
	font-size: 16px;
	font-family: 'Larsseit Medium', sans-serif;
	color: #373737;
}

.blog-row-single {
	padding-top:0;
	padding-bottom:0;
	background:no-repeat center top url('/wp-content/uploads/2023/05/bg-blog-2.png');
	background-size:100% 438px;
	border-bottom:1px solid #e4e4e4;
}

.blog-wrap-single {
	padding: 6rem 2rem 8rem;
}

/* Blog Right */
.blog-right {
	max-width: 25%;
	flex: 0 0 25%;
	padding-left: 15px;
}

/* Blog Search */
.blog-right [type="search"] {
	font-family: 'Avant Garde Book', sans-serif;
	font-size: 14px;
	color: #000000;
	background: #f8f8f8;
	border: 0;
	height: 48px;
	padding: 0 25px 0 25px;
	font-weight: 400;
}

.blog-right .widget-title {
	font-family: 'PP MORI REGULAR';
    font-size: 18px;
    color: #303030;
    margin: 0 0 15px 0;
    font-weight: 700;
    background: none;
    border: 0;
    padding: 0;
    text-transform: uppercase;
}

.widget_search {
	display: none;
}

.blog-right ul {
	padding:0;
}

.blog-right ul li {
	font-family: 'PP Mori Regular';
    font-weight: 400;
    list-style: none;
    margin-bottom: 1rem;
    font-size: 15px;
}

.blog-right ul li a {
	text-decoration:none;
	color: #303030;
}

.blog-right ul li a:hover {
	color: #2aabe1;
}

.blog-right .widget {
	margin-bottom: 40px !important;
	padding:0;
	border:0;
}

.blog-right .searchform input {
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #363535;
	list-style: none;
	margin-bottom: 0.5rem;
	height:50px;
}

.blog-right .searchform button {
	height: 50px;
	border: 1px solid #ced4da;
}

.blog-right .searchform button:hover {
	background-color: #2aabe1;
}

.blog-right .tagcloud a {
	display: inline-flex;
	font-family: "PP Mori Regular", Verdana, Arial, sans-serif;
	font-weight: 400;
	font-size: 18px !important;
	color: #3c3c3c;
	border: 2px solid #4094cf;
	text-decoration: none !important;
	padding: 0.5rem 1rem;
	margin-bottom: 0.5rem;
}

.blog-right .tagcloud a:hover {
	background: #4094cf !important;
	color: #fff !important;
}

.blog-right .post-date {
    display: block;
    font-size: 12px;
    color: #a5a5a5;
}

/* Tag Page */
.tag-wrap {
	text-align: center;
	margin-bottom: 30px;
}

.tag-wrap p {
	font-size: 26px;
	font-family: 'Larsseit Bold', sans-serif;
	color: #403f40;
	margin: 0 0 5px 0;
}

/* Blog Single Nav */
#nav-single {
	padding: 0 10px;
	display:flex;
	justify-content: space-between;
	margin-top:60px;
}

#nav-single a {
	font-family: 'PP Mori Regular';
    text-decoration: none;
    font-size: 12px;
    color: #40590a;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

#nav-single a:hover {
	opacity:0.9;
}

html body .wp-block-search__button {
	color: #fff;
	background: #0a75bc;
	font-size: 14px !important;
	padding: 0 1rem;
}

.blog-right h2 {
	font-family: "DM Sans", sans-serif;
	font-size: 22px;
	color: #183562;
	margin-bottom: 0.5rem;
	font-weight: 400;
	font-weight: 700;
}

/* Projects Page */
.projects-address {
	font-size:14px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-family:'Eurostile Semi Bold', sans-serif;
	margin-bottom:0.25rem;
}

.project-div {
	width:80px;
	height:4px;
	background: #2c96e1;
	margin:0.5rem auto 0 auto;
}

.projects-subtitle {
	font-size: 16px;
	color: #505050;
	font-family: 'Nimbus Sans Dot Bold Extended', sans-serif;
	margin-top: .5rem;
}

.projects-subtitle a {
	text-decoration:none;
	color: #505050;
}

.projects-subtitle a:hover {
	text-decoration:none;
	color: #999;
}

/* Projects Grid */
.sp-sect-wrap {
	display: grid;
	grid-column-gap: 11px;
	grid-row-gap: 11px;
	grid-template-columns: 1fr 1fr 1fr;
}

.sp-sect-col-inner {
	position:relative;
	min-height:449px;
}

.sp-sect-col-img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.sp-sect-col-img img {
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all 0.3s ease;
}

.sp-sect-col-inner:hover img {
	transform:scale(1.05);
}

.sp-sect-col-body {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:3;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7301121132046569) 100%); 
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	text-align: center;
	padding: 2rem;
}

.sp-sect-col-title {
	font-family:'Manrope', sans-serif;
	font-weight:800;
	font-size:32px;
	color:#fff;
}

.sp-sect-col-title a {
	text-decoration:none;
	color:#fff;
}

.sp-sect-col-title a:hover {
	color:rgba(255,255,255,.8);
}

/* Projects Grid 4 */
.sp-4 {
	grid-template-columns:1fr 1fr 1fr;
	grid-template-rows: 382px 382px;
}

.sp-4 .col:nth-of-type(1) {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
}

.sp-4 .col:nth-of-type(2) {
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 3;
}

.sp-4 .col:nth-of-type(3) {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 2;
	grid-row-end: 3;
}

.sp-4 .col:nth-of-type(4) {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
}

/* Projects Grid 3 */
.sp-3 {
	grid-template-columns:1fr 1fr 1fr;
	grid-template-rows: 360px;
}

.sp-3 .col:nth-of-type(1) {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 2;
}

.sp-3 .col:nth-of-type(2) {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
}

.sp-3 .col:nth-of-type(3) {
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 2;
}

/* Projects Grid 2 */
.sp-2 {
	grid-template-columns:1fr 1fr 1fr;
	grid-template-rows: 360px;
}

.sp-2 .col:nth-of-type(1) {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
}

.sp-2 .col:nth-of-type(2) {
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 2;
}

/* Projects Grid 2.1 */
.sp-2:nth-of-type(odd) {
	grid-template-columns:1fr 1fr 1fr;
	grid-template-rows: 360px;
}

.sp-2:nth-of-type(odd) .col:nth-of-type(1) {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 2;
}

.sp-2:nth-of-type(odd) .col:nth-of-type(2) {
	grid-column-start: 2;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 2;
}

/* Projects Grid 1 */
.sp-1 {
	grid-template-columns:1fr 1fr 1fr;
	grid-template-rows: 360px;
}

.sp-1 .col:nth-of-type(1) {
	grid-column-start: 1;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 2;
}

/* Projects Load More */
.projects-load-more-wrap {
	text-align: center;
	margin-bottom: 0;
	margin-top: 4rem;
}

.projects-load-more-btn {
	background: #886f70;
	text-decoration: none;
	color: #fff !important;
	text-transform: uppercase;
	font-family: 'Eurostile Semi Bold', sans-serif;
	display: inline-flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	padding: 1rem 3rem;
	font-size: 14px;
}

.projects-load-more-btn:hover {
	background: #93787a;
}

p:empty {display: none !important; margin:0 !important; padding:0 !important;}

.ps-video-wrap iframe {
	display:block;
	width:100%;
	height:644px;
}

/* PS Section 7 */
.ps-section-7-wrap ul {
	padding:0;
}

.ps-section-7-wrap ul li {
	position: relative;
	list-style: none;
	margin-bottom: 0.25rem;
	padding-left: 1.25rem;
}

.ps-section-7-wrap ul li::before {
	content:'';
	width:8px;
	height:8px;
	display:block;
	position:absolute;
	left:0;
	top:8px;
	border-radius:50px;
	background:#00aced;
}

/* PS Gallery */
.ps-gallery-col-img img {
	height:495px;
	width:100%;
	object-fit:cover;
	object-position:center;
	transition:all 0.3s ease;
}

.ps-gallery-col-img img:hover {
	opacity:0.8;
}

.ps-gallery-col {
	padding:1rem;
}

/* PS 2 Sect */
.ps-2-sect ul li {
	margin-bottom:0.5rem;
}

/* PS 4  */
.ps-4-img-wrap img {
	min-height:600px;
	object-fit:cover;
}

/* Custom Callout */
html body .custom-callout .fl-callout {
	display:flex;
	align-items:center;
}

html body .custom-callout .fl-callout-photo {
	display: unset;
	flex: 0 0 auto;
	width: auto;
	padding: 0;
	max-width: 80px;
}

html body .custom-callout .fl-callout-content {
	flex: 1;
	width: auto;
	max-width: unset;
	padding-left: 1.5rem;
}

html body .custom-callout .fl-callout-content p {
	padding-bottom:0 !important;
}

/* Project Single */
.sp-gallery-wrap {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-row-gap:19px;
	grid-column-gap:19px;
	padding:1rem 0 2rem 0;
}

.sp-gallery-col-img img {
	width:100%;
	height:348px;
	object-fit:cover;
	object-position:center;
	transition:all 0.3s ease;
}

.sp-gallery-col-img img:hover {
	opacity:.9;
}

/* Custom Testimonials */
.custom-testimonials .fl-post-grid-text::before {
	content:'';
	display:block;
	background:no-repeat center url('/wp-content/uploads/2024/02/icon-red-quote.png');
	background-size:contain;
	width:47px;
	height:41px;
	order:1;
}

.custom-testimonials .fl-post-grid-text {
	display:flex;
	flex-flow:column;
}

.custom-testimonials .fl-post-grid-content {
	order:2;
	margin-top:1.5rem;
}

.custom-testimonials .fl-post-grid-title {
	order:3;
	margin-top:1.5rem;
}

/* fl-accordion-button-icon  */
.fl-accordion-button-icon  {
	opacity:1 !important;
	color: #0f669a !important;
}

.fl-accordion-item-active .fl-accordion-button-icon {
	color: #ffb300  !important;
}

/* Subpage Menu */
.subpage-menu .menu a {
	border-bottom: 3px solid transparent;
	margin: 0 1.5rem;
}

.subpage-menu .current-menu-item  a {
	border-color: #2aabe1;
	font-family:'Aspekta 650', sans-serif;
	color:#fff !important;
}

/* Sector Project Posts */
.sector-project-posts .fl-post-grid-image img {
	height:405px !important;
	width:100% !important;
	object-fit:cover;
	object-position:center;
	transition:all 0.3s ease;
}

.sector-project-posts .fl-post-grid-image img:hover {
	opacity:0.9 !important;
}

/* Custom Accordion */
.custom-accordion .fl-accordion {
	display:flex;
	flex-flow:row wrap;
}

.custom-accordion .fl-accordion-item {
	flex:0 0 50%;
	max-width:50%;
}

.custom-accordion .fl-accordion-small .fl-accordion-content {
	font-size: 17px;
	font-family:'Poppins', sans-serif;
	color: #303030;
	font-weight:400;
}

.custom-accordion .fl-accordion-small .fl-accordion-button-icon {
	color: #1b97d3 !important;
	font-size: 24px;
}

/* Callout Impact */
.callout-impact .fl-callout-content {
	border-bottom: 1px solid #2f4668;
	display: flex;
	align-items: center;
	justify-content:space-between;
	padding-bottom: 1rem;
}

.callout-impact:last-of-type .fl-callout-content {
	border-bottom:0;
}

.callout-impact .fl-callout-title {
	font-family:'Aspekta 650', sans-serif;
	font-size:22px;
	color: #fff;
	order:1;
}

.callout-impact .fl-callout-text {
	font-size:18px;
	font-family:'Aspekta 250', sans-serif;
	color: #fff;
}

.callout-impact .fl-callout-text p {
	line-height: 1;
}

.callout-impact .fl-callout-text strong {
	font-family:'Aspekta 800', sans-serif;
	font-size:55px;
	color: #14a751;
}

/* Custom Posts Arrow */
.custom-posts-arrow .fa-arrow-right {
	font-size:22px;
}

.custom-posts-arrow .fl-post-grid-content {
	margin-top:-40px;
	text-align:right;
}

/* Callout Applications */
.callout-applications .fl-callout-content {
	position:relative;
	height:498px;
	padding:2rem;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-flow:column;
}

.callout-applications-small .fl-callout-content {
	height:338px;
}

.callout-applications .fl-callout-photo {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

.callout-applications .fl-callout-photo-above-title .fl-photo,
.callout-applications .fl-photo-content,
.callout-applications .fl-photo-content img {
	width:100%;
	height:100%;
}

.callout-applications .fl-callout-title,
.callout-applications .fl-callout-text-wrap {
	position:relative;
}

.callout-applications .fl-callout-title {
	font-family:'Aspekta 800', sans-serif;
	font-size:30px;
	color:#fff;
}

.callout-applications .fl-button {
	width: 53px;
	height: 53px;
	border-radius: 50px !important;
	background: #14a751 !important;
	border: 0 !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	padding: 0 !important;
}

.callout-applications .fl-button i {
	color: #fff !important;
	transform: rotate(45deg);
}

.callout-applications .fl-button:hover {
	background:#2bb65f !important;
}

.callout-applications:hover .fl-photo-content img {
	transition:all 0.3s ease;	
}

.callout-applications:hover .fl-photo-content img {
	filter: blur(3px);
}

.callout-applications .fl-callout-text-wrap {
	visibility:hidden;
	opacity:0;
	transition:all 0.3s ease;
}

.callout-applications:hover .fl-callout-text-wrap {
	visibility:visible;
	opacity:1;
}

/* Custom Breadcrumbs */
.custom-breadcrumbs .breadcrumb_last {
	font-weight:600 !important;
}

.custom-breadcrumbs a:hover {
	color:rgba(255,255,255,.8);
}

/* Custom Callout 2 */
html body .custom-callout-top .fl-callout {
	align-items:flex-start;
}

.ul-2-col li {
	max-width: 50%;
	flex: 0 0 50%;
	display: inline-block;
	width: 50%;
}

.blue-icon .fl-button-icon,
.blue-icon .fl-accordion-button-icon {
	color:#303030;
}

.small-icon .fl-button-icon {
	font-size:22px !important;
}

/* Footer Subscribe Form */
.footer-subscribe-form form {
	display:flex;
	align-items:flex-start !important;
}

.footer-subscribe-form .gform_footer {
	flex: 0 0 143px;
	margin-left: 1rem !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.footer-subscribe-form .gform-body input,
.footer-subscribe-form .gform_footer .gform_button {
	min-height:47px !important;
}

.footer-subscribe-form .gform-body input {
	font-size:14px !important;
}

.footer-subscribe-form .gform-body {
	flex: 1 !important;
}

.footer-subscribe-form .widgettitle {
	display:none !important;
}

/* Bold Read More */
.custom-posts .fl-post-grid-more {
	font-family:'Circular Std Bold', sans-serif;
	margin-top:1rem;
}

/* Beaver UL */
.fl-rich-text ul {
	padding-left:1rem !important;
}

.fl-rich-text ul li::marker {
	color:#2dc4f1;
}

/* Contact Form */
.contact-form .gform_confirmation_message {
	color:#303030 !important;
}

.contact-form .gform_wrapper.gravity-theme .gfield input.large {
	border-radius:0px;
}

.contact-form .gform_wrapper.gravity-theme .gfield textarea.large {
	border-radius:0;
}

.contact-form .gform_button  {
	background:#40590a !important;
	font-size:16px !important;
}

.contact-form .gform_button:hover  {
	background:#ffb300 !important;
}

.tab-locations .fl-tabs-labels a {
	border-radius: 50px;
	border: 2px solid #40590a!important;
	margin: 0 5px;
}

.tab-locations .fl-tabs-labels .fl-tabs-label.fl-tab-active {
    border-color: #ffb300 !important;
}

/* Gallery */
html body .simplefilter li.active {
	background:#006488 !important;
}

html body .simplefilter li {
	font-weight: 400;
	border-radius: 50px;
	background: transparent !important;
	color: #0d2435;
	font-family: 'Circular Std Medium', sans-serif;
	padding: 0.75rem 1.5rem;
}

html body .simplefilter li:hover {
	color: #006488 !important;
	background-color:transparent !important;
}

html body .filters-div {
	margin-top:2rem !important;
}

/* Services Estimate Form */
.services-form form {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
}

.services-form .gform-body {
	flex: 1;
}

.services-form .gform_footer {
	flex: 0 0 173px;
	padding: 0 !important;
	margin: 0 !important;
	margin-left:0.5rem !important;
}

.services-form .gform_button  {
	min-height:54px !important;
	margin:0 !important;
}

.services-form .validation_message {
	padding: 1rem !important;
	font-size: 12px !important;
}

/* CTA Bold */
.cta-bold a {
	text-decoration:none;
	font-family:'Circular Std Bold', sans-serif !important;
}

.cta-blue a {
	color:#2dc4f1 !important;
}

/* Custom Video Posts */
.custom-video-posts .fl-post-grid-text {
	padding:0 !important;
}

.custom-video-posts iframe {
	width:100% !important;
	height:363px !important;
}

.custom-video-posts .fl-post-grid-title {
	padding:1rem !important;
}

a,
.blue-cta a {
	color:#2dc4f1;
	text-decoration:none;
}

.blue-cta a,
.blue-cta a strong {
	color:#2dc4f1 !important;
	text-decoration:none !important;
}

a:hover,
.blue-cta a:hover {
	color: #ffb300;    
}

.blue-cta a:hover,
.blue-cta a:hover strong {
	color:#3dd0ff !important;
}

/* Custom Service Areas */
.custom-service-areas {
	padding:0;
	margin:0;
	display:flex;
	padding-right:1rem;
	flex-flow:row wrap;
	align-items:center;
}

.custom-service-areas li {
	list-style-type: none;
	flex: 0 0 25%;
	max-width: 25%;
	position: relative;
	text-align: left !important;
	padding-left: 1.5rem;
	margin-bottom:0.5rem;
	padding-right:1.5rem;
	line-height:1.2;
}

.custom-service-areas li::before {
	content:'';
	display:block;
	background:no-repeat center url('/wp-content/uploads/2024/08/icon-marker.png');
	background-size:contain;
	width:18px;
	height:22px;
	position:absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
}

.custom-service-areas li a {
	font-size:17px;
	font-family:'Circular Spotify Text Light', sans-serif;
	color:#303030;
}

.custom-service-areas li a:hover {
	color:#666;
}

.search-results-banner {
	min-height: 560px;
	background-image: url(/wp-content/uploads/2024/10/banner-problem-solve.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	background-size: cover;
	display: flex;
    align-items: flex-end;
    padding-bottom: 110px;
}

.search-results-banner .title {
    color: #fff;
    font-family: "Sansation Bold", Verdana, Arial, sans-serif;
    font-weight: 400;
    font-size: 60px;
    text-align: left;
    margin-left: 20px;
}

.search-results-banner .sub {
    font-family: "PP Mori Regular", Verdana, Arial, sans-serif;
    font-weight: 200;
    font-size: 18px;
    text-align: left;
    color: #fff;
    margin-left: 20px;
    margin-bottom: 10px;
}

.search-results-banner .content {
    max-width: 1180px;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #dfa40b;
    border-left-width: 4px;
}

.search-results-body {
	/^ background-color: #f4fbec; */
}

.search-results-body .breadcrumbs {
	background-color: #ffffff;
}

.search-results-body .breadcrumbs .body {
    width: 1280px;
    margin: 0 auto;
    padding: 40px 80px;
    margin-bottom: 20px;
    font-family: 'PP Mori Regular';
    font-size: 16px;
}

.search-results-body .breadcrumbs .sub, .search-results-body .breadcrumbs .sub a {
	color: #b7b7b7;
}

.search-results-body .breadcrumbs .sub a:hover {
	color: #40590a;;
}

.search-results-body .breadcrumbs .main {
	font-weight: bold;
	color: #40590a;
}

.search-results-body .product-details {
	width: 1280px;
    margin: 0 auto;
    display: flex;
}

.search-results-body .product-details .featured-image {
	width: 45%;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.search-results-body .product-details .featured-image .wrapper {
    background-color: #ffffff;
    width: 400px;
/*    height: 500px;*/
    border-top-right-radius: 130px;
    border-bottom-left-radius: 130px;
}

.search-results-body .product-details .product-info {
	width: 55%;
	display: flex;
    align-items: center;
    padding-right: 80px;
}

.search-results-body .product-details .product-info .product-title {
	font-family: 'Sansation Bold';
	font-size: 30px;
	color: #40590a;
	margin-bottom: 10px;
}

.search-results-body .product-details .product-info .product-description {
	
}

.search-results-body .product-details .product-info .product-additional-info {
	
}

.search-results-body .product-details .product-info .product-downloads {
	padding: 20px 0;
}

.search-results-body .product-details .product-info .product-downloads a {
	margin: 5px;
}

.search-results-body .product-details .product-info .product-downloads img {
    width: 45px;
}

.search-results-body .more-info {
	width: 1280px;
    margin: 0 auto;
    padding: 80px 80px 0;
}

/* Home Banner */

.home-banner-cont h1, .home-banner-cont h2 {
    font-size: 60px;
    color: #fff;
    font-family: "Sansation Bold", Verdana, Arial, sans-serif;
    line-height: 1.1;
    margin-bottom: 1rem;
    font-weight: unset;
    text-transform: unset;
    letter-spacing: unset;
}

.home-banner-cont {
    position: relative;
    z-index: 3;
    text-align: left;
    max-width: 1180px;
    padding: 0 30px;
    width: 1280px;
/*    padding-right: 45%;*/
    border-left: 4px solid #ffb300;
}

.home-banner-btn-wrap {
 	display: none;
}

/* Home Tabs */

.home-tab .fl-tabs-vertical .fl-tabs-labels {
    width: 36%;
    background-color: #f4fbec;
    border-bottom-left-radius: 30%;
    min-height: 470px;
}

.home-tab .fl-tabs-vertical .fl-tabs-panels {
    width: 64%;
}

.home-banner-inner {
    justify-content: flex-end;
    padding: 6rem 4rem 11rem;
}

/* Newsletter */

.newsletter #gform_submit_button_1 {
    color: #fff;
    background-color: #ffb300;
    border: 0;
    min-height: 48px;
    padding: 0 25px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'PP Mori Regular';
}

.newsletter  #gform_fields_1 #field_1_1 {
    width: 320px;
}

.newsletter .gform_footer.top_label, .newsletter  #validation_message_1_1 {
	display: none!important;
}

.products-slider .custom-featured-projects-slider-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: #f4fbec;
     height: 530px; */
    justify-content: center;
    border-top-right-radius: 140px;
    border-bottom-left-radius: 140px;
    padding: 60px 0;
}

.products-slider .custom-featured-projects-slider {
	margin: 0 15px;
}

.products-slider .product-button {
    background-color: #79c143;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 13px 30px;
    border-radius: 50px;
    letter-spacing: 1px;
    display: block;
    margin-top: 10px;
    cursor: pointer;
}

.products-slider .product-button:hover {
    background-color: rgba(121,193,67,0.84);
    color: #fff;
}

.products-slider .custom-featured-projects-slider-title {
    font-family: "PP Mori Regular", Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 26px;
    text-transform: none;
    margin-top: 1.5rem;    
}

.product-range-header-1, .product-range-header-2, .product-range-header-3, .product-range-header-4 {
	display: none;
}

.product-range-body-1, .product-range-body-2, .product-range-body-3, .product-range-body-4 {
	display: none;
}

.product-range-button-1, .product-range-button-2, .product-range-button-3, .product-range-button-4 {
	display: none;
}

.transform-col-1 > .fl-col-content:hover, .transform-col-2 > .fl-col-content:hover, 
.transform-col-3 > .fl-col-content:hover, .transform-col-4 > .fl-col-content:hover {
    cursor: pointer;
}

.footer-social-icons .fa-brands {
    margin: 0 6px;
    color: #fff;
}

.footer-social-icons {
    text-align: right;
}

/* History */

.w-green-bullet .fl-heading-text {
	position:relative;
}

.w-green-bullet .fl-heading-text::before {
	content:'';
	width:18px;
	height:18px;
	background:#ffcb0b;
	border-radius:50px;
	position:absolute;
	left:-50px;
	top:12px;
	display:block;
}

.w-green-bullet-right .fl-heading-text::before {
	left:auto;
	right:-50px;
	top:12px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #ffb300;
}

body .slick-dots li button {
    width: 6px;
    height: 6px;
}

.home-video .custom-video {
    min-height: 380px;
}

.home-industry-slider .custom-featured-projects-slider {
	width: 360px!important;
	height: 350px;
}

.header-search input {
    font-size: 13px;
    min-height: 38px;
    width: 300px;
    padding: 0 20px;
    border-radius: 50px;
    border: 0;
}

.header-search input::placeholder {
	color: #b0b0b0!important;
}

.header-search input::-webkit-input-placeholder {
	color: #b0b0b0!important;
}

.header-search input::-ms-input-placeholder { 
	color: #b0b0b0!important;
}

.header-search input:-ms-input-placeholder {
	color: #b0b0b0!important;
}

.tab-locations .fl-tabs-labels {
	display: flex;
	justify-content: center;
}

.tab-locations .fl-builder-module-template {
	max-width: 100%!important;
}

.products-table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.products-table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.products-table tr {
  border: 0;
  padding: .35em;
}

.products-table th {
	background-color: #40590a;
	border-color: #40590a;
	color: #ffffff;
}

.products-table th,
.products-table td {
  	padding: 15px 25px;
    vertical-align: top;
}

.products-table th {
	font-family: 'PP Mori Regular';
  font-size: 17px;
  font-weight: 600;
}

.products-table .img-link img {
	width: 40px;
	margin: 0 4px;
}

.products-table tr:first-child td {
	padding-top: 40px;
}

.products-table td {
	padding-top: 35px;
	padding-bottom: 35px;
}

.products-table tr {
    border-top: 1px solid #d6e7c2;
}

/*.products-table thead th {
    position: sticky;
    top: 0;
}*/

.products-table .title {
    font-size: 17px;
    font-weight: 600;
    color: #40590a;
}

.products-table .brand {
    font-size: 17px;
    font-weight: 600;
    color: #40590a;
    text-transform: uppercase;
}


.products-table .controls {
    padding-top: 0;
}

.products-table .controls .heading {
    font-weight: 600;
    color: #303030;
    margin-bottom: 8px;
    display: block;
    /* text-align: left; */
}

.products-table th {
  position: sticky;
  top: 95px;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.product-menu a {
	border: 2px solid #40590a;
    border-radius: 50px;
    margin: 0 5px;
}

.product-menu a:hover, .product-menu .current-menu-item a {
	background-color: #ffb300;
	border-color: #ffb300;
	color: #fff!important;
}

.fl-menu .fl-menu-mobile-toggle.hamburger .fl-menu-mobile-toggle-label, .fl-menu .fl-menu-mobile-toggle.hamburger-label .fl-menu-mobile-toggle-label {
    font-weight: 600;
    font-size: 20px;
}

#mega-menu-wrap-right-header-menu #mega-menu-right-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-right-header-menu #mega-menu-right-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	font-family: 'PP Mori Regular';
	padding: 2px;
}

#mega-menu-wrap-right-header-menu #mega-menu-right-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	display: none;
}

.mega-menu-columns-7-of-12 .mega-sub-menu {
    min-height: 165px!important;
    display: flex!important;
    flex-direction: column!important;
    align-content: center!important;
    justify-content: start!important;
    align-items: center!important;
    padding: 15px 35px!important;
}

.menu-bg {
	display: flex;
    justify-content: center;
    align-items: flex-end;
    background-size: cover;
	background-repeat: no-repeat;
    min-height: 165px;
}

.menu-bg .heading {
    font-size: 24px;
    font-weight: 500;
    font-family: 'PP Mori Regular';
    color: #fff;
    padding-bottom: 20px;
}

.product-menu .fl-menu-mobile-toggle {
    float: left;
}

#mega-menu-wrap-right-header-menu #mega-menu-right-header-menu > li#mega-menu-item-3574 > ul.mega-sub-menu {
	padding: 20px!important;
}

#mega-menu-3574-0 .menu-bg {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 165px;
    margin: 6px;
}

#mega-menu-wrap-right-header-menu #mega-menu-right-header-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-right-header-menu #mega-menu-right-header-menu > li.mega-menu-item > a.mega-menu-link:hover {
	font-weight: 600!important;
    font-family: 'PP Mori Regular';
}

#mega-menu-3574-0 .menu-bg .heading {
    font-size: 18px;
    font-weight: 500;
    font-family: 'PP Mori Regular';
    color: #fff;
    padding-bottom: 20px;
    line-height: 1.2;
    text-align: center;
}

#mega-menu-wrap-right-header-menu #mega-menu-right-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
	border-color: transparent;
}

.btn-outline-secondary {
	display: none;
    --bs-btn-color: #ffb300;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #ffb300;
    --bs-btn-active-bg: #ffffff;
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: transparent;
    --bs-btn-disabled-color: transparent;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: transparent;
    --bs-gradient: none;
    --bs-btn-bg: #fff;
    --bs-btn-border-radius: 50px;
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>.form-floating:not(:last-child)>select {
    border-radius: 50px!important;
}

.form-control:focus {
    box-shadow: unset!important;
}

.search-results-row {
    background-color: #f4fbec;
}

.search-results-inner {
    width: 1280px;
    margin: 60px auto;
}

.search-result-back {
    text-align: center;
    padding: 100px 60px;
}

.search-result-back a {
    background-color: #ffb300;
    color: #fff;
    padding: 10px 30px 13px;
    border-radius: 50px;
}

.custom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 40px;
    padding-bottom: 40px;
}

.grid-item {
    padding: 15px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
}

.grid-item img {
    max-width: 100%;
    height: auto;
}


.category-heading {
    text-align: center;
    color: #40590a;
    font-size: 45px;
    font-family: 'Sansation Bold';
    padding: 40px 40px 60px;
}

.related-products-slider .col-product {
    padding: 60px 20px 0;
}

.col-product.problem-solver {
	text-align: left;
}

.col-product.problem-solver .scientific-name {
	font-weight: normal;
    font-style: italic;
    color: #8d8d8d;
    font-family: 'PP Mori Regular';
    padding: 10px;
    font-size: 15px;
}

.col-product.problem-solver .short-description {
    font-size: 15px;
    color: #494949;
    padding: 10px;
}

.col-product {
	text-align: center;
	background-color: white;
	padding: 60px 20px;
	border-top-right-radius: 130px;
	border-bottom-left-radius: 130px;
}

.col-product.problem-solver .title {
    margin-top: 30px;
    line-height: 0;
}

.col-product.problem-solver .solutions-available {
    font-size: 16px;
    font-weight: 600;
    color: #ffb300;
    padding: 10px;
}

.col-product.problem-solver hr {
    border-color: #494949;
    /* padding: 10px; */
    margin: 15px auto 5px;
    width: 95%;
    /* text-align: center; */
}

.col-product .title {
	font-size: 22px;
	font-family: 'PP Mori Regular';
	font-weight: 600;
    padding: 10px;
    margin-top: 10px;
    color: #494949;
}

.single-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.solutions-available {
	font-size: 18px;
	font-weight: 600;
	color: #ffb300;
	padding-right: 20px;
}

.col-product.problem-solver .btn {
    margin-top: 10px;
}

.col-product .btn {
    background-color: #79c143;
    color: white;
    padding: 10px 35px 8px;
    font-size: 16px;
    font-family: 'PP Mori Regular';
    font-weight: bold;
    border-radius: 50px;    
    display: inline-block;
}

.wp-post-image {
    width: inherit;
}

.related-products {
	font-family: "Sansation Bold", Verdana, Arial, sans-serif;
	font-weight: 400;
	font-size: 38px;
	line-height: 1.2;
	text-align: center;
}

.related-products-display {
    margin-bottom: 40px;
}

.scientific-name {
	font-weight: bold;
	margin-top: -10px;
	margin-bottom: 20px;
}

.scientific-name p {
	font-weight: normal;
	color: #8d8d8d;
	font-style: italic;
}

@media (min-width:1180px) { 

}

@media (max-width:1180px) {
	/* Header */
	.custom-top-header-left,
	.custom-top-header-right,
	.custom-bottom-header,
	.custom-upper-header {
		display:none;
	}
	
	.custom-mobile-menu-wrap .header-btn .nav-link {
		margin-top:1rem !important;
		padding:1rem 2rem !important;
	}
	
	.custom-top-header {
		border:0;
		padding:0;
	}
	
	.site-header-inner {
		background:#40590a !important;
		padding:0;
		border-bottom-width:4px;
	}
	
	.custom-mobile-menu-btn {
		right: 15px;
		position: absolute;
	}
	
	.custom-top-header-mid {
		padding:0.5rem;
	}
	/* End Header */
	
	.header-logo {
		display:none !important;
	}
	.subscribe-form form {
		justify-content:center;
	}
	
	#nav-main .container {
		max-width:100%;
	}
	
	.header-actions button {
		display:none !important;
	}
	
	#offcanvas-navbar {
		display:none !important;
	}
	
	.custom-mobile-menu-btn {
		display:block;
	}
	
	.slick-prev {
		left:-25px;
	}
	
	.slick-next {
		right:-25px;
	}
	
	.container {
		max-width:100%;
	}
	
	.blog-title {
		font-size:22px;
	}
	
	.blog-content p {
		font-size:17px;
	}
	
	.blog-section .col-inner {
		min-height:400px;
	}
	
	.project-section .blog-title {
		font-size:28px;
	}
	
	/* Particle Background */
	.rn-pbwp-text h1 {
		font-size:45px !important;
	}
	
	/* Blog	*/
	.blog-col-title-single {
		font-size:32px;
	}
	
	/* Single Project */
	.sp-sect {
		grid-template-columns:1fr 1fr !important;
		grid-template-rows:unset !important;
	}
	
	html body .sp-sect .col {
		grid-row-start:unset !important;
		grid-row-end:unset !important;
		grid-column-start: unset !important;
		grid-column-end: unset !important;
		margin-bottom:1rem !important;
	}
	
	/* Header Mobile */
	.navbar-brand-mobile {
		display:block !important;
	}
	
	.fixed-top {
		height:auto !important;
	}
	
	.logo {
		width:150px;
	}
	
	.fixed-top.sticky .logo {
		width:125px;
	}
	
	.project-section {
		padding: 2rem 0 4rem 0;
	}
	
	.sp-sect-col-title {
		font-size:28px;
	}
	
	.sp-sect-col-inner {
		min-height:400px;
	}
	
	.sp-gallery-col-img img {
		height:300px;
	}
	
	.main-blog-img img {
		height:330px;
	}
	
	.custom-mobile-menu-wrap .nav-link {
		font-size:18px;
		padding:1rem !important;
	}
	
	.callout-applications .fl-callout-content {
		height:250px !important;
		max-width:400px;
		margin:0 auto;
	}
	
	.callout-applications .fl-callout-title {
		font-size:24px;
	}
	
	.callout-impact .fl-callout-text strong {
		font-size:45px;
	}
	
	.callout-impact .fl-callout-title {
		font-size:20px;
	}
	
	.main-blog-col-full .main-blog-title {
		font-size:28px;
	}

	.custom-mobile-menu-wrap .nav-link {
		font-size:14px;
		padding:1rem !important;
		color:#fff !important;
	}
	
	.left-header-menu,
	.right-header-menu{
		order:unset;
	}
	
	/* Mobile Submenu */
	.navbar-nav {
		align-items:flex-start;
	}
	
	.custom-bottom-header-submenu-ul {
		width:100%;
	}
	
	.custom-mobile-menu-wrap li {
		width:100%;
		margin:0 !important;
	}
	
	.custom-mobile-menu-wrap li a {
		font-size: 16px;
		padding: 1rem !important;
		border: 0 !important;
		border-bottom-width: 0px;
		border-bottom-style: none;
		border-bottom-color: currentcolor;
		border-bottom: 1px solid #4d6911 !important;
		display: block;
		margin: 0 !important;
		padding: 1rem !important;
		font-family: 'PP Mori Regular', sans-serif;
		letter-spacing: 1px;
		color:#fff !important;
		text-transform: capitalize;
	}

	.custom-mobile-menu-wrap .nav-link:hover {
	    border-color:transparent!important;
	}
	
	.custom-bottom-header-submenu-ul {
		width: 100%;
		display: flex;
		flex-flow: column;
		display:none;
	}
	
	.custom-bottom-header-submenu-ul li a {
		padding-left: 2rem !important;
        background: #5e7827 !important;
        border-bottom: 1px solid #40590a !important;
	}
	
	.custom-bottom-header-submenu-ul .custom-bottom-header-submenu-title a {
		padding-left:2rem !important;
		background:#333 !important;
		border-bottom:1px solid #444 !important;
	}
	
	.has-submenu > li a {
		position:relative;
	}
	
	.has-submenu > li a::after {
		content: '\f078';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		position: absolute;
		right: 15px;
	}
	
	#menu-reinforcing-bar-submenu-1 li,
	#menu-reinforcing-mesh-submenu-1 li,
	#menu-accessories-submenu-1 li {
		display:none !important;
	}
	
	#menu-reinforcing-bar-submenu-1 .custom-bottom-header-submenu-title,
	#menu-reinforcing-mesh-submenu-1 .custom-bottom-header-submenu-title,
	#menu-accessories-submenu-1 .custom-bottom-header-submenu-title {
		display:block !important;
	}
	
	.careers-single-row .blog-wrap-single  {
		padding-top:2rem;
	}
	
	.custom-careers-wrap-2 .custom-careers-col-title {
		font-size:32px;
	}

	.search-results-inner {
	    width: 100%;
	}

	.search-results-banner .title {
	    font-size: 30px;
	}

	.search-results-banner {
		min-height: 350px;
		padding: 20px 20px 100px;
	}
} /* END 1180px */

@media (max-width:910px) {

	.solutions-available {
	    padding-right: 0;
	}

	.blog-section .col {
		max-width:50%;
		flex:0 0 50%;
	}
	
	.project-section .col {
		max-width:400px;
		flex:0 0 100%;
	}
	
	.project-section .col-inner {
		min-height:300px;
	}
	
	.project-cat li a {
		font-size:16px;
	}
	
	div.rn-pbwp-text {
		top:75% !important;
	}
	
	/* Blog */
	.blog-left {
		max-width: 100%;
		flex: 0 0 100%;
		padding-right: 0px;
	}
	
	.blog-wrap-single {
		padding: 3rem 2rem;
	}
	
	.blog-right {
		max-width: 100%;
		flex: 0 0 100%;
		padding-right: 0px;
		padding-left:0px;
		margin-top:4rem;
	}
	
	.blog-right .widget {
		margin-bottom:20px !important;
	}
	
	.blog-right .tagcloud a {
		font-size:16px !important;
	}
	
	.ps-video-wrap iframe {
		height:444px;
	}
	
	.ps-gallery-col-img img {
		height:350px;
	}
	
	/* PS 4  */
	.ps-4-img-wrap img {
		min-height:400px;
		object-fit:cover;
	}
	
	.sp-sect-wrap {
		grid-template-columns:1fr 1fr;
	}
	
	.sp-sect-col-inner {
		min-height:349px;
	}
	
	.sp-gallery-wrap {
		grid-template-columns:1fr 1fr;
	}
	
	.blog-section {
		padding:0;
	}
	
	.main-blog-title {
		font-size:22px;
	}
	
	.main-blog-content * {
		font-size:16px;
	}
	
	.main-blog-body {
		padding:2rem 1rem;
	}
	
	.main-blog-row {
		grid-row-gap:40px;
	}
	
	.main-blog-img img {
		height:250px;
	}
	
	/* Blog */
	.main-blog-col-full .main-blog-title {
		font-size:24px;
	}
	
	.subpage-menu .menu a {
		padding: 1rem 0rem;
		margin: 0.5rem 1rem;
	}
	
	.callout-impact .fl-callout-text strong {
		font-size:40px;
	}
	
	.callout-impact .fl-callout-title {
		font-size:18px;
	}
	
	html body .gfield--type-checkbox {
		padding: 1rem 2rem 2rem 2rem !important;
	}
	
	html body .gfield_checkbox {
		grid-template-columns:1fr 1fr;
	}
	
	html body .gform_wrapper.gravity-theme .gfield_label {
		font-size:20px;
	}
	
	.custom-accordion .fl-accordion-item {
		max-width:100%;
		flex:0 0 100%;
	}
	
	.custom-video-posts iframe {
		height:300px !important;
	}
	
	/* Service Areas */
	.custom-service-areas li {
		max-width:33.3%;
		flex:0 0 33.3%;
		margin-bottom:1rem;
	}

	.custom-featured-projects-slider {
	    padding: 0;
	}

	.newsletter .gform_wrapper.gravity-theme #field_submit input, .newsletter .gform_wrapper.gravity-theme .gform_footer input {
	    width: 100%;
	}

	.newsletter #gform_fields_1 #field_1_1 {
	    width: 100%;
	}

	.home-banner-cont h1, .home-banner-cont h2 {
	    font-size: 25px;
	}

	.home-banner-cont {
		padding-right: unset;
	}

	.home-banner-inner {
	    min-height: 300px;
	}

	.fl-node-nhd9vuks2gc7 .fl-search-form-wrap {
	    width: 100%!important;
	}

	.fl-builder-content-13 .fl-node-1co5gxq4pni7 {
	    display: unset;
	}

	.main-blog-col-full, .main-blog-row, .main-blog-col-full .main-blog-col-inner {
		width: 100%;
	}

	.main-featured-blog-row, .main-blog-row {
		padding: 40px;
	}

	.product-menu a {
	    margin: 10px 5px;
	}

	.search-results-body .product-details, .search-result-back {
	    width: 100%;
	}

} /* END 910px */

@media (max-width: 768px) {
    .custom-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 20px;
    }  

    .related-products-slider .custom-grid {
        padding-bottom: 20px;
    }  
    
}

@media (max-width:600px) {
	.site-header-inner .logo {
		width:125px;
	}
	
	.custom-mobile-menu-wrap .nav-link {
		font-size:18px;
	}
	
	.custom-mobile-menu-btn span {
		width:30px;
		height:2px;
	}
	
	.custom-mobile-menu-close a {
		font-size:30px;
	}
	
	.custom-mobile-menu-wrap {
		padding-top:10px;
	}
	
	.site-header-btn .nav-link {
		font-size:16px;
	}
	
	.slick-prev {
		left:-10px;
	}
	
	.slick-next {
		right:-10px;
	}
	
	.blog-section .col {
		max-width:100%;
		flex:0 0 100%;
	}
	
	.blog-section .col-inner {
		padding: 2rem;
		min-height:350px;
	}
	
	.project-section .col-inner {
		min-height:300px;
	}
	
	.project-section .blog-title {
		font-size:24px;
	}
	
	.project-section {
		padding:2rem 0;
	}
	
	.rn-pbwp-text h1 {
		font-size:35px !important;
	}
	
	.rn-pbwp-text p {
		font-size:16px !important;
	}
	
	div.rn-pbwp-text {
		top:100% !important;
		transform: translateY(0%) !important;
	}
	
	.blog-wrap-single {
		padding:2rem 1rem;
	}
	
	.blog-col-title-single {
		font-size:28px;
		margin-bottom:1rem;
	}
	
	.blog-col-info {
		flex-flow:row wrap;
	}
	
	.blog-col-info li {
		flex:0 0 100%;
		margin-bottom:0.5rem;
	}
	
	.blog-col-content-single h1, .blog-col-content-single h2, .blog-col-content-single h3, .blog-col-content-single h4, .blog-col-content-single h5, .blog-col-content-single h6 {
		font-size:18px;
		line-height:1.4;
	}
	
	#nav-single a {
		font-size:12px;
	}
	
	.fixed-top.sticky .logo {
/*		width:100px;*/
	}
	
	/* Single Project */
	.sp-sect {
		grid-template-columns:1fr !important;
		grid-template-rows:unset !important;
	}
	
	.project-section {
		padding:1rem 0 2rem 0;
	}
	
	.ps-video-wrap iframe {
		height:300px;
	}
	
	.ps-gallery-col-img img {
		height:250px;
	}
	
	/* PS 4  */
	.ps-4-img-wrap img {
		min-height:250px;
	}
	
	html body .custom-callout .fl-callout {
		flex-flow:column;
		text-align:center;
	}
	
	html body .custom-callout .fl-callout-content {
		padding-left:0;
	}
	
	html body br {
/*		display:none;*/
	}
	
	.sp-sect-wrap {
		grid-template-columns:1fr;
	}
	
	.sp-sect-col-title {
		font-size:24px;
	}
	
	.sp-sect-col-inner {
		min-height:300px;
	}
	
	.sp-gallery-wrap {
		grid-template-columns: 1fr;
		padding: 0 0 1rem 0;
	}
	
	.sp-gallery-col-img img {
		height:250px;
	}
	
	.main-blog-row {
		grid-template-columns:1fr;
		grid-row-gap:30px;
	}
	
	.main-blog-col:last-of-type .main-blog-body {
		padding-bottom:0;
	}
	
	.main-blog-btn {
		font-size:12px;
	}
	
	.blog-right ul li {
		font-size:16px;
	}
	
	.blog-wrap-single {
		padding-bottom:0;
	}
	
	.site-header-inner {
		padding:0;
	}
	
	.custom-mobile-menu-wrap .nav-link {
		font-size:18px;
		padding:1rem !important;
	}
	
	.custom-testimonials .fl-post-grid-text::before {
		width:35px;
	}
	
	.main-blog-col-full .main-blog-col-inner {
		grid-template-columns:1fr;
	}
	
	.main-blog-col-full .main-blog-title {
		font-size:24px;
	}
	
	.main-blog-col-full .main-blog-body {
		padding:1.5rem;
	}
	
	.main-blog-col-full {
		padding-bottom:1rem;
	}
	
	.main-blog-feat-title {
		font-size:11px;
	}
	
	.subpage-menu .menu a {
		padding: 0.5rem;
		margin: 0.5rem;
	}
	
	.sector-project-posts .fl-post-grid-image img {
		height:250px !important;
	}
	
	.callout-impact .fl-callout-text strong {
		font-size:24px;
	}
	
	.callout-impact .fl-callout-title {
		font-size:14px;
	}
	
	html body .gfield--type-checkbox {
		padding:0 0 1rem 0 !important;
	}
	
	html body .gfield_checkbox {
		grid-template-columns:1fr;
	}
	
	html body .gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
		font-size:17px;
	}
	
	html body .custom-callout-top .fl-callout {
		justify-content:center;
		align-items:center;
	}
	
	.main-blog-title {
		font-size:20px;
	}
	
	.main-blog-col-full .main-blog-title {
		font-size:20px;
	}
	
	.query-text-title {
		font-size:18px;
	}
	
	.main-blog-cta {
		font-size:14px;
	}
	
	.custom-accordion .fl-accordion-small .fl-accordion-content {
		font-size:16px;
	}
	
	body .normal-dots-slider .slick-dots {
		margin-top:1.5rem;
		padding: 0;
	}
	
	.footer-subscribe-form form {
		display:block;
	}
	
	.footer-subscribe-form .gform_footer {
		margin-left:0 !important;
		margin-top:1rem !important;
	}
	
	html body .filters-div {
		margin-top:2rem !important;
		margin-left:0 !important;
		margin-right:0 !important;
	}
	
	/* Services Form */
	.services-form form {
		display:block;
	}
	
	.services-form .gform_footer {
		margin-top:1rem !important;
		margin-left:0 !important;
	}
	
	.custom-video-posts iframe {
		height:250px !important;
	}
	
	/* Service Areas */
	.custom-service-areas li {
		max-width:100%;
		flex:0 0 100%;
	}

	.fixed-top.sticky .custom-top-header {
		padding:0;
	}

	.footer-social-icons {
	    text-align: center;
	}

	.home-tab .fl-tabs-vertical .fl-tabs-panels {
	    width: 100%;
	}

	.w-green-bullet .fl-heading-text::before,
	.w-green-bullet-right .fl-heading-text::before {
		display: none;
	}

	.custom-testi-slide-inner {
        padding: 0!important;
    }

    .main-blog-col-full, .main-blog-row, .main-blog-col-full .main-blog-col-inner {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.main-featured-blog-row, .main-blog-row {
        padding: 20px;
    }

    .main-blog-col-full {
        margin: 60px auto 30px;
    }

    .main-blog-row {
	    margin: 30px auto;
	}

	.tab-locations .fl-tabs-labels {
	    display: none;
	}

	.products-table {
	  border: 0;
	}

	.products-table caption {
	  font-size: 1.3em;
	}
	
	.products-table thead {
	  border: none;
	  clip: rect(0 0 0 0);
	  height: 1px;
	  margin: -1px;
	  overflow: hidden;
	  padding: 0;
	  position: absolute;
	  width: 1px;
	}
	
	.products-table tr {
	  display: block;
	  margin-bottom: .625em;
	}
	
	.products-table td {
	  border-bottom: 1px solid #ddd;
	  display: block;
	  font-size: 15px;
	  text-align: right;
	}
	
	.products-table td::before {
	  /*
	  * aria-label has no advantage, it won't be read inside a table
	  content: attr(aria-label);
	  */
	  content: attr(data-label);
	  float: left;
	  font-weight: bold;
	  text-transform: uppercase;
	}
	
	.products-table td:last-child {
	  border-bottom: 0;
	  text-align: left;
	}

	.products-table .controls .heading {
	    font-weight: bold;
	    text-transform: uppercase;
	    margin-bottom: 5px;
	}

	.products-table tr:first-child td {
	    padding-top: 15px;
	}

	.products-table td {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}

	.products-table .details-row td:first-child {
	    background-color: #cfdfac80;
	}

	.products-table th, .products-table td {
	    padding: 15px;
	    width: 100%;
	}

	.products-table td:nth-child(1)::before, .products-table td:nth-child(4)::before {
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
    }

    .products-table td:nth-child(5)::before {
        display: inline-block;
        width: 70%;
        text-align: left;
    }

    .products-table td:nth-child(1), .products-table td:nth-child(4) p {
        text-align: left;
        margin-bottom: 5px;
    }

    .products-table .controls-row {
    	border-top: 1px solid #d6e7c2!important;
    	padding-top: 15px;
    }

    .products-table tr {
	    border-top: 0;
	}

	.product-menu a {
	    border: 0;
	    margin: 0 5px;
	}

	.home-banner-cont {
		width: 100%;
		max-width: 100%;
	}

	.home-banner-inner {
	    padding: 6rem 4rem;
	}

	.navbar-nav {
	    align-items: flex-start;
	}

	.search-results-banner {
		padding: 20px 20px 60px;
	}

	.search-results-body .product-details {
	    flex-direction: column;
	}

	.search-results-body .breadcrumbs .body {
	    width: 100%;
	    padding: 30px 20px;
	    margin-bottom: 20px;
	}

	.search-results-body .product-details .featured-image {
	    width: 100%;
	}

	.search-results-body .product-details .featured-image .wrapper {
	    background-color: #ffffff;
	    width: 100%;
	   	height: auto;
/*	    padding: 60px 20px;*/
	}

	.search-results-body .product-details .product-info, .search-results-body .more-info {
		width: 100%;
	    padding: 30px;
	}

	.search-results-body .more-info {
	    padding-top: 0;
	}

	.search-result-back {
	    padding: 60px 20px 100px;
	}

	.col-product {
	    padding: 0;
	}

} /* END 600px */

@media (max-width: 480px) {
    /*.custom-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }*/
    .category-heading {
        padding: 0 0 50px;
        font-size: 35px;
    }
    .col-product .title {
	    font-size: 18px;
	}
	.col-product .btn {
	    padding: 5px 15px;
	    font-size: 12px;
	    font-weight: normal;
	}
	.col-product.problem-solver {
	    text-align: center;
	}

	.col-product.problem-solver .scientific-name, .col-product.problem-solver .short-description,
	.col-product.problem-solver hr, .col-product.problem-solver .solutions-available {
	    display: none;
	}
}