
.carousel {
	min-height: 460px;
	margin-top: 40px;

}
.carousel-inner {
	overflow: visible;
}
.carousel-indicators {
	right: inherit;
	margin: 56px 0 0 0;
	bottom: 0;
}

.carousel-indicators li {
	width: 34px;
	height: 7px;
}
.img-circle-wrapper {
	height: 450px;
	width: 450px;
	border-radius: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-top: -40px;
	z-index: 10;
}
.line {
	width: 300px;
	border: 3px dashed #ffffff;
	z-index: -1;
	position: absolute;
}
.line.line-1 {
	transform: rotate(148deg);
    margin-top: 14px;
	right: 0;
}
.line.line-2 {
	transform: rotate(215deg);
    margin-top: 274px;
    right: 0;
}
.line.line-3 {
	transform: rotate(321deg);
    margin-top: 312px;
    left: 0;
}
.line.line-4 {
	transform: rotate(220deg);
    margin-top: 72px;
    left: 0;
    margin-left: 127px;
}
.img-circle-wrapper.address-experts {
    background-image: url(../images17/homepage-banner-address-experts.webp);
    background-position: 23% 40%;
    background-size: 286%;
    background-repeat: no-repeat;
	/* border: 3px solid #d9f2fa; */
}
.img-circle-wrapper.global-service-bureau {
	background-image: url(../images17/homepage-banner-global-data-service-bureau.jpg);
	background-position: 12% 40%;
    background-size: 202%;
    background-repeat: no-repeat;
	/* border: 3px solid #d9f2fa; */
}
.img-circle-wrapper.federal-agencies {
	background-image: url(../images17/homepage-banner-govcloud-address-suite.jpg);
	background-position: 12% 40%;
	background-size: 151%;
	background-repeat: no-repeat;
	/* border: 3px solid #d9f2fa; */
}
.img-circle-wrapper.address-experts .line {
	top: 0;
	right: 0;
}
.img-circle-wrapper.listware {
	background: #00455e;
}
.img-circle-wrapper.listware img {
	max-width: 390px;
    width: 100%;
}
.btn-learn-more {
	max-width: 240px;
	width: 100%;
	background: #00a3e0;
	color: #ffffff;
	font-size: 23px;
	font-weight: 700;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
}
.btn-learn-more:hover {
	text-decoration: none;
	color: #ffffff;
}
.product-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	width: 124px;
	height: 124px;
	border-radius: 124px;
	flex-direction: column;
	position: absolute;
	border: 2px solid #00749f;
}
.product-circle i {
	font-size: 32px;
	margin-bottom: 8px;
	margin-top: -6px;
}
.product-circle span {
	display: block;
	line-height: 16px;
    font-family: 'Inter', sans-serif !important;
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
}
.product-circle.global-coverage {
	top: 0;
	margin-right: -575px;
	margin-top: -100px;
	background: #00749f;
}
.product-circle.global-coverage i {
	color: #ffffff;
}
.product-circle.delivery-indicator {
	bottom: 0;
	margin-right: -640px;
	margin-bottom: 0;
	background: #00749f;
}
.product-circle.delivery-indicator i {
	color: #ffffff;
}
.product-circle.address-autocomplete {
	top: 0;
    left: 0;
    background: #00749f;
    margin-top: 325px;
}
.product-circle.address-autocomplete i {
	color: #ffffff;
}
.product-circle.address-autocomplete span {
	color: #ffffff;
}
.product-circle.listware-logo {
	border: 0;
    margin-top: -513px;
    margin-right: 442px;
    width: 132px;
    height: 132px;
}
.product-circle.listware-logo > img {
	max-width: 132px;
	width: 100%;
}


