/*
Theme Name: Content Click Child Theme
Theme URI: http://whitetowerdigital.com.au/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http://whitetowerdigital.com.au/
Template: content-click
Version: 0.1
*/
/* .wpb_wrapper>div,
.material .wpb_content_element, 
.material .wpb_row {
    margin-bottom: 20px !important;
} */
body:not(.home)[data-header-resize="0"] .container-wrap {
    padding-top: 0px !important;
}
body #header-outer {
    width: 95vw !important;
    max-width: 100vw !important;
    transition: .3s ease all;
	margin-top: 0px !important;
}
body #header-outer .container {
    padding: 0 60px !important;
}
#header-outer #top {
    border-radius: 16px !important;
}
#header-outer .nectar-header-text-content, body[data-header-search="false"][data-full-width-header="false"] #header-outer[data-lhe="animated_underline"][data-format="default"][data-cart="false"] .nectar-header-text-content {
    padding-right: 0px !important;
}
#header-outer .nectar-header-text-content > div {
    display: flex !important;
    vertical-align: middle !important;
}
.nowrap {
	white-space: nowrap;
}
.header-button.
span.menu-title-text {
    vertical-align: middle !important;
}
.header-button {
	color: #000 !important;
}
h1.header-size {
	font-size: 60px !important;
	font-weight: normal !important;
	margin-bottom: 29px !important;
}
.nectar-milestone .number.default span,
h1.key-main-heading {
    font-family: 'Times New Roman' !important;
	font-size: 58px !important;
	font-weight: normal !important;
}
.nectar-milestone .number {
	margin-bottom: 0px !important;
}
.nectar-milestone {
	margin-bottom: 39px !important;
}
.small-text {
	font-size: 16px !important;
	line-height: 24px !important;
}
.wpb_text_column a {
	position: relative;
	display: inline-block;
	text-decoration: none !important;
	transform: translateY(1px);
}
.wpb_text_column.hover-text a:hover {
	text-decoration: underline !important;
}
/* .wpb_text_column.hover-text a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #000;
	transition: width 0.3s ease;
}
.wpb_text_column.hover-text a:hover::after {
  	width: 100%;
}  */
.wpb_text_column.light-text p,
h2.light-text {
	color: #fff !important;
}
.fw-500 {
	font-weight: 500 !important;
}
.mb-0 {
	margin-bottom: 0px !important;
}
body.material #ajax-content-wrap .nectar-button.regular-button, 
.nectar-header-text-content .nectar-button.regular-button {
    font-size: 16px;
    padding: 0.75rem 1.875rem !important;
    border-radius: 23px !important;
    display: inline-block;
	position: relative;
    overflow: hidden;
	margin-bottom: 0px !important;
}
.nectar-header-text-content .nectar-button.regular-button {
    color: #fff !important;
}
body.material #ajax-content-wrap .nectar-button.regular-button:hover,
.nectar-header-text-content .nectar-button.regular-button:hover {
    color: #000 !important;
	transform: translateY(0px) !important;
	box-shadow: none !important;
}
body.material #ajax-content-wrap .nectar-button.regular-button:before,
.nectar-header-text-content .nectar-button.regular-button:before,
.nectar-header-text-content .nectar-button.regular-button.white-button:before {
    content: "";
    position: absolute;
    z-index: 0 !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	border-radius: inherit;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
body.material #ajax-content-wrap .nectar-button.regular-button:before,
.nectar-header-text-content .nectar-button.regular-button:before {
    background-color: var(--nectar-extra-color-3) !important;
}
body.material #ajax-content-wrap .nectar-button.regular-button.white-button:before {
    background-color: #fff !important;
}
body.material #ajax-content-wrap .nectar-button.regular-button:hover:before,
body.material #ajax-content-wrap .nectar-button.regular-button:focus:before,
body.material #ajax-content-wrap .nectar-button.regular-button:active:before,
.nectar-header-text-content .nectar-button.regular-button:hover:before,
.nectar-header-text-content .nectar-button.regular-button:focus:before,
.nectar-header-text-content .nectar-button.regular-button:active:before,
.nectar-header-text-content .nectar-button.regular-button.white-button:hover:before,
.nectar-header-text-content .nectar-button.regular-button.white-button:focus:before,
.nectar-header-text-content .nectar-button.regular-button.white-button:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.key-text {
	font-size: 16px;
	background-color: transparent;
    padding: 5px 30px 13px;
	border-radius: 0 0 16px 16px !important;
}
.header-text {
	font-size: 16px !important;
	background-color: #fff;
    padding: 5px 30px 13px;
	border-radius: 0 0 16px 16px !important;
	position: relative;
    top: -1px;
}
.caroufredsel_wrapper {
    /* width: 90% !important;
    margin-left: 5% !important; */
    width: 100% !important;
}
.full-width-content .caroufredsel_wrapper {
    overflow: hidden !important;
}
#breadcrumb .column_container {
	height: 20px;
}
#breadcrumb .header-text {
    top: 23px;
}
#breadcrumb .header-text a:hover{
    color: var(--nectar-accent-color) !important;
}
@media only screen and (max-width: 768px) {
	#header {
		margin-top: 20px;
	}
	body #breadcrumb .header-text, body #breadcrumb .header-text2 {
        top: 20px;
    }
	.header-text2 {
		background-color: #fff;
		padding: 8px 30px;
		border-radius: 0 0 16px 16px;
		position: relative;
		top: 15px !important;
	}
	.header-text2 .header-text {
		background-color: transparent;
		padding: 0px;
		top: 0px !important;
	}
}
/* #header .vc_column-inner:not(.vc_column-inner .vc_column-inner):first-of-type::before { */
#header >.col > .wpb_column:first-of-type .vc_column-inner:not(.vc_column-inner .vc_column-inner):first-of-type::before {
    content: "Book a Session";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: left center;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
}
/* #header >.col > .wpb_column > .vc_column-inner:not(.vc_column-inner .vc_column-inner):first-of-type::after { */
#header >.col > .wpb_column:first-of-type > .vc_column-inner:not(.vc_column-inner .vc_column-inner):first-of-type::after {
    content: url(/wp-content/uploads/2024/12/arrow-down.gif);
    position: absolute;
    left: -15px;
    top: calc(48% + 20px);
    width: 30px;
    height: 30px;
    object-fit: contain;
}
@media only screen and (max-width: 768px) {
	#header .vc_column-inner:not(.vc_column-inner .vc_column-inner):first-of-type::before {
		left: 15px;
	}
	#header >.col > .wpb_column > .vc_column-inner:not(.vc_column-inner .vc_column-inner):first-of-type::after {
		left: -7px;
	}
}
.row-80 .row-bg-wrap .inner-wrap.row-bg-layer {
	display: flex !important;
    justify-content: center !important;
}
.row-80 .row-bg {
	width: 95% !important;
	border-radius: 16px !important;
	margin: 0 2.5% !important;
}
.row-80.r43 .row-bg {
	border-radius: 43px !important;
}
.row-80.r32 .row-bg {
	border-radius: 20px !important;
}
.row-80.r32 .row-bg {
	border-radius: 20px !important;
}
.key-container {
	margin-bottom: -220px !important;
}
@media only screen and (max-width: 768px) {
	.key-container {
		margin-bottom: 0px !important;
	}
}
.key-toggle .toggle > h3.toggle-title a {
	color: #000713 !important;
	font-size: 28px !important;
    line-height: 42px !important;
    font-weight: 500;
}
.key-toggle div[data-style*="minimal"] .toggle.open {
	margin-top: 30px;
    background-color: #fff !important;
    border-radius: 20px !important;
}
.key-toggle .toggle img {
	width: 100% !important;
}
.key-toggle .toggles .toggle > .toggle-title a {
    padding: 34px 70px 27px 0 !important;
}
.key-toggle .toggles .toggle {
    padding: 0 38px !important;
}
.industries-header {
	margin-top: 51px;
	margin-bottom: 29px;
}
.our-industries .flickity-page-dots {
	display: none;
}
.our-industries .flickity-viewport {
	margin: 0px 0px 80px !important;
}
@media only screen and (max-width: 768px) {
	.our-industries .flickity-page-dots {
		display: block;
	}
	.our-industries .flickity-viewport {
		margin: 0px 0 80px 0 !important;
	}
/* 	.our-industries .flickity-page-dots {
		bottom: -45px !important;
	} */
	.our-industries .flickity-page-dots .dot.is-selected:before {
		transform: scale(1.1) !important;
		background-color: #000 !important;
		height: 10px !important;
	}
	.our-industries .flickity-page-dots .dot:before {
		width: 10px !important;
		height: 10px !important;
		transition: all .25s ease;
		border-radius: 50% !important;
	}
}
.faq-toggle .toggle > h3.toggle-title a {
	color: #0A0908 !important;
    font-size: 28px !important;
    line-height: 42px !important;
}
.faq-toggle .toggles .toggle {
    padding: 0 46px !important;
}
.faq-toggle .toggles .toggle.open > .toggle-title a {
    padding: 50px 70px 30px 0 !important;
}
.faq-toggle .toggles .toggle[data-inner-wrap="true"] > div .inner-toggle-wrap {
	color: #0A0908 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 0 0 53px 0 !important;
}
.faq-toggle div[data-style*="minimal"] {
	margin-bottom: 0px !important;
}
.faq-toggle  div[data-style*="minimal"] .toggle {
    background-color: #e9e0c9 !important;
    border-radius: 16px !important;
	transition: border-color 1s ease;
/* 	margin-bottom:29px !important; */
}
.faq-toggle div[data-style*="minimal"] .toggle:not(:last-of-type) {
    margin-bottom: 29px !important;
}
.faq-toggle  div[data-style*="minimal"] .toggle.open {
    background-color: #F9F6EE !important;
	border: 1px solid #A37E2C !important;
    border-radius: 16px !important;
}
div[data-style*="minimal"] .toggle.open .toggle-title i {
    transform: rotate(45deg) !important;
}
div[data-style*="minimal"] .toggle .toggle-title i {
	transition: transform 1s ease !important;
}
div[data-style*="minimal"] .toggle.open .toggle-title i:before,
div[data-style*="minimal"] .toggle.open .toggle-title i:after{
	background-color: #000000 !important;
}
div[data-style*="minimal"] .toggle.open .toggle-title i:after {
    -ms-transform: scale(1, 1) !important;
    transform: scale(1, 1) !important;
    -webkit-transform: scale(1, 1) !important;
}
.toggle-title i {
    border-color: transparent !important;
}
#testimonial .testimonial_slider[data-style=multiple_visible] blockquote p:before {
    display: none !important;
}
#testimonial blockquote p {
	background-color: transparent !important;
    text-align: center !important;
    padding: 30px 0px !important;
    border-radius: 0px !important;
    margin-bottom: 40px;
	font-size: 16px !important;
	line-height: 24px !important;
}
.testimonial_slider .flickity-slider blockquote {
	top: 70px !important;
}
.testimonial_slider[data-style=multiple_visible] .image-icon {
    width: 54px !important;
    height: 54px !important;
    top: -341px !important;
}
@media only screen and (max-width: 768px) {
	.testimonial_slider[data-style=multiple_visible] .image-icon {
		top: -430px !important;
	}
}
#testimonial blockquote p strong {
    font-family: 'Times New Roman' !important;
	font-size: 23px !important;
	font-weight: 500 !important;
	line-height: 70px !important;
}
#testimonial .flickity-page-dots {
    bottom: 68px !important;
}
#testimonial .flickity-page-dots .dot{
    width: 13px !important;
    height: 13px !important;
}
#testimonial .testimonial_slider[data-rating-color="accent-color"] .star-rating .filled:before {
    color: #F4B921 !important;
}
#testimonial .flickity-page-dots .dot:before {
	width: 13px !important;
    height: 13px !important;
    transition: all .25s ease;
    border-radius: 50% !important;
}
@media only screen and (max-width: 768px) {
	#testimonial blockquote p strong {
		font-size: 22px !important;
	}
	#testimonial blockquote p {
		padding: 50px 0px !important;
	}
	#testimonial .testimonial_slider[data-style*=multiple_visible] blockquote {
        width: 100% !important;
    }
	#testimonial .flickity-page-dots .dot {
        width: 22px !important;
    }
}
.service1,
.service3 {
	margin-top: -550px;
	padding: 0 35px;
}
.service2 {
	/* margin-top: -400px;
	padding: 0 35px; */
    padding: 0 35px;
    bottom: 25%;
}
.service1 h4, .service2 h4, .service3 h4 {
	color: #fff !important;
}
.service-title {
	position: absolute;
	z-index:2;
}
@media only screen and (max-width: 768px) {
	#service .img-with-aniamtion-wrap.right {
		margin-top: -88px !important;
	}
	.arrow-icon-green {
		height: 75px !important;
	}
	.service1, .service2, .service3 {
		margin-top: -400px;
	}
}
form#gform_1 .gform_footer {
    margin-block-start: 5px !important;
}
form#gform_1 {
    border-bottom: solid 1px #fff !important;
}
form#gform_1 .gfield input {
    background-color: transparent !important;
    border: none !important;
    color: #fff !important;
	padding: 0px !important;
}
form#gform_1 .gfield input:focus {
    box-shadow: none !important;
	border-radius: 0px !important;
}
#gform_submit_button_1 {
	background-color: #fff !important;
	color: #000 !important;
	padding: 12px 30px !important;
	font-size: 16px !important;
}
.text-with-icon .iwithtext {
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.text-with-icon .iwithtext .iwt-icon {
    position: static !important;
}
.text-with-icon .iwt-icon img {
    width: 250px !important;
    margin-bottom: 0px !important;
}
.text-with-icon .iwithtext {
	margin-top: 42px !important;
	margin-bottom: 42px !important;
}
.text-with-icon .iwithtext h5 {
	margin-bottom: 26px !important;
}
.text-with-icon .iwithtext .iwt-text {
    padding-left: 30px !important;
}
.contact-details .wpb_text_column span img {
	margin-right: 10px !important;
}
.contact-details .wpb_text_column strong {
	font-family: 'Times New Roman' !important;
	font-size: 28px !important;
	font-weight: 500 !important;
}
.gform_fields {
    row-gap: 21px !important;
}
.gfield input,
span.select2-selection.select2-selection--single,
.gfield textarea.medium {
	background-color: #fff !important;
	border-color: #fff !important;
	border-radius: 26px !important;
	font-size: 16px !important;
}
.gfield input {
	padding: 0 20px !important;
	height: 50px !important;
}
.fancy-select-wrap {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
}
span.select2-selection.select2-selection--single {
	padding: 15px 20px !important;
}
.gfield textarea.medium {
	background-color: #fff !important;
	padding: 15px 20px !important;
}
ol li::marker {
    color: #006039 !important; 
	font-weight: 600;
}
ul li::marker {
    color: #006039 !important; 
    font-size: 1.5em;
}
.service-list p {
	background-color: rgba(255, 255, 255, 0.4);
	padding: 18px !important;
	border-radius: 16px;
	font-size: 16px !important;
	font-weight: 500 !important;
}
.service-list p:not(:last-child) {
	margin-bottom: 14px !important;
}
.service-list p:hover {
	background-color: rgba(255, 255, 255, 0.7);
}
.wpb_text_column.service-list a:hover::after {
  	width: 0%;
}
.service-list p.active {
	background-color: #fff;
}
#gform_submit_button_1,
#gform_submit_button_2 {
    position: relative;
    overflow: hidden;
/*     padding: 1rem 2rem !important; */
    padding: 0.75rem 1.875rem !important;
    background-color: var(--nectar-accent-color) !important;
    border-radius: 23px !important;
    font-size: 16px;
	line-height: 1.5em;
    font-weight: 500;
    color: #fff;
    border: none;
    z-index: 1; 
}
.gform-theme--foundation .gfield--width-three-quarter {
	grid-column: span 9 !important;
}
.gform-theme--foundation .gfield--width-quarter {
	grid-column: span 3 !important;
}
#gform_submit_button_1{
    background-color: #fff !important;
	color: #000 !important;
}
#gform_submit_button_1::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--nectar-extra-color-3);
    z-index: 0;
    transition: all 0.4s ease; 
}
#gform_submit_button_2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 0;
    transition: all 0.4s ease; 
}
#gform_submit_button_1:hover::before,
#gform_submit_button_2:hover::before {
    left: 0; 
}
#gform_submit_button_1 span,
#gform_submit_button_2 span {
    position: relative; 
    z-index: 2;
}
#gform_submit_button_2:hover span {
    color: #000; 
}
.gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
    margin-block-start: 20px !important;
}
#gform_1 input:focus {
    outline-color: transparent !important;
}
#gform_2 input:focus, 
#gform_2 textarea:focus {
    outline-color: var(--nectar-accent-color) !important;
}
#gform_2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-left: -15px !important;
	margin-top: -2px !important;
}
#gform_2 .select2-selection__rendered {
    color: rgb(17, 35, 55) !important;
}
@media only screen and (max-width: 1280px) {
	#gform_2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
		margin-left: -15px !important;
        margin-top: -2px !important;
	}
}
@media only screen and (max-width: 1024px) {
	#gform_2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
		margin-left: -15px !important;
        margin-top: -2px !important;
	}
}
@media only screen and (max-width: 1000px){
	#gform_2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
		margin-left: -15px !important;
        margin-top: -2px !important;
	}
}
@media only screen and (max-width: 690px) {
	.gform-theme--foundation .gfield--width-three-quarter {
		grid-column: span 7 !important;
	}
	.gform-theme--foundation .gfield--width-quarter {
		grid-column: span 5 !important;
	}
	#gform_2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
		margin-left: -40px !important;
    	margin-top: 95px !important;
	}
}
@media only screen and (max-width: 540px) {
	#gform_2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
		margin-left: -15px !important;
        margin-top: -2px !important;
	}
}
body[data-button-style="rounded_shadow"] .container-wrap button[type="submit"]:hover {
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
}
body .nectar_icon_wrap[data-color=white] i:hover {
    color: #006039 !important;
}
.footer-quick-links a {
	font-size: 14px;
	margin-right: 20px;
}
.footer-copyright p{
	font-size: 14px;
	text-align: right;
}
.wpb_text_column.footer-location a::after {
	background-color: #fff !important;
}
@media only screen and (max-width: 768px) {
	.footer-quick-links p a {
		margin-right: 0px;
		display: block;
		text-align: center;
	}
	.footer-copyright p {
		text-align: center;
		white-space: nowrap;
	}
}
.map-header {
    position: absolute !important;
    top: 20px !important;
    z-index: 1 !important;
}
.map-header p {
	background-color: #fff !important;
	padding: 23px 37px !important;
	border-radius: 12px !important;
/* 	height: 127px !important; */
    width: 405px !important;
	font-size: 16px;
/* 	display: flex;
	align-items: center !important; */
}
.map-header p strong {
	font-weight: 600 !important;
}
@media only screen and (max-width: 768px) {
	.map-header p {
		padding: 20px 15px !important;
		height: auto !important;
		width: 70% !important;
		font-size: 8px;
		line-height: 15px;
	}
}
.sweep-container .hover-wrap-inner {
    position: relative;
    display: inline-block;
}

