
/* OVERRIDES: */
:root {
	--primary-text: #1d2939;
	--white: #fff;
	--primary: #f8713e;
	--primary-alt: #cc5d35;
	--secondary: #1d2939;
	--secondary-alt: #0d131b;
	--accent: #ffcf25;
	--accent-alt: #ffd74a;
	--bgblockone: #f6eade;
	--bgblocktwo: #fff;
	--transparent: rgba(0, 0, 0, 0);
	--gradient: linear-gradient(0deg, rgba(234, 81, 16, 1) 0%, rgba(255, 131, 80, 1) 100%);
	/* New shadow variables */
	--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);
	--shadow-md: 0 4px 8px rgba(0, 0, 0, .1);
	--shadow-lg: 0 8px 16px rgba(0, 0, 0, .1);
	--shadow-xl: 0 16px 32px rgba(0, 0, 0, .1);
	/* Animation speeds */
	--transition-fast: .2s;
	--transition-medium: .3s;
	--transition-slow: .5s;
}

a {
	text-decoration: none;
	transition: color var(--transition-fast) ease-in-out;
}

a:hover {
	color: var(--primary-alt);
}

body {
	font-size: 16px;
	color: #1d2939;
	overflow-x: hidden;
}

.txt-primary {
	color: var(--primary);
}

.txt-secondary {
	color: var(--secondary);
}

.gradientbg {
	background: #ea5110;
	background: linear-gradient(0deg, rgba(234, 81, 16, 1) 0%, rgba(255, 131, 80, 1) 100%);
}

.text-white {
	color: #fff;
}

section.block {
	padding: 80px 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1.15;
}

::-moz-selection {
	background: var(--primary);
	color: var(--white);
}

::selection {
	background: var(--primary);
	color: var(--white);
}

* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: var(--primary);
	transition: all .2s ease-in-out;
}

.rounded {
	border-radius: .7rem !important;
}

.bgone {
	background-color: var(--bgblockone);
}

.bgtwo {
	background-color: var(--primary-alt);
}

/* Enhanced Button Styles */
.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	padding: .75rem 1.75rem;
	border-radius: .7rem;
	transition: all var(--transition-fast) ease-in-out;
	overflow: hidden;
	z-index: 1;
	box-shadow: var(--shadow-sm);
	text-transform: none;
	letter-spacing: .01em;
	border-width: 2px;
}

.btn:hover {
	transform: translateY(-2px);
	box-shadow: var(--shadow-md);
}

.btn:active {
	transform: translateY(0);
	box-shadow: var(--shadow-sm);
}

.btn-primary {
	background-color: var(--primary);
	border-color: var(--primary);
	color: white;
}

.btn-primary:hover {
	background-color: var(--primary-alt);
	border-color: var(--primary-alt);
	color: white;
}

.btn-secondary {
	background-color: var(--secondary);
	border-color: var(--secondary);
	color: white;
}

.btn-secondary:hover {
	background-color: var(--secondary-alt);
	border-color: var(--secondary-alt);
	color: white;
}

.btn-white {
	background-color: white;
	border-color: white;
	color: var(--secondary);
}

.btn-white:hover {
	background-color: rgba(255, 255, 255, .9);
	border-color: white;
	color: var(--secondary-alt);
}

.btn-outline-primary {
	background-color: transparent;
	border-color: var(--primary);
	color: var(--primary);
}

.btn-outline-primary:hover {
	background-color: var(--primary);
	color: white;
}

.btn-outline-secondary {
	background-color: transparent;
	border-color: var(--secondary);
	color: var(--secondary);
}

.btn-outline-secondary:hover {
	background-color: var(--secondary);
	color: white;
}

.btn-outline-white {
	background-color: transparent;
	border-color: white;
	color: white;
}

.btn-outline-white:hover {
	background-color: white;
	color: var(--secondary);
}

.btn-sm {
	padding: .5rem 1.25rem;
	font-size: .875rem;
}

.btn-lg {
	padding: 1rem 2.5rem;
	font-size: 1.125rem;
}

.btn i {
	margin-right: .5rem;
}

.btn-icon-right i {
	margin-right: 0;
	margin-left: .5rem;
}

.btn-icon {
	width: 3rem;
	height: 3rem;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.btn-icon i {
	margin: 0;
}

.btn-icon.btn-sm {
	width: 2.5rem;
	height: 2.5rem;
}

.btn-icon.btn-lg {
	width: 3.5rem;
	height: 3.5rem;
}

/* HEADER */
.site-header {
	background-color: var(--primary);
}

/* Map embed */
.map-embed {
	box-shadow: rgba(149, 157, 165, .2) 0px 8px 24px;
	overflow: hidden;
	border-radius: 10px;
}

.anchor {
	position: absolute;
	clear: both;
	width: 100%;
	margin-top: -80px;
}

/*******************************************
:--- Buttons ---:
*******************************************/
.btn {
	background-color: transparent;
	box-shadow: none !important;
	padding: 15px 30px;
	transition: all .15s ease-in-out;
	border-radius: 8px;
	font-weight: 600;
	font-size: 16px;
	border-width: 0px;
	border-style: solid;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
}

.btn-small {
	font-size: .9rem;
	padding: 7px 20px;
}

.btn.btn-primary, .form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit {
	font-weight: 600;
	background: #ea5110;
	background: linear-gradient(0deg, rgba(234, 81, 16, 1) 0%, rgba(255, 131, 80, 1) 100%);
	color: var(--white);
	position: relative;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:hover, .form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:focus, .frm_button_submit:active {
	background: linear-gradient(0deg, rgba(234, 81, 16, 1) 0%, rgba(234, 81, 16, 1) 100%);
	color: var(--white);
}

.btn.btn-secondary {
	background-color: var(--secondary);
	color: var(--white);
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
	background-color: var(--secondary-alt);
	border: 0 solid var(--transparent);
	color: var(--white);
}

.btn.btn-white {
	border: 0;
	color: var(--secondary);
	opacity: 1;
	border: 1px solid #d2d6dd;
	background-color: #fff;
}

.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
	background-color: var(--secondary);
	color: #fff;
}

.btn.sidebar-btn {
	display: table;
	margin-bottom: 10px;
}

.btn.video-button {
	position: relative;
	border: none;
	font-size: 14px;
	margin-left: 10px;
	padding: 10px 0;
	opacity: 1;
}

.btn.video-button:hover, .btn.video-button:active, .btn.video-button:focus {
	opacity: .6;
}

.btn.video-button i {
	font-size: 40px;
}

/* TOP CALLOUT */
.top-callout {
	padding: 12px 0;
	margin-bottom: 0;
}

/* HEADER */
header#masthead {
	padding-top: 20px;
}

