
.breadcrums-inner {
	margin-bottom: -29px;
	padding-top: 17px;
	position: relative;
	z-index: 9;
}

@media screen and (max-width: 992px) {
	.breadcrums-inner {
		margin-bottom: 0;
		padding: 10px 0 30px;
	}
}

.breadcrums {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.breadcrums span {
	font-weight: 700;
	font-size: 12px;
	line-height: 100%;
	color: rgba(66, 66, 66, .75);
}

.breadcrums strong {
	background: #adb5c4;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	margin: 0 7px;
	font-size: 0;
}

.breadcrums a {
	color: #30466d;
}

.hero-services {
	padding: 0 0 130px;
	position: relative;
	overflow: visible;
	background: linear-gradient(180deg, #f0f7ff 0%, #f8f8f8 100%);
}

@media screen and (max-width: 992px) {
	.hero-services {
		padding: 0 0 60px;
	}
}

@media screen and (max-width: 576px) {
	.hero-services {
		padding: 0 0 40px;
	}
}

.hero-services__wrapper {
	display: flex;
	gap: 48px;
	padding-block: 100px 0;
}

@media screen and (max-width: 992px) {
	.hero-services__wrapper {
		flex-wrap: wrap;
		padding-block: 48px 0;
	}
}

@media screen and (max-width: 768px) {
	.hero-services__wrapper {
		padding-block: 24px 0;
	}
}

.hero-services__content {
	flex-basis: 60%;
}

@media screen and (max-width: 992px) {
	.hero-services__content {
		flex-basis: 100%;
	}
}

@media screen and (max-width: 992px) {
	.hero-services__content {
		max-width: 100%;
	}
}

.hero-services__content p {
	font-weight: 400;
	line-height: 32px;
	font-size: 19px;
}

.hero-services__content p:not(:last-child) {
	margin-bottom: 16px;
}

.hero-services__content p a {
	font-weight: 600;
	color: #30466d;
	text-decoration: underline;
}

.hero-services__content p a:hover {
	text-decoration: none;
}

@media screen and (max-width: 576px) {
	.hero-services__content p a {
		font-size: 17px;
	}
}

.hero-services__heading {
	margin-bottom: 48px;
	max-width: 600px;
}

@media screen and (max-width: 576px) {
	.hero-services__heading {
		margin-bottom: 32px;
	}
}

.hero-services__buttons {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 48px;
}

@media screen and (max-width: 576px) {
	.hero-services__buttons {
		margin-bottom: 32px;
	}
}

.hero-services__buttons .btn_h:hover .icon img {
	transform: rotate(45deg);
}

.hero-services__buttons .btn_sec {
	height: 39px;
	padding-left: 11px;
	border: 1px solid #30466d;
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .095em;
	text-transform: uppercase;
	color: #30466d;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 360px) {
	.hero-services__buttons .btn_sec {
		font-size: 11px;
		line-height: 11px;
	}
}

.hero-services__buttons .btn_sec .icon {
	height: 39px;
	width: 39px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 19px;
}

@media screen and (max-width: 360px) {
	.hero-services__buttons .btn_sec .icon {
		margin-left: 10px;
	}
}

.hero-services__buttons .btn_sec .icon img, .hero-services__buttons .btn_sec .icon svg {
	transition: .3s linear;
}

.hero-services__buttons .btn_sec:hover {
	box-shadow: 0 20px 30px rgba(0, 0, 0, .15);
	color: #fff;
	background: #30466d;
}

.hero-services__buttons .btn_sec:hover .icon img, .hero-services__buttons .btn_sec:hover .icon svg {
	transform: rotate(45deg);
}

.hero-services__proof ul {
	list-style-type: disc;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-left: 16px;
}

.hero-services__proof ul li {
	font-weight: 400;
	line-height: 22px;
	font-size: 14px;
}

.hero-services__proof ul li a {
	font-weight: 600;
	color: #30466d;
	text-decoration: underline;
}

.hero-services__proof ul li a:hover {
	text-decoration: none;
}

.hero-services__chat {
	flex-basis: 40%;
}

@media screen and (max-width: 992px) {
	.hero-services__chat {
		flex-basis: 100%;
	}
}

.hero-services__chat .chat-card {
	border: 1px solid rgba(66, 66, 66, .15);
	background: #fff;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0 30px 60px -30px rgba(48, 70, 109, .18);
	position: relative;
}

.hero-services__chat .chat-card .head {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(66, 66, 66, .15);
	margin-bottom: 14px;
	font-family: "Maison Neue Mono", ui-monospace, monospace;
	font-size: 11px;
	color: #5e5e5e;
	text-transform: uppercase;
	letter-spacing: .12em;
}

.hero-services__chat .chat-card .dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #3fbd6b;
	box-shadow: 0 0 0 3px rgba(63, 189, 107, .15);
}

.hero-services__chat .chat-card .input {
	margin-top: 6px;
	padding: 12px 14px;
	border: 1px solid rgba(66, 66, 66, .15);
	border-radius: 8px;
	font-size: 14px;
	color: #5e5e5e;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hero-services__chat .chat-card .input .send {
	color: #30466d;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.hero-services__chat .msg {
	margin-bottom: 12px;
	max-width: 85%;
}

.hero-services__chat .msg .who {
	font-family: "Maison Neue Mono", ui-monospace, monospace;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .14em;
	color: #5e5e5e;
	margin-bottom: 6px;
}

.hero-services__chat .msg .bubble {
	padding: 12px 14px;
	border-radius: 12px;
	font-size: 14px;
	line-height: 1.5;
	color: #313131;
	background: #f4f5f7;
	border: 1px solid transparent;
}

.hero-services__chat .msg .meta {
	margin-top: 8px;
	font-family: "Maison Neue Mono", ui-monospace, monospace;
	font-size: 10px;
	color: #30466d;
	letter-spacing: .08em;
	display: inline-flex;
	gap: 6px;
	align-items: center;
}

.hero-services__chat .msg .meta .tag {
	background: rgba(48, 70, 109, .08);
	padding: 3px 6px;
	border-radius: 4px;
}

.hero-services__chat .msg.user {
	margin-left: auto;
	text-align: right;
}

.hero-services__chat .msg.user .bubble {
	background: #30466d;
	color: #fff;
}

.hero-services__chat .msg.bot .bubble {
	background: #fff;
	border-color: rgba(66, 66, 66, .15);
}