.card-unison-app {
	margin-left: 100px;
	max-width: 420px;
    width: 100%;
    border: 0;
    overflow: hidden;
    z-index: 1;
	margin-top: 16px;
}
.card-unison-app .browser-top {
	background: #00A3E0;
	padding: 4px 12px;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.card-unison-app .browser-top i {
	color: #FFFFFF;
}
.card-unison-app .browser-body {
	padding: 16px;
}
.card-unison-app .eye-wrapper {
	background: #FFFFFF;
	width: 60px;
	height: 60px;
	border-radius: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	margin: 8px 16px 0 0;
}
.card-unison-app .eye-wrapper i {
	color: #FFFFFF;
	font-size: 32px;
}
.card-unison-app .eye-wrapper div {
	background: #00a3e0;
    width: 56px;
    height: 56px;
    border-radius: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-unison-app .progress-task {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.card-unison-app .icon-box i {
	font-size: 32px;
	color: #fff;
}
.card-unison-app .icon-box img {
	max-width: 64px;
	width: 100%;
	opacity: .9;
}
.card-unison-app .progress-task h6 {
	font-size: 15px;
    font-weight: 600;
	opacity: .9;
}
.card-unison-app .progress-bar.bg-default {
	background: #00A3E0;
}
.card-unison-app .status-green {
	opacity: .6;
	color: green;
}
.card-unison-app .status-warn {
	opacity: .6;
	color: #ffad29;
}
.card-unison-app .status-red {
	opacity: .6;
	color: red;
}
.card-unison-logo {
	padding: 8px;
    border-radius: 0.25rem;
    position: absolute;
    z-index: 101;
    background: #FFFFFF;
    margin-left: 180px;
    margin-top: -35px;
}
.card-unison-logo {
	padding: 8px;
	border-radius: 0.25rem;
	position: absolute;
	z-index: 101;
	background: #FFFFFF;
	margin-left: 180px;
	margin-top: -35px;
}
.card-unison-logo img {
	max-width: 180px;
	width: 100%;
}
.carousel-indicators {
	bottom: -32px;
}
.card-unison-app {
	max-width: 580px;
	width: 100%;
	border: 0;
	overflow: hidden;
	z-index: 1;
}
.card-unison-app h6 {
	font-weight: 600;
	font-size: 16px;
}
.card-unison-app .browser-top {
	background: #FFFFFF;
	padding: 4px 10px;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	border-bottom: 1px solid #F2F2F2;
}
.card-unison-app .browser-body {
	height: 410px;
}

.card-unison-app .browser-body img {
	width: 950px;
	margin-left: -203px;
	margin-top: -10px;
}
.browser-body {
	background-image: url(/images17/data-marketplace-screenshot.png);
	background-size: 167%;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

.line-container {
  width: 1px;
  height: 24px;
  position: relative;
  margin-bottom: 100px;
}
.line-down-wrapper {
	position: absolute;
    /* bottom: 0; */
    left: 0;
    right: 0;
    margin-top: 98px;
    z-index: 10;
}
.line-down {
  position: absolute;
  width: 2px;
  height: 0px;
  background-color: #fff;
  top: 0;
  bottom: initial;
  animation: line-animation 2.5s ease-in-out 0s infinite normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.line-down::before {
  content: " ";
  width: 16px;
  height: 16px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  bottom: 0;
  animation: arrow-animation 2.5s ease-in-out 0s infinite normal;
}

@keyframes line-animation {
  0% {
    height: 0px;
    top: 0px;
    opacity: 0;
  }
  50% {
    height: 44px;
    top: 0px;
    opacity: 1;
  }
  100% {
    height: 0px;
    top: 44px;
    opacity: 0;
  }
}
@keyframes arrow-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}




@media (max-width: 1199px) {
	.scroll-down-icon {
		display: none;
		visibility: hidden;
	}
}
@media (max-width: 1444px) {
	.product-circle,
	.line {
		display: none !important;
		visibility: hidden !important;
	}
	.carousel-indicators {
		bottom: -32px !important;
	}
}
@media (max-width: 767px) {
	.btn-learn-more {
		max-width: 330px;
	}
}