.desktop-header #menu-main-nav li {
	margin-right: 20px;
}

.desktop-header .header-menu li a {
	color: var(--primary-text);
	font-weight: 600;
}

.desktop-header .header-menu li .dropdown-menu, .page-id-161 .desktop-header .header-menu li .dropdown-menu, .page-template-template-landing-page .desktop-header .header-menu li .dropdown-menu, .page-template-template-home-page .desktop-header .header-menu li .dropdown-menu, .page-template-template-about .desktop-header .header-menu li .dropdown-menu, .page-template-template-blog .desktop-header .header-menu li .dropdown-menu, .page-template-template-service .desktop-header .header-menu li .dropdown-menu, .page-template-template-testimonials .desktop-header .header-menu li .dropdown-menu, .page-template-template-z-layout .desktop-header .header-menu li .dropdown-menu {
	background-color: #fff;
}

.home .desktop-header .header-menu li .dropdown-menu a, .page-id-161 .desktop-header .header-menu li .dropdown-menu a, .page-template-template-landing-page .desktop-header .header-menu li .dropdown-menu a, .page-template-template-home-page .desktop-header .header-menu li .dropdown-menu a, .page-template-template-about .desktop-header .header-menu li .dropdown-menu a, .page-template-template-blog .desktop-header .header-menu li .dropdown-menu a, .page-template-template-service .desktop-header .header-menu li .dropdown-menu a, .page-template-template-testimonials .desktop-header .header-menu li .dropdown-menu a, .page-template-template-z-layout .desktop-header .header-menu li .dropdown-menu a {
	color: var(--secondary);
}

.home .desktop-header .header-menu li .dropdown-menu a:hover, .page-id-161 .desktop-header .header-menu li .dropdown-menu a:hover, .page-template-template-landing-page .desktop-header .header-menu li .dropdown-menu a:hover, .page-template-template-home-page .desktop-header .header-menu li .dropdown-menu a:hover, .page-template-template-about .desktop-header .header-menu li .dropdown-menu a:hover, .page-template-template-blog .desktop-header .header-menu li .dropdown-menu a:hover, .page-template-template-service .desktop-header .header-menu li .dropdown-menu a:hover, .page-template-template-testimonials .desktop-header .header-menu li .dropdown-menu a:hover, .page-template-template-z-layout .desktop-header .header-menu li .dropdown-menu a:hover {
	color: var(--primary);
}

.home .desktop-header .header-menu li a, .page-id-161 .desktop-header .header-menu li a, .page-template-template-landing-page .desktop-header .header-menu li a, .page-template-template-home-page .desktop-header .header-menu li a, .page-template-template-about .desktop-header .header-menu li a, .page-template-template-blog .desktop-header .header-menu li a, .page-template-template-service .desktop-header .header-menu li a, .page-template-template-testimonials .desktop-header .header-menu li a, .page-template-template-z-layout .desktop-header .header-menu li a {
	color: #fff;
}

.desktop-header .header-menu li a:hover {
	color: var(--primary);
}

.home .desktop-header .header-menu li a:hover, .page-id-161 .desktop-header .header-menu li a:hover, .page-template-template-landing-page .desktop-header .header-menu li a:hover, .page-template-template-home-page .desktop-header .header-menu li a:hover, .page-template-template-about .desktop-header .header-menu li a:hover, .page-template-template-blog .desktop-header .header-menu li a:hover, .page-template-template-service .desktop-header .header-menu li a:hover, .page-template-template-testimonials .desktop-header .header-menu li a:hover, .page-template-template-z-layout .desktop-header .header-menu li a:hover {
	color: #fff;
}

#right-header .menu-item-13 {
	font-size: 18px;
}

.site-header ul {
	list-style: none;
	margin-bottom: 0;
}

#right-header .menu-item-14 a {
	background-color: var(--secondary);
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
}

#right-header .menu-item-14 a:hover {
	background-color: #0d131b;
}

#right-header li {
	margin-left: 20px;
}

