/*!
Theme Name: activeOrbit
Theme URI: https://www.wisoftsolutions.com/
Author: Albert Davis
Author URI: https://www.wisoftsolutions.com/

Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: activeorbit

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments



/* Alignments
--------------------------------------------- */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

ul,
ol {
	padding-left: 0 !important;
	margin-left: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


:root {
	--color-primary: #1A73E8;
	--color-secondary: #F83A3F;
}



/* Poppins core weights */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('assets/fonts/popins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('assets/fonts/popins/Poppins-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('assets/fonts/popins/Poppins-Italic.ttf') format('truetype');
}

/* Van Condensed core weights */
@font-face {
	font-family: 'VanCondensed';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('assets/fonts/van-condensed/vancondensedpro.ttf') format('truetype');
}

@font-face {
	font-family: 'VanCondensed';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('assets/fonts/van-condensed/vancondensedpro-bold.ttf') format('truetype');
}

@font-face {
	font-family: 'VanCondensed';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('assets/fonts/van-condensed/vancondensedpro-italic.ttf') format('truetype');
}


body h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'VanCondensed' !important;
}

body p,
a,
button {
	font-family: poppins, sans-serif;
}

body {
	font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
	background-color: #000 !important;
}

h1,
h2,
h3,
h4 {
	font-family: 'VanCondensed', 'Poppins', sans-serif;
}

.h-font h1,
h2,
h3,
h4 {
	font-family: 'VanCondensed', 'Poppins', sans-serif;
}

.site-header .btn-close {
	color: #fff;
	opacity: 1;
	font-size: 32px;
}


.cta-btn-custom {
	padding: 10px 20px;
	background-color: #F83A3F;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	border-radius: 6px;
	text-transform: uppercase;
	text-wrap: nowrap;
	display: none;
	font-family: 'Poppins';
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-btn-mobile-custom-wrapper {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cta-btn-custom-mobile {
	width: fit-content;
	padding: 10px 20px;
	background-color: #F83A3F;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	border-radius: 6px;
	text-transform: uppercase;
	text-wrap: nowrap;
	font-family: 'Poppins';
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}



.cta-btn-custom:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(255, 74, 74, 0.35);
}

.cta-btn-custom-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.offcanvas-header>button {
	height: 65px !important;
	width: 65px !important;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	color: inherit;
	font: inherit;
	cursor: pointer;
	outline: none;
}

.menu-close-btn {
	width: 31px !important;

}

.offcanvas-header.btn-close:focus {
	outline: none;
}

.offcanvas-header {
	margin-right: 4%;
}


@media (min-width: 1360px) {
	.cta-btn-custom {
		display: block;
	}
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
	.cta-btn-mobile-custom-wrapper {
		display: flex;
		margin-top: 5rem;
	}
}

@media (min-width: 992px) {
	.cta-btn-mobile-custom-wrapper {
		display: flex;
	}
}

@media (min-width: 1200px) {
	.cta-btn-mobile-custom-wrapper {
		display: none;
	}
}

/* CTA BUTTON STYLE STARTS */

.cta-btn {
	display: inline-block;
	background-color: #ff4747;
	/* red tone */
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	padding: 14px 36px;
	border-radius: 40px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease;
	font-family: 'Poppins', sans-serif;
}

.cta-btn:hover {
	background-color: #ff2e2e;
	box-shadow: 0 6px 20px rgba(255, 71, 71, 0.4);
	transform: translateY(-2px);
}

/* CTA BUTTON STYLE ENDS */

#site-header {
	transition: background-color 0.4s ease, box-shadow 0.4s ease;
	background-color: #151515;
	/* border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px; */
}



#site-header .container {
	width: 80% !important;
	max-width: none !important;
	margin: 0 auto !important;
}

@media (min-width: 992px) {
	#site-header .container {
		width: 80% !important;
		max-width: none !important;
		margin: 0 auto !important;
	}
}


#site-header .container {
	padding: 0 !important;
	;
}

.custom-logo-link img {
	width: 100%;
	height: 60px;
	object-fit: contain;
}

.navbar {
	padding: 0px 0;
}

.navbar-nav .nav-link {
	color: #fff;
	font-weight: 500;
	margin: 0 10px;
	font-family: 'Poppins', sans-serif;
}

.navbar-nav .nav-link:hover {
	color: #b22222;
}


#menu-main-menu li.menu-item {
	text-align: center;
	padding: 0 16px;
}

#menu-main-menu li.menu-item a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease;
}




header {
	transition: all 0.3s ease;
}

body.is-sticky {
	padding-top: 102px;
}

/* Sticky header animation */
body.is-sticky #site-header {
	position: fixed;
	top: -100px;
	width: 100%;
	z-index: 999;
	background: #151515;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	opacity: 0;
	animation: slideDown 0.5s ease forwards;
}


