* {
	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;
}
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;
}
.btn.btn-border {
	background-color: transparent;
	border: 1px solid #9BB8FA;
}
.container {
	margin: 0 auto;
	max-width: 1200px;
}
/*@media screen and (min-width: 1700px) {
	.container {
        
	}
}*/
/*@media screen and (max-width: 1700px) {
	.container {
		width: calc(100% - 30px);
	}
}
@media screen and (max-width: 1600px) {
    .container {
        max-width: calc(100% - 100px);
		width: 100%;
    }
}*/
@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;
}
.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: -62px;
	background-color: #fff;
	align-items: flex-start;
	padding: 15px 0;
	display: none;
	z-index: 99;
}
/*.header-menu ul li:hover .sub-menu-area {
	display: flex;
	height: auto;
}*/
.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: 1600px) {
	html, body {
		font-size: 18px;
		line-height: 32px;
	}
	.header-menu ul li a {
		padding: 0 16px;
		font-size: 18px;
	}
	.header-area {
		padding: 23px 0 20px 0;
	}
	.btn, .header-btns a {
		font-size: 18px;
		line-height: 47px;
	}
	.header-btns .btn.header-btns-bg {
		width: 184px;
	}
	.sub-menu-area li {
		height: 38px;
		width: 100%;
		display: flex;
		align-items: center;
	}
}*/
@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 {
	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;
	max-width: 434px;
}
.slider-image-area {
    width: 593px;
    height: 433px;
}
.slider-content p {
    font-size: 26px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 26px;
}
.slider-content .btn {
    width: 162px;
    margin-bottom: 2px;
}
.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: 1600px) {
	.slider-image-inner .slider1 {
		width: 600px;
	}
	.slider-image-inner .slider2 {
		width: 300px;
	}
	.slider-image-inner .slider3 {
		width: 120px;
		right: 500px;
		bottom: 300px;
	}
	.slider-image-inner .slider-p1 {
		width: 50px;
		right: 569px;
		bottom: 441px;
	}
	.slider-image-inner .slider-p2 {
		width: 67px;
		right: 516px;
	}
	.slider-image-inner img {
		position: absolute;
		width: 130px;
	}
	.slider-area {
		padding: 66px 0 84px 0;
	}
	.slider-content h2 {
		font-size: 45px;
		line-height: 48px;
		margin-bottom: 9px;
	}
	.slider-row {
		align-items: center;
	}
	.slider-image-area {
		width: 632px;
		height: 493px;
	}
}*/
@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;
	}
}


