body,
.modal {
	font-family: "Inter", sans-serif;
	background-color: var(--bg);
	color: #000;
}

html {
	scroll-behavior: smooth;
}

body b {
	font-weight: 600;
}

/* h1 {
  font-size: 72px;
  line-height: 96px;
}
h2 {
  font-size: 64px;
  line-height: 88px;
}
h3 {
  font-size: 48px;
  line-height: 64px;
}
h4 {
  font-size: 32px;
  line-height: 48px;
}
h5 {
  font-size: 24px;
  line-height: 32px;
}
h6 {
  font-size: 16px;
  line-height: 24px;
} */

/* navbar */
.notification {
	font-size: 14px;
	line-height: 24px;
	font-family: "Inter", sans-serif;
	display: flex;
	align-items: center;
}

.notification iconify-icon {
	margin-right: 8px;
}

#navbar {
	padding: 20px 0;
	background-color: white;
}

.dropdown,
.time {
	font-family: "inter", sans-serif;
	font-size: 14px;
	line-height: 24px;
}

.dropdown-item:hover {
	background-color: #2d73b9;
	color: white;
}

.nav-link {
	font-family: "Inter", sans-serif;
}

.info {
	display: flex;
	font-family: "Inter", sans-serif;
	position: relative;
}

.contact,
.mail {
	font-size: 14px;
	display: flex;
	align-items: center;
}

.navbar .contact a:not(.dropdown-item),
.navbar .mail a:not(.dropdown-item) {
	color: #fff;
	text-decoration: none;
}

.contact {
	padding-left: 12px;
}

.mail {
	padding-left: 20px;
}

.icon-info {
	margin-right: 8px;
}

.main-logo {
	height: 32px;
}

.navbar-dropdown a,
.menu-navbar {
	font-size: 16px;
	color: #000;
	line-height: 32px;
	margin-left: 20px;
}

.menu-navbar:hover {
	color: #2d73b9;
}

.menu-navbar::after {
	display: block;
	position: relative;
	top: 3px;
	content: "";
	border-bottom: solid 3px #2d73b9;
	transform: scaleX(0);
	transition: transform 0.25s ease-in-out;
}

.menu-navbar:hover::after {
	transform: scaleX(1);
}

.navbar-toggler {
	background-color: #2d73b9;
}

.navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar .navbar-toggler {
	color: #2d73b9;
	border-color: #fff;
}

@media (max-width: 282.98px) {
	.main-logo {
		height: 24px;
	}
}

@media (max-width: 640px) {
	.sm-align-right {
		float: right;
	}

	.sm-align-center {
		display: block;
		margin: 0 auto;
	}
}

