html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #fff;
	scroll-behavior: smooth;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
}

p {
	font-family: 'Poppins', sans-serif;
}

@font-face {
	font-family: "Bootstrap Icons";
	src: url("./assets/icons/fonts/bootstrap-icons.woff2") format("woff2"),
		url("./assets/icons/fonts/bootstrap-icons.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

.slick-prev:before,
.slick-next:before {
	content: '';
}

.slick-prev {
	font-size: 30px;
	color: #000;
	background: none;
	left: 10px;
}

.slick-next {
	font-size: 30px;
	color: #000;
	background: none;
	right: 10px;
}

.slick-prev:before {
	content: "\f104";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.slick-next:before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.slick-prev:hover,
.slick-next:hover {
	color: #007bff;
}

.navbar {
	box-shadow: none !important;
}

.timer-nav {
	background-color: #08045A;
}

.slide-in {
	position: relative;
	animation: slideIn 2s ease-out;
}

@keyframes slideIn {
	from {
		transform: translateY(20px);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.button {
	border-radius: 10px;
}

p {
	font-size: 14px;
}

.spantag {
	color: #FFDC00;
}

.rounded-navbar {
	border-radius: 1%;
	overflow: hidden;
	transition: all 0.3s ease;
}

.navbar-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.hidden-header {
	display: none;
}

.visible-header {
	display: block;
}

.head1-nav {
	border-radius: 50px;

}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: 1.5rem;
}

.menu-titel {
	color: #060708;
	font-size: 1rem;
	line-height: 16px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 8px;
	position: relative;
	display: inline-block;
}

.link2 a {
	text-decoration: none;
	color: black;
}

.link2 a:hover {
	background-color: #eaeaea;
	color: rgb(0, 0, 0);
	padding: 10;
}

.menu-titel3 {
	fill: blue;
}

.menu-titel3 {
	color: #1b3049;
	font-weight: 700;
	display: inline-block;
}

.menu-titel2 {
	color: #060708;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 8px;
	position: relative;
	display: inline-block;
}

.dropdown-menu {
	min-width: 900px;
}

.dropdown-menu-custom {
	min-width: 390px
}

.navbar-light .navbar-nav .nav-link {
	color: black;
}

.navbar {
	padding: 0.5rem 1rem;
	color: #000000;
	font-size: 1rem;
}

.navbar-brand img {
	max-height: 100%;
}

.nav-link {
	color: #333;
	font-weight: 500;
}

.nav-link:hover {
	color: #3e60aa;
}

.btn-outline-primary {
	color: #3E60AA;
	border-color: transparent;
}

.bg1-white {
	background-color: #fff;
}

.btn-outline-primary:hover {
	background-color: #3E60AA;
	color: #fff;
}

.nav-item.dropdown:hover .dropdown-menu {
	display: block;
	visibility: visible;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.dropdown-menu {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.nav-item.dropdown:hover .nav-link {
	color: #007bff;
}

@media (max-width: 767px) {
	.text-center {
		text-align: center;
	}

	.text-md-left {
		text-align: center !important;
	}

	.d-flex {
		display: flex !important;
	}

	.justify-content-md-end {
		justify-content: center !important;
	}

	.img-fluid {
		max-width: 100%;
		height: auto;
	}
}

.header-text-wrapper {
	text-align: center;
}

.header-text {
	font-size: 5rem;
	font-weight: bold;
	line-height: 1.2;
}

.header-text .line {
	display: block;
}

.icon-container {
	width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #707070;
	border-radius: 50%;
	transition: background-color 0.3s, transform 0.3s;
	color: black;
}

.icon-container svg {
	width: 28px;
	height: 28px;
	fill: #707070;
	transition: fill 0.3s;
}

.icon-container:hover {
	background-color: #9ebcda;
	transform: rotate(45deg);
	color: white;
}

.icon-container:hover svg {
	fill: #fff;
}

.custom-container {
	background-color: #007bff;
	height: 100vh;
}

.right-side {
	background-image: url('./assets/slider-4-man1\ 1.png');
	background-size: cover;
	background-position: center;
	height: 100%;
}

.left-side {
	color: white;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.color-blue {
	background-color: #0055D1;
}

.img-fluid {
	width: 100%;
	height: auto;
}

.text-content {
	position: relative;
	z-index: 1;
}

.overlay-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	z-index: 2;
}

.overlay-content1 {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	z-index: 2;
}

h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

.h1-custom {
	font-size: 5.4rem;
	padding-top: 6rem;
}

.h1-custo {
	font-size: 3rem;
	padding-top: 6rem;
}

@media (max-width: 1200px) {
	.h1-custom {
		font-size: 4.3rem;
		padding-top: 324px;
	}
}

@media (max-width: 1400px) {
	.h1-custom {
		font-size: 4.3rem;
		padding-top: 4rem;
	}
}

@media (max-width: 992px) {
	.h1-custom {
		font-size: 3.5rem;
		padding-top: 204px;
	}

	.side-menu1 {
		padding-top: 60px;
	}

	.mobile-view {
		padding: 0;
	}

	.mobile-view .overlay-text {
		position: relative;
		width: 100% !important;
		transform: none;
		left: initial;
		border-radius: 0px !important;
		padding: 0px;
	}

	.mobile-view .mx-5 {
		margin: 0 !important;
	}

	.footer .aos-init {
		padding: 0 !important;
	}

	.footer .copy {
		border-radius: 0 !important;
	}

	.head1-nav {
		border-radius: 0 !important;
	}

	.custom-padding-top {
		padding: 15px !important;

	}
}

@media (max-width: 768px) {
	.h1-custom {
		font-size: 3rem;
	}
}

@media (max-width: 576px) {
	.h1-custom {
		font-size: 2.5rem;
	}
}

.side-menu1 {
	position: absolute;
	top: 38%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	z-index: 3;
}

.responsive-mt {
	margin-top: 1.5rem;
}

@media (max-width: 769px) {
	.order-md-1 {
		order: 2;
	}

	.order-md-2 {
		order: 1;
	}

	.overlay-content {
		position: static;
		transform: none;
		background: transparent;
		padding: 1rem;
	}

	.overlay-content {
		display: inline;
	}

	.responsive-mt {
		margin-top: 0 !important;
	}

	.p11 {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}

@media only screen and (max-width: 768px) {

	.side-menu1,
	.overlay-content1 {
		display: none;
	}

	.overlay-content {
		color: white;
		text-align: center;
		padding: 0rem;
		border-radius: 5px;
		z-index: 2;
		background-color: #0055D1;
	}
}

@media only screen and (min-width: 768px) {
	.overlay-content {
		display: none;
	}
}

@media (max-width: 1024px) {
	.side-menu1 {
		position: absolute;
		top: 26%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: white;
		z-index: 3;
	}
}

@media (min-width: 992px) {
	.home-easy-way {
		display: flex;
	}
}

@media (max-width: 991px) {
	.home-easy-way h1 {
		margin-top: 30px;
	}

	section#faq {
		margin-bottom: 15px !important;
	}

	.footer-second .col-md-3,
	.footer-second .col-md-6 {
		width: 100%;
	}
}

.side-menu1 {
	position: absolute;
	top: 9%;
	left: 10%;
	transform: translate(-50%, -50%);
	color: white;
	z-index: 3;
}

@media (max-width: 1400px) {
	.side-menu1 {
		top: 3%;
		left: 15%;
	}
}

@media (max-width: 1200px) {
	.side-menu1 {
		left: 25%;
	}
}

@media (max-width: 992px) {
	.side-menu1 {
		left: 30%;
		top: 20%;
	}

	.relative-work {
		display: none;
	}

	.workflow1 {
		display: none;
	}
}

.social-icon i {
	color: rgb(235, 233, 233) !important;
	background-color: #D3D5DB;
	border-radius: 25px;
	padding: 10px;
}

@media (max-width: 768px) {
	.side-menu1 {
		left: 35%;
		top: 15%;
	}
}

@media (max-width: 576px) {
	.side-menu1 {
		left: 50%;
		top: 10%;
	}
}

.text-white {
	color: white;
}

.dec {
	text-decoration: none;
}

#visible-bg1 {
	transition: background-color 0.3s ease-in-out;
}

.visible-bg1 {
	background-color: #FFFFFF;
	padding: 0.4rem;
}

.hidden-bg1 {
	background-color: transparent;
}

.border1 {
	border: solid #e8e8e8 1px;
}

.mark1 {
	margin-top: 6rem;
}

.border12 {
	border-radius: 15px;
}

.overlay-text {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -55%);
	color: rgb(17, 2, 2);
	background-color: #FFFFFF;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	z-index: 2;
	max-width: 100%;
}

.img-thumbnail {
	border: none;
	border-radius: 0.5rem;
}

.img-container {
	padding: 5px;
}

.custom-padding-top {
	padding-top: 130px;
}

.custom-font-size {
	font-size: 16px;
}

.custom-margin-bottom {
	margin-bottom: 1rem;
}

.container-fluide {
	position: relative;
	padding: 0;
}

.background-image {
	width: 100%;
	height: auto;
	margin-left: 0;
}

.foreground-image {
	position: absolute;
	left: 54%;
	transform: translate(-73%, 2%);
	max-width: 39%;
	height: auto;
}

.center-image {
	position: absolute;
	top: 88%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: auto;
}

.bg-color1 {
	background-color: #dedfe1;
	;
	height: auto;
}

.font-pra {
	font-size: 14px;
}

.danger-class {
	border-radius: 30%;
	margin-right: 1rem;
}

.hero-sticky-board {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0px;
	margin: -4px;
}

.hero-sticky-board li {
	list-style: none;
	margin: 10px;
}

.hero-sticky-board a {
	text-decoration: none;
	color: #eae0e0;
	display: block;
	height: 12rem;
	width: 11.5rem;
	padding: 11px;
	box-shadow: 5px 5px 7px rgba(120, 118, 118, 0.7);
	border-radius: 5px;
	transition: transform .15s linear;
}

.hero-sticky-board a:hover,
.hero-sticky-board a:focus {
	box-shadow: 10px 10px 7px rgba(148, 138, 138, 0.7);
	transform: scale(1.25);
	position: relative;
	z-index: 5;
}

.hero-sticky-board .pin {
	background-color: #aaa;
	display: block;
	height: 16px;
	width: 2px;
	position: absolute;
	left: 50%;
	top: -4px;
	z-index: 1;
}

.hero-sticky-board .pin:before {
	background-color: hsla(0, 0%, 0%, 0.1);
	box-shadow: 0 0 0.25em hsl(0deg 0% 0% / 10%);
	content: "";
	height: 12px;
	width: 2px;
	position: absolute;
	top: 4px;
	left: 50%;
	transform: translateX(-50%) rotate(57.5deg);
	transform-origin: 50% 100%;
}

.hero-sticky-board .pin:after {
	background-color: #f44336;
	background-image: rgb(164, 32, 22);
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px -5px, rgba(0, 0, 0, 0.04);
	content: "";
	height: 13px;
	position: absolute;
	top: -2px;
	left: 50%;
	width: 14px;
	transform: translateX(-50%);
}

.title1 {
	background: #F0AC6B !important;
	transform: rotate(8deg);
}

.title1 h2,
.title1 p {
	color: #502700;
}

.title2 {
	background: #AAD5A8 !important;
	transform: rotate(-7deg);
}

.title2 h2,
.title2 p {
	color: #045000;
}

.title3 {
	background: #B8B290 !important;
	transform: rotate(8deg);
	position: relative;
	top: 5px;
}

.title3 h2,
.title3 p {
	color: #502700;
}

.title4 {
	background: #8EA5EB !important;
	transform: rotate(-8deg);
}

.title4 h2,
.title4 p {
	color: #001452;
}

.title5 {
	background: #DD946B !important;
	transform: rotate(6deg);
}

.title5 h2,
.title5 p {
	color: #622300;
}

.title6 {
	background: #c592ca !important;
	transform: rotate(-11deg);
}

.title6 h2,
.title6 p {
	color: #500057;
}

.title7 {
	background: #7FC3C4 !important;
	transform: rotate(5deg);
}

.title7 h2,
.title7 p {
	color: #00494A;
}

.title8 {
	background: #E9907E !important;
	transform: rotate(-9deg);
}

.title8 h2,
.title8 p {
	color: #5B0F00;
}

.title9 {
	background: #a191b6 !important;
	transform: rotate(8deg);
}

.title9 h2,
.title9 p {
	color: #240054;
}

.title10 {
	background: #D88A97 !important;
	transform: rotate(-6deg);
}

.title10 h2,
.title10 p {
	color: #57000E;
}

.bg-style {
	background-color: #0055F1;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.content-wrapper {
	z-index: 3;
	width: 100%;
	max-width: 100%;
	text-align: center;
	position: relative;
}

.vector-img,
.vector-img1 {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.vector-img1 {
	transform: translate(-50%, 0);
}

.position-relative {
	position: relative;
}

.acro-class {
	padding: 1rem;
}

.accro-work {
	border-radius: 1rem;
}

@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700&display=swap");

body {
	background: #fafafa;
}

.accordion {
	display: flex;
	flex-direction: column;
}

.accordion h1 {
	font-size: 32px;
	text-align: center;
}

.accordion-item {
	margin-top: 20px;
	border: 1px solid #fcfcfc;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
	border-radius: 5px;
}

.accordion-item .accordion-item-title {
	position: relative;
	margin: 0;
	display: flex;
	width: 100%;
	font-size: 15px;
	cursor: pointer;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 14px 20px;
	box-sizing: border-box;
	align-items: center;
}

.accordion-item .accordion-item-desc {
	display: none;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	color: #444;
	border-top: 1px dashed #ddd;
	padding: 10px 20px 20px;
	box-sizing: border-box;
}

.accordion-item input[type="checkbox"] {
	position: absolute;
	height: 0;
	width: 0;
	opacity: 0;
}

.accordion-item input[type="checkbox"]:checked~.accordion-item-desc {
	display: block;
}

.accordion-item input[type="checkbox"]:checked~.accordion-item-title .icon:after {
	content: "-";
	font-size: 25px;
	background-color: #0067FF;
	padding-right: 8px;
	padding-left: 9px;
	padding-top: -2px;
	padding-bottom: -5px;
	border-radius: 6px;
	color: white;
}

.accordion-item input[type="checkbox"]~.accordion-item-title .icon:after {
	padding: 0px 5px 0px 5px;
	content: "+";
	font-size: 25px;
	color: #ffffff;
	border: 1px solid #81d5dd;
	border-radius: 4px;
	background-color: #1989fb;
}

.accordion-item:first-child {
	margin-top: 0;
}

.accordion-item .icon {
	margin-left: 14px;
}

@media screen and (max-width: 767px) {
	.accordion {
		padding: 0 16px;
	}

	.accordion h1 {
		font-size: 22px;
	}
}

.social-icon i {
	color: rgb(46, 45, 45) !important;
	background-color: #D3D5DB;
	border-radius: 25px;
	padding: 10px;
}

.copy {
	border-radius: 20px;
	background-color: #52515133;
}

.faq-radius {
	border-bottom-left-radius: 5rem;
	border-bottom-right-radius: 5rem;
}

.overlay-contant-img {
	height: 300px;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	border-radius: 200px;
}

.img-fluid {
	max-width: 100%;
	height: 100%;
}

.overlay-img-work {
	height: 480px;
	position: absolute;
	transform: translate(9%, -53%);
}

.carousel-top {
	background-color: #0024d1;
	padding: 5rem;
}

.p11 {
	font-size: 14px;
	padding-right: 5rem;
	padding-left: 5rem;
}

.product-image {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.product-image .background-image {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.product-image .overlay-image {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	object-fit: contain;
}

.bg-style {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.product-item {
	padding-top: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

a {
	display: inline-block;
}

.container-work {
	margin-top: 2rem;
}

.product-image {
	position: relative;
}

.background-image {
	width: 100%;
	height: auto;
}

.overlay-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: auto;
}

.relative-work {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.footer-color-li {
	color: #A9A8A8;
}

.bg-blue-container {
	background-color: #0024d1;
	min-height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.overlay-img-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.overlay-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.card-container {
	position: relative;
	overflow: hidden;
	text-align: center;
	color: white;
	background: linear-gradient(to right, #332978, #0A0626);
	transition: transform 0.3s ease;
}

.card-bg-img {
	height: 350px;
	background-size: cover;
	background-position: center;
	transition: opacity 0.3s ease;
	z-index: 1;
}

.card-title-wrapper {
	position: absolute;
	top: 15px;
	left: 10px;
	font-size: 1.2rem;
	z-index: 2;
	color: white;
}

.card-hover-info {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	background: rgba(0, 0, 0, 0.6);
	color: white;
}

.card-container:hover .card-bg-img {
	opacity: 0;
}

.card-container:hover .card-hover-info {
	opacity: 1;
}

@media (max-width: 768px) {
	.card-bg-img {
		height: 150px;
	}
}

.pt-custom {
	padding-top: 2rem;
}

.custom-zcrm-background {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
	height: auto;
}

.custom-overlay-content {
	position: relative;
	z-index: 2;
	padding-top: 50px;
}

.custom-card {
	border: none;
	border-radius: 10px;
	position: relative;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.custom-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 5px;
	background: transparent;
	border-radius: 10px 0 0 10px;
}

.custom-card-1::before {
	background-color: red;
}

.custom-card-2::before {
	background-color: blue;
}

.custom-card-3::before {
	background-color: green;
}

.custom-card-4::before {
	background-color: yellow;
}

.custom-card-5::before {
	background-color: purple;
}

.custom-card-6::before {
	background-color: orange;
}

.custom-card-body {
	padding: 20px;
}

.custom-card-title {
	font-size: 1.25rem;
}

.custom-card-text {
	font-size: 1rem;
}

@media (max-width: 767px) {
	.custom-card {
		border-radius: 5px;
	}
}

.rd {
	border-radius: 10px;
}

.review-section {
	z-index: 1;
	margin-top: 0;
	overflow: hidden;
	display: block;
	position: relative;
	transition: all 0.3s ease-in-out;
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: bottom right;
}

.feedback-button {
	font-size: 1rem;
	padding: 17px 0;
	width: 50%;
	text-align: center;
	color: #1989FB;
	background-color: white;
	border-radius: 10px;
	margin-top: 25px;
}

.feedback-headline {
	font-size: 3.5rem;
	color: white;
	text-align: center;
	margin-top: 25px;
}

.feedback-description {
	font-size: 1rem;
	color: rgb(224, 224, 224);
	text-align: center;
	margin-top: 25px;
}

@media (max-width: 768px) {
	.feedback-headline {
		font-size: 2rem;
	}

	.feedback-button {
		font-size: 1rem;
	}

	.feedback-description {
		font-size: 0.9rem;
	}
}

.icon-service {
	margin-right: 10px;
}

.card-title {
	font-weight: bold;
}

.position-title {
	font-style: italic;
}

.card-work {
	background-color: white;
	border-radius: 25px;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 10px;
	margin: 10px;
	width: 33%;
}

.review-logo {
	max-width: 100%;
	height: auto;
}

.review-card-body {
	padding: 10px;
}

.card {
	margin: 0 10px;
	color: #000000;
}

.slick-slide {
	margin: 0 5px;
	display: flex;
	justify-content: center;
}

.custom-slider-column {
	overflow: hidden;
}

.slider-container {
	width: 100%;
}

.responsive-items {
	display: flex;
}

.custom-card {
	min-width: 250px;
	margin: 10px;
	background-color: white;
}

.custom-review-logo {
	max-width: 100%;
	height: auto;
}

.custom-icon {
	font-size: 24px;
	margin-right: 10px;
}

.custom-flex-container {
	display: flex;
	align-items: center;
}

.custom-container {
	background-color: #000;
	height: auto;
	padding-bottom: 50px;
}

.custom-font-size {
	font-size: 20px;
}

.single-provide-solutions1 {
	z-index: 1;
	margin-top: 0;
	overflow: hidden;
	display: block;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: black;
}

.single-provide-solutions1:after {
	top: 0;
	left: 0;
	height: 0%;
	width: 100%;
	z-index: -1;
	content: "";
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #0343aa;
	box-shadow: rgba(49, 47, 47, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	color: white !important;
}

.single-provide-solutions1:hover {
	color: white;
}

.single-provide-solutions1:hover:after {
	height: 100%;
}

.card {
	border: none !important;
}

.icon-bg {
	padding: 6px;
	background-color: #fff5f5;
	border-radius: 50%;
	width: 45px;
}

.icon-gg {
	border: 4px solid #e2e2ed;
	border-radius: 58%;
	display: inline-block;
	padding: 3px;
}

.icon-gg1 {
	border: 4px solid #c6c6ff;
	border-radius: 50%;
	display: inline-block;
	padding: 0px;
}

#backtotop {
	position: fixed;
	letter-spacing: 0;
	right: 25px;
	bottom: -25px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	border-radius: 50%;
}

.tpFadeInUp {
	opacity: 0;
	animation: tpFadeInUp 2s ease-out forwards;
}

@keyframes tpFadeInUp {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes tpslideInUp {
	from {
		transform: translateY(100%);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.tpfadeInLeft {
	opacity: 0;
	animation: tpfadeInLeft 2s ease-out forwards;
}

@keyframes tpfadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.tpSkillInLeft {
	opacity: 0;
	animation: tpSkillInLeft 2s ease-out forwards;
}

@keyframes tpSkillInLeft {
	0% {
		opacity: 0;
		transform: translateX(-300px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.slideinup {
	-webkit-animation-name: slideinup;
	animation-name: slideinup
}

@keyframes slideinup {
	0% {
		opacity: 0;
		transform: translateY(70px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes slideinright {
	0% {
		opacity: 0;
		transform: translateX(70px);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes slideindown {
	0% {
		opacity: 0;
		transform: translateY(-70px);
	}

	100% {
		transform: translateY(0);
	}
}

.slideinleft {
	-webkit-animation-name: slideinleft;
	animation-name: slideinleft
}

@keyframes slideinleft {
	0% {
		opacity: 0;
		transform: translateX(-70px);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes slidebottomright {
	0% {
		opacity: 0;
		transform: translateX(100px) translateY(100px);
	}

	100% {
		transform: translateX(0) translateY(0);
	}
}

@keyframes slidetopleft {
	0% {
		opacity: 0;
		transform: translateX(-100px) translateY(-100px);
	}

	100% {
		transform: translateX(0) translateY(0);
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}

	0% {
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-top-color: transparent;
		border-left-color: transparent;
	}

	75% {
		border-top-color: #fff;
		border-left-color: #fff;
		border-right-color: #fff;
		border-bottom-color: transparent;
	}

	100% {
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-top-color: transparent;
		border-left-color: transparent;
	}
}

.img-custom-anim-right {
	animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
	opacity: 0;
}

@keyframes img-anim-right {
	0% {
		transform: translateX(5%);
		clip-path: inset(0 0 0 100%);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		opacity: 1;
	}
}

.img-custom-anim-left {
	animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
	opacity: 0;
}

@keyframes img-anim-left {
	0% {
		transform: translateX(-5%);
		clip-path: inset(0 100% 0 0);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		opacity: 1;
	}
}

.img-custom-anim-top {
	animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
	opacity: 0;
}

@keyframes img-anim-top {
	0% {
		transform: translateY(-5%);
		clip-path: inset(0 0 100% 0);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		clip-path: inset(0 0 0 0);
		opacity: 1;
	}
}

.tp-white-bg {
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0px;
	line-height: 1.2;
}

.services_info a,
.services_info button {
	outline: none;
	border: none;
	background: transparent;
	text-decoration: none;
	color: #0c1c0c;
}

.services_info {
	Background: #fff;
	color: #333;
	padding: 40px 30px;
	margin-bottom: 30px;
	border-radius: 24px;
}

.service-section.mb-50 h2 {
	font-size: 3em;
	color: #333;
	font-weight: 700;
	text-transform: capitalize;
}

section.st-services.pt-130.pb-130 {
	padding: 5em 0 4em;
}

.service-section p {
	color: #333;
	font-size: 30px;
	padding: 1em 0 0;
}

.Brokify_info .card-bg-img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	overflow: hidden;
	filter: blur(0);
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-o-filter: blur(0);
	-ms-filter: blur(0);
	-ms-filter: blur(0px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}

.Brokify_info .card-bg-img:hover {
	width: 400px;
	height: 400px;
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: url(blur.svg#blur);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}

.pricing-carousel-body {
	margin: 0;
	padding: 0;
	background: #1821c2;
}

.pricing-carousel {
	height: 600px;
	perspective: 200px;
}

.pricing-carousel .pricing-carousel-item {
	width: 640px;
	height: 400px;
}

.pricing-card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	max-width: 500px;
	margin: auto;
	text-align: center;
	border-radius: 10px;
	height: 350px;
}

.pricing-img-area {
	border-radius: 10px 10px 0 0;
	height: 200px;
	background-size: cover;
	background-position: center center;
}

.pricing-btn {
	background-color: #f06292;
}

.cd-slider {
	position: relative;
	width: 100%;
	height: 22rem;
	overflow: hidden;
	margin-bottom: 6rem;
	margin-top: 3rem;
}

.cd-slider li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	transition: visibility 0s 1s;
	will-change: visibility;
}

.image {
	position: absolute;
	top: 0;
	left: 0;
	width: 520px;
	height: 345px;
	background-size: cover;
	background-position: 50% 50%;
	clip: rect(0, 80rem, 50rem, 80rem);
	transition: clip .5s cubic-bezier(0.99, 0.01, 0.45, 0.9) .5s;
	will-change: clip;
}

.content {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 2rem 0 0 2rem;
	font-size: 9rem;
	text-align: right;
}

.content h2 {
	text-overflow: ellipsis;
	overflow: hidden;
	transform: translateY(-30%);
	opacity: 0;
	transition: transform .5s, opacity .5s;
	will-change: transform, opacity;
}

.content a {
	display: inline-block;
	font-size: 14px;
	padding: 1.5rem;
	opacity: 0;
	transform: translateY(-100%);
	transition: transform .5s .1s, opacity .5s .1s;
	will-change: transform, opacity;
}

.flex-container {
	display: flex;
	justify-content: right;
}

.nav_arrows {
	display: flex;
	justify-content: end;
	height: 300px;
	align-items: flex-end;
}

li.current {
	visibility: visible;
	transition-delay: 1s;
}

li.current .image {
	clip: rect(0, 80rem, 50rem, 0);
}

li.current .content h2 {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 1s;
}

li.current .content a {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 1.1s;
}

li.prev_slide .image {
	clip: rect(0, 0, 50rem, 0);
}

.prev,
.next,
.counter {
	vertical-align: middle;
}

.prev,
.next {
	position: relative;
	display: inline-block;
	height: 5rem;
	width: 5rem;
	border: 0;
	cursor: pointer;
	background: transparent;
}

.prev::before,
.next::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border: .8rem solid transparent;
	border-right-width: 1rem;
	border-right-color: #fff;
	border-left-width: 0;
	width: 0;
	height: 0;
}

.prev::after,
.next::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateZ(0);
	left: .5rem;
	background: #fff;
	height: .1rem;
	min-height: 1px;
	width: 2.5rem;
	transition: width .3s;
}

.next::before {
	right: 0;
	left: auto;
	border-left-width: 1rem;
	border-left-color: #fff;
	border-right-width: 0;
}

.next::after {
	right: .5rem;
	left: auto;
}

.counter {
	display: inline-block;
	font-size: 2rem;
	margin-bottom: 15px;
	font-family: serif;
	font-style: italic;
}

.counter span:last-child::before {
	content: '/';
	margin: 0 1rem;
}

.prev:hover::after,
.next:hover::after {
	width: 3.5rem;
}

@media screen and (max-width: 550px) {
	.image {
		width: 100%;
	}

	.content {
		padding-right: 2rem;
	}

	nav {
		left: 0;
		right: auto;
	}
}

.right-align {
	float: right;
	width: 500px;
}

.image1 {
	background-image: url("./assets/Dashboard.png");
	background-size: 100%;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.image2 {
	background-image: url("./assets/quick-quotes.png");
	background-size: 100%;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.image3 {
	background-image: url("./assets/pay-now.png");
	background-size: 100%;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.gallery {
	background: #0024d1;

	overflow: hidden;
}

.footer-second {
	display: table;
}

.footer-second img {
	margin: 12px 10px;
}

.flickity-page-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	list-style: none;
}

.flickity-page-dots .dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ccc;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.flickity-page-dots .dot.is-selected {
	background-color: #007bff;
	transform: scale(1.2);
}

:focus-visible {
	outline: none;
	border: none;
}

.footer-second .col-md-3,
.footer-second .col-md-6 {
	float: left;
}

.hidden-bg1 .navbar.navbar-expand-lg {
	margin-top: 0em;
}

.box {
	margin: 100vh 0;
	/* So we can scroll */
	width: 100%;
	height: 200px;
	background-color: lightblue;
	text-align: center;
	padding-top: 80px;
	font-size: 24px;
	border: 2px solid #000;
}

.animate__animated {
	--animate-duration: 1s;
}