@media (max-width: 768px) {
	.floating-cta-footer {
		box-shadow: rgba(149, 157, 165, .2) 0px 8px 24px;
		display: block !important;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 100;
		border-radius: 0;
		background-color: #fff;
		padding: 10px;
	}
	
	.floating-cta-footer .btn-primary {
		text-transform: none;
		width: 100%;
		font-size: 16px;
		border: none;
		padding-top: 8px;
		padding-bottom: 8px;
		min-height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead .navigation-bar {
	background-color: var(--rf-orange-main);
	position: relative;
}

.sticky-nav .navigation-bar {
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 300;
}

#masthead .navbar-nav>li>a {
	color: var(--white);
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 12px;
	font-size: 13px;
	white-space: nowrap;
	opacity: 1;
}

#masthead .navbar-nav>li>a:hover, #masthead .navbar-nav>li.current_page_item>a {}

.navbar {
	justify-content: flex-end;
}

.site-header .navbar-expand-lg .navbar-collapse {
	align-items: center;
	justify-content: right;
}

.site-header.sticky-nav .navbar-expand-lg .navbar-collapse {
	align-items: center;
	justify-content: left;
}

.dropdown-item {
	background: var(--navigation);
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: var(--white);
	margin: 10px;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: var(--primary-text);
}

.dropdown-menu {
	left: auto;
	right: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background-color: var(--navigation);
}

.nav-item .dropdown-toggle::after {
	margin-left: .5em;
	vertical-align: .2em;
	border: none;
	font-family: "Font Awesome 5 Free";
	font-size: 8px;
	content: "";
}

.nav-item.show .dropdown-toggle::after {
	content: "";
}

.navbar-light .navbar-toggler {
	border: medium none;
	border-radius: 6px;
	padding: 10px 15px;
	outline: none;
	background-color: var(--primary);
}

.navbar-toggler .navbar-toggler-icon {
	width: 30px;
	height: 30px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background: url("https://cdn-ileicod.nitrocdn.com/nLKlsLabiulTGvuJovEgporLMugwwIFa/assets/images/optimized/rev-a1010ae/www.smasupport.us/wp-content/themes/sma/./images/icons/nav-opened.svg");
	background-position: center center;
	background-repeat: no-repeat;
}

.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
	background: url("https://cdn-ileicod.nitrocdn.com/nLKlsLabiulTGvuJovEgporLMugwwIFa/assets/images/optimized/rev-a1010ae/www.smasupport.us/wp-content/themes/sma/./images/icons/nav-closed.svg");
	background-position: center center;
	background-repeat: no-repeat;
}

/* INNER HERO */
#inner-hero {
	background-size: cover;
	background-position: top right;
	padding: 250px 0 110px;
}

/* Alert CTA */
.alert-cta {
	position: absolute;
	width: 100%;
	top: 140px;
	z-index: 98;
	border-radius: 0;
	color: var(--white);
	clear: both;
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 0;
	background-color: var(--cenco-orange);
	border-color: var(--cenco-orange-alt);
}

.alert-cta a.button-cta {
	background: transparent;
	border: 3px solid var(--white);
	padding: 5px 10px;
	text-align: center;
	color: var(--white);
	display: inline-block;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 16px;
	text-transform: uppercase;
	margin-left: 10px;
	opacity: 1;
}

.alert-cta a.button-cta:hover, .alert-cta a.button-cta:focus, .alert-cta a.button-cta:active {
	opacity: .6;
}

.alert-cta.alert-dismissible .close {
	top: -10px;
}

/* reviews */
.reviews .reviews-item {
	border: 1px solid var(--primary-text);
	padding: 15px;
}

.reviews .reviews-item .logo-img {
	margin: 0 auto;
	padding: 10px 30px 0;
	max-height: 55px;
}

.reviews .reviews-item .review-profile {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 55px;
}

/* Gallery Section */

/* .gallery-home {
    background: linear-gradient(rgba(91, 179, 59, .8), rgba(91, 179, 59, .8)), url(images/gallery-bg.jpg) 15% center;
    background-size: cover;
    background-repeat: no-repeat;
} */
.gallery-container img {
	object-fit: cover;
	height: 200px;
	max-width: 100%;
	width: 300px;
}

.gallery {
	margin-bottom: 0;
}

.gallery-container .expand-link {
	display: flex;
	align-items: top;
	justify-content: right;
}

.gallery-container .expand-link::after {
	color: #fff;
	font-family: "Font Awesome 5 Free";
	font-size: 2rem;
	content: "";
	position: absolute;
	z-index: 1;
	margin: 10px 20px;
	filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, .24));
	pointer-events: none;
}

.gallery-container .expand-link img {
	transition: all .2s;
	/* Animation */
	opacity: 1;
}

.gallery-container .expand-link:hover img {
	opacity: .7;
}

/* FORM */
.quote-form {
	background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url("https://www.smasupport.us/wp-content/themes/sma/images/formfooterbg.jpg") 15% center;
	background-size: cover;
}

.quote-form h2 {
	color: #fff;
}

.quote-form .ratings {
	border: 1px solid #fff;
	border-radius: 0;
	padding: 30px 20px 20px;
	margin-bottom: 0;
}

.quote-form .ratings .stars {
	color: var(--cenco-orange);
	font-size: 20px;
}

.quote-form .ratings .stars i {
	display: inline-block;
}

.quote-form .ratings p {
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

.quote-form.interior {
	background: #fff;
}

.quote-form.interior .ratings {
	border: 1px solid #565656;
}

.quote-form.interior .ratings .stars {
	color: #0589af;
	font-size: 20px;
}

.quote-form .form-icons {
	margin: 20px 0;
}

.quote-form .video-form {
	border: 1px solid var(--white);
}

.quote-form .video-hover::after {
	content: none;
}

/* .quote-form LIGHT Version */
.quote-form-white {
	background-color: #fff;
}

.quote-form-tint {
	background-color: var(--offwhite);
}

.quote-form-white .ratings, .quote-form-tint .ratings {
	border: 1px solid #bfc3c8;
	border-radius: 0;
	padding: 30px 20px 20px;
	margin-bottom: 20px;
}

.quote-form-white .ratings p, .quote-form-tint .ratings p {
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

.quote-form-white .ratings .stars, .quote-form-tint .ratings .stars {
	color: var(--cenco-orange);
	font-size: 20px;
}

.quote-form-white .form-icons, .quote-form-tint .form-icons {
	border-radius: 0;
	padding: 20px;
	background-color: var(--cenco-orange);
}

.quote-form-white .form-icons.hr-service, .quote-form-tint .form-icons.hr-service {
	margin-top: 10px;
	border-radius: 50%;
	padding: 5px;
	background-color: var(--cenco-orange);
}

.form-container .control-label, .form-container .frm_primary_label {
	display: none !important;
}

/* Formidable form overrides */
.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement {
	border-radius: 7px;
	height: 46px;
}

.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus, .frm_style_formidable-style.with_frm_style select:focus, .frm_style_formidable-style.with_frm_style textarea:focus, .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], .frm_form_fields_active_style, .frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement, .frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single, .frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
	background-color: #fff;
	border-color: var(--primary);
	color: var(--text-color);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(212, 110, 38, 60%);
}