/* Hero Section */
.hero-section {
	max-height: 100vh;
	background-image: url(../img/bg-hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.hero {
	display: flex;
	padding: 60px 0;
	align-items: center;
	padding-left: 10px;
}

.hero .content {
	font-family: "Inter", sans-serif;
	padding-right: 40px;
}

.hero-title {
	font-size: 48px;
	line-height: 64px;
	padding-bottom: 20px;
}

.hero-title span {
	font-weight: 700;
}

.rect {
	width: 180px;
	height: 4px;
	background-color: #2d73b9;
}

.list-hero {
	padding-top: 32px;
	padding-bottom: 40px;
	font-size: 20px;
	line-height: 32px;
}

.list-hero li {
	list-style-type: disc;
	margin-left: 20px;
}

.btn {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	line-height: 24px;
	padding: 14px 32px;
}

#contact-form .btn {
	font-size: 14px;
	line-height: 1;
	padding: 12px 24px;
}

.hero-image {
	text-align: end;
}

/* Solutions Section */
.solutions-section {
	padding: 100px 0;
}

.title-section {
	font-family: "Inter", sans-serif;
	font-size: 48px;
	line-height: 64px;
	text-align: center;
	padding-bottom: 20px;
}

.title-section span {
	font-weight: 700;
}

.solutions-title {
	display: block;
}

.body-section {
	font-family: "Inter", sans-serif;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	padding-top: 20px;
	margin: 0 17%;
}

.solutions-1,
.solutions-2 {
	display: flex;
}

.solutions-list {
	font-family: "Inter", sans-serif;
	font-size: 20px;
	line-height: 32px;
	max-width: 40vw;
	padding-top: 180px;
}

.solutions-list li {
	background-image: url(../icon/checkmark-square-fill.svg);
	background-repeat: no-repeat;
	background-size: 32px;
	padding-left: 52px;
	padding-bottom: 32px;
}

.img-solutions-1 {
	max-width: 30vw;
	padding-top: 60px;
	padding-left: 40px;
}

.solutions-1 .img-solutions-1 img {
	margin-left: -18px;
}

.img-solutions-2 {
	max-width: 50vw;
	padding-top: 60px;
}

.conclution {
	font-family: "Inter", sans-serif;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	padding-top: 80px;
}

.portfolio-content.stickey,
.solutions-content .stickey {
	position: relative;
}

.portfolio .stickey .description,
.solutions-content .stickey>img {
	position: sticky;
	top: 0;
	max-width: 500px;
	padding-bottom: 25px;
}

/* Pricing Section */
.pricing-section {
	background-image: url(../img/bg-pricing.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}

.pricing {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.pricing h4 {
	font-family: "Inter", sans-serif;
	font-size: 32px;
	line-height: 48px;
	color: #fff;
	font-weight: 500;
	max-width: 70%;
}

.pricing .btn {
	margin-left: 80px;
}

/* Testimonial Section */
.testimonial-section {
	font-family: "Inter", sans-serif;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eaeff3;
	padding-top: 100px;
	position: relative;
}

.testimonial-content .card {
	position: relative;
	background-color: #fff;
	border-radius: 8px;
	height: 300px;
	width: 316px;
	margin-top: 160px;
}

.testimonial-content .card:nth-child(2) {
	margin-left: 40px;
	margin-right: 40px;
}

.card .card-content {
	display: flex;
	flex-direction: column;
	align-items: left;
	padding: 40px 5px 0px;
	position: relative;
	z-index: 100;
}

.card-content .card-image {
	position: absolute;
	bottom: 225px;
}

.card-content .card-image img {
	height: 100px;
}

.name-testimonial .name {
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
}

.profession-rating {
	display: flex;
	align-items: top;
}

.profession-rating .profession {
	font-size: 14px;
	line-height: 24px;
	width: 150px;
}

.rating iconify-icon {
	color: #fdd540;
	margin-top: 3px;
}

.notif {
	display: flex;
	align-items: center;
	margin: 12px 0;
}

.dash-line {
	max-width: 82%;
}

.testimonial-text p {
	font-size: 12px;
	line-height: 24px;
}

.testimonial-content {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 80px;
}

/* Portfolio Section */
.portfolio-section {
	font-family: "Inter", sans-serif;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding-top: 100px;
	position: relative;
}

.portfolio-content {
	display: flex;
	margin-top: 100px;
}


.portfolio-content .description ul,
.portfolio-content .description ol {
	margin: 5px 0 15px 20px;
}

.portfolio-content .description ul li,
.portfolio-content .description ol li {
	padding: 0 0 10px;
	font-family: "Inter", sans-serif;
}

.portfolio-content .description ul {
	list-style: circle;
}

.portfolio-content .description ol {
	list-style: decimal;
}

.company-name {
	font-size: 48px;
	line-height: 64px;
	font-weight: 700;
	margin: 28px 0;
}

.portfolio-content p {
	font-size: 14px;
	line-height: 24px;
	max-width: 90%;
	margin-bottom: 40px;
}

.company-preview a {
	font-size: 16px;
	line-height: 32px;
	display: flex;
	align-items: center;
}

.image-preview .description-image {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.image-preview {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	overflow: visible;
	transition: all 0.1s ease-in-out;
	background: radial-gradient(#e4e4e4 50%, #ffffff 100%);
	margin-bottom: 100px;
}

.portfolio-content .image-preview img {
	transition: all 0.3s ease-in;
}

.portfolio-content .image-preview:hover img {
	transform: translateY(0px);
	opacity: 0.3;
}

.image-preview .description-image {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	width: 100%;
	text-align: center;
}

.description-image img,
.description-image .btn {
	transform: translateY(30px);
	opacity: 0;
	transition: all 0.3s ease-out 0.1s;
}

.image-preview:hover .description-image img {
	opacity: 1;
	transform: translateY(-140px);
}

.image-preview:hover .description-image .btn {
	opacity: 1;
	transform: translateY(-100px);
}

/* Contact Section */
.contact-section {
	font-family: "Inter", sans-serif;
	padding-top: 100px;
	background-image: url(../img/bg-contact.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}

.contact-items .contact-title {
	color: #fff;
	margin-bottom: 100px;
}

.contact-items .contact-title .body-section {
	margin: 0 10%;
}

.contact-items .contact-title .rect {
	background-color: #fff;
}

.contact-content {
	display: flex;
	justify-content: center;
}

.contact-personal {
	margin-right: 80px;
}

.contact-name {
	font-family: "Inter", sans-serif;
	font-size: 32px;
	line-height: 48px;
	font-weight: 700;
	color: #fff;
	margin-top: 40px;
	margin-bottom: 0px;
}

.contact-possession {
	font-family: "Inter", sans-serif;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 20px;
}

.contact-personal ul li {
	display: flex;
	align-items: top;
	color: #fff;
	line-height: 40px;
	font-size: 20px;
}

.contact-personal ul li iconify-icon {
	margin-right: 16px;
	padding-top: 8px;
}

.contact-form {
	background-color: rgba(45, 115, 185, 0.2);
	padding: 20px;
	border-radius: 8px;
	width: 50%;
}

.contact-form .mb-3 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 500;
}

.contact-form .mb-3 .form-control {
	font-size: 16px;
	line-height: 1.1;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 18px;
}

/* FAQ section */
.faq-section {
	font-family: "Inter", sans-serif;
	padding-top: 100px;
}

.faq-content {
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 80px;
}

.accordion {
	width: 90%;
	max-width: 1000px;
	margin: 2rem auto;
}

.accordion-item {
	color: #000;
	margin: 1rem 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #000;
}

.accordion-item-header {
	padding: 0.5rem 3rem 0.5rem 1rem;
	min-height: 3.5rem;
	line-height: 1.25rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.accordion-item-header::after {
	content: "\002B";
	font-size: 2rem;
	position: absolute;
	right: 1rem;
}

.accordion-item-header.active::after {
	content: "\2212";
}

.accordion-item-body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
	padding: 1rem;
	line-height: 1.5rem;
	font-size: 16px;
	line-height: 24px;
	border-top: 1px solid;
	border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

/* Last Section */
.last-section {
	background-image: url(../img/bg-last.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 120px;
}

.last {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.last h2 {
	font-family: "Inter", sans-serif;
	font-size: 64px;
	line-height: 88px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 40px;
}

/* Footer Section */
.footer-section {
	font-family: "Inter", sans-serif;
	padding-top: 60px;
}

.footer {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding-bottom: 40px;
	border-bottom: 2px solid #2d73b9;
}

.footer-logo {
	margin: 0;
}

.footer-logo img {
	height: 140px;
	margin-top: 32px;
	margin-right: 60px;
}

.contact-us {
	margin-top: 24px;
	padding-bottom: 32px;
}

.contact-us a {
	color: #000;
	text-decoration: none;
}

.contact-us a:hover {
	text-decoration: underline;
}

.contact-us ul {
	display: flex;
	flex-direction: column;
}

.contact-us ul li {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 24px;
}

.contact-us ul li iconify-icon {
	margin-right: 12px;
}

.contact-us .contact-title,
.presented .presented-title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 12px;
}

.presented img {
	height: 40px;
	vertical-align: top;
}

.presented img:nth-child(2) {
	margin-right: 20px;
	height: 45px;
}

.footer-maps a img {
	height: 300px;
	margin-left: 0;
}

.copyright {
	padding: 40px 0;
	text-align: center;
	align-items: center;
}

.copyright p {
	font-size: 16px;
	line-height: 24px;
}

.copyright p a {
	text-decoration: none;
}

/* Responsive Pages */
@media (min-width: 992px) and (max-width: 1199.98px) {
	.hero-title {
		font-size: 32px;
		line-height: 48px;
	}

	.hero-image img {
		max-height: 450px;
	}

	.title-section {
		font-size: 32px;
		line-height: 48px;
		padding-bottom: 20px;
	}

	.body-section {
		font-size: 20px;
		line-height: 24px;
	}

	.solutions-1 .img-solutions-1 img {
		max-width: 500px;
	}

	.img-solutions-2 img {
		height: 400px;
		margin-left: -30px;
	}

	.solutions-list {
		padding-top: 120px;
		font-size: 16px;
		line-height: 24px;
	}

	.solutions-list li {
		background-size: 24px;
		padding-left: 40px;
	}

	.pricing .btn {
		margin-left: 60px;
	}

	.profession-rating .profession {
		width: 70%;
	}

	.rating iconify-icon {
		margin-left: -7px;
	}

	.contact-personal {
		max-width: 60%;
		margin-right: 40px;
	}

	.contact-personal img {
		height: 300px;
	}

	.contact-form {
		width: 100%;
	}

	.last h2 {
		font-size: 48px;
		line-height: 64px;
	}

	.footer-section {
		padding-top: 40px;
	}

	.footer-logo img {
		height: 120px;
		margin-right: 32px;
	}

	.footer-maps a img {
		height: 230px;
		margin-right: 0px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.hero-title {
		font-size: 28px;
		line-height: 40px;
	}

	.hero .content {
		padding-right: 10px;
	}

	.hero-image img {
		max-height: 310px;
		margin-top: -150px;
	}

	.title-section {
		font-size: 32px;
		line-height: 48px;
		padding-bottom: 20px;
	}

	.body-section {
		font-size: 16px;
		line-height: 24px;
	}

	.img-solutions-1 img {
		max-width: 400px;
	}

	.img-solutions-2 img {
		height: 340px;
		margin-left: -50px;
	}

	.solutions-list {
		padding-top: 80px;
		font-size: 16px;
		line-height: 24px;
	}

	.solutions-list li {
		background-size: 24px;
		padding-left: 40px;
	}

	.conclution {
		font-size: 16px;
		line-height: 24px;
		padding-top: 40px;
	}

	.pricing-section {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.pricing h4 {
		font-size: 24px;
		line-height: 32px;
		max-width: 65%;
	}

	.pricing .btn {
		margin-left: 20px;
	}

	.testimonial-content .card {
		height: 250px;
		margin-top: 100px;
	}

	.testimonial-content .card:nth-child(2) {
		margin-left: 20px;
		margin-right: 20px;
	}

	.card-content .card-image {
		bottom: 195px;
	}

	.card-content .card-image img {
		height: 80px;
	}

	.name-testimonial .name {
		font-size: 14px;
		line-height: 24px;
		font-weight: 600;
	}

	.profession-rating .profession {
		font-size: 10px;
		line-height: 20px;
		width: 110px;
	}

	.rating iconify-icon {
		margin-right: -7px;
	}

	.notif {
		margin: 8px 0;
	}

	.dash-line {
		max-width: 74%;
	}

	.testimonial-text p {
		font-size: 10px;
		line-height: 16px;
	}

	.company-name {
		font-size: 32px;
		line-height: 48px;
		margin: 10px 0;
	}

	.portfolio-content {
		margin-top: 60px;
	}

	.portfolio-content p {
		font-size: 10px;
		line-height: 20px;
		max-width: 320px;
		margin-bottom: 20px;
	}

	.company-preview a {
		font-size: 14px;
		line-height: 24px;
	}

	.image-preview img {
		height: 300px;
	}

	.description-image img {
		max-height: 100px;
	}

	.image-preview:hover .description-image img {
		transform: translateY(-70px);
	}

	.image-preview:hover .description-image .btn {
		transform: translateY(-50px);
	}

	.contact-personal {
		max-width: 60%;
		margin-right: 40px;
	}

	.contact-personal img {
		height: 200px;
	}

	.contact-name {
		font-size: 24px;
		line-height: 32px;
	}

	.contact-possession {
		font-size: 16px;
		line-height: 24px;
	}

	.contact-personal ul li {
		line-height: 24px;
		font-size: 14px;
		width: 60%;
	}

	.contact-form {
		width: 100%;
		padding: 10px;
	}

	.contact-form .mb-3 {
		font-size: 16px;
		line-height: 24px;
	}

	.contact-form .mb-3 .form-control {
		font-size: 16px;
		line-height: 1.1;
		padding-top: 12px;
		padding-bottom: 12px;
		margin-bottom: 0;
	}

	.last h2 {
		font-size: 36px;
		line-height: 48px;
	}

	.footer-section {
		padding-top: 20px;
	}

	.footer {
		position: relative;
		display: flex;
		flex-direction: column;
		margin: auto;
		padding-bottom: 20px;
		align-items: center;
		justify-content: center;
	}

	.footer-information {
		margin-top: 60px;
		display: flex;
		position: relative;
	}

	.contact-us {
		position: relative;
		text-align: left;
		margin-top: 0;
		max-width: 200px;
		margin-right: 80px;
	}

	.presented {
		text-align: left;
	}

	.presented img {
		margin-bottom: 10px;
	}

	.footer-logo img {
		text-align: center;
		height: 150px;
		margin-right: 32px;
	}

	.footer-maps a img {
		height: 400px;
		margin-left: 0;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.hero {
		display: flex;
		flex-direction: column;
	}

	.hero-section {
		max-height: 100%;
	}

	.hero-title {
		font-size: 28px;
		line-height: 40px;
	}

	.hero .content {
		padding-right: 10px;
	}

	.hero-image img {
		height: 350px;
		text-align: center;
		margin-top: -40px;
	}

	.btn {
		font-size: 12px;
		line-height: 24px;
		padding: 12px 32px;
	}

	.solutions-section {
		padding: 50px 0;
		position: relative;
	}

	.title-section {
		font-size: 32px;
		line-height: 48px;
		padding-bottom: 20px;
	}

	.body-section {
		font-size: 16px;
		line-height: 24px;
	}

	.solutions-1,
	.solutions-2 {
		display: block;
	}

	.img-solutions-1 img {
		position: absolute;
		top: 12%;
		right: 0;
		max-width: 520px;
		justify-content: end;
		align-items: end;
	}

	.content-solutions-1 {
		margin-top: 480px;
	}

	.img-solutions-2 img {
		height: 340px;
		margin-left: 20px;
		margin-top: -70px;
	}

	.solutions-list {
		padding-top: 40px;
		font-size: 16px;
		line-height: 24px;
		max-width: 100vw;
	}

	.solutions-list li {
		background-size: 24px;
		padding-left: 40px;
	}

	.conclution {
		font-size: 16px;
		line-height: 24px;
		padding-top: 10px;
	}

	.pricing-section {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.pricing h4 {
		font-size: 24px;
		line-height: 32px;
		max-width: 60%;
	}

	.pricing .btn {
		margin-left: 10px;
	}

	.testimonial-content {
		display: block;
	}

	.testimonial-section {
		padding-top: 60px;
		flex-direction: column;
	}

	.testimonial-content .card {
		height: 220px;
		margin-top: 80px;
		width: 100%;
	}

	.testimonial-content .card:nth-child(2) {
		margin-left: 0px;
		margin-right: 0px;
	}

	.card-content .card-image {
		bottom: 160px;
	}

	.card-content .card-image img {
		height: 80px;
	}

	.name-testimonial .name {
		font-size: 20px;
		line-height: 32px;
		font-weight: 600;
	}

	.profession-rating .profession {
		font-size: 14px;
		line-height: 24px;
		width: 70%;
	}

	.notif {
		margin: 8px 0;
	}

	.dash-line {
		max-width: 220%;
		height: 1.4px;
	}

	.testimonial-text p {
		font-size: 10px;
		line-height: 16px;
	}

	.portfolio-section {
		padding-bottom: 60px;
		padding-top: 60px;
	}

	.company-name {
		font-size: 32px;
		line-height: 48px;
		margin: 10px 0;
	}

	.portfolio-content {
		margin-top: 40px;
		position: relative;
		justify-content: center;
	}

	.portfolio-content p {
		font-size: 10px;
		line-height: 20px;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.company-preview {
		margin-top: 420px;
	}

	.company-preview a {
		font-size: 14px;
		line-height: 24px;
	}

	.company-name {
		font-size: 32px;
		line-height: 48px;
		margin: 10px 0;
	}

	.image-preview {
		position: absolute;
		right: 50%;
		left: 50%;
	}

	.image-preview img {
		height: 400px;
	}

	.description-image img {
		max-height: 100px;
	}

	.description-image .btn {
		width: max-content;
	}

	.image-preview:hover .description-image img {
		transform: translateY(-100px);
	}

	.image-preview:hover .description-image .btn {
		transform: translateY(-80px);
	}

	.contact-content {
		display: flex;
		flex-direction: column;
	}

	.contact-personal {
		display: flex;
		flex-direction: column;
		margin-right: 0px;
		align-items: center;
		justify-content: center;
	}

	.contact-personal img {
		max-width: 80%;
	}

	.contact-name {
		font-size: 24px;
		line-height: 32px;
	}

	.contact-possession {
		font-size: 16px;
		line-height: 24px;
	}

	.contact-personal ul {
		padding-bottom: 30px;
	}

	.contact-personal ul li {
		line-height: 32px;
		font-size: 14px;
		width: 60%;
	}

	.contact-personal ul li iconify-icon {
		margin-right: 16px;
		padding-top: 4px;
	}

	.contact-form {
		width: 100%;
		padding: 30px 20px;
	}

	.contact-form .mb-3 {
		font-size: 16px;
		line-height: 24px;
	}

	.contact-form .mb-3 .form-control {
		font-size: 16px;
		line-height: 1.1;
		padding-top: 12px;
		padding-bottom: 12px;
		margin-bottom: 0;
	}

	.last h2 {
		font-size: 36px;
		line-height: 48px;
	}

	.footer-section {
		padding-top: 20px;
	}

	.footer {
		position: relative;
		display: flex;
		flex-direction: column;
		margin: auto;
		padding-bottom: 20px;
		align-items: center;
		justify-content: center;
	}

	.footer-information {
		margin-top: 60px;
		display: flex;
		position: relative;
	}

	.contact-us {
		position: relative;
		text-align: left;
		margin-top: 0;
		max-width: 200px;
		margin-right: 80px;
	}

	.presented {
		text-align: left;
	}

	.presented img {
		margin-bottom: 10px;
	}

	.footer-logo img {
		text-align: center;
		height: 150px;
		margin-right: 32px;
	}

	.footer-maps a img {
		height: 400px;
		margin-left: 0;
	}
}

@media (max-width: 768px) {

	.solutions-1,
	.solutions-2 {
		position: relative;
	}

	.solutions-2 .content-solutions-2 {
		margin-top: 480px;
	}

	.solutions-2 .img-solutions-2 img {
		margin-top: 70px;
	}

	.solutions-content .stickey {
		position: absolute;
		top: -480px;
		left: auto;
		right: auto;
		padding: 0;
		max-width: 100%;
		width: 100%;
		height: 480px;
	}
}

@media (max-width: 575.98px) {
	.hero {
		display: flex;
		flex-direction: column;
		padding: 32px 0;
		padding-left: 10px;
	}

	.hero-section {
		max-height: 100%;
	}

	.hero-title {
		font-size: 28px;
		line-height: 40px;
	}

	.hero .content {
		padding-right: 10px;
	}

	.hero-image {
		margin-top: 80px;
		display: flex;
	}

	.hero-image img {
		min-height: 100px;
		max-height: 300px;
		margin-top: -40px;
	}

	.btn {
		font-size: 12px;
		line-height: 24px;
		padding: 12px 32px;
	}

	.solutions-section {
		padding: 50px 0;
		position: relative;
	}

	.title-section {
		font-size: 32px;
		line-height: 48px;
		padding-bottom: 20px;
	}

	.body-section {
		font-size: 16px;
		line-height: 24px;
	}

	.solutions-1,
	.solutions-2 {
		display: block;
	}

	.img-solutions-1 img {
		position: absolute;
		top: 17%;
		right: 0;
		max-width: 250px;
		justify-content: end;
		align-items: end;
	}

	.content-solutions-1 {
		margin-top: 280px;
	}

	.img-solutions-2 img {
		height: 200px;
		margin-top: -70px;
		margin-left: 40px;
	}

	.solutions-list {
		padding-top: 40px;
		font-size: 16px;
		line-height: 24px;
		max-width: 100vw;
	}

	.solutions-list li {
		background-size: 24px;
		padding-left: 40px;
	}

	.conclution {
		font-size: 16px;
		line-height: 24px;
		padding-top: 10px;
	}

	.pricing {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		text-align: center;
	}

	.pricing-section {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.pricing h4 {
		font-size: 24px;
		line-height: 32px;
		max-width: 100%;
	}

	.pricing .btn {
		margin-left: 0px;
		margin-top: 40px;
	}

	.testimonial-content {
		display: block;
	}

	.testimonial-section {
		padding-top: 60px;
		flex-direction: column;
	}

	.testimonial-content .card {
		height: 220px;
		margin-top: 80px;
		width: 100%;
	}

	.testimonial-content .card:nth-child(2) {
		margin-left: 0px;
		margin-right: 0px;
	}

	.card-content .card-image {
		bottom: 170px;
	}

	.card-content .card-image img {
		height: 80px;
	}

	.name-testimonial .name {
		font-size: 20px;
		line-height: 32px;
		font-weight: 600;
	}

	.profession-rating .profession {
		font-size: 14px;
		line-height: 24px;
		width: 60%;
	}

	.notif {
		margin: 8px 0;
	}

	.dash-line {
		max-width: 80%;
	}

	.testimonial-text p {
		font-size: 10px;
		line-height: 16px;
	}

	.portfolio-section {
		padding-bottom: 60px;
		padding-top: 60px;
	}

	.company-name {
		font-size: 32px;
		line-height: 48px;
		margin: 10px 0;
	}

	.portfolio-content {
		margin-top: 40px;
		position: relative;
		justify-content: center;
	}

	.portfolio-content p {
		font-size: 10px;
		line-height: 20px;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.company-preview {
		margin-top: 320px;
	}

	.company-preview a {
		font-size: 14px;
		line-height: 24px;
	}

	.company-name {
		font-size: 32px;
		line-height: 48px;
		margin: 10px 0;
	}

	.image-preview {
		position: absolute;
		right: 50%;
		left: 50%;
	}

	.image-preview img {
		max-height: 300px;
	}

	.description-image img {
		max-height: 100px;
	}

	.description-image .btn {
		width: max-content;
	}

	.image-preview:hover .description-image img {
		transform: translateY(-100px);
	}

	.image-preview:hover .description-image .btn {
		transform: translateY(-80px);
	}

	.contact-content {
		display: flex;
		flex-direction: column;
	}

	.contact-personal {
		display: flex;
		flex-direction: column;
		margin-right: 0px;
		align-items: center;
		justify-content: center;
	}

	.contact-personal img {
		max-width: 80%;
	}

	.contact-name {
		font-size: 24px;
		line-height: 32px;
	}

	.contact-possession {
		font-size: 16px;
		line-height: 24px;
	}

	.contact-personal ul {
		padding-bottom: 30px;
	}

	.contact-personal ul li {
		line-height: 32px;
		font-size: 14px;
		width: 60%;
	}

	.contact-personal ul li iconify-icon {
		margin-right: 16px;
		padding-top: 4px;
	}

	.contact-form {
		width: 100%;
		padding: 30px 20px;
	}

	.contact-form .mb-3 {
		font-size: 16px;
		line-height: 24px;
	}

	.contact-form .mb-3 .form-control {
		font-size: 16px;
		line-height: 1.1;
		padding-top: 12px;
		padding-bottom: 12px;
		margin-bottom: 18px;
	}

	.last h2 {
		font-size: 36px;
		line-height: 48px;
	}

	.footer-section {
		padding-top: 20px;
	}

	.footer {
		position: relative;
		display: flex;
		flex-direction: column;
		margin: auto;
		padding-bottom: 20px;
		align-items: center;
		justify-content: center;
	}

	.footer-information {
		margin-top: 40px;
		display: flex;
		position: relative;
	}

	.contact-us {
		position: relative;
		text-align: left;
		margin-top: 0;
		max-width: 200px;
		margin-right: 40px;
	}

	.presented {
		text-align: left;
	}

	.presented img {
		margin-bottom: 10px;
	}

	.footer-logo img {
		text-align: center;
		max-height: 120px;
		margin-right: 32px;
	}

	.footer-maps a img {
		max-height: 250px;
		margin-left: 0;
	}
}