/*
Theme Name: smartStep
Author: Smart Step Digital
Version: 1.0
License: GNU General Public License v2 or later
*/


html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-weight: 400;
	font-style: normal;
}

body * {}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 700;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}


figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

p {
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 0px;
}


/*=====================================================NEW CSS====================================*/

body {
	position: relative;
}

body::before {
	content: "";
	position: absolute;
	width: 901px;
	height: 584px;
	top: 0;
	right: 0;
	background: url(assets/images/top-right-pattern.svg) no-repeat center center;
	background-size: cover;
	margin-top: 12px;
}

.top-nav-menu .sub-menu-toggle {
	display: none !important;
}


.top-menu-row.elementor-sticky--active.elementor-sticky--effects {
	background: white;
	padding: 5px 20px 5px 20px !important;
	border-bottom: solid 1px #010101;
}

.mobile-close-menu,
.mobile-overlay {
	display: none !important;
}

.home-carousel {
	width: 1530px !important;
}

.home-carousel figure.swiper-slide-inner {
	text-align: left;
	padding-right: 20px;
}

.home-carousel .elementor-swiper-button {
	top: auto;
	bottom: 0px;
	margin-bottom: -90px;
	left: 0px;
	right: auto;
}

.home-carousel .elementor-swiper-button.elementor-swiper-button-next {
	margin-left: 70px;
}

.contact-form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.contact-form .wpcf7-form-control {
	display: block;
	width: 100%;
	border: solid 2px #6D7B81;
	background: white;
	color: #002C3F;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.25px;
	font-family: "Inter", Sans-serif;
	padding: 15px;
}

.contact-form form p {
	margin-bottom: 0px;
}

.contact-form .wpcf7-not-valid-tip {
	margin-top: 5px;
	font-family: "Inter", Sans-serif;
	font-size: 13px;
}

.contact-form .wpcf7-response-output {
	margin: 0px !important;
	font-family: "Inter", Sans-serif !important;
	font-size: 14px !important;
	margin-top: 10px !important;
}

.contact-form .wpcf7-form-control.wpcf7-submit {
	margin-bottom: 0px !important;
	cursor: pointer;
	width: auto;
	display: inline-block;
	color: white;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.25px;
	font-family: "Montserrat", Sans-serif;
	border: 0px;
	padding: 21px 68px 17px 30px;
	background: #0072FF url(assets/images/right-arrow-white.svg) no-repeat;
	background-position: right 30px center;
}

.contact-form .wpcf7-form-control.wpcf7-submit:hover {
	opacity: 0.8;
}

.contact-form .wpcf7-spinner {
	position: absolute;
	right: 0;
}
.contact-form form.sent .wpcf7-response-output{
	font-size: 20px !important;
}

/*============================MEDIA QUERIES====================================*/

@media (max-width:1531px) {
	.home-carousel {
		width: 100% !important;
	}

	.home-carousel .elementor-image-carousel-caption {
		font-size: 18px !important;
	}
}

@media (max-width:1100px) {
	.top-phone-number a {
		font-size: 16px !important;
	}
}

@media (max-width:1024px) {
	.top-menu-row.elementor-sticky--active {
		background: white;
		padding: 5px 20px 5px 20px !important;
		border-bottom: solid 1px #010101;
	}

	.top-menu-column .elementor-widget-wrap {
		display: block !important;
		width: 100% !important;
		padding: 0px !important;
	}

	.top-nav-menu {
		float: left;
		width: auto !important;
	}

	.top-nav-menu .elementor-nav-menu li {
		display: block !important;
		float: none;
		text-align: left !important;
	}

	#top-menu-nav-id .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		padding: 10px 10px !important;
		position: fixed !important;
		z-index: 102 !important;
		top: 0 !important;
		bottom: 0 !important;
		left: -260px !important;
		height: 100% !important;
		width: 260px !important;
		min-height: 100% !important;
		max-height: 100vh !important;
		overflow-y: auto !important;
		overflow-x: hidden !important;
		transition: all .35s !important;
		transition-delay: .1s !important;
		display: block !important;
		transform: scaleX(1) !important;
		margin-top: 0px !important;
	}

	#top-menu-nav-id .elementor-nav-menu--dropdown.elementor-nav-menu__container a {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 18px;
	}

	.mobile-menu-open #top-menu-nav-id .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		left: 0px !important;
	}

	.mobile-overlay {
		top: 0px;
		left: 0px;
		position: fixed;
		z-index: 1;
		visibility: hidden;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.45);
		opacity: 0;
		content: "";
		display: block !important;
	}

	.mobile-close-menu {
		position: absolute;
		top: 40px;
		left: 270px;
		font-size: 30px;
		color: white;
		z-index: 2;
		opacity: 0;
		visibility: hidden;
		cursor: pointer;
		transition: all .3s;
		display: block !important;
		font-family: "Montserrat", Sans-serif !important;
		font-weight: 400;
	}

	.mobile-menu-open .mobile-close-menu {
		opacity: 1;
		visibility: visible;
		top: 20px;
	}

	.mobile-menu-open .mobile-overlay {
		visibility: visible;
		opacity: 1;
	}

	body.mobile-menu-open {
		overflow-y: hidden !important;
	}

	.top-nav-menu .elementor-nav-menu li a {
		display: block;
		width: 100%;
	}

	.top-nav-menu .elementor-nav-menu li a .sub-arrow {
		float: right;
	}

	.top-nav-menu .elementor-menu-toggle {
		position: relative;
	}

	.top-nav-menu .elementor-menu-toggle::before {
		content: "Menu";
		color: #000000;
		font-size: 15px;
		font-weight: 400;
		position: absolute;
		top: 0;
		right: 0;
		margin-right: -42px;
		margin-top: 11px;
		font-family: "Inter", Sans-serif !important;
	}

	.top-header-logo-mobile {
		float: right;
		width: auto !important;
	}

	.top-header-logo-mobile img {
		max-height: 20px;
		margin-top: 9px;
		margin-bottom: 0px !important;
	}

	.top-menu-row.elementor-sticky--active li a {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.top-menu-row.elementor-sticky--active li {
		height: auto;
	}
}

@media (max-width:768px) {
	.home-carousel .elementor-swiper-button {
		margin-bottom: -60px;
	}

	.home-carousel .elementor-swiper-button.elementor-swiper-button-next {
		margin-left: 0px;
		left: auto;
		right: 0px;
	}

	.home-carousel figure.swiper-slide-inner {
		padding-right: 0px;
	}

	.contact-form .wpcf7-form-control.wpcf7-submit {
		display: block;
		width: 100%;
		background-image: none;
		padding: 10px 10px;
	}
}

@media (max-width:480px) {}