.with_frm_style .frm_top_container .frm_primary_label, .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_top {
	font-weight: 600;
}

.with_frm_style textarea {
	border-radius: 7px;
}

.frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 15px;
}

.frm_style_formidable-style.with_frm_style .frm_blank_field label, .frm_style_formidable-style.with_frm_style .frm_error, .frm_style_formidable-style.with_frm_style .frm_limit_error {
	background-color: #b94a48;
	border-radius: 6px;
	color: #fff;
	border: 1px solid #b94a48;
	padding: 5px;
}

.frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 10px;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
	border-radius: 0;
	border-color: transparent;
	background: #ea5110;
	background: linear-gradient(0deg, rgba(234, 81, 16, 1) 0%, rgba(255, 131, 80, 1) 100%);
	color: var(--white);
	margin-top: 5px;
	padding: 20px 20px;
	border-radius: 8px;
	width: 100%;
	/* text-transform: uppercase; */
	font-weight: bold;
	box-shadow: none;
	transition: all .2s;
}

.quote-form.interior .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .quote-form.interior .frm_style_formidable-style.with_frm_style input[type=submit], .quote-form.interior .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .quote-form.interior .frm_style_formidable-style.with_frm_style .frm_submit button, .quote-form.interior .frm_form_submit_style, .quote-form.interior .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
	border-radius: 0;
	border-color: #0589af;
	background: #0589af;
	color: #fff;
	margin-top: 5px;
	padding: 20px 0;
	width: 100%;
}

.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover, .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
	border-color: 0;
	background: #ea5110;
	background: linear-gradient(0deg, rgba(234, 81, 16, 1) 0%, rgba(255, 131, 80, 1) 100%);
	color: var(--white);
}

.videos .content {
	background: #f1f7fe;
	z-index: 1;
	position: relative;
	height: auto;
	overflow: hidden;
}

.videos .content:before, .videos .content:after {
	-webkit-transiton: all 300ms ease;
	-moz-transiton: all 300ms ease;
	transiton: all 300ms ease;
}

.videos .content.masked {
	height: 380px;
}

.videos .content.open {
	padding-bottom: 30px;
}

.videos .content.masked:before {
	content: "Load more";
	font-size: 16px;
	padding: 8px;
	background-color: transparent;
	border-color: #0589af;
	color: #0589af;
	border-radius: 3em;
	border-style: solid;
	border-width: 2px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	z-index: 3;
	text-align: center;
}

.videos .content.masked:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: -webkit-linear-gradient(rgba(241, 247, 254, 0) 0%, rgba(241, 247, 254, 1) 70%);
	background: -moz-linear-gradient(rgba(241, 247, 254, 0) 0%, rgba(241, 247, 254, 1) 70%);
	background: -o-linear-gradient(rgba(241, 247, 254, 0) 0%, rgba(241, 247, 254, 1) 70%);
	background: linear-gradient(rgba(241, 247, 254, 0) 0%, rgba(241, 247, 254, 1) 70%);
}

.videos .youtube-popup {
	position: relative;
}

.videos .youtube-popup::after {
	font-family: "Font Awesome 5 Free";
	content: "";
	font-size: 80px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	opacity: .7;
	margin: auto;
}

/*******************************************
:--- Footer ---:
*******************************************/
.footerbottom-bottom {
	font-size: 14px;
}

footer.site-footer {
	color: var(--white);
}

.quote-form .block-title p {
	width: 390px;
	max-width: 100%;
	margin: 0 auto 50px;
}

.quote-form .block-title {
	color: var(--white);
}

.textbox-label {
	color: var(--rf-orange-main);
	font-weight: 900;
	font-size: 15px;
}

footer.site-footer .top-footer {
	background-color: #131313;
	padding-top: 80px !important;
	padding-bottom: 70px !important;
}

footer.site-footer img.site-logo {
	max-width: 200px;
}

footer.site-footer a {
	color: var(--white);
}

footer.site-footer .footer-nav a {
	font-weight: 500;
}

footer.site-footer .footer-nav a:hover {
	text-decoration: none;
}

.social-follow-menu {
	display: flex;
	justify-content: space-evenly;
	width: 180px;
	font-size: 21px;
	margin: 0 auto;
}

.bottom-footer {
	font-size: 14px;
}

ul#menu-footer {
	text-align: center;
	padding-inline-start: 0;
	margin: 0 auto;
}

footer.site-footer ul li {
	display: inline-block;
	margin: 0 12px;
	position: relative;
}

footer.site-footer ul li::after {
	content: "";
	color: #fff;
	font-family: "Font Awesome 5 Free";
	font-size: 5px;
	font-weight: 700;
	position: absolute;
	top: 9px;
	right: -15px;
	pointer-events: none;
}

.bottom-footer {
	background-color: var(--rf-orange-main);
}

footer.site-footer ul li:last-child:after {
	display: none;
}

/* social-menu */
footer.site-footer .social-menu {
	margin: 0;
}

footer.site-footer .social-menu div {
	list-style-type: none;
	padding: 0;
	display: inline-block;
	margin: 0 1px;
}

footer.site-footer .social-menu div a {
	color: var(--white);
	display: inline-block;
	border-radius: 50%;
	background: transparent;
	border: 2px solid var(--white);
	width: 30px;
	height: 30px;
	padding: 3px;
	font-size: 14px;
	text-align: center;
	margin: 0 5px 0 0;
	transition: all .3s;
	opacity: 1;
}

footer.site-footer .social-menu div a:hover, footer.site-footer .social-menu div a:focus, footer.site-footer .social-menu div a:active {
	opacity: .6;
}

footer.site-footer .social-menu div:last-child a {
	margin: 0;
}

/* Back to top button */
#back-to-top {
	display: inline-block;
	background-color: #0589af;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 0;
	position: fixed;
	bottom: 50px;
	right: 15px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#back-to-top::after {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}