.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;
}
.slider-round-area-inner {
	width: 1px;
	height: 1px;
	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: 1600px) {
	.slider-icon-single span {
		height: 40px;
		max-width: 36px;
		margin-bottom: 14px;
	}
	.slider-icon-single h5 {
		font-size: 20px;
		line-height: 20px;
		max-width: 208px;
	}
}*/
@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 {
	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-title {
	height: 58px;
	max-width: 150px;
	margin-bottom: 21px;
	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;
	text-align: left;
	margin: 0;
	margin-bottom: 18px;
}
.box-grid-single ul li {
	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: 1600px) {

	.box-grid-area {
		padding: 100px 0 111px 0;
	}
	.title h2 {
		font-size: 42px;
		line-height: 55px;
	}
	.box-grid-area .title {
		margin-bottom: 47px;
	}
	.box-grid-title h2 {
		font-size: 27px;
		line-height: 30px;
	}
	.box-grid-single {
		padding: 27px 20px 42px;
	}
	.box-grid-title {
		margin-bottom: 10px;
	}
	.box-grid-single hr {
		margin-bottom: 13px;
	}
	.box-grid-row {
		margin-bottom: 30px;
	}
	.button-area .btn {
		width: 225px;
		line-height: 57px;
		font-size: 20px;
		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%;
	}
}

.tab-area {
    padding-top: 91px;
    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;
    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: 543px;
    border-radius: 4px;
    background-repeat: no-repeat;
    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: 1600px) {
	.tab-area {
		padding-top: 87px;
	}
	.title h2 {
		font-size: 36px;
		line-height: 42px;
	}
	.tab-title-area .title h2 {
		margin-bottom: 17px;
	}
	.tab-title-area .title p {
		font-size: 20px;
		line-height: 29px;
	}
	.tab-main {
		margin-top: 67px;
	}
	.tab-item-single .image {
		width: 50px;
	}
	.tab-item-single .image img {
		max-width: 37px;
	}
	.tab-item-single h4 {
		font-size: 20px;
		line-height: 22px;
	}
	.tab-item-single {
		height: 90px;
		margin-bottom: 20px;
	}
	.tab-image-single {
		height: 626px;
	}
}*/
/*@media only screen and (max-width: 1600px) {
	.tab-items-list {
		width: 360px;
	}
	.tab-image-area {
		width: calc(100% - 381px);
	}
}*/
@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 {
    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: 400;
    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: 1600px) {
	.integration-area {
		padding: 105px 0 90px 0;
	}
	.integration-title .btn {
		width: 317px;
		height: 62px;
		line-height: 64px;
		border-radius: 40px;
	}
	.integration-title .title h4 {
		font-size: 19px;
		font-weight: 400;
		line-height: 27px;
		margin-bottom: 24px;
	}
	.integration-title {
		margin-bottom: 65px;
	}
	.integration-title h2 {
		margin-bottom: 14px;
	}
	.integration-title .title h4 {
		font-size: 19px;
		margin-bottom: 20px;
	}
}*/
@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% - 25px);
    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';
}
.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: 38px;
    font-weight: 700;
    line-height: 48px;
}
.pricing-text {
    padding: 0 54px;
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 28px;
    text-align: center;
}
.pricing-bill > div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.pricing-list-area {
    padding: 0 54px 35px;
}
.pricing-list-area li {
    border-bottom: 1px solid #DDE7FF;
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 45px;
    position: relative;
}
.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-single:hover .pricing-header, .pricing-single:hover .pricing-bill span, .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;
	border-color: ;
}
/*@media only screen and (max-width: 1600px) {
	.pricing-switch {
		margin-top: 66px;
	}
	.pricing-switch-wrap span {
		font-size: 16px;
		line-height: 44px;
		padding: 0 22px;
	}
	.pricing-header {
		height: 97px;
		font-size: 38px;
	}
	.pricing-bill {
		margin: 31px auto 22px auto;
	}
	.pricing-text {
		padding: 0 25px;
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 8px;
	}
	.pricing-list-area li {
		padding-left: 43px;
	}
	.pricing-list-area {
		padding: 0 25px 32px;
	}
	.pricing-btn .btn.btn-border {
		width: 246px;
		height: 50px;
		line-height: 50px;
		margin: auto;
	}
}*/
@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 {
	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 {
	width: calc(100% - 86px);
	display: flex;
	align-items: center;
}
.testimonial-single-text {
    padding-top: 26px;
    font-weight: 600;
}
.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: 1600px) {
	.testimonial-area {
		padding-top: 164px;
	}
	.testimonial-single {
		padding: 43px 32px 44px 36px;
	}
	.testimonial-single-image {
		margin-right: 24px;
	}
	.testimonial-single-header {
		height: 88px;
		padding-bottom: 28px;
	}
	.testimonial-single-text {
		padding-top: 21px;
	}
}*/
@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 {
		20px: ;
		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 {
    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;
    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: 1600px) {
	.faq-area {
		padding-top: 120px;
		padding-bottom: 96px;
	}
	.faq-area .title {
		margin-bottom: 55px;
	}
	.faq-title h4 {
		width: calc(100% - 50px);
		font-size: 26px;
	}
	.faq-single-item {
		padding: 0 26px;
		margin-bottom: 28px;
	}
	.faq-title {
		height: 92px;
	}
}*/
@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 {
    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: 1600px) {
	.tabs-info-area .title {
		text-align: center;
		margin-bottom: 64px;
	}
	.tab-title-area ul li a {
		font-size: 24px;
	}
	.tabs-content {
		padding: 31px 36px 45px 31px;
	}
	.tabs-info-area {
		padding-bottom: 106px;
	}
}*/
@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 {
    padding-top: 82px;
    padding-bottom: 61px;
    background-color: #2C71F0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta-area .title h2 {
    color: #fff;
    margin-bottom: 39px;
}
.btn.cta-btn {
	width: 234px;
	height: 58px;
	line-height: 58px;
	background-color: #fff;
	border-radius: 37px;
	margin-bottom: 4px;
	font-size: 22px;
}
.cta-area .cta-small-text {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #9BB8FA;
    margin-bottom: 18px;
}
.cta-area p {
    font-size: 26px;
    color: #fff;
}
.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: 1600px) {
	.cta-area .title h2 {
		margin-bottom: 21px;
	}
	.btn.cta-btn {
		width: 249px;
		height: 58px;
		line-height: 58px;
		background-color: #fff;
		border-radius: 50px;
		margin-bottom: 5px;
		font-size: 22px;
	}
	.cta-area .cta-small-text {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.cta-area p {
		font-size: 26px;
	}
}*/
@media only screen and (max-width: 767px) {
	.cta-area p, .cta-area .cta-small-text, .btn.cta-btn {
		position: relative;
		z-index: 99;
	}
}

/*Footer*/
.footer-area {
	background-color: #004496;
}
.footer-top {
    min-height: 152px;
    padding: 11px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-logo {
    width: 262px;
}
.footer-top-menu {
    width: calc(100% - 262px);
}
.footer-top-menu ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.footer-top-menu ul li a {
    color: #9BB8FA;
    font-family: 'MarselisPro';
    font-size: 19px;
    font-weight: 700;
    padding-left: 30px;
}
.footer-top-menu ul li a:hover {
	color: #fff;
}
.footer-widgets {
    padding-top: 36px;
    padding-bottom: 50px;
    border-top: 1px solid #3E82FF;
    border-bottom: 1px solid #3E82FF;
    display: flex;
    justify-content: space-between;
}
.footer-widget .widget-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}
.footer-widget ul li a {
    font-size: 18px;
    font-weight: 600;
    color: #9BB8FA;
    padding: 4px 0;
    display: block;
}
.footer-widget ul li a:hover {
	color: #fff;
}
.footer-widget {
    padding-right: 52px;
}
.footer-widget:last-child {
	padding-right: 0;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 57px;
}
.footer-bottom-text {
    width: 50%;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'MarselisPro';
    font-size: 19px;
}
.footer-bottom-text ul {
	display: flex;
	align-items: center;
}
.footer-bottom-text ul li a {
    font-size: 19px;
    color: #9BB8FA;
    padding-left: 11px;
    margin-left: 10px;
    position: relative;
    display: block;
}
.footer-bottom-text ul li a:hover {
	color: #fff;
}
.footer-bottom-text ul li a::before {
    content: '';
    width: 1px;
    height: 15px;
    background-color: #9BB8FA;
    position: absolute;
    left: 0;
    top: 7px;
}
.footer-bottom-text ul li:first-child a::before {
	display: none;
}
.footer-bottom-social {
	display: flex;
	align-items: center;
}
.footer-bottom-social a {
    padding-left: 19px;
}

/*@media only screen and (max-width: 1600px) {
	.footer-logo {
		width: 200px;
	}
	.footer-top-menu ul li a {
		font-size: 20px;
		padding-left: 29px;
	}
	.footer-top {
		min-height: auto;
		padding-top: 64px;
		padding-bottom: 30px;
	}
	.footer-widget {
		padding-right: 40px;
	}
	.footer-widget .widget-title {
		font-size: 22px;
		margin-bottom: 12px;
	}
	.footer-widget ul li a {
		font-size: 18px;
		padding: 3px 0;
	}
	.footer-widgets {
		justify-content: space-between;
	}
	.footer-bottom {
		padding-top: 30px;
		padding-bottom: 47px;
	}
	.footer-bottom-text {
		font-size: 18px;
	}
	.footer-bottom-text ul li a {
		font-size: 18px;
		padding-left: 10px;
		margin-left: 8px;
	}
	.footer-bottom-text ul li a::before {
		height: 15px;
	}
	.footer-bottom-social img {
		max-height: 19px;
	}
	.footer-bottom-social a {
		padding-left: 20px;
	}
}*/
@media only screen and (max-width: 991px) {
	.footer-widgets {
		flex-wrap: wrap;
		justify-content: flex-start;
		padding-bottom: 16px;
	}
	.footer-widget {
		margin-bottom: 40px;
	}
	.footer-bottom {
		flex-wrap: wrap;
	}
	.footer-bottom-text {
		width: 100%;
		margin-bottom: 12px;
		flex-direction: column;
		align-items: flex-start;
	}
	.footer-bottom-social {
		width: 100%;
		margin-left: -18px;
	}
	.footer-bottom-text ul {
		margin-left: -18px;
		margin-rt: ;
		margin-top: 9px;
	}
}
@media only screen and (max-width: 767px) {
	.footer-top {
		flex-direction: column;
		align-items: flex-start;
	}
	.footer-top-menu {
		width: 100%;
		margin-top: 10px;
	}
	.footer-top-menu ul {
		justify-content: flex-start;
		margin-left: -28px;
	}
	.footer-widget {
		width: 100%;
		padding-right: 0;
	}
}



/*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)
}

/*@-webkit-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
    }
}*/

@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-inputs input.is-invalid {
	background-color: #F705053D;
}*/
.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-area.register-area .login-container {
	min-height: auto;
	height: auto;
}*/
.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: 1600px) {
	.login-wrapper {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 27px;
	}
}*/
@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: 1600px) {
	.banner-area {
		padding-top: 94px;
	}
	.banner-row h2 {
		font-size: 56px;
		line-height: 60px;
		margin-bottom: 15px;
	}
	.banner-row p {
		font-size: 24px;
		line-height: 27px;
	}
}*/
@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;
}
/*@media only screen and (max-width: 1600px) {
	.box-icon-grid {
		padding-top: 105px;
		padding-bottom: 77px;
	}
}*/


/*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;
}
.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;
}
.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: 1600px) {
	.feature-list-content h2 {
		font-size: 46px;
		line-height: 51px;
		margin-bottom: 20px;
	}
	.feature-list-content p {
		margin-bottom: 29px;
	}
}*/
@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-area.box-grid-bg-area {
    padding-top: 83px;
    padding-bottom: 82px;
}
.box-grid-bg-area .title {
    max-width: 577px;
    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: 173px;
}
.box-grid-bg-area .box-grid-row {
	margin-bottom: 0;
}
.testimonial-area.testimonial-area-2 {
    padding-top: 105px;
    padding-bottom: 75px;
}

/*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: ;
	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: 1600px) {
	.quick-start-inner .title h2 {
		font-size: 44px;
		line-height: 53px;
		margin-bottom: 40px;
	}
}*/
@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;
		animation: ;
		height: ;
		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;
}