/* Keyframes for slide-down + fade-in */
@keyframes slideDown {
	0% {
		top: -100px;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}


/* Bootstrap Breakpoints */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.site-header .custom-logo-link img {
		width: 90px;
		height: auto;
	}

	#menu-main-menu {
		gap: 6px;
		height: auto;
		padding-top: 16%;
	}

	#menu-main-menu .menu-item a {
		font-weight: 500;

	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	#menu-main-menu {
		gap: 6px;
		height: auto;
		padding-top: 16%;
	}

	#menu-main-menu .menu-item a {
		font-weight: 500;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	#menu-main-menu {
		gap: 6px;
		height: 30vh;
		padding-top: 5%;
	}

	#menu-main-menu .menu-item a {
		font-weight: 500;

	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	/* Custom styles for lg */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
	/* Custom styles for xl */
}

/* Extra extra large devices (1400px and up) */
@media (min-width: 1400px) {
	/* Custom styles for xxl */
}

#menu-main-menu {
	align-items: left !important;
}

/* Base Navigation Styling */
#menu-main-menu.navbar-nav {
	display: flex;
	gap: 0px;
	align-items: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

/* Nav Items */
#menu-main-menu .nav-item .nav-link {
	color: #fff;
	font-size: 16px;
	position: relative;
	padding: 0.5rem 0;
	transition: color 0.3s ease;
}

/* Active Link */
#menu-main-menu .nav-item.active .nav-link,
#menu-main-menu .nav-item .nav-link:hover,
#menu-main-menu .nav-item .nav-link:focus {
	color: #F83A3F;
	/* Gold-like highlight */
}

/* Underline Animation on Hover */
#menu-main-menu .nav-item .nav-link::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 0;
	background-color: #F83A3F;
	transition: width 0.3s ease;
}

#menu-main-menu .nav-item .nav-link:hover::after,
#menu-main-menu .nav-item.active .nav-link::after {
	width: 100%;
}

/* Responsive Enhancements (Mobile) */
@media (max-width: 991.98px) {
	#menu-main-menu.navbar-nav {
		flex-direction: column;
		gap: 1rem;
		padding: 1rem 0;
		text-align: center;
	}

	#menu-main-menu .nav-item .nav-link {
		font-size: 18px;
	}
}


.navbar-toggler {
	border: 0 !important;
	outline: none !important;
	box-shadow: none !important;
}

/* Hide Bootstrap default icon */
.navbar-toggler .navbar-toggler-icon {
	display: none;
}

/* Custom hamburger container */
.custom-toggler {
	width: 30px;
	height: 22px;
	border: none;
	background: transparent;
	position: relative;
	z-index: 1000;
	padding: 0;
}

/* Hamburger bars */
.custom-toggler span,
.custom-toggler::before,
.custom-toggler::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #fff;
	/* change to #fff for dark background */
	transition: all 0.3s ease;
	border-radius: 2px;
}

.custom-toggler::before {
	top: 0;
}

.custom-toggler span {
	top: 9px;
}

.custom-toggler::after {
	bottom: 0;
}

/* Animation to 'X' when open */
.custom-toggler:not(.collapsed)::before {
	transform: rotate(45deg);
	top: 9px;
}

.custom-toggler:not(.collapsed)::after {
	transform: rotate(-45deg);
	bottom: 9px;
}

.custom-toggler:not(.collapsed) span {
	opacity: 0;
}

/* Optional: White for dark navbars */
.dark-navbar .custom-toggler span,
.dark-navbar .custom-toggler::before,
.dark-navbar .custom-toggler::after {
	background-color: #fff;
}


/* main cta button  */

.cta-image {
	width: 40px;
	height: 40px;
}



/* Footer */



.footer-bar .container {
	width: 80% !important;
	max-width: none !important;
	margin: 0 auto !important;
}

@media (min-width: 992px) {
	.footer-bar .container {
		width: 80% !important;
		max-width: none !important;
		margin: 0 auto !important;
	}
}


.footer-bar .container {
	padding: 0 !important;
	;
}

.footer-bar {
	background-color: #000;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 43px 0;
	color: #fff;
}

.footer-bar__grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 55px;
}

.footer-bar__brand img {
	max-height: 48px;
	width: auto;
}

.footer-bar__brand-text {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: none;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #fff;
}

.footer-bar__brand-primary {
	color: #F83A3F;
}

.footer-bar__brand-secondary {
	color: #fff;
}

.footer-bar__nav {
	font-family: poppins, sans-serif;
	flex: 1;
	display: flex;
	justify-content: center;
}