#back-to-top:hover {
	text-decoration: none;
	cursor: pointer;
	background-color: #333;
}

#back-to-top:active {
	background-color: #555;
}

#back-to-top.show {
	opacity: 1;
	visibility: visible;
}

/* Blog overrides */
h1.entry-title {
	font-size: 2rem;
}

/* DEFAULTS */
section.block {
	padding: 80px 0;
}

.gradient-text {
	background: -webkit-linear-gradient(#ff8350, #eb5111);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bgcover {
	background-size: cover;
	background-position: center;
}

/* FOOTER NUMBERS */
.footer-top {
	background-image: url("https://cdn-ileicod.nitrocdn.com/nLKlsLabiulTGvuJovEgporLMugwwIFa/assets/images/optimized/rev-a1010ae/www.smasupport.us/wp-content/uploads/2024/02/bg-footertop.png");
}

.footer-top.nitro-lazy {
	background-image: none !important;
}

.footernumbers h3 {
	font-size: 55px;
}

.footernumbers {
	width: 100%;
	flex-grow: 5;
	margin: 25px 0;
}

.section-heading-icon img {
	height: 26px;
	width: 26px;
}

.section-heading-icon {
	display: inline-block;
	padding: 10px;
	border-radius: 50%;
}

.section-heading-content p {
	font-size: 18px;
}

/* FOOTER BOTTOM */
.footerbottom {
	padding: 100px 0 90px;
}

.footerbottom-content {
	font-size: 19px;
}

.footerbottom-top {
	padding-bottom: 70px;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.footerbottom {
	background-image: url("https://cdn-ileicod.nitrocdn.com/nLKlsLabiulTGvuJovEgporLMugwwIFa/assets/images/optimized/rev-a1010ae/www.smasupport.us/wp-content/uploads/2024/02/bg-footerbottom-2-e1707544838985.png");
	background-position: left bottom;
	background-size: cover;
}

.footerbottom.nitro-lazy {
	background-image: none !important;
}

.footerbottom-top img {
	width: 60px;
	display: inline-block;
}

.footerbottom-buttons a {
	margin: 0 10px;
}

.footerbottom-top h2 {}

#menu-footer-navigation {
	list-style: none;
}

#menu-footer-navigation li {
	margin-left: 20px;
}

/* HOME NUMBER STATS */
.home-numbers-stats h3 {
	font-size: 50px;
}

/* WHY CHOOSE */
#whychoose {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.whychoose-vidthumb img:hover {
	transform: scale(1.01);
	opacity: .8;
}

.whychoose-vidthumb, .whychoose-vidthumb2 {
	background-color: #fff;
	overflow: hidden;
}

.whychoose-vidthumb2 img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.whychoose-vidthumb2 {
	border-radius: 15px;
	border: 5px solid var(--primary);
}

.whychoose-vidthumb {
	position: absolute;
	width: 800px;
	max-width: 100%;
	border-radius: 15px;
	border: 5px solid var(--secondary);
	background-color: #fff;
}

.whychoose-vidthumb img {
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
}

.whychooseright {}

.whychooseright {
	padding: 0;
	background-color: #fff;
}

.servicesbox-content img {
	border-radius: 15px;
}

.servicesbox-content h4 {
	margin-bottom: 10px;
}

.servicesbox-content {
	padding: 25px;
	cursor: pointer;
	border-radius: 9px;
	border: 1px solid #e8e8e8;
}

.servicesbox-content a {
	color: var(--secondary);
	cursor: pointer;
}

.servicesbox-content:hover a {
	color: #fff;
}

.servicesbox-content:hover {
	background: linear-gradient(0deg, rgba(234, 81, 16, 1) 0%, rgba(255, 131, 80, 1) 100%);
}

.servicesbox-content:hover .btn-secondary, .servicesbox-content .btn-secondary:hover {
	background-color: #fff;
	color: var(--secondary);
}

/* Z LAYOUT */
.zlayout p {
	font-size: 19px;
	margin-top: 20px;
}

#zlayouttabs button:hover {
	color: #1d2939;
}

.zlayout h3 {
	font-weight: 500;
	width: 570px;
	max-width: 100%;
}

.tab-links {
	list-style: none;
}

.tab-links {
	background-color: #fff;
	border: 1px solid #eaecf0;
	padding: 17px 7px;
	list-style: none;
	border-radius: 9px;
}

.tab-links li a:hover {
	color: #1d2939;
}

.tab-links li a {
	font-weight: 600;
	color: #667085;
}

.tab-links li.active a {
	color: #1d2939;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .18);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .18);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .18);
}

.tab-links li a {
	font-weight: 600;
	color: #667085;
	padding: 13px 18px;
	border-radius: 5px;
}

.tab-content .tab {
	display: none;
}

.tab-content .active {
	display: block;
}

/* HOME HERO */
.homehero-inner {
	background-size: cover;
	background-position: top right;
	padding: 120px 0 110px;
}

.homehero-img {
	width: 85%;
	margin: 0 auto -45px;
	height: 0;
	padding-top: 40%;
	overflow: hidden;
	position: relative;
	border-radius: 15px;
	border: 7px solid var(--secondary);
}

.homehero-img img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	object-fit: cover;
}

#homehero {
	background: #ea5110;
	background: linear-gradient(0deg, rgba(234, 81, 16, 1) 31%, rgba(253, 125, 71, 1) 100%);
}

.graphbox {
	padding: 70px 55px;
	border-radius: 20px;
	position: relative;
	background-size: cover;
	background-position: right bottom;
}

#homehero h1, #inner-hero h1 {
	font-size: 90px;
	width: 750px;
	margin: 0 auto 10px;
	max-width: 100%;
}

#homehero .btn {
	font-size: 18px;
}

header#masthead {
	padding-top: 20px;
	position: absolute;
	width: 100%;
	box-shadow: none;
	background-color: transparent;
}

/* ABOUT SMA VID THUMB */
.aboutvidthumb img {
	border: 4px solid;
	border-radius: 12px;
	margin: 0 auto -200px;
	display: block;
}

