* {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
	font-family: 'MarselisPro';
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
	overflow: inherit !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'MarselisPro';
	font-weight: 700;
	color: #1C4396;
	margin: 0;
}

a {
	color: #1C4396;
	text-decoration: none;
	transition: all .3s;
}

a:hover {
	color: #2C71F0;
	text-decoration: none;
	transition: all .3s;
}

p {
	margin: 0;
	color: #1C4396;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.btn,
.header-btns a {
	font-family: 'MarselisPro';
	font-weight: 700;
	font-size: 15px;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	background-color: #9BB8FA;
	display: inline-block;
}

.btn:hover,
.header-btns a:hover {
	color: inherit;
	background-color: #fff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header-btns a.header-btns-no-bg:hover {
	background-color: transparent;
	box-shadow: none;
	color: #2C71F0;
}

.header-btns .btn.header-btns-bg:hover {
	background-color: transparent;
	color: #2C71F0;
}

.btn.btn-border {
	background-color: transparent;
	border: 1px solid #9BB8FA;
}

.mx-1280,
.container {
	margin: 0 auto;
	max-width: 1200px;
}
.mx-1280 {
	max-width: 1280px;
}

@media screen and (max-width: 1200px) {
	.container {
		max-width: 100%;
		padding: 0 15px;
	}
}

@media screen and (max-width: 767px) {
	body {
		font-size: 16px;
		line-height: 26px;
	}
}


/*Header*/
.header-area {
	padding: 30px 0 27px 0;
	transition: all .3s;
}

.header-area.sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, .93);
	z-index: 999;
	padding: 20px 0;
	box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
	backdrop-filter: blur(6px);
}

.header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-logo {
	width: 240px;
}

.header-logo a {
	display: flex;
}

.header-menu ul {
	display: flex;
	align-items: center;
}

.header-menu ul li a {
	padding: 0 12px;
	line-height: 31px;
	font-family: 'MarselisPro';
	font-size: 15px;
	font-weight: 400;
}

.header-menu>ul>li {
	position: relative;
}

.header-menu .sub-menu-area {
	width: 220px;
	flex-direction: column;
	position: absolute;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	top: 33px;
	left: -5px;
	background-color: #fff;
	align-items: flex-start;
	padding: 15px 0;
	z-index: 99;
	transform-origin: top center;
	transform: scaleY(1) translateZ(100px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.15s ease-in-out;
}

.header-menu ul>li:hover .sub-menu-area {
	height: auto;
	transform: scaleY(1) translateZ(0px);
	opacity: 1;
	visibility: visible;
}

.header-btns {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-btns .btn.header-btns-bg {
	width: 162px;
}

.header-btns .header-btns-no-bg {
	background-color: transparent;
	margin-right: 27px;
}

.header-ham {
	display: none;
}

.header-ham a {
	display: flex;
	width: 37px;
}

.header-ham.header-mobile-icon-trigger a img {
	width: 40px;
}

@media only screen and (max-width: 1450px) {
	.header-logo {
		width: 200px;
	}
}

@media only screen and (max-width: 1250px) {

	.header-menu,
	.header-btns {
		display: none;
	}

	.header-ham {
		display: block;
	}
}

/* slider-area */
.slider-area {
	background-color: #F9FBFF;
	padding: 95px 0 68px 0;
}

.slider-area.slider-area-v2 {
	background-color: #fff;
	border-top: 1px solid #E6E6E6;
	padding-bottom: 90px;
}

.slider-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.slider-content {
	width: 513px;
	padding-top: 60px;
}

.slider-area-v2 .slider-content {
	padding-top: 0;
}

.slider-content h2 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 13px;
}

.slider-image-area {
	width: 593px;
	height: 433px;
}

.slider-content p {
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 26px;
}

.btn-group {
	display: flex;
	align-items: center;
	gap: 16px;
	padding-top: 10px;
}
.slider-content .btn {
	width: auto;
    height: auto;
    background-color: #9BB8FA;
    padding: 15px 40px;
    margin-bottom: 2px;
    line-height: 1;
    border-radius: 30px;
}

.slider-content .btn:hover {
	background-color: transparent;
	color: #2C71F0;
}
.slider-content .outline-btn {
	background-color: #fff;
	border: 1px solid #9BB8FA;
}
.slider-content .outline-btn:hover {
	background-color: #2C71F0;
	color: #fff;
}

.slider-content>span {
	font-size: 12px;
	font-weight: 600;
	color: #9BB8FA;
	display: block;
	max-width: 162px;
	text-align: center;
}

.slider-image-inner {
	width: 100%;
	height: 100%;
	position: relative;
}

.slider-image-inner img {
	position: absolute;
}

.slider-image-inner .slider1 {
	right: 0;
	bottom: 0;
	z-index: 3;
}

.slider-image-inner .slider2 {
	bottom: -31px;
	right: 78px;
	z-index: 3;
}

.slider-image-inner .slider3 {
	right: 446px;
	bottom: 315px;
	z-index: 2;
}

.slider-image-inner .slider-p1 {
	right: calc(100% - 82px);
	bottom: calc(100% - -10px);
	z-index: 2;
}

.slider-image-inner .slider-p2 {
	position: absolute;
	right: 477px;
	bottom: 16px;
	z-index: 3;
}

.slider-image-inner .slider-p3 {
	right: 0;
	bottom: 0;
}

.slider-mobile {
	display: none;
}

.slider-download-box {
	max-width: 487px;
	padding: 20px 29px 15px;
	background-color: #F9FBFF;
	text-align: center;
}

.slider-download-box>img {
	margin-bottom: 8px;
}

.download-select-box {
	background-color: #FFFFFF;
	border: 1px solid #DFE9FF;
	padding: 35px 17px 32px;
}

.download-select-box p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 17px;
	max-width: 249px;
	margin-left: auto;
	margin-right: auto;
}

.slider-download-single {
	max-width: 268px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	background-color: #9BB8FA;
	justify-content: center;
	height: 45px;
	font-size: 16px;
	font-family: 'MarselisPro';
	font-weight: 600;
	border-radius: 37px;
	color: #1C4396;
	margin-bottom: 8px;
}

.slider-download-single:hover {
	color: #1C4396;
}

.slider-download-single img {
	width: 22px;
	margin-right: 10px;
}

.comming-soon {
	font-size: 10px;
}

.download-select-btn {
	margin-top: 11px;
}

.slider-download-single div {
	display: flex;
	flex-direction: column;
	line-height: 14px;
}

.slider-download-single.comming-soon-a {
	cursor: auto;
}


.slider-image-inner .slider-line {
	right: -25px;
	top: -46px;
	z-index: 1;
}

@media only screen and (max-width: 1200px) {
	.slider-image-inner {
		display: none;
	}

	.slider-mobile {
		display: block;
	}

	.slider-image-area {
		height: auto;
	}
}

@media only screen and (max-width: 991px) {
	.slider-row {
		flex-wrap: wrap;
	}

	.slider-content {
		width: 100%;
		padding-top: 20px;
		margin-bottom: 35px;
	}

	.slider-image-area {
		width: 100%;
	}

	.slider-download-box {
		margin: 0 auto;
		padding: 30px 0;
	}

	.slider-area {
		padding: 66px 0 33px 0;
	}

	.slider-download-box {
		padding-top: 0;
	}

	.slider-download-box>img {
		display: none;
	}
	.btn-group {
		flex-direction: column;
		align-items: start;
	}
}