.sweep-container .hover-wrap-inner {
    position: relative;
    display: inline-block;
}

.sweep-container .hover-wrap-inner::before {
    content: '';
    position: absolute;
    bottom: 0px; 
    left: 77%;
    background-color: #0F5237; 
    width: 90px;
    height: 90px;
    border-radius: 16px; 
    transition: background-color 0.3s ease; 
}

/* .sweep-container .hover-wrap-inner::after {
    content: '\2197'; 
    position: absolute;
    bottom: 40px; 
    left: 88%;
    transform: translateX(-50%); 
    color: #fff; 
    font-size: 70px;
    transition: color 0.3s ease; 
} */
.sweep-container .hover-wrap-inner::after {
    content: ''; 
    position: absolute;
    bottom: 18px;
    left: 88%;
    transform: translateX(-50%);
    width: 45px; 
    height: 45px; 
    background-image: url('/wp-content/uploads/2025/01/Content-Clicks_arrow.svg'); 
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: center;
    transition: opacity 0.3s ease;
}
/* .sweep-container:hover .hover-wrap-inner::before {
    background-color: #A37E2C; 
} */
.sweep-container:hover .hover-wrap-inner::after {
    animation: carousel-move 0.5s ease-in-out forwards; 
    bottom: 20px;
    width: 40px; 
    height: 40px; 
}