section#about-sma {
	overflow: hidden;
}

.aboutvidthumb img:hover {
	opacity: .8;
	cursor: pointer;
}

#about-sma {
	background-image: url("https://cdn-ileicod.nitrocdn.com/nLKlsLabiulTGvuJovEgporLMugwwIFa/assets/images/optimized/rev-a1010ae/www.smasupport.us/wp-content/uploads/2024/03/bg-line.png");
	background-position: right 100px;
	background-repeat: no-repeat;
	background-size: auto;
}

#about-sma.nitro-lazy {
	background-image: none !important;
}

.aboutvidthumb img {
	border: 4px solid;
	border-radius: 12px;
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	object-fit: cover;
	top: 0;
	height: 100%;
}

.aboutvidthumb {
	background-color: #fff;
	position: relative;
	margin-bottom: -150px;
	text-align: center;
	padding-top: 42%;
	width: 930px;
	max-width: 100%;
	display: flex;
	overflow: hidden;
	margin: 30px auto -150px;
	border-radius: 11px;
}

/* ORANGEBOX */
.orangebox.bluebox {
	background-image: url("https://cdn-ileicod.nitrocdn.com/nLKlsLabiulTGvuJovEgporLMugwwIFa/assets/images/optimized/rev-a1010ae/www.smasupport.us/wp-content/uploads/2024/03/bg-bluebox.png");
}

.orangebox.bluebox.nitro-lazy {
	background-image: none !important;
}

.orangebox {
	background-image: url("https://cdn-ileicod.nitrocdn.com/nLKlsLabiulTGvuJovEgporLMugwwIFa/assets/images/optimized/rev-a1010ae/www.smasupport.us/wp-content/uploads/2024/02/bg-orangebox.jpeg");
	padding: 60px 50px;
	border-radius: 15px;
	background-position: right center;
	background-size: cover;
}

.orangebox.nitro-lazy {
	background-image: none !important;
}

.orangebox-content {
	font-size: 20px;
}

.orangebox-blurb {
	background: rgba(255, 255, 255, .76);
	padding: 16px 20px;
	border-radius: 8px;
	margin: 10px 0;
	font-size: 15px;
}

.orangebox-blurb-content p {
	margin-bottom: 0;
}

/* TESTIMONIALS 2 */
.testimonial-slide-text2 {
	font-size: 32px;
	font-weight: 500;
}

img.testi-image2 {
	height: 77px;
	border-radius: 50%;
	margin: 30px auto 20px;
}

.testimonial-slider2 .testi-arrows {
	margin: 50px 0 0 0;
}

.testimonial-slider2 .slick-arrow {
	font-size: 20px;
	margin: 0 10px;
	border: 1px solid #dadada;
	padding: 15px;
	border-radius: 50%;
}

.testimonial-slider2 {
	border-radius: 15px;
	padding: 40px;
}

/* TESTIMONIALS */
#home-testimonials {
	background-image: url("https://cdn-ileicod.nitrocdn.com/nLKlsLabiulTGvuJovEgporLMugwwIFa/assets/images/optimized/rev-a1010ae/www.smasupport.us/wp-content/uploads/2024/02/bg-testimonial.png");
}

#home-testimonials.nitro-lazy {
	background-image: none !important;
}

.testimonial-image img {
	width: 350px;
	border-radius: 50%;
	display: block;
	margin: 20px auto 20px;
}

.testimonial-text {
	font-size: 27px;
	margin-top: 10px;
}

.testimonial-author {
	margin-top: 30px;
}

.testi-name {
	font-weight: 600;
}

.testimonial-content {
	margin-top: -40px;
}

.testimonial-slide .slick-arrow {
	color: var(--secondary);
	background: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
	cursor: pointer;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
}

.testimonial-slide .slick-arrow:hover {
	background-color: var(--primary);
	color: #fff;
}

.testi-arrows {
	margin-top: 25px;
}

.testi-arrows .next {
	margin-left: 10px;
}

/* FORMS */
#frm_field_11_container {
	margin-top: 10px;
}

div#frm_desc_field_umymv {
	margin-top: 8px;
	font-size: 13px;
	padding-left: 3px;
}

/* HOME ARTICLES */
.blog-category div {
	display: none;
}

.blog-category div:first-child {
	display: block;
}

.featured-image {
	height: 254px;
	overflow: hidden;
}

.featured-image {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 60px;
	background-color: #f3f3f3;
	border-radius: 10px;
}

.featured-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.homearticles-bottom h3 a {
	padding-right: 30px;
	display: block;
}

.homearticles-bottom h3 i:hover {
	color: var(--secondary);
}

.homearticles-bottom h3 i {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	transform: rotate(-40deg);
	font-size: 25px;
	color: var(--primary);
}

.featured-image img {
	border-radius: 12px;
}

.author-avatar {
	margin-right: 15px;
}

.author-avatar img {
	border-radius: 50%;
}

.authorinfo {
	font-size: 14px;
}

/* WP-PageNavi */
.wp-pagenavi {
	clear: both;
}

a.nextpostslink, .pages, .previouspostslink {
	display: none;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #efefef;
	padding: 5px 10px;
	margin: 2px;
}

.blog-pagination {
	border-top: 1px solid #e1e1e1;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.blog-pagination a {
	color: var(--primary-text);
	font-weight: 600;
}

.blog-pagination a:hover {
	color: var(--primary);
}

.wp-pagenavi span.current, .wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: linear-gradient(0deg, rgba(234, 81, 16, 1) 0%, rgba(255, 131, 80, 1) 100%);
	color: #fff;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: none;
	padding: 9px 14px;
	margin: 2px;
	border-radius: 5px;
}

/* FEATURED BLOG */
.featuredblog-wrap {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 11px 7px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0px 0px 11px 7px rgba(0, 0, 0, .15);
	box-shadow: 0px 0px 11px 7px rgba(0, 0, 0, .15);
}