/* slider-icon-text-area */
.slider-icon-text-area {
	background-color: #F9FBFF;
	position: relative;
}

.slider-icon-text-row {
	padding-top: 26px;
	padding-bottom: 49px;
	border-top: 1px solid #E6E6E6;
	display: flex;
	justify-content: space-between;
}

.slider-icon-single {
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all .3s;
	opacity: .45;
}

.slider-icon-single.slider-icon-single-padding {
	padding-right: 41px;
}

.slider-icon-single:hover,
.slider-icon-single.active {
	opacity: 1;
}

.slider-icon-single span {
	height: 48px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}

.slider-icon-single span img {
	max-height: 100%;
}

.slider-icon-single h5 {
	font-size: 19px;
	font-weight: 400;
	line-height: 23px;
	max-width: 181px;
	text-align: center;
}

.slider-round-area {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.slider-round-area-inner {
	position: relative;
}

.slider-round {
	width: 58px;
	height: 58px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	bottom: -28px;
	right: calc(50% - 28px);
	transition: all 1s;
}

.slider-round-inner {
	display: block;
	background: #2C71F0;
	box-shadow: 0px 4px 8px 2px rgb(44 113 240 / 56%);
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin-left: 14px;
	margin-top: 14px;
}

@media only screen and (max-width: 991px) {
	.slider-round {
		right: calc(50% - 38px) !important;
	}

	.slider-icon-text-row {
		flex-wrap: wrap;
		justify-content: center;
		padding-bottom: 21px;
	}

	.slider-icon-single {
		width: 33.333%;
		margin-bottom: 59px;
	}
}

@media only screen and (max-width: 991px) {
	.slider-icon-single {
		width: 100%;
		margin-bottom: 41px;
	}

	.slider-icon-text-row {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.slider-icon-single.slider-icon-single-padding {
		padding-right: 0;
	}
}

/* box-grid-area */
.box-grid-area {
	padding: 109px 0 105px 0;
	background-color: #fff;
}

.title h2 {
	font-size: 43px;
	line-height: 53px;
}

.title h2 span {
	color: #2C71F0;
}

.box-grid-area .title {
	text-align: center;
	margin-bottom: 55px;
}

.box-grid-row {
	display: grid;
	grid-template-columns: calc(25% - 23px) calc(25% - 23px) calc(25% - 23px) calc(25% - 23px);
	grid-gap: 31px;
	margin-bottom: 38px;
}

.box-grid-single {
	border: 1px solid #CADAFF;
	border-radius: 11px;
	padding: 35px 32px 34px 32px;
	text-align: left;
	margin-bottom: 15px;
	transition: all .3s;
}

.box-grid-single:hover,
.box-grid-bg-area .box-grid-single:hover {
	background-color: #EFF4FF;
}

.box-icon-grid-row .box-grid-single {
	border: 1px solid #CADAFF;
	border-radius: 11px;
	padding: 23px 26px 31px 26px;
	text-align: left;
	margin-bottom: 15px;
}
.box-grid-icon {
	width: 41px;
	height: 41px;
	margin-bottom: 18px;
}

.box-grid-title {
	height: 58px;
	max-width: 150px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.box-grid-title h2 {
	font-size: 23px;
	line-height: 29px;
}

.box-grid-single hr {
	width: 41px;
	height: 3px;
	background-color: #1C4396 !important;
	text-align: left;
	margin: 0;
	margin-bottom: 18px !important;
}

.box-grid-single ul li {
	color: #1C4396;
	line-height: 20px;
	margin-bottom: 12px;
	list-style: disc;
}

.box-grid-row {
	display: grid;
	grid-template-columns: calc(25% - 23px) calc(25% - 23px) calc(25% - 23px) calc(25% - 23px);
	grid-gap: 31px;
	margin-bottom: 37px;
}

.button-area {
	text-align: center;
}

.button-area .btn {
	width: 204px;
	line-height: 51px;
	font-size: 19px;
	border-radius: 37px;
}

@media only screen and (max-width: 1100px) {
	.box-grid-row {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		grid-gap: 0;
	}

	.box-grid-single {
		width: calc(50% - 10px);
	}
}

@media only screen and (max-width: 991px) {
	.box-grid-area {
		padding: 80px 0 71px 0;
	}
}

@media only screen and (max-width: 767px) {
	.box-grid-single {
		width: 100%;
	}
	.title h2 br { display: none; }
}

/* tab-area */
.tab-area {
	padding-top: 91px;
	padding-bottom: 50px;
	background-color: #2C71F0;
}

.tab-title-area .title {
	color: #fff;
	text-align: center;
	position: relative;
}

.tab-p1 {
	position: absolute;
	right: -40px;
	top: 38px;
}

.tab-title-area .title h2 {
	max-width: 654px;
	margin: 0 auto;
	color: #fff;
	margin-bottom: 22px;
	position: relative;
	z-index: 9;
}

.tab-title-area .title p {
	font-size: 19px;
	line-height: 28px;
	color: #fff;
	position: relative;
	z-index: 9;
}

.tab-row {
	display: flex;
	justify-content: space-between;
}

.tab-items-list {
	width: 345px;
	position: relative;
}

.tab-image-area {
	width: calc(100% - 379px);
	background-color: #2C71F0;
}

.tab-item-single {
	width: 100%;
	height: 82px;
	display: flex;
	align-items: center;
	padding: 11px 11px 11px 40px;
	background-image: linear-gradient(94.27deg, rgba(255, 255, 255, 0.23) 37.97%, rgba(155, 184, 250, 0.23) 87.2%);
	margin-bottom: 18px;
	border-radius: 7px;
	position: relative;
	z-index: 9;
	backdrop-filter: blur(3px);
}

.tab-item-single .image {
	width: 57px;
	display: flex;
	align-items: center;
}

.tab-p2 {
	position: absolute;
	top: -72px;
	left: -86px;
}

.tab-p3 {
	position: absolute;
	bottom: 3px;
	right: -15px;
}

.tab-item-single h4 {
	max-width: 135px;
	font-size: 19px;
	line-height: 23px;
	color: #fff;
	transition: all .3s;
}

.tab-item-single.active h4 {
	color: #1C4396;
}

.tab-image-single {
	width: 100%;
	height: 490px;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	display: none;
}

.tab-image-single:first-child {
	display: block;
}

.tab-main {
	margin-top: 72px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top 70px center;
}

.tab-item-single.active {
	background-color: #fff;
}

@media only screen and (max-width: 991px) {
	.tab-row {
		flex-wrap: wrap;
	}

	.tab-items-list {
		width: 100%;
		margin-bottom: 20px;
	}

	.tab-image-area {
		width: 100%;
	}

	.tab-main {
		padding-bottom: 79px;
	}

	.tab-image-single {
		height: 413px;
		background-size: cover;
	}
}

@media only screen and (max-width: 500px) {
	.tab-image-single {
		height: 263px;
	}
}

/* video-area */
.video-area {
	padding: 121px 0 96px 0;
	background-color: #F9FBFF;
	overflow: hidden;
}

.video-area.video-area-v2 {
	background-color: #fff;
}

.video-container {
	max-width: 973px;
	margin: auto;
	position: relative;
}

.video-row {
	padding: 73px 0 46px 64px;
	background-color: #fff;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 99;
}

.video-area-v2 .video-row {
	background-color: #F9FBFF;
}

.video-text {
	width: 446px;
	padding-right: 32px;
}

.video-thumb-area {
	width: calc(100% - 446px);
	position: relative;
	margin-top: 22px;
}

.video-text .title {
	margin-bottom: 25px;
}

.video-text .title h2 {
	font-size: 34px;
	line-height: 38px;
}

.video-thumb {
	width: 100%;
	height: 292px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.video-thumb-extra {
	width: 100%;
	height: 100%;
	background-color: #2C71F0;
	border-radius: 15px;
	position: absolute;
	top: 13px;
	right: -38px;
	z-index: 1;
}

.video-p1 {
	position: absolute;
	top: -148px;
	left: -174px;
}

.video-p2 {
	position: absolute;
	right: -170px;
	bottom: -130px;
	z-index: 99;
}

.slider-icon-text-area-v2 .slider-icon-text-row {
	border: 0;
	padding-top: 23px;
	padding-bottom: 22px;
}

@media only screen and (max-width: 1300px) {
	.video-container {
		max-width: calc(100% - 218px);
	}

	.video-row {
		padding: 61px 0 101px 28px;
	}

	.video-area {
		padding: 125px 0 98px 0;
	}
	
}

@media only screen and (max-width: 1100px) {
	.video-text {
		width: 50%;
		padding-right: 20px;
	}

	.video-thumb-area {
		width: calc(100% - 50%);
	}
}

@media only screen and (max-width: 991px) {
	.video-row {
		flex-wrap: wrap;
	}

	.video-text {
		width: 100%;
		margin-bottom: 95px;
	}

	.video-thumb-area {
		width: calc(100% - 52px);
	}
}

@media only screen and (max-width: 767px) {
	.video-container {
		max-width: calc(100% - 30px);
	}

	.video-p1 {
		top: -232px;
		left: -184px;
	}

	.video-p2 {
		right: -128px;
		bottom: -146px;
	}
}

@media only screen and (max-width: 500px) {
	.video-thumb {
		height: 200px;
	}
}


.integration-area {
	padding: 94px 0 85px 0;
	background-color: #fff;
}

.integration-container {
	max-width: 1024px;
	margin: auto;
}

.integration-title {
	margin-bottom: 77px;
	text-align: center;
}

.integration-title h2 {
	margin-bottom: 18px;
}

.integration-title .title h4 {
	font-size: 19px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 25px;
}

.integration-title .btn {
	width: 280px;
	height: 51px;
	line-height: 51px;
	border-radius: 30px;
}

.integration-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.integration-col {
	width: 152px;
	height: 152px;
	margin-right: 22px;
	margin-bottom: 22px;
}

.integration-col:nth-child(6) {
	margin-right: 0;
}

.integration-single {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #9BB8FA;
	border-radius: 11px;
	height: 100%;
}

@media only screen and (max-width: 1200px) {
	.integration-col:nth-child(6) {
		margin-right: 15px;
	}

	.integration-col {
		margin-right: 15px;
		margin-left: 15px;
	}
}

@media only screen and (max-width: 991px) {
	.integration-title {
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media only screen and (max-width: 500px) {
	.integration-col {
		width: 100%;
	}
}

.pricing-area {
	border-top: 1px solid #9BB8FA;
	padding-top: 93px;
	padding-bottom: 131px;
}

.pricing-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pricing-single {
	width: calc(33.333% - 7px);
	background: #FFFFFF;
	box-shadow: 3px 3px 34px rgb(208 223 255 / 25%);
	border-radius: 15px;
	padding-bottom: 43px;
}

.pricing-header {
	height: 87px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
	font-weight: 700;
	border-bottom: 1px solid #DDE7FF;
	font-family: 'MarselisPro';
	color: #1C4396;
}

.pricing-bill {
	width: 116px;
	height: 116px;
	background-color: #F5F8FF;
	border-radius: 10px;
	margin: 33px auto 26px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.pricing-bill .pricing-bill-monthly,
.pricing-btn-monthly {
	display: none;
}

.pricing-bill span {
	font-family: 'MarselisPro';
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	color: #1C4396;
}

.pricing-text {
	padding: 0 54px;
	font-size: 19px;
	line-height: 26px;
	margin-bottom: 28px;
	text-align: center;
	color: #1C4396;
}

.pricing-bill>div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.pricing-list-area {
	padding: 0 26px 17px;
}

.pricing-list-area li {
	border-bottom: 1px solid #DDE7FF;
	align-items: center;
	padding-left: 36px;
	line-height: 1.5;
	padding-block: 10px;
	position: relative;
	color: #1C4396;
	font-size: 14px;
}

.pricing-list-area li:last-child {
	border-bottom: 0;
}

.pricing-list-area li::before {
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	background-image: url(../img/price-check.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	background-color: #F2F7FF;
	border-radius: 7px;
}

.pricing-btn {
	text-align: center;
}

.pricing-btn .btn.btn-border {
	width: 257px;
	height: 52px;
	line-height: 52px;
	margin: auto;
}

.pricing-bill .month-year {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 13px;
	line-height: 13px;
}

.pricing-single:hover {
	background-color: #1C4396;
}

.pricing-single:hover .pricing-bill {
	background-color: #2B54AC;
}

.pricing-type {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
}

.pricing-single:hover .pricing-header,
.pricing-single:hover .pricing-bill span,
.pricing-single:hover .pricing-type,
.pricing-single:hover .pricing-text {
	color: #fff;
}

.pricing-single:hover .pricing-header {
	border-color: #2F57AD;
}

.pricing-single:hover .pricing-list-area li {
	color: #fff;
	border-color: #325EBD;
}

.pricing-single:hover .pricing-list-area li::before {
	background-image: url(../img/price-check2.png);
	background-color: #3E6CCE;
}

.pricing-single:hover .pricing-btn .btn.btn-border {
	color: #fff;
}

@media only screen and (max-width: 1200px) {
	.pricing-area {
		border-top: 1px solid #9BB8FA;
		padding-top: 84px;
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 991px) {
	.pricing-single {
		width: 100%;
		margin-bottom: 42px;
	}
}

@media only screen and (max-width: 500px) {
	.pricing-switch-wrap {
		border-radius: 0;
		padding: 0;
		width: 100%;
	}

	.pricing-switch-wrap span {
		width: 100%;
		border-radius: 0;
		min-height: 56px;
		line-height: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 15px;
	}
}

/* testimonial-area */
.testimonial-area {
	padding-top: 202px;
	padding-bottom: 61px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
}

.testimonial-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.testimonial-text {
	max-width: 480px;
}

.testimonial-main {
	max-width: 600px;
}

.testimonial-items {
	background-color: #fff;
	border: 1px solid #E2E2E2;
	border-radius: 23px;
	box-shadow: 17px 18px 10px #eff4ff;
}

.testimonial-single {
	padding: 53px 45px 59px 57px;
}

.testimonial-single-header {
	height: 81px;
	display: flex;
	align-items: center;
	padding-bottom: 21px;
	border-bottom: 1px solid #EFEFEF;
}

.testimonial-single-image {
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-right: 26px;
	border-radius: 50%;
}

.testimonial-single-meta {
	width: calc(100% - 86px);
	display: flex;
	align-items: center;
	line-height: 22px;
}

.testimonial-single-meta p {
	margin-right: 11px;
	padding-right: 11px;
	border-right: 1px solid #9BB8FA;
	font-family: 'MarselisPro';
	font-weight: 700;
}

.testimonial-single-meta span {
	color: #1C4396;
}

.testimonial-single-meta {
	width: calc(100% - 86px);
	display: flex;
	align-items: center;
}

.testimonial-single-text {
	padding-top: 26px;
	font-weight: 600;
	color: #1C4396;
}

.testimonial-buttons {
	margin-top: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-buttons a {
	width: 52px;
	height: 52px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 4px 12px #dee8ff;
	margin: 0 10px;
}

.testimonial-area .container {
	position: relative;
}

.testi-p1 {
	position: absolute;
	top: -76px;
	right: -11px;
}

.testi-p2 {
	position: absolute;
	right: 479px;
	bottom: -226px;
}

@media only screen and (max-width: 1200px) {
	.testimonial-main {
		max-width: 650px;
	}

	.testi-p1 {
		right: 0;
	}

	.testi-p2 {
		left: 0;
	}
}

@media only screen and (max-width: 991px) {
	.testimonial-row {
		flex-wrap: wrap;
	}

	.testimonial-text {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}

	.testimonial-main {
		max-width: 100%;
		width: 100%;
	}

	.testimonial-main {
		max-width: 100%;
		width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	.testimonial-single {
		padding: 30px 15px;
	}

	.testimonial-single-meta {
		flex-direction: column;
		align-items: flex-start;
	}

	.testimonial-single-meta p {
		margin: 0;
		padding: 0;
		border: none;
	}
}

/* faq-area */
.faq-area {
	padding-top: 206px;
	padding-bottom: 142px;
}

.faq-container {
	max-width: 924px;
	margin: auto;
}

.faq-area .title {
	text-align: center;
	margin-bottom: 67px;
}

.faq-single-item {
	background-color: #F9FBFF;
	border-radius: 13px;
	padding: 0 37px;
	margin-bottom: 26px;
}

.faq-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 82px;
	cursor: pointer;
}

.faq-title .faq-arrow {
	width: 37px;
	text-align: right;
}

.faq-title h4 {
	width: calc(100% - 37px);
	font-size: 23px;
}

.faq-content {
	padding-bottom: 20px;
	font-size: 13px;
	line-height: 18px;
	color: #1C4396;
	display: none;
}

.faq-content p {
	margin-bottom: 18px;
}

.faq-single-item:first-child .faq-content {
	display: block;
}

.faq-arrow img {
	transition: all .3s;
}

.faq-single-item.active .faq-arrow img {
	transform: rotate(90deg);
}

@media only screen and (max-width: 1300px) {
	.faq-container {
		max-width: 100%;
		margin-left: 100px;
		margin-right: 100px;
	}
}

@media only screen and (max-width: 991px) {
	.faq-container {
		margin: 0 15px;
	}

	.faq-area .title {
		margin-bottom: 37px;
	}
}

/* tabs-info-area */
.tabs-info-area {
	padding-bottom: 93px;
}

.tab-container {
	max-width: 919px;
	margin: auto;
}

.tabs-info-area .title {
	text-align: center;
	margin-bottom: 61px;
}

.tab-title-area ul {
	display: flex;
	align-items: center;
}

.tab-title-area ul li {
	width: calc(33.333% - 25px);
	margin-right: 38px;
	background-color: #EFF4FF;
	height: 67px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-right-radius: 13px;
	border-top-left-radius: 13px;
	border: 1px solid #BFD6FF;
	border-bottom: none;
}

.tab-title-area ul li.active {
	height: 68px;
	margin-bottom: -1px;
	background-color: #F9FBFF;
	border-color: #BFD6FF;
}

.tab-title-area ul li:last-child {
	margin-right: 0;
}

.tab-title-area ul li a {
	font-family: 'MarselisPro';
	font-size: 22px;
	font-weight: 700;
	color: #1C4396;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tabs-content {
	padding: 40px 55px 52px 41px;
	background-color: #F9FBFF;
	border: 1px solid #BFD6FF;
	width: calc(100% - 1px);
}

.tabs-content div:not(:first-child) {
	display: none;
}

@media only screen and (max-width: 1300px) {
	.tab-container {
		max-width: 100%;
		margin-left: 100px;
		margin-right: 100px;
	}
}

@media only screen and (max-width: 991px) {
	.tab-container {
		margin: 0 15px;
	}

	.tab-main {
		margin-top: 45px;
	}

	.tabs-info-area .title {
		margin-bottom: 45px;
	}

	.tabs-info-area {
		padding-bottom: 19px;
	}
}

@media only screen and (max-width: 767px) {
	.tab-title-area ul {
		flex-direction: column;
	}

	.tab-title-area ul li {
		width: 100%;
		margin-right: 0;
		min-height: 90px;
		padding: 15px;
		height: auto;
		border-radius: 0;
	}

	.tab-title-area ul li.active {
		margin-bottom: 0;
		background-color: #fff;
	}
}

/* cta-area */
.cta-area {
	padding-top: 82px;
	padding-bottom: 81px;
	background-color: #004496;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.inner-mx {
	background-color: #fff;
	border-radius: 28px;
	padding: 42px 20px 36px 20px;
}

.cta-area .title h2 {
	color: #1C4396;
	margin-bottom: 24px;
}

.btn.cta-btn {
	width: auto;
	height: auto;
	line-height: 1;
	background-color: #9BB8FA;
	border-radius: 27px;
	margin-bottom: 0;
	margin-top: 23px;
	font-size: 16px;
	padding: 12px 22px;
}

.btn.cta-btn:hover {
	background-color: #004496;
}

.cta-area .cta-small-text {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #9BB8FA;
	margin-bottom: 18px;
}

.cta-area p {
	font-size: 19px;
	color: #1C4396;
}

.cta-p1 {
	position: absolute;
	top: -11px;
	left: calc(50% + 69px);
}

.cta-p2 {
	position: absolute;
	top: 244px;
	left: 17%;
}

.cta-p3 {
	position: absolute;
	bottom: 61px;
	right: 21%;
}

@media only screen and (max-width: 767px) {
	.cta-area {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.cta-area p,
	.cta-area .cta-small-text,
	.btn.cta-btn {
		position: relative;
		z-index: 99;
	}
}

/*Footer*/
.footer-area {
	background-color: #004496;
}

.footer-widgets {
	--footer-logo-width: 315px;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #3E82FF;
	border-bottom: 1px solid #3E82FF;
	display: flex;
	justify-content: space-between;
}

.footer-logo {
	width: var(--footer-logo-width);
}
.footer-logo-img {
	width: 100%;
	height: auto;
	display: flex;
	margin-bottom: 1rem;
}
.logo-info-text {
	font-size: 0.9rem;
	line-height: 1.5;
}

.footer-widget .widget-title {
	font-size: 1.13rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.2rem;
    line-height: 1.25;
}

.footer-widget ul li {
	font-size: 0.9rem;
	font-weight: 600;
	color: #9BB8FA;
	line-height: 1.4;
}
.footer-widget ul li + li {
	margin-top: 0.58rem;
}
.footer-widget ul li a {
	color: #9BB8FA;
	display: block;
}

.footer-widget ul li a:hover {
	color: #fff;
}

.footer-widget {
	padding-right: 52px;
}

.footer-widget:last-child {
	padding-right: 0;
}

.footer-bottom-social {
	display: flex;
	flex-direction: column;
}

.footer-btm-social-item {
	display: flex;
	align-items: center;
	gap: 1.1rem;
}
.footer-btm-social-item + .footer-btm-social-item {
	margin-top: 1.25rem;
}
.social-icon-size {
	width: 23px;
	min-width: 23px;
	height: 23px;
}
.footer-btm-social-item span {
	font-size: 0.9rem;
	font-weight: 600;
	color: #9BB8FA;
	line-height: 1.4;
	transition: all 0.3s ease-in-out;
}
.footer-btm-social-item:hover span {
	color: #fff;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 25px;
	padding-bottom: 57px;
}

.footer-bottom-text {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.1rem;
}
.footer-bottom-text p {
	color: #fff;
	font-family: 'MarselisPro';
	font-size: 1rem;
}
.footer-bottom-text p a { font-weight: 700; }
.footer-bottom-text p a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Privacy Policy */
.privacy-policy {
	display: flex;
	align-items: center;
	gap: 10px;
}
.privacy-policy li {
	font-family: 'MarselisPro';
    font-size: 1rem;
	line-height: 1;
	color: #fff;
}
.privacy-policy li a {
	text-decoration: none;
	color: #fff;
	transition: all 0.3s;
}
.privacy-policy li a:hover {
	color: #fff;
	text-decoration: underline;
}

@media only screen and (max-width: 991px) {
	.footer-widgets {
		--footer-logo-width: 248px;
		flex-wrap: wrap;
	}
	.footer-widget {
		padding-right: 25px;
	}
	.footer-bottom {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.footer-bottom-text {
		flex-direction: column;
		text-align: center;
	}
}


@media only screen and (max-width: 767px) {
	.footer-top-menu {
		width: 100%;
		margin-top: 10px;
	}
	.footer-widgets {
		--footer-logo-width: 100%;
        flex-direction: column;
        gap: 2rem;
	}
	.footer-widget {
		width: 100%;
		padding-right: 0;
	}
	.footer-widget .widget-title {
		margin-bottom: 0.75rem;
	}
	.footer-widget ul li + li {
		margin-top: 0.5rem;
	}
	.footer-btm-social-item + .footer-btm-social-item {
		margin-top: 1rem;
	}
}

/*offcanvas menu*/
.offcanvas-menu {
	position: relative;
	width: 100%;
	overflow: hidden
}

.offcanvas-menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.offcanvas-menu ul.menu {
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1)
}

.offcanvas-menu ul.menu.off-view {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.offcanvas-menu ul.menu.in-view {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.offcanvas-menu ul li {
	display: block;
}

.offcanvas-menu ul li.menu-item-has-children {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.offcanvas-menu ul li.menu-item-has-children>a {
	width: calc(100% - 60px);
}

.offcanvas-menu ul li a {
	display: block;
	padding: 11px 20px;
	transition: color .3s;
	border-bottom: 1px solid #9BB8FA;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.offcanvas-menu ul li a:hover {
	color: #fff
}

.offcanvas-menu ul li.back-btn>a {
	background-color: #9BB8FA;
	color: #fff;
}

.offcanvas-menu ul li.back-btn>a::before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 8px;
	border-top: .32em solid transparent;
	border-right: .37em solid;
	border-bottom: .32em solid transparent;
	content: '';
	opacity: .75
}

.offcanvas-menu ul li.active>a {
	color: #0da9ef
}

.offcanvas-menu ul li.menu-item-has-children>span {
	display: block;
	position: relative;
	width: 100%
}

.offcanvas-menu ul li.menu-item-has-children>span>a {
	padding-right: 65px;
}

.offcanvas-menu ul li.menu-item-has-children.active>span>a {
	color: #0da9ef
}

.offcanvas-menu ul li.menu-item-has-children .sub-menu-toggle {
	width: 60px;
	height: 56px;
	transition: background-color .3s;
	border-left: 1px solid #9BB8FA;
	border-bottom: 1px solid #9BB8FA;
	color: rgba(255, 255, 255, 0.75);
	cursor: pointer;
	z-index: 1;
}

.offcanvas-menu ul li.menu-item-has-children .sub-menu-toggle::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: .35em solid transparent;
	border-bottom: .35em solid transparent;
	border-left: .4em solid;
	content: ''
}

.offcanvas-menu ul li.menu-item-has-children .sub-menu-toggle:hover {
	background-color: rgba(255, 255, 255, 0.1)
}

.offcanvas-menu ul li.menu-item-has-children>.sub-menu {
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	height: auto;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.offcanvas-menu ul li.menu-item-has-children>.sub-menu.in-view {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.offcanvas-menu ul li.menu-item-has-children>.sub-menu.off-view {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

@keyframes submenu-show {
	from {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
		opacity: 0
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.offcanvas-wrapper {
	position: relative;
	min-height: 100vh;
	background-color: #fff;
	z-index: 10
}

.offcanvas-container {
	position: fixed;
	top: 0;
	left: -290px;
	width: 290px;
	height: 100%;
	background-color: #2C71F0;
	visibility: visible;
	z-index: 99999;
	overflow-y: auto;
	transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.offcanvas-container.active {
	left: 0;
}


/*login*/
.login-area {
	background-color: #F0F4F5;
}

.login-container {
	max-width: 1030px;
	margin: 0 auto;
	min-height: calc(100vh - 135px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.login-wrapper {
	background-color: #fff;
	padding: 41px 48px 29px 74px;
	display: flex;
	align-items: center;
	border-radius: 10px;
	margin-top: 32px;
	margin-bottom: 10px;
}

.login-content {
	width: calc(100% - 445px);
	padding-right: 70px;
}

.login-form {
	margin: 0;
	width: 445px;
	font-family: 'MarselisPro';
}

.login-form-box {
	padding: 31px 50px 67px;
	border: 1px solid #E9E9E9;
	border-radius: 8px;
	margin-bottom: 15px;
}

.login-form-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 38px;
}

.login-form-logo span {
	margin-left: 10px;
}

.login-form-inputs {
	margin: 0;
	padding: 0;
}

.login-form-inputs input {
	width: 100%;
	height: 46px;
	outline: 0;
	border: none;
	background-color: #F6F9FF;
	border-radius: 8px;
	padding: 10px 20px;
	font-size: 13px;
	font-weight: 700;
	color: #1B4296;
	font-family: 'MarselisPro';
}

.login-form-inputs.form-row-marge {
	margin-bottom: 14px;
}

.form-row {
	margin-bottom: 18px;
}

.login-form-inputs input::placeholder {
	color: #1B4296;
	opacity: 1;
}

.input-error {
	font-size: 12px;
	line-height: 23px;
	color: #F70505;
}

.login-form-inputs input:-ms-input-placeholder {
	color: #1B4296;
}

.login-form-inputs input::-ms-input-placeholder {
	color: #1B4296;
}

.login-form-inputs button {
	width: 100%;
	height: 46px;
	border: none;
	outline: none;
	font-size: 13px;
	background-color: #1B4296;
	color: #fff;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 8px;
	cursor: pointer;
	transition: all .3s;
}

.login-form-inputs button img {
	position: absolute;
	right: 19px;
	transition: all .5s;
}

.login-form-inputs button:hover img {
	right: 10px;
}

.login-form-inputs a {
	font-size: 12px;
	display: block;
	line-height: 15px;
}

.login-form-text {
	text-align: center;
	font-size: 15px;
	color: #303030;
	line-height: 19px;
}

.login-content .title h2 {
	font-size: 37px;
	line-height: 47px;
	margin-bottom: 6px;
}

.login-content p {
	font-size: 14px;
	line-height: 27px;
}

.login-copy-text {
	font-size: 14px;
	line-height: 27px;
	color: #1C4396;
	margin-bottom: 14px;
}

.forget-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 35px;
}

.remember-me {
	display: flex;
	align-items: center;
	width: 50%;
}

.remember-me input {
	width: 14px;
	height: 14px;
	margin: 0;
	margin-right: 5px;
}

.remember-me label {
	font-size: 13px;
	line-height: 13px;
	margin-top: 1px;
}

.login-form-buttons {
	display: flex;
	align-items: center;
	padding-bottom: 25px;
	margin-bottom: 24px;
	border-bottom: 1px solid #E9E9E9;
}

.login-form-buttons a {
	height: 45px;
	min-width: 45px;
	margin-left: 12px;
	background-color: #F6F9FF;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-form-buttons a.google-btn {
	margin-left: 0;
	width: calc(100% - 114px);
	background-color: #2C71F0;
	color: #fff;
}

.login-form-buttons a.google-btn span {
	margin-left: 4px;
}

.login-form.register-form .login-form-inputs input {
	height: 45px;
	padding: 5px 20px;
}

.login-form.register-form .form-row {
	margin-bottom: 15px;
}

.login-form.register-form .login-form-box {
	padding: 26px 30px 26px;
}

.form-group {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.form-group .form-row {
	width: calc(50% - 5px);
}

.form-addl-text {
	margin-top: 20px;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	font-family: 'Nunito Sans', sans-serif;
	max-width: 292px;
	margin-left: auto;
	margin-right: auto;
}

.form-addl-text a {
	display: inline-block;
	font-weight: 700;
}

.login-wrapper.login-wrapper-flex-wrap {
	flex-wrap: wrap;
}

.login-notice {
	width: 100%;
	text-align: center;
	margin-bottom: 36px;
	padding: 8px;
	background-color: #59B25957;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
}

.slider-area,
.box-grid-area,
.tab-area,
.video-area,
.integration-area,
.pricing-area,
.faq-area,
.tabs-info-area,
.cta-area,
.footer-area {
	overflow: hidden;
}

@media only screen and (max-width: 1200px) {
	.login-header-area .header-menu {
		display: flex;
	}

	.header-btns {
		display: none;
	}

	.login-container {
		height: auto;
	}

	.login-wrapper {
		margin-top: 60px;
		margin-bottom: 100px;
		padding: 44px 15px;
	}

}

@media only screen and (max-width: 1100px) {
	.login-container {
		max-width: 100%;
		margin: 0 15px;
	}
}

@media only screen and (max-width: 991px) {
	.login-wrapper {
		flex-wrap: wrap;
	}

	.login-content {
		width: 100%;
		padding-right: 0;
		margin-bottom: 34px;
	}

	.login-form {
		width: 100%;
	}

	.login-form-box {
		padding: 30px 15px;
	}
}

@media only screen and (max-width: 500px) {
	.header-area.login-header-area {
		padding: 20px 0;
	}

	.login-header-area .header-logo img {
		max-width: 133px;
	}

	.login-header-area .header-btns .btn.header-btns-bg {
		width: 128px;
		font-size: 14px;
		line-height: 38px;
	}

	.form-group {
		flex-wrap: wrap;
	}

	.form-group .form-row {
		width: 100%;
	}
}

/*banner*/
.banner-area {
	padding-top: 66px;
	padding-bottom: 80px;
	background-color: #2C71F0;
	position: relative;
	overflow: hidden;
}

.banner-row {
	position: relative;
	z-index: 9;
}

.banner-row h2 {
	font-size: 43px;
	line-height: 57px;
	color: #fff;
	text-align: center;
	margin-bottom: 24px;
}

.banner-row p {
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 27px;
	font-weight: 300;
	max-width: 513px;
	margin: 0 auto;
}

.banner-row-pm p {
	max-width: 842px;
}

.banner-p1 {
	position: absolute;
	top: 33px;
	right: 10%;
}

.banner-p2 {
	position: absolute;
	bottom: 38px;
	left: 3%;
	width: 96px;
}

.banner-p3 {
	position: absolute;
	bottom: 34px;
	right: calc(50% - 73px);
	width: 46px;
}

.banner-bg1 {
	position: absolute;
	top: -55px;
	left: 0;
}

.banner-bg2 {
	position: absolute;
	bottom: -54px;
	right: 0;
}

@media only screen and (max-width: 991px) {

	.banner-bg1,
	.banner-bg2,
	.banner-p2 {
		display: none;
	}
}

/*box icon grid*/
.box-icon-grid {
	padding-top: 127px;
	padding-bottom: 97px;
	border-bottom: 1px solid #9BB8FA;
}

.box-grid-row.box-icon-grid-row {
	grid-template-columns: calc(33.333% - 23px) calc(33.333% - 23px) calc(33.333% - 23px);
	max-width: 893px;
	margin: 0 auto;
}

.box-icon-grid-row .box-grid-single p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
}

/*feature list*/
.feature-list-area {
	padding-top: 120px;
	padding-bottom: 40px;
	overflow: hidden;
}

.feature-list-row {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.feature-list-image {
	width: 50%;
	position: relative;
}

.feature-list-image img {
	position: relative;
	z-index: 2;
	border-radius: 16px !important;
}

.feature-list-image .report1-p1 {
	position: absolute;
	top: -55px;
	left: -41px;
}

.feature-list-image .feat-p1 {
	position: absolute;
	top: -98px;
	left: -160px;
	z-index: 1;
}

.feature-list-content {
	width: 50%;
	padding-left: 65px;
	margin-top: -94px;
}

.feature-list-content h2 {
	font-size: 39px;
	line-height: 50px;
	margin-bottom: 29px;
}

.feature-list-content p {
	margin-bottom: 34px;
}

.feature-list-content .btn {
	width: 164px;
	position: relative;
	z-index: 99;
}

.feature-list-content .btn:hover {
	background-color: transparent;
	color: #2C71F0;
}

.gray-bg {
	background-color: #F9FBFF;
}

.feature-list-image .feat-p2 {
	position: absolute;
	right: -138px;
	bottom: -132px;
}

.feature-list-area.feature-list-reverse.gray-bg {
	padding-top: 94px;
	padding-bottom: 43px;
}

.feature-list-image .feat-p3 {
	position: absolute;
	right: -144px;
	bottom: -177px;
	z-index: 1;
}

.feature-list-reverse .feature-list-content {
	padding-left: 0;
	padding-right: 65px;
}

.feat-1 {
	box-shadow: -21px 19.13px 34.47px 18.7797px rgba(234, 234, 234, 0.25);
}

.feat-2 {
	box-shadow: -21px 19.13px 34.47px 18.7797px rgba(234, 234, 234, 0.25);
}

.feat-3 {
	box-shadow: -21px 19.13px 34.47px 18.7797px rgba(234, 234, 234, 0.25);
}

.feature-list-area.feature-list-3 {
	padding-bottom: 68px;
}

@media only screen and (max-width: 991px) {
	.feature-list-image img {
		position: relative;
		z-index: 2;
	}

	.feature-list-image {
		width: 100%;
		margin-bottom: 0;
	}

	.feature-list-image img:first-child {
		width: 100%;
	}

	.feature-list-content,
	.feature-list-reverse .feature-list-content {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
	}

	.feature-list-reverse .feature-list-row {
		flex-direction: column-reverse;
	}

	.feature-list-2 .feature-list-content {
		padding-bottom: 50px;
	}

	.feature-list-area.feature-list-3 {
		padding-bottom: 80px;
	}
}

@media only screen and (max-width: 767px) {

	.feature-list-area,
	.feature-list-area.feature-list-reverse.gray-bg {
		padding-top: 54px;
		padding-bottom: 68px;
	}

	.feature-list-content h2 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 8px;
	}

	.feature-list-content p {
		margin-bottom: 19px;
		font-size: 16px;
	}

	.feature-list-area.feature-list-reverse.gray-bg {
		padding-top: 94px;
		padding-bottom: 22px;
	}

	.feature-list-image .feat-p2,
	.feature-list-image .feat-p1,
	.feature-list-image .feat-p3 {
		display: none;
	}

	.feature-list-image img {
		transform: none !important;
	}

	.feature-list-image {
		margin-bottom: 14px;
	}
}

/* box-grid-bg-area */
.box-grid-area.box-grid-bg-area {
	padding-top: 83px;
	padding-bottom: 82px;
}

.compan-features-icon {
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
}
.box-grid-bg-area .title {
	max-width: initial;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 46px;
}

.box-grid-bg-area .box-grid-single {
	background-color: #fff;
	border-color: #fff;
}

.box-grid-bg-area .box-grid-title {
	max-width: fit-content;
}

.box-grid-bg-area .box-grid-row {
	margin-bottom: 0;
}

.testimonial-area.testimonial-area-2 {
	padding-top: 20px;
	padding-bottom: 65px;
}

@media only screen and (max-width: 767px) {
	.testimonial-area.testimonial-area-2 {
		padding-top: 0px;
		padding-bottom: 50px;
	}
}

/*banner search*/
.banner-area.banner-search {
	padding-top: 88px;
	padding-bottom: 107px;
}

.banner-search .banner-row h2 {
	font-size: 44px;
	line-height: 54px;
	margin-bottom: 50px;
}

.banner-search-wrapper {
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
}

.banner-search-wrapper input {
	width: 100%;
	height: 92px;
	border: none;
	background: rgba(63, 129, 252, 0.5);
	border: 1px solid #6198FF;
	backdrop-filter: blur(1px);
	border-radius: 10px;
	outline: 0;
	padding: 20px;
	padding-left: 93px;
	font-size: 22px;
	color: #fff;
	font-weight: 500;
}

.banner-search-wrapper input::placeholder {
	color: #fff;
	opacity: 1;
}

.banner-search-wrapper input:-ms-input-placeholder {
	color: #fff;
}

.banner-search-wrapper input::-ms-input-placeholder {
	color: #fff;
}

.search-icon {
	position: absolute;
	left: 42px;
	top: 36px;
}

/*quick start*/
.quick-start-area {
	padding-top: 160px;
	padding-bottom: 155px;
}

.quick-start-inner .title h2 {
	font-size: 50px;
	text-align: center;
	line-height: 63px;
	margin-bottom: 70px;
}

.quick-start-row {
	max-width: 1417px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.quick-start-single {
	width: calc(25% - 11px);
}

.quick-start-single .image {
	height: 204px;
	margin-bottom: 26px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.quick-start-single h2 {
	text-align: center;
	font-size: 24px;
	line-height: 30px;
}

@media only screen and (max-width: 1250px) {
	.quick-start-row {
		flex-wrap: wrap;
	}

	.quick-start-single {
		width: calc(50% - 11px);
		margin-bottom: 51px;
	}

	.quick-start-area {
		padding-bottom: 59px;
	}
}

@media only screen and (max-width: 700px) {
	.quick-start-inner .title h2 {
		font-size: 41px;
		margin-bottom: 27px;
	}

	.quick-start-area {
		padding-top: 96px;
		padding-bottom: 27px;
	}

	.quick-start-single {
		width: 100%;
	}
}

/*support items*/
.support-items-area {
	padding-top: 140px;
	padding-bottom: 220px;
	background-color: #F8FBFF;
}

.support-items-row {
	max-width: 1237px;
	margin: 0 auto;
}

.support-item-single {
	background-color: #fff;
	margin-bottom: 27px;
	box-shadow: 0px 1.84442px 5.53325px rgba(210, 210, 210, 0.17);
	border-radius: 10px;
	padding: 60px 155px 55px 0;
	display: flex;
	align-items: center;
}

.support-item-content p {
	font-size: 18px;
	line-height: 30px;
	color: #1C4396;
}

.support-item-content h4 {
	font-size: 27px;
	line-height: 34px;
	margin-bottom: 15px;
}

.support-item-single .image {
	width: 215px;
	height: 109px;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
}

.support-item-content {
	width: calc(100% - 215px);
}

@media only screen and (max-width: 991px) {
	.support-items-area {
		padding-top: 83px;
		padding-bottom: 80px;
	}

	.support-item-single {
		padding: 30px 20px;
	}

	.support-item-single .image {
		width: 80px;
		height: 70px;
		background-size: contain;
		margin-right: 13px;
	}

	.support-item-content {
		width: calc(100% - 93px);
	}

	.support-item-content h4 {
		font-size: 23px;
		line-height: 31px;
		margin-bottom: 5px;
	}

	.support-item-content p {
		font-size: 16px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 500px) {
	.support-item-single {
		flex-direction: column;
	}

	.support-item-single .image {
		margin-bottom: 15px;
	}

	.support-item-content {
		width: 100%;
	}
}

/*more suport boxs*/
.more-support-area {
	padding-bottom: 170px;
	background-color: #F8FBFF;
}

.more-support-area .title h2 {
	text-align: center;
	font-size: 53px;
	line-height: 66px;
	margin-bottom: 80px;
}

.more-support-wrapper {
	max-width: 1237px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.more-support-single {
	width: 345px;
	background-color: #FFFFFF;
	border-radius: 14px;
	padding: 50px 30px 30px;
	text-align: center;
}

.more-support-single .image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 43px;
	margin-bottom: 21px;
}

.more-support-single h2 {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 18px;
}

.more-support-single p {
	font-size: 18px;
	line-height: 30px;
}

.more-support-single p {
	font-size: 18px;
	line-height: 30px;
	color: #1C4396;
}

@media only screen and (max-width: 1200px) {
	.more-support-area .title h2 {
		font-size: 46px;
		line-height: 56px;
		margin-bottom: 42px;
	}

	.more-support-single {
		width: calc(33.333% - 15px);
		padding: 50px 20px;
	}

	.more-support-area {
		padding-bottom: 100px;
		background-color: #F8FBFF;
	}
}

@media only screen and (max-width: 787px) {
	.more-support-wrapper {
		flex-wrap: wrap;
	}

	.more-support-single {
		width: 100%;
		margin-bottom: 30px;
	}
}

/*legal text*/
.legal-text-area {
	padding-top: 37px;
	padding-bottom: 58px;
}

.legal-text-wrapper h2 {
	margin-top: 35px;
	margin-bottom: 9px;
}

.legal-text-wrapper p {
	margin-bottom: 15px;
}

.subscription-success-message {
	font-size: 34px;
	line-height: 45px;
	margin-bottom: 33px;
	font-family: 'MarselisPro';
	font-weight: 700;
	color: #59B259;
	background-color: #fff;
	padding: 10px 25px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	display: inline-block;
}

/* box-grid-col-3 11-02-2026  ais*/
.box-grid-col-3 {
	display: grid;
	grid-template-columns: calc(33.333% - 23px) calc(33.333% - 23px) calc(33.333% - 23px);
	grid-gap: 31px;
	margin-bottom: 8px;
}

.box-grid-col-3 .box-grid-title {
	max-width: 213px;
}

@media only screen and (max-width: 1100px) {
	.box-grid-col-3 {
		grid-template-columns: calc(50% - 15px) calc(50% - 15px);
		grid-gap: 30px;
	}

	.box-grid-col-3 .box-grid-single {
		width: 100%;
	}

	.box-grid-title {
		max-width: 100%;
	}
}

@media only screen and (max-width: 700px) {
	.box-grid-col-3 {
		grid-template-columns: 1fr;
		margin-bottom: 0;
	}
}

/* features-area css */
.features-area {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	background-color: #2C71F0;
	padding: 80px 0;
}

.title {
	z-index: 2;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.text-center h2 {
	text-align: center;
}

.text-white {
	color: #fff;
}

.features-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 24px;
	margin-top: 52px;
	position: relative;
	z-index: 2;
}

.features-content {
	border: 1px solid #CADAFF;
	padding: 47px 34px;
	border-radius: 15px;
	height: 100%;
	transition: all 0.3s ease;
}

.features-content:hover {
	background-color: rgb(202, 218, 255, 0.15);
}
.features-icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
    margin-bottom: 26px;
}
.features-content h3 {
	font-size: 23px;
	line-height: 30px;
	margin-bottom: 26px;
}

.features-content hr {
	width: 52px;
	height: 3px;
	background-color: #fff !important;
	text-align: left;
	margin-inline: 0;
	margin-bottom: 20px !important;
}

.feature-img {
	z-index: 1;
}

.feature-img1 {
	width: 92px;
	height: 92px;
	top: 104px;
	left: 11vw;
}

.feature-img2 {
	width: 97px;
	height: 97px;
	top: 42px;
	right: 17vw;
}

.feature-img3 {
	width: 118px;
	height: 90px;
	bottom: 10px;
	left: 12vw;
}

@media only screen and (max-width: 991px) {
	.features-area {
		padding: 70px 0;
	}

	.features-row {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 32px;
	}

	.feature-img1 {
		top: 120px;
		left: 4vw;
	}

	.feature-img2 {
		top: 42px;
		right: 7vw;
	}

	.feature-img3 {
		bottom: 10px;
		left: 8vw;
	}
}

@media only screen and (max-width: 667px) {
	.features-row {
		grid-template-columns: 1fr;
	}

	.features-content {
		padding: 34px 20px;
	}
	.features-content h3 br {
		display: none;
	}
	.feature-img2 {
		top: 80px;
		right: 5vw;
	}

	.feature-img3 {
		left: 6vw;
	}
}

/* how-to-work */
.how-to-work {
	padding-block: 80px;
	overflow: hidden;
}

.how-to-work .title h4 {
	margin-top: 16px;
	text-align: center;
}

.step-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 852px;
	margin-inline: auto;
	position: relative;
	margin-top: 52px;
}

.step-box::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	border: 1px dashed rgb(44, 113, 240, 0.3);
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	z-index: 1;
	margin: auto;
}

.step-number {
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	color: #2C71F0;
	text-align: center;
	position: relative;
	z-index: 2;
	width: 88px;
	height: 88px;
	border-radius: 6px;
	background-color: #fff;
	border: 1px solid rgb(44, 113, 240, 0.15);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.steps-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 24px;
	padding: 40px 0 0 0;
}

.step-card {
	flex: 1;
	background: #2C71F0;
	color: #fff;
	border-radius: 8px;
	padding: 40px 30px;
	position: relative;
	z-index: 1;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-title {
	font-size: 23px;
	line-height: 30px;
	margin-bottom: 26px;
	color: #fff;
}

.step-divider {
	width: 52px;
	height: 3px;
	background: #fff;
	margin-bottom: 20px;
}

.step-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.step-description {
	color: #fff;
}
.how-to-shape1 {
	top: -35px;
    left: -174px;
}
.how-to-shape2 {
	right: -220px;
    bottom: -60px;
}

@media (max-width: 1300px) {
	.how-to-shape1 {
		top: -35px;
		left: -90px;
	}
	.how-to-shape2 {
		display: none;
	}
}
@media (max-width: 991px) {
	.how-to-work {
		padding-block: 70px;
	}

	.steps-wrapper {
		flex-direction: column;
		gap: 20px;
	}
	.step-number {
		font-size: 14px;
		width: 64px;
		height: 64px;
	}
}

@media (max-width: 640px) {
	.how-to-shape1 { display: none; }
	.step-card {
		padding: 20px;
	}
}

/* pricing section css */
.integration-title .btn-sre-free {
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: #004496;
	border: 1px solid #9BB8FA;
	background-color: #fff;
	border-radius: 22px;
	padding: 12px 38px;
	width: auto;
	height: auto;
}

/* Tab Switcher */
.billing-toggle {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
	overflow: hidden;
}

.toggle-wrapper {
	position: relative;
	background: var(--bg-card);
	border-radius: 50px;
	padding: 4px;
	display: inline-flex;
	gap: 6px;
	border: 1px solid #9BB8FA;
	box-shadow: 0 10px 40px rgba(0, 212, 255, 0.1);
	overflow: hidden;
}

.toggle-btn {
	position: relative;
	padding: 12px 24px;
	background: transparent;
	border: none;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #1C4396;
	cursor: pointer;
	transition: color 0.3s ease;
	z-index: 2;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.toggle-btn.active {
	color: #1C4396;
}

.toggle-slider {
	position: absolute;
	top: 2px;
	left: -2px;
	width: calc(50% - 0px);
	height: calc(100% - 4px);
	background: #9BB8FA;
	border-radius: 30px;
	transition: transform 0.4s ease-in-out;
	z-index: 1;
}

.toggle-wrapper[data-active="yearly"] .toggle-slider {
	transform: translateX(calc(100% + 0px));
	left: -2px;
}

.toggle-wrapper[data-active="monthly"] .toggle-slider {
	transform: translateX(calc(100% + 0px));
	right: 1px;
}

@media (max-width: 991px) {
	.toggle-btn {
		padding: 12px 12px;
		font-size: 14px;
	}
}

/* video popup modal css */
.video-popup-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.video-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.video-popup-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 900px;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

.video-popup-content {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-popup-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.video-popup-close:hover {
    background: rgba(255, 255, 255, 0.4);
}

.video-popup-nav {
    display: flex;
    gap: 10px;
    padding: 15px;
    background: #111;
    flex-wrap: wrap;
    border-bottom: 1px solid #333;
}

.video-nav-btn {
    padding: 8px 16px;
    background: #333;
    border: 1px solid #555;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-size: 13px;
    transition: all 0.3s;
}

.video-nav-btn:hover {
    background: #444;
    border-color: #777;
}

.video-nav-btn.active {
    background: #0066cc;
    border-color: #0066cc;
}

@media (max-width: 768px) {
    .video-popup-container {
        width: 95%;
    }
    
    .video-popup-close {
        font-size: 28px;
        width: 40px;
        height: 40px;
    }
    
    .video-popup-nav {
        padding: 10px;
        gap: 5px;
    }
    
    .video-nav-btn {
        padding: 6px 12px;
        font-size: 12px;
    }
}

.privacy-policy p,
.privacy-policy h1,
.privacy-policy h2,
.privacy-policy h3,
.privacy-policy h4,
.privacy-policy h5,
.privacy-policy h6 {
	margin-block: 1rem;
}
.privacy-policy ol,
.privacy-policy ul {
    margin: 1em;
    padding-left: 20px;
}
.privacy-policy ol li,
.privacy-policy ol { list-style: decimal; }
.privacy-policy ul li,
.privacy-policy ul { list-style: disc; }
.privacy-policy ol li,
.privacy-policy ul li {
	color: #1C4396;
	margin-top: 0.5rem;
}