/* 
    Theme: Smart Serices
    Author: Lynxsia IT Solutions
    Website: www.lynxsia.com
*/
body {
	font-family: "Rubik", sans-serif;
	color: #a0a6ad;
	font-size: 14px;
	font-weight: 400;
	background: #fff;
	overflow-x: hidden;
}

html {
	overflow-x: hidden;
}

p {
	font-size: 14px;
	color: #5e629c;
	line-height: 26px;
	margin-bottom: 0;
}

a:hover,
a:focus {
	color: #000;
	text-decoration: none;
	outline: none;
}

a {
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	line-height: 1.1;
	color: #151948;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

/* Background */
.bg-gradient {
	background: #5533ff;
	background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%);
}

/* Border */
.border-top {
	border-top: 1px solid #ededed;
}

.border-right {
	border-right: 1px solid #ededed;
}

.border-bottom {
	border-bottom: 1px solid #ededed;
}

.border-left {
	border-left: 1px solid #ededed;
}

/* Buttons */
.btn-th {
	font-size: 14px;
	padding: 2rem 2.5rem;
	border-radius: 4px;
	font-family: "Rubik", sans-serif;
	letter-spacing: 1px;
	font-weight: 500;
	color: #fff;
	border: none;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
}

.btn-th:focus,
.btn-th:hover,
.btn-th:active {
	box-shadow: none;
	outline: none;
	text-decoration: none;
}

.btn-primary-th,
.btn-primary-th-dark,
.btn-primary-th-light {
	background: #7fc9fb;
	color: #fff;
	padding: 10px 23px;
	margin-left: 30px;
	box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-primary-th-dark {
	background: #5a97c0;
}

.btn-primary-th-light {
	background: #b3dcf7;
	color: #5e629c;
}

.btn-primary-th:hover,
.btn-primary-th:active,
.btn-primary-th:focus,
.btn-primary-th-dark:hover,
.btn-primary-th-dark:active,
.btn-primary-th-dark:focus {
	color: #fff;
	box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17);
	text-decoration: none;
}

.btn-primary-th-light:hover,
.btn-primary-th-light:active,
.btn-primary-th-light:focus {
	color: #5e629c;
	box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17);
	text-decoration: none;
}

.btn-success-th {
	cursor: pointer;
	background-color: #3ecf8e;
	border: 1px solid #3ecf8e;
	color: #fff;
	box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
	width: 180px;
	height: 50px;
	padding: 15px 15px;
}

.btn-success-th:hover {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	transform: translateY(-2px);
}

.btn-border {
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	background-color: transparent;
	border-color: #3ecf8e;
	color: #3ecf8e;
	width: 160px;
	height: 50px;
	padding: 14px 15px;
}

.btn-border:hover {
	box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
	transform: translateY(-2px);
}

.btn-border-light {
	border: 1px solid #fff;
	color: #3ecf8e !important;
	-webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11),
		0 1px 3px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
	width: 180px;
	height: 50px;
	padding: 15px 15px;
	background: #fff;
}

.btn-border-light:hover {
	background: #fff;
	color: #3ecf8e;
	box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
	transform: translateY(-2px);
}

.btn-success-th-light {
	background-color: #3ecf8e;
	position: relative;
	z-index: 1;
	box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
	width: 160px;
	height: 50px;
	padding: 14px 15px;
}

.btn-success-th-light:hover {
	color: #fff;
	transform: translateY(-2px);
}

button:focus {
	outline: none !important;
}

/* Header Section */
.header-section {
	position: relative;
}

.header-section .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #5533ff;
	background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%);
	-webkit-transform: skewY(-8deg);
	transform: skewY(-8deg);
	-webkit-transform-origin: 0;
	transform-origin: 0;
	z-index: -12;
}