.featuredblog-col2 h3 .featuredblog-title {
	font-size: 19px;
}

.featuredblog-wrap {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 11px 7px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0px 0px 11px 7px rgba(0, 0, 0, .05);
	box-shadow: 0px 0px 11px 7px rgba(0, 0, 0, .05);
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	border: 1px solid #eceef2;
}

.featureblog-content {
	padding: 30px;
	flex: .5;
}

.featuredblog-col2 .blog-category div {
	font-size: 15px !important;
}

.homearticles-bottom .featuredblog-wrap-col1 .featured-image {
	border-radius: 0;
	flex: .8;
}

.featuredblog-wrap-col1 .featured-image {
	border-radius: 0;
	height: 330px;
}

.featuredblog-wrap .featured-image {
	align-self: stretch;
	flex: .5;
	height: auto;
}

.featuredblog-col2 .featuredblog-wrap {
	display: flex;
	align-items: stretch;
	flex-direction: row;
}

.featuredblog-wrap-col1 .featured-image img {
	border-radius: 0;
}

.featuredblog-wrap-col1 .featureblog-content {
	padding: 0 30px;
	display: flex;
	align-items: center;
}

/* INNER POST SINGLE */
#inner-post {
	padding-top: 190px;
	padding-bottom: 100px;
}

.single-hero-inner {
	overflow: hidden;
	padding-top: 95%;
	position: relative;
	border-radius: 10px;
	width: 600px;
	max-width: 100%;
}

.single-hero-inner img {
	height: 100%;
	top: 0;
	width: 100%;
	position: absolute;
	object-fit: cover;
}

#inner-post .author-avatar img {
	height: 50px;
	width: 50px;
}

#inner-post-content .container {
	width: 750px;
}

.theconclusion {
	border-radius: 12px;
	padding: 35px 40px 40px;
}

#copyLink {
	cursor: pointer;
	display: inline-block;
	padding: 10px 15px;
	border: 1px solid #d0d5dd;
	border-radius: 6px;
}

.sharethis-inline-share-buttons {
	display: inline-block !important;
	margin-left: 10px;
	vertical-align: middle;
}

#st-1 .st-btn {
	height: 46px !important;
	line-height: 46px !important;
}

#st-1 .st-btn > img {
	top: 13px !important;
}

#st-1 .st-btn {
	height: 46px !important;
	line-height: 46px !important;
	top: -2px !important;
	width: 46px !important;
	display: inline-block !important;
	border-radius: 5px !important;
}

.single-footerr {
	border-top: 1px solid var(--secondary);
	padding-top: 10px;
}

/* WHATS INCLUDED */
.pricing-box {
	padding: 30px;
	background-color: #fff;
	border-radius: 15px;
	border: 1px solid #eaebef;
	-webkit-box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, .08);
	-moz-box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, .08);
	box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, .08);
}

.pricing-box-white {
	background-color: #fff;
}

.pricing-box-orange {
	background: #ea5110;
	background: linear-gradient(0deg, rgba(234, 81, 16, 1) 0%, rgba(255, 131, 80, 1) 100%);
	color: #fff;
}

.pricing-box-btns {
	margin-top: 25px;
}

.pricing-box-btn {
	width: 100%;
	display: block;
	margin-top: 15px;
}

.pricing-checklist {
	display: flex;
	font-weight: 500;
}

.pricing-check-icon {
	margin-right: 10px;
}

.pricing-checklist {
	display: flex;
	margin-top: 10px;
}

.pricing-box-top h3 {
	margin-bottom: 25px;
	font-size: 38px;
}

.pricing-box-row > div > div {
	flex-basis: 100%;
}

.pricing-box-row > div {
	display: flex;
}

.pricing-box-row > div > div {
	flex-basis: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width:1199px) {
	.bottom-zlayout {
		flex-direction: column-reverse;
	}
}

@media (min-width: 1200px) and (max-width:1500px) {
	.zlayout .container {
		max-width: 1190px;
	}
	
	.whychooseright2 {
		min-height: 500px;
	}
	
	.whychoose-vidthumb3 {
		margin-left: -250px;
	}
	
	.whychoose-vidthumb2 {
		position: absolute;
		width: 800px;
		max-width: 100%;
		border-radius: 15px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 992px) {
	.featuredblog-col2 .featuredblog-wrap {
		display: flex;
	}
	
	.featuredblog-col2 .featured-image img, .featuredblog-col2 .featured-image {
		border-radius: 12px 0 0 12px !important;
	}
	
	ul#menu-main-nav-1 {
		background-color: #fff;
		border-radius: 6px;
		margin-top: 15px;
		padding: 20px;
	}
	
	#masthead .navbar-nav>li>a {
		color: var(--secondary);
	}
	
	.navbar-light .navbar-toggler {
		border: medium none;
		padding: 13px 15px;
		outline: none;
		background-color: var(--secondary);
		border-radius: 5px;
	}
}

@media (max-width:992px) {
	div#main-nav {
		background-color: #1b2738;
		padding: 10px;
		border-radius: 11px;
		margin-top: 15px;
	}
	
	.single-hero-inner {
		padding-top: 55%;
		width: 100%;
		margin-top: -40px;
	}
	
	.testimonial-content {
		margin-top: 30px;
	}
	
	.whychoose-vidthumb, .whychoose-vidthumb2 {
		width: 100%;
		position: relative;
		background-color: transparent !important;
	}
	
	.whychooseright {
		margin-top: 50px;
		border-radius: 30px;
	}
	
	.section-heading-left {
		text-align: center;
	}
	
	.graphbox .row {
		position: relative;
	}
	
	.graphbox:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: var(--secondary);
		top: 0;
		left: 0;
		opacity: .6;
	}
	
	.graphbox {
		position: relative;
		overflow: hidden;
		padding: 50px 35px;
	}
	
	.orangebox .row {
		position: relative;
	}
	
	.orangebox:before {
		content: "";
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		position: absolute;
		background-color: var(--primary);
		opacity: .7;
	}
	
	.orangebox {
		position: relative;
		overflow: hidden;
	}
	
	.orangebox-blurb {
		background: rgba(255, 255, 255, .86);
	}
	
	.homehero-img {
		margin-bottom: 20px;
		width: 100%;
		padding-top: 50%;
	}
	
	.homehero-img img {
		height: 100%;
		width: 100%;
	}
}