body .carousel-wrap {
    margin: auto;
    width: 95vw;
    padding: 0 5px;
}

#testimonial .row-bg-wrap::before {
    content: '';
    background: url(https://contentclick.wtdevsite.com/wp-content/uploads/2025/01/Homepage_background1.png);
    height: 500%;
    position: absolute;
    top: -80%;
    left: 0;
    width: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

@keyframes carousel-move {
    0% {
        transform: translate(0, 0); 
        opacity: 1;
    }
    35% {
        transform: translate(50%, -50%); 
        opacity: 0;
    }
    50% {
        transform: translate(-100%, 100%); 
        opacity: 0;
    }
    100% {
        transform: translate(0, 0); 
        opacity: 1; 
    }
}
@media screen and (max-width: 999px) {
    .footer-copyright p {
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {
	.sweep-container .hover-wrap-inner::before {
		left: 78%;
		width: 70px;
		height: 70px;
	}

	.sweep-container .hover-wrap-inner::after {
		bottom: 33px; 
		left: 89%;
		font-size: 55px;
	}
}
@media only screen and (min-width:1000px) and (max-width: 1600px) {
    .container {
        max-width: 1294px !important;
    }
	.sweep-container .hover-wrap-inner::before {
		width: 80px;
		height: 80px;
	}
	.service1, .service3 {
		margin-top: 30px;
        top: 0;
	}
	.row-80 .row-bg {
		width: 95.5% !important;
		border-radius: 16px !important;
		margin: 0 2.25% !important;
	}
}
@media only screen and (width: 540px) {
	.service-title{
		width: 70% !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
	.service-title{
		width: 50% !important;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
	.service1, .service2, .service3 {
		margin-top: 20px;
        top: 0;
	}
	.service-title h4 {
		line-height: 30px !important;
	}
	.service-title p {
		line-height: 18px !important;
	}
}
.uncategorized,
body.single-post div#page-header-wrap {
	display: none !important;
}
.blog h3 {
	font-size: 25px !important;
}
.blog .meta-excerpt {
	font-size: 16px !important;
}
body.single-post #ajax-content-wrap .container-wrap.no-sidebar .post-area {
	max-width: none !important;
}
.our-industries .flickity-slider .nectar-split-heading,
.our-industries .flickity-slider .wpb_text_column {
	display: flex;
}

.our-services-process .nectar-split-heading.col-heading,
.why-meh .nectar-split-heading.col-heading {
	height: 80px;
}
.about-us-we-make .nectar-split-heading.col-heading {
	height: 90px;
}
@media only screen and (max-width: 767px) {
	#footer .small-text p {
		font-size: 14px !important;
	}
	.why-meh .nectar-split-heading.col-heading,
	.our-services-process .nectar-split-heading.col-heading,
	.about-us-we-make .nectar-split-heading.col-heading {
		height: auto;
	}
	.nectar-button span {
		text-align: center;
	}
	.our-industries .nectar-flickity[data-controls=touch_total] .flickity-page-dots {
		visibility: visible !important;
		opacity: 1 !important;
	}
}
.footer-icon .social-icon .img-with-animation {
	width: 25px !important;
	height: 25px !important;
    transition: color 0.3s ease;
}

.footer-icon .social-icon .hover-wrap img.fb-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(264deg) brightness(106%) contrast(108%);
}
.footer-icon .social-icon .hover-wrap:hover img.fb-icon,
.footer-icon .social-icon .hover-wrap:hover .img-with-animation {
    filter: brightness(0) saturate(100%) invert(28%) sepia(11%) saturate(5244%) hue-rotate(117deg) brightness(92%) contrast(101%);
}
@media only screen and (max-width: 768px) {
    .wpb_wrapper h4.vc_custom_heading {
        font-size: 20.8px !important;
        line-height: 30.2px !important;
    }
	.our-services .our-service-heading {
		text-align: center !important;
	}
	body #footer #gform_submit_button_1 {
		float: left !important;
	}
}
.bg-contain > .row-bg-wrap .row-bg {
    background-size: contain;
}
.bg-50 > .row-bg-wrap .row-bg {
    background-size: 50% auto;
}
.bg-graphic-top-right > .row-bg-wrap::before {
    content: '';
    background: url(/wp-content/uploads/2025/05/homepage-bg-meet.png);
    width: 100%;
    height: 140%;
    position: absolute;
    top: -60%;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}
.bg-graphic-circle2 > .row-bg-wrap::before {
    content: '';
    background: url(/wp-content/uploads/2024/12/Ourservices-graphic-2.svg);
    width: 100%;
    height: 140%;
    display: block;
    position: absolute;
    bottom: -70%;
    right: -25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}
@media only screen and (max-width: 1000px) {
	.bg-graphic-top-right > .row-bg-wrap::before {
		height: 80%;
		top: -20%;
	}
	#testimonial .row-bg-wrap::before {
		height: 100%;
		top: -10%;
	}
	.bg-graphic-circle2 > .row-bg-wrap::before {
		height: 100%;
	}
	.bg-50 > .row-bg-wrap .row-bg {
		background-size: 100% auto;
	}
	.our-services-listing {
		display: none;
	}
}

span.select2-selection.select2-selection--single {
	position: relative;
}