.footer-bar__menu {
	display: flex;
	align-items: center;
	gap: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-footer-menu li.menu-item {
	text-align: center;
	padding: 0 16px;
}

/* Active Link */
#menu-footer-menu .nav-item.active .nav-link,
#menu-footer-menu .nav-item .nav-link:hover,
#menu-footer-menu .nav-item .nav-link:focus {
	color: #F83A3F;
	/* Gold-like highlight */
}

.footer-bar__menu li a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-bar__menu li a:hover,
.footer-bar__menu li a:focus {
	color: #F83A3F;
	outline: none;
}

.footer-bar__social {
	display: flex;
	align-items: center;
	gap: 20px;
}

.footer-bar__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	transition: transform 0.3s ease;
}

.footer-bar__social-link:hover,
.footer-bar__social-link:focus {
	transform: translateY(-2px);
	outline: none;
}

.footer-bar__social-icon {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 991px) {


	.footer-bar__grid {
		flex-direction: column;
		gap: 32px;
		text-align: center;
	}

	.footer-bar__nav {
		width: 100%;
	}

	.footer-bar__menu {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 16px;
		column-gap: 0px;
	}

	.footer-bar__social {
		justify-content: center;
	}
}

@media (max-width: 575px) {
	#menu-footer-menu li.menu-item {
		width: 100%;
	}

	.footer-bar {
		padding: 32px 0;
	}

	.footer-bar__brand-text {
		font-size: 24px;
	}

	.footer-bar__menu li a {
		font-size: 14px;
	}

	.footer-bar__social-link {
		width: 28px;
		height: 28px;
	}
}

/* Lead Modal */


.ao-lead-modal .modal-content {
	color: #fff;
	background-color: transparent;
	font-size: 15px;
	border: none !important;
}

.ao-lead-modal .modal-content select,
.ao-lead-modal .modal-content select option {
	font-size: 0.9rem;
	/* or 14px, etc. */
}

.ao-lead-modal .modal-content p label {
	width: 100% !important;
}

.ao-lead-modal {
	background-color: rgba(0, 0, 0, 0.5);
}

.ao-lead-modal .modal-dialog {
	max-width: 520px;
	margin: 40px auto;
}

.ao-lead-modal .modal-dialog p {
	margin-bottom: 0.4rem;
}


.ao-lead-modal .wpcf7-submit {
	width: 100%;
}

.ao-lead-modal .wpcf7-form label.error {
	color: #ff4b55;
}

.ao-lead-modal .wpcf7-not-valid-tip {
	display: none !important;
}

.ao-lead-modal__content {
	position: relative;
	border: none;
	border-radius: 28px;
	padding: 48px 44px;
	color: #ffffff;
}

.ao-lead-modal__close {
	position: absolute;
	top: 0%;
	right: 6%;
	background: transparent;
	border: 0;
	color: #ffffff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.ao-lead-modal__close:hover {
	opacity: 0.7;
}

.ao-lead-modal__heading {
	padding: 0 15px;
	font-size: 28px;
	font-weight: 700;

	text-transform: none;
}

.ao-lead-modal__description {
	padding: 0 15px;
	margin-bottom: 24px;
	color: #fff;
	font-size: 13px;
	margin-bottom: 30px;
	line-height: 1.6;
}