@media (max-width:767px) {
	#inner-post {
		padding-top: 150px;
		padding-bottom: 60px;
	}
	
	.orangebox {
		padding: 30px;
	}
	
	.servicesbox-content {
		width: 390px;
		margin: 0 auto;
		max-width: 100%;
	}
	
	#menu-footer-navigation {
		list-style: none;
		padding-left: 0 !important;
		justify-content: center !important;
	}
	
	#menu-footer-navigation {
		margin-top: 10px;
	}
	
	#menu-footer-navigation li {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#homehero h1, #inner-hero h1 {
		font-size: 65px;
		line-height: 1.1;
	}
	
	#featured-blogs .featuredblog-col2 .featuredblog-wrap {
		flex-direction: column;
	}
	
	#featured-blogs .featuredblog-wrap-col1 .featureblog-content {
		padding: 30px;
	}
	
	#featured-blogs    .featured-image {
		border-radius: 10px 10px 0 0 !important;
	}
	
	#featured-blogs .featured-image img {
		border-radius: 0;
	}
}

@media (max-width: 575px) {
	.testimonial-slide-text2 {
		font-size: 26px;
	}
	
	#inner-post-content .container {
		max-width: 93%;
	}
	
	.testimonial-slider2 {
		padding: 20px;
	}
	
	.footerbottom-buttons a {
		margin: 0 5px;
		padding: 14px 20px;
	}
	
	.container {
		max-width: 93%;
	}
	
	.footerbottom-top {
		padding-bottom: 40px;
	}
	
	.footerbottom-top h2 {
		line-height: 1;
		margin-bottom: 11px;
	}
	
	.theconclusion {
		padding: 27px;
	}
	
	#homehero h1, #inner-hero h1 {
		font-size: 50px;
		line-height: 1.1;
	}
	
	.graphbox {
		padding: 35px 30px;
		position: relative;
	}
}

@media (max-width: 480px) {
	.homehero-btns {
		flex-wrap: wrap;
	}
	
	.testimonial-slide-text2 {
		font-size: 24px;
		line-height: 1.4;
	}
}

/* Bounce Arrow Animation */
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	
	40% {
		transform: translateY(-10px);
	}
	
	60% {
		transform: translateY(-5px);
	}
}

.bounce-arrow {
	animation: bounce 2s infinite;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
	html {
		font-size: 95%;
	}
}

@media screen and (max-width: 1199px) {}

/*--------------------------------------------------------------
  ## Netbook
  --------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
	html {
		font-size: 90%;
	}
}

/*--------------------------------------------------------------
  ## iPad
  --------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
	html {
		font-size: 85%;
	}
}

/*--------------------------------------------------------------
  ## iPad
  --------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	html {
		font-size: 80%;
	}
}

/*--------------------------------------------------------------
  ## iPad
  --------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	html {
		font-size: 75%;
	}
}

/* Enhanced Card Styles */
.card {
	border: none;
	border-radius: 1rem;
	overflow: hidden;
	transition: transform var(--transition-medium) ease, box-shadow var(--transition-medium) ease;
	box-shadow: var(--shadow-sm);
	height: 100%;
	display: flex;
	flex-direction: column;
}

.card:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow-lg);
}

.card-img-top {
	height: 200px;
	object-fit: cover;
}

.card-body {
	padding: 1.5rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.card-title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: .75rem;
	color: var(--secondary);
}

.card-text {
	color: var(--primary-text);
	margin-bottom: 1.25rem;
	flex: 1;
}

.card-footer {
	background-color: transparent;
	border-top: 1px solid rgba(0, 0, 0, .05);
	padding: 1rem 1.5rem;
}

/* Service Box Cards */
.service-box {
	background-color: white;
	border-radius: 1rem;
	transition: transform var(--transition-medium) ease, box-shadow var(--transition-medium) ease;
	box-shadow: var(--shadow-sm);
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.service-box:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow-lg);
}

.service-box:hover .icon-wrapper {
	background-color: var(--primary);
	color: white;
	transform: scale(1.1);
}

.service-box .icon-wrapper {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: var(--bgblockone);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	transition: all var(--transition-medium) ease;
}

.service-box .service-icon {
	font-size: 1.75rem;
	color: var(--primary);
	transition: color var(--transition-medium) ease;
}

.service-box:hover .service-icon {
	color: white;
}

.service-box h4 {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: .75rem;
	color: var(--secondary);
}

.service-box p {
	color: var(--primary-text);
	margin-bottom: 1.25rem;
}

/* Testimonial Cards */
.testimonial-card {
	background-color: white;
	border-radius: 1rem;
	padding: 2rem;
	box-shadow: var(--shadow-md);
	position: relative;
	margin-top: 3rem;
	margin-bottom: 1.5rem;
}

.testimonial-card:before {
	content: "“";
	position: absolute;
	top: -30px;
	left: 20px;
	font-size: 100px;
	line-height: 1;
	color: var(--primary);
	opacity: .2;
	font-family: serif;
}

.testimonial-card .testimonial-content {
	position: relative;
	z-index: 1;
}

.testimonial-card .testimonial-text {
	font-style: italic;
	margin-bottom: 1.5rem;
}

.testimonial-card .testimonial-author {
	display: flex;
	align-items: center;
}

.testimonial-card .testimonial-author-img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 1rem;
}

.testimonial-card .testimonial-author-info h5 {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
}

.testimonial-card .testimonial-author-info p {
	margin: 0;
	font-size: .875rem;
	color: #6c757d;
}

.testimonial-card .testimonial-rating {
	color: var(--accent);
	margin-bottom: 1rem;
}