/* Naigation Bar */
.navbar {
	padding: 1rem 4rem !important;
	background: #5533ff !important;
	background: linear-gradient(95deg, #5533ff 35%, #25ddf5 100%) !important;
	color: #fff;
	z-index: 9999;
	padding: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.navbar.fixed-top {
	box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-brand {
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.1rem;
	position: relative;
	z-index: 1;
}

.navbar .navbar-brand::before {
	content: "";
	position: absolute;
	top: 7%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%);
	border-radius: 0.3rem;
	-webkit-transform: skewY(-5deg);
	transform: skewY(-5deg);
}

.navbar-nav .nav-link,
.navbar-nav .active,
.navbar-nav .nav-link:hover {
	color: #ffffff !important;
}

.navbar .navbar-nav .nav-link {
	font-family: "Poppins", sans-serif;
	color: #fff;
	font-size: 14px;
	padding: 0.7rem 0;
	margin-right: 1.8rem;
	position: relative;
	font-weight: 500;
}

.navbar .navbar-nav .nav-link:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #ffffff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.navbar .navbar-nav .nav-link.active::before,
.navbar .navbar-nav .nav-link:hover::before {
	width: 100%;
}

.navbar .navbar-toggler {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 3px;
	margin: 5px;
	cursor: pointer;
	float: right;
}

.navbar .navbar-toggler i {
	color: #fff !important;
}

.navbar .navbar-toggler:focus {
	outline: none;
}

.hero-section {
	color: #fff;
}

.hero-section .hero-title {
	color: #fff;
	font-size: 38px;
	font-weight: 600;
	line-height: 60px;
	text-transform: capitalize;
}

.hero-section .hero-description {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
}

/* Section */
.section {
	margin: 5rem 0;
	padding: 6rem 0;
}

.section .section-heading {
	font-size: 35px;
	font-weight: 600;
}

.section .section-description {
	font-size: 16px;
	line-height: 1.6rem;
}

/* Theme Card */
.theme-card {
	padding: 4rem 2rem;
	border: #ddd solid 1px;
	border-radius: 0.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.theme-card:hover {
	border: 1px solid #3ecf8e;
	box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.theme-card .theme-card-icon {
	width: 6.5rem;
	height: 6.5rem;
	background: #e3fff2;
	margin-bottom: 0px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
	margin-bottom: 25px;
}

.theme-card .theme-card-icon .icon {
	color: #3ecf8e !important;
	font-size: 48px;
}

/* Service Section */
.service-item {
	padding: 2rem;
	overflow: hidden !important;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-item:hover {
	box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.service-item .service-icon {
	background: #e3fff2;
	width: 6.5rem;
	height: 6.5rem;
	border: 1px solid #3ecf8e;
	border-radius: 50%;
}
.service-item .service-icon img {
	background: transparent;
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.service-item:hover .service-icon {
	background: #3ecf8e;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.service-item .service-icon .icon {
	font-size: 40px;
	color: #3ecf8e;
}

.service-item:hover .service-icon .icon {
	color: #fff;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

/* Price Sectiom */
.price-secction {
	border: 1px solid #ccc;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.price-secction:hover {
	border: 1px solid #3ecf8e;
	box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.price-secction .price {
	color: #3ecf8e;
}

footer ul li a {
	color: #3ecf8e;
	font-weight: 500;
}

footer ul li a:hover {
	color: #9ef0cb;
}

#backToTop {
	display: none;
	position: fixed;
	bottom: 18px;
	right: 15px;
	width: 45px;
	height: 45px;
	line-height: 50px;
	cursor: pointer;
	text-align: center;
	border-radius: 4px;
	background: #5533ff;
	background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%);
	box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
	z-index: 9999999;
	opacity: 1;
}

#backToTop .icon {
	color: #fff;
	font-size: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Preloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999999;
}

.loader {
	top: 50%;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	position: relative;
	margin: 0 auto;
}

#loader-1:before,
#loader-1:after {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 7px solid transparent;
	border-top-color: #3c9cfd;
}

#loader-1:before {
	z-index: 100;
	animation: spin 2s infinite;
}

#loader-1:after {
	border: 7px solid #fafafa;
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@media (min-width: 320px) and (max-width: 480px) {
	.service-item {
		padding: 0.8rem;
	}

	.hero-section .hero-title {
		font-size: 28px;
	}

	.section {
		margin: 2.5rem 0;
		padding: 3.5rem 0;
	}

	.section .section-heading {
		font-size: 26px;
	}
}

@media only screen and (max-width: 576px) {
	.navbar {
		padding: 1rem 1rem !important;
	}

	.navbar .navbar-brand {
		font-size: 28px;
	}

	.hero-section .hero-title {
		font-size: 32px;
	}

	.section {
		margin: 3.5rem 0;
		padding: 4.5rem 0;
	}

	.section .section-heading {
		font-size: 30px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.service-item {
		padding: 1.6rem;
	}
}

.footer-description {
	font-size: 11px;
}

.hero-img {
	max-width: 280px;
	height: auto;
}