.ao-lead-modal__form .wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.ao-lead-modal__form input[type="text"],
.ao-lead-modal__form input[type="email"],
.ao-lead-modal__form input[type="tel"],
.ao-lead-modal__form textarea,
.ao-lead-modal__form select {
	width: 100%;
	border-radius: 6px;
	padding: 9px 14px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	background: rgba(12, 12, 12, 0.75);
	color: #ffffff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ao-lead-modal__form input[type="text"]:focus,
.ao-lead-modal__form input[type="email"]:focus,
.ao-lead-modal__form input[type="tel"]:focus,
.ao-lead-modal__form textarea:focus,
.ao-lead-modal__form select:focus {
	border-color: #F83A3F;
	box-shadow: 0 0 0 3px rgba(255, 59, 65, 0.2);
	outline: none;
}


.gradient-border-input {
	position: relative;
	display: inline-block;
	border-radius: 8px;
	background: linear-gradient(90deg, #606060 0%, #ffffff 52%, #606060 100%);
	padding: 1px;
	/* border thickness */
}

.gradient-border-input input,
.gradient-border-input select,
.gradient-border-input textarea {
	background: #000;
	/* inner background */
	color: #fff;
	border: none;
	outline: none;
	width: 100%;
	padding: 10px 15px;
	border-radius: 8px;
	display: block;
}

.gradient-border-input input::placeholder {
	color: rgba(255, 255, 255, 0.6);
}


.ao-lead-modal__form input[type="submit"],
.ao-lead-modal__form button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: #FF3B41;
	color: #ffffff;
	font-weight: 600;
	width: 100%;
	;
	padding: 14px 24px;
	border-radius: 6px;
	border: none;
	cursor: pointer;
	text-transform: none;
	letter-spacing: 0.02em;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ao-lead-modal__form input[type="submit"]:hover,
.ao-lead-modal__form button[type="submit"]:hover {
	transform: translateY(-1px);
	box-shadow: 0 16px 40px rgba(255, 75, 85, 0.45);
}

.ao-lead-modal__form input[type="submit"]:active {
	background: #FF3B41 !important;
	/* Change to any color */
}

.ao-lead-modal__form .wpcf7-response-output {
	margin: 10px 0 0;
	border-radius: 12px;
}

@media (max-width: 575px) {
	.ao-lead-modal .modal-dialog {
		margin: 16px;
	}

	.ao-lead-modal__content {
		padding: 36px 24px;
	}

	.ao-lead-modal__heading {
		font-size: 24px;
	}
}


@media (min-width:768px) {
	.ao-lead-modal .modal-dialog p {
		margin-bottom: 1rem;
	}

	.ao-lead-modal__form input[type="text"],
	.ao-lead-modal__form input[type="email"],
	.ao-lead-modal__form input[type="tel"],
	.ao-lead-modal__form textarea,
	.ao-lead-modal__form select {
		padding: 13px 16px;
	}
}

@media (min-width:1024px) {

	.ao-lead-modal .modal-dialog p {
		margin-bottom: 1rem;
	}

	.ao-lead-modal__form input[type="text"],
	.ao-lead-modal__form input[type="email"],
	.ao-lead-modal__form input[type="tel"],
	.ao-lead-modal__form textarea,
	.ao-lead-modal__form select {
		padding: 13px 16px;
	}
}


/* Optional: adjust width of the slide-in menu */
.offcanvas-end {
	width: 80%;
}

/* Optional: smooth transition (Bootstrap already has one) */
.offcanvas {
	transition: transform 0.4s ease-in-out;
}

/* Optional: darker backdrop */
.offcanvas-backdrop.show {
	background-color: rgba(0, 0, 0, 0.6);
}

.offcanvas {
	background-color: #000 !important;

}


@keyframes commonBannerHeading {
	0% {
		opacity: 0;
		transform: translate3d(0, 28px, 0) scale3d(0.98, 0.98, 1);
	}

	60% {
		opacity: 1;
		transform: translate3d(0, -4px, 0) scale3d(1.01, 1.01, 1);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}
}

.common-banner-heading {
	opacity: 0;
	transform: translate3d(0, 28px, 0);
	animation: commonBannerHeading 0.9s cubic-bezier(0.25, 0.9, 0.35, 1) 0.1s forwards;
}

@media (prefers-reduced-motion: reduce) {
	.common-banner-heading {
		animation: none;
		opacity: 1;
		transform: none;
	}
}





.gradient-border-box {
	position: relative;
	background: #000;
	border-radius: 12px;
	padding: 0px;
	color: #fff;
	z-index: 0;
}

.gradient-border-box::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1px;
	/* border thickness */
	background: linear-gradient(90deg, #606060 0%, #ffffff 52%, #606060 100%);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: -1;
}

.backdrop-blur {
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.ao-lead-modal .wpcf7-form-control-wrap input::placeholder {
	color: #fff !important;
}


/* Hide the default radio */
.custom-radio {
	appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	margin: 0 6px 0 0;
	width: 18px;
	height: 18px;
	transform: scale(1.3);
	border: 1px solid #ffffff;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

/* When checked, fill with red */
.custom-radio:checked {
	border-color: #ffffff;
}

.custom-radio:checked::before {
	content: "";
	width: 14px;
	height: 14px;
	background: #F83A3F;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wpcf7-form label.error {
	color: #F83A3F !important;
}


/* Mobile only using min-width logic */
@media (min-width: 0px) and (max-width: 1199.98px) {
	.nav-home {
		display: block;
	}
}

@media (min-width: 1199.98px) and (max-width: 300000.98px) {
	.nav-home {
		display: none;
	}
}

#ao-programs-dee6435 {
	transition: all 0.3s ease;
}


/* Width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 8px;
}

/* Thumb */
::-webkit-scrollbar-thumb {
  background: #F83A3F;
  border-radius: 8px;
}

/* Thumb hover */
::-webkit-scrollbar-thumb:hover {
  background: #F83A3F;
}


/* contact form 7 error message hide  */

.wpcf7-response-output{
	display: none!important;
}

.tel_class{
	color: #fff;
}


.ao-icon-list__items .ao-icon-list__item{
    align-items: baseline;
}

.ao-icon-list__item .ao-icon-list__icon .ao-icon-list__icon-image{
	min-height: 19px;
	max-width: 20px;
}


.heading__accent{
    color: var(--color-secondary);
    font-weight: 700;
}