@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700&display=swap');
:root{
	--montserrat: 'Montserrat', sans-serif;
	--poppins : 'Poppins', sans-serif;
	--white : #fff;
	--dark-purple : #131226;
	--light-gray:#A8B1BE;
	--purple : #6188FF;
	--violet : #755AFC;
	--inter : 'Inter', sans-serif;
	--black : #000;
	--white-2:#FAFAFA;
	--cloud : #D9DEE9;
}
body{
	font-family: var(--poppins);
}
a{
	color: #755AFC;
	text-decoration: none;
	font-family: var(--poppins);
}
.mobile{
	display: none;
}
.container{
	max-width: calc(1024px + var(--bs-gutter-x, .75rem)*2);
}
/* Header */
.site-header{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	padding-top: 111px;
	z-index: 9999;
	transition: 0.3s padding ease-in-out;
}

.site-header.active,
.site-header.style-2.active{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #131226;
	padding-top: var(--padding-top);
}
.site-header.style-2{
	padding-top: 0;
	position: fixed;
	transition: 0.3s padding linear;
}
.site-header.style-2 .navbar{
	background-color: #131226;
	transition: 0.3s padding linear;
}
.site-header.style-2 .toast-banner{
	position: unset;
}
.site-header .navbar .navbar-nav{
	border-right: 1px solid rgba(252, 237, 237, 0.40);
}
.site-footer .footer-logo,
.site-header .site-logo{
	max-width: 117px;
}
.site-header .navbar{
	padding: 17px 0;
}
.site-header .navbar .navbar-nav .nav-link{
	color: var(--white);
	font-family: var(--montserrat);
	font-size: 15px;
	font-weight: 600;
	line-height: 16px;
	padding:0 16px;
}
.site-header .toast-banner.style-1{
	background: linear-gradient(180deg, #755AFC -126.78%, #755AFC 54.33%, #1D1B41 198.21%);
}
.site-header .toast-banner.style-2{
	background: #00FFA0;
}
.site-header .toast-banner.style-3{
	background: linear-gradient(180deg, #00FFA0 -37.5%, #755AFC 126.79%, #1D1B41 244.64%);
}
.site-header .toast-banner.style-2 .toast .toast-message,
.site-header .toast-banner.style-3 .toast .toast-message{
	color: var(--black);
}

.site-header .toast-banner.style-2 .toast .toast-body .toast-cta-btn svg path,
.site-header .toast-banner.style-3 .toast .toast-body .toast-cta-btn svg path{
	stroke: var(--black);
}
.site-header .toast-banner.style-2 .toast .toast-body .toast-close-btn svg path,
.site-header .toast-banner.style-3 .toast .toast-body .toast-close-btn svg path{
	fill: var(--black);
}
.site-header .toast-banner.style-2 .toast .toast-body .toast-cta-btn,
.site-header .toast-banner.style-3 .toast .toast-body .toast-cta-btn{
	color: var(--black);
}
.site-header .toast-banner{
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.site-header .toast{
	width: 100%;
	background-color: transparent;
	border: 0;
	box-shadow: none;
	/* margin-bottom: 24px; */
}
.site-header .toast .toast-message{
	color: var(--white);
	font-family: var(--montserrat);
	font-size: 14px;
	font-weight: 600;
	line-height: 20px; 
	margin: 0;
}
.site-header .toast .toast-body{
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 18px 0;
}
.site-header .toast .left-part{
	flex-grow: 1;
    text-align: center;
	padding-right: 10px;
}
.site-header .toast .toast-body .toast-cta-btn{
	color: #EEF1F9;
	font-family: var(--montserrat);
	font-size: 15px;
	font-weight: 600;
	line-height: 16px; 
	margin-right: 24px;
	display: flex;
	align-items: center;
}
.site-header .toast .toast-body .right-part{
	display: flex;
	align-items: center;
}

.site-header .toast .toast-body .toast-cta-btn svg{
	margin-left: 10px;
}
.site-header .toast .toast-body .toast-close-btn{
	background: transparent;
	border: 0;
	padding: 0;
}

.site-header .btn.btn-secondary{
	margin: 0 15px 0 34px;
}
.site-header .search.desktop{
	position: relative;
}
.site-header .search.desktop form{
	width: 250px;
	position: absolute;
	right: 30px;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
}
.site-header .search.desktop form input{
	height: 48px;
	background-color: rgba(97, 136, 255, 1);
	color: var(--white);
	border-radius: 25px;
	border: 1px solid --white;
}
.site-header .search.desktop form input::placeholder{
	color: var(--white);
}
.site-header .search.desktop form input:focus{
	box-shadow:none;
}
.site-header .search.desktop form{
	max-width: 0;
	overflow: hidden;
	transition: 0.3s all ease-in-out;
}
.site-header .search.desktop form .searchBtn:focus{
	box-shadow: none;
}
.site-header .search.desktop form.active{
	max-width: 250px;
}
.site-header .search.desktop .inner-button{
	position: relative;
}
.site-header .search.desktop .inner-button:hover{
	cursor: pointer;
}
.site-header .search.desktop .inner-button svg path{
	fill: var(--white);
}
.wbd-hemburg-menu{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: -100vh;
	left: 0;
	z-index: 999;
	background: var(--dark-purple);
	padding: 76px 0 0 0 ;
	overflow-x: hidden;
	transition: 0.5s top;
	-ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.wbd-hemburg-menu::-webkit-scrollbar{
	display: none;
}
.wbd-hemburg-menu-wrapper{
	position: relative;
	min-height: 100vh;
	padding-bottom: 60px;
}
.site-header.activeMenu .wbd-hemburg-menu{
	top: 0vh;
}
.site-header.activeMenu .wbd-hemburg-menu .container{
	max-width: calc(1137px + var(--bs-gutter-x, .75rem)*2);
}
.site-header.activeMenu .wbd-hemburg-menu .bg-left{
	background-position: center;
	background-size: cover;
	position: absolute;
	background-repeat: no-repeat;
	width: 43%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
.site-header.activeMenu .wbd-hemburg-menu
.wbd-hemburg-menu::-webkit-scrollbar {
	display: none;
}  
.wbd-hemburg-menu{
	-ms-overflow-style: none;  
	scrollbar-width: none;  
}
.wbd-hemburg-menu .top-part{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site-header .wbd-hemburg-menu .equel-space-wrapper{
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 110px);
}
.wbd-hemburgmenu-close-btn{
	color: var(--white);
	font-family: var(--poppins);
	font-size: 16px;
	font-weight: 500;
	line-height: 25px; 
	cursor: pointer;
	display: flex;
	align-items: center;
}
.wbd-hemburgmenu-close-btn.mobile{
	display: none;
}
.site-header .btn-secondary-wrapper.mobile{
	display: none;
}

.wbd-hemburg-menu .hemburg-menu-link{
	color: var(--white);
	font-family: var(--poppins);
	font-size: 15px;
	font-weight: 500;
	line-height: 22px; 
	display: block;
	margin-bottom: 27px;
}
.wbd-hemburg-menu .hemburg-menu-links{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wbd-hemburg-menu .hemburg-menu-links h6{
	color:#6188FF;
	font-size: 15px;
	font-weight: 600;
	line-height: 16px;
	margin-bottom: 18px;
}
.wbd-hemburg-menu .hemburg-menu-link:hover{
	color:var(--purple)
}
.wbd-hemburg-menu .nav-pills .nav-link{
	color: #A8B1BE;
	font-family: var(--poppins);
	font-size: 37px;
	font-weight: 400;
	line-height: 50px; 
	letter-spacing: -1.11px;
	padding: 0;
	background-color: transparent;
	text-align: left;
	margin-bottom: 49px;
}
.wbd-hemburg-menu .nav-pills .nav-link:last-child{
	margin-bottom: 0;
}
.wbd-hemburg-menu .nav-pills .nav-link.active{
	color: var(--purple);
}
.wbd-hemburg-menu .social-icons{
	display: grid;
    grid-template-columns: repeat(1,1fr);
    max-width: 270px;
    column-gap: 15px;
    margin-right: auto;
}
/* Header */
/* Comman */
.wbd-hemburg-menu-btn{
	position: relative;
	width: 22px;
	height: 17px;
	margin-left: 26px;
	cursor: pointer;
	display: inline-block;
}
.wbd-hemburg-menu-btn .lines{
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: var(--white);
	border-radius: 10px;
	display: inline-block;
	transition: 0.5s transform ,0.5s top,0.5s opacity;
}
.wbd-hemburg-menu-btn .top{
	transform: rotate(0deg);
	top: 0;
}
.wbd-hemburg-menu-btn .middle{
	top: 7px;
}
.wbd-hemburg-menu-btn .bottom{
	transform: rotate(0deg);
	top: 14px;
}
.site-header.activeMenu .wbd-hemburg-menu-btn .top{
	transform: rotate(45deg);
	top:7px
}
.site-header.activeMenu .wbd-hemburg-menu-btn .middle{
	opacity: 0;
}
.site-header.activeMenu .wbd-hemburg-menu-btn .bottom{
	transform: rotate(-45deg);
	top:7px
}
.btn.btn-primary{
	color: var(--white);
	font-family: var(--montserrat);
	padding: 15px 21px;
	font-size: 15px;
	font-weight: 600;
	line-height: 16px; 
	border-radius: 43px;
	border:0;
	outline:0;
	box-shadow: 0px 0px 8px 0px rgba(132, 133, 255, 0.26);
	transition: 0.5s background;
	position: relative;
	z-index: 2;
	background: transparent;
}
.btn.btn-primary:hover{
	box-shadow: none;
}
.btn.btn-primary::after{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	border-radius: 43px;
	background: var(--violet);
}
.btn.btn-primary::before{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 43px;
	background: linear-gradient(151deg, #00FFA0 0%, #755AFC 95.27%, #1D1B41 100%);
	transition: 0.5s opacity;
	opacity: 0;
}
.btn.btn-primary:hover::before{
	opacity: 1;
}
.btn.btn-primary:focus::after{
	background-color: #3DA9D0;
}
.btn.btn-primary:focus{
	color: #1D1B41;
}
.btn.btn-secondary{
	color: var(--white);
	font-family: var(--montserrat);
	font-size: 15px;
	font-weight: 600;
	line-height: 16px;
	padding: 15px 21px;
	border-radius: 43px;
	box-shadow: 0px 0px 8px 0px rgba(132, 133, 255, 0.26);
	position: relative;
	background: transparent;
	border: 0;
	transition: 0.5s background;
}
.btn.btn-secondary::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 43px;
	border: 3px solid transparent;
	background: linear-gradient(180deg, #00FFA0, #755AFC, #1D1B41) border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
}
.btn.btn-secondary:hover{
	background:var(--violet);
}
.btn.btn-secondary:focus{
	color: #1D1B41;
	background: #3DA9D0;
}
.btn-secondary-wrapper{
	display: inline-block;
	position: relative;
    z-index: 2;
}
.section-subtitle{
	color: var(--violet);
	font-family: var(--poppins);
	font-size: 15px;
	font-weight: 600;
	line-height: 16px; 
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin: 0;
}
.section-title{
	color: var(--dark-purple);
	font-family: var(--poppins);
	font-size: 37px;
	font-weight: 400;
	line-height: 50px; 
	letter-spacing: -1.11px;
	margin: 0;
}
.section-desc{
    color: #E9E5F5;
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 500;
    line-height: 25px; 
}
.social-icons .social-image{
	width: 18px;
	height: 18px;
}
.site-header .social-icons .social-title img{
	margin-right:10px;
}
.social-icons .social-title{
	color: #FDFDFF;
	font-family: var(--poppins);
	font-size: 15px;
	font-weight: 600;
	line-height: 16px; 
	margin: 0;
	display: block;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.social-icons.desktop-social .social-title:last-child{
	margin-bottom: 0;
}
.social-icons .social-title:hover{
	color: var(--purple);
}
.social-icon{
	display: flex;
	align-items: center;
	column-gap: 10px;
	margin-bottom: 16px;
}
.copyright-part .left-part .footer-bottom-link{
	color: #DDE0E6;
	font-family: var(--poppins);
	font-size: 13px;
	font-weight: 500;
	line-height: 16px; 
	margin-right: 24px;
}
.copyright-part .right-part .footer-bottom-link{
	color: #A8B1BE;
	font-family: var(--poppins);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px; 
}
.copyright-part{
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding-top: 26px;
	border-top: 2px solid #5C6778;
}
.wbd-hemburg-menu .copyright-part{
	margin-top: 112px;
}
.wbd-hemburg-menu .tab-content{
	position: relative;
}
.wbd-hemburg-menu .tab-content .tab-pane{
	transform: translateY(50px);
	transition: 0.5s all;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.wbd-hemburg-menu .tab-content .tab-pane.active{
	transform: translateY(0);
	position: relative;
	opacity: 1;
	z-index: 5;
}
/* Comman */
/* Footer */
.site-footer{
	background: var(--dark-purple);
	padding:90px 0 62px 0; 
}
.site-footer .top-part{
	margin-bottom: 76px;
}
.site-footer .middle-part h4{
	color: var(--light-gray);
	font-family: var(--poppins);
	font-size: 15px;
	font-weight: 600;
	line-height: 16px; 
	margin-bottom: 24px;
}
.site-footer .middle-part .social-icons h4{
	margin-bottom: 0;
}
.site-footer .middle-part .menu{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.site-footer .middle-part .menu a{
	color: var(--white);
	font-family: var(--poppins);
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 16px;
	line-height: 16px; 
	display: block;
}
.site-footer .middle-part .menu a:hover{
	color:var(--purple)
}

.site-footer .footer-column .social-icons{
	margin-top: 7px;
	max-width: 122px;
	margin-left: auto;
	display:flex;
	flex-direction:column;
}
.site-footer .footer-column .social-icons a{
	display:block;
	margin-bottom:16px;
}
.site-footer .footer-column .social-icons a img{
	margin-right:10px;
}
.site-footer .middle-part{
	padding-bottom: 97px;
}
/* Footer */
/* section-hero */
.section-hero{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 307px 0 177px 0;
	position: relative;
	overflow: hidden;
}
.section-hero .section-subtitle{
	margin-bottom: 16px;
	color: var(--white);
}
.section-hero .bg-section{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.section-hero .bg-section .inline-player video{
	width: 100%;
	height: 100%;
}
.section-cta-block .content-wrapper,
.section-hero .content-wrapper{
	position: relative;
	z-index: 2;
}
.section-hero.style3 .content{
	text-align: center;
}
.section-hero .hero-title{
	color: var(--white);
	font-family: var(--poppins);
	font-size: 67px;
	font-weight: 600;
	line-height: 66.9px; 
	letter-spacing: -2.01px;
	margin-bottom: 34px;
}
.section-hero .hero-subtitle{
	color: #E9E5F5;
	font-family: var(--poppins);
	font-size: 16px;
	font-weight: 500;
	line-height: 25px; 
	margin-bottom: 63px;
}
.section-hero .btn.btn-primary{
	margin-right: 19px;
}
/* section-hero */
/* section-resource */
.section-resource{
	padding: 70px 0 98px 0;
}
.section-resource.style1 .bottom-part .posts .img-wrapper{
	min-height: 338px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.section-resource.style2 .bottom-part .posts .img-wrapper{
	height: 238px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.section-resource.style3 .bottom-part .posts .img-wrapper{
	height: 238px;
}
.section-resource .section-subtitle{
	margin-bottom: 16px;
}
.section-resource .top-part{
	display: flex;
    align-items: flex-end;
    justify-content: space-between;
	margin-bottom: 69px;
}
.section-resource .bottom-part .posts{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 23px;
}
.section-resource.style4 .bottom-part .posts,
.section-resource.style3 .bottom-part .posts{
	grid-template-columns: repeat(2,1fr);

}
.section-resource .bottom-part .post{
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	transition: 0.3s box-shadow;
	display: flex;
    flex-direction: column;
}
.section-resource.style1 .bottom-part .post:hover,
.section-resource.style2 .bottom-part .post:hover{
	box-shadow: 0px 4px 10px 0px rgba(19, 18, 38, 0.38);
}

.section-resource .bottom-part .post .post-category{
	position: absolute;
	top: 23px;
	left: 19px;
	border-radius: 5px;
	background: #EEF1F9;
	color: var(--violet);
	font-family: var(--inter);
	font-size: 13px;
	font-weight: 600;
	line-height: 31px; 
	padding: 0 14px;
	text-transform: uppercase;
	z-index: 1;
}
.section-resource .bottom-part .posts .img-wrapper{
	/* padding: 10px; */
	transition: 0.3s box-shadow;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 50px;
	max-height: 400px;
	position: relative;
}
.section-resource .bottom-part .posts .img-wrapper .whole-link{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.section-resource.style1 .bottom-part .post:hover .img-wrapper,
.section-resource.style2 .bottom-part .post:hover .img-wrapper{
	box-shadow: 0px 0px 17px 3px #755AFC inset;
}
.section-resource .bottom-part .post .img-wrapper .post-image{
	transform: scale(1);
	transition: 0.3s transform;
}
.section-resource.style3 .bottom-part .post .img-wrapper .post-image{
	opacity: 0;
}
.section-resource.style1 .bottom-part .post:hover .img-wrapper .post-image,
.section-resource.style2 .bottom-part .post:hover .img-wrapper .post-image{
	transform: scale(1.1);
}
.section-resource .bottom-part .posts .post-content{
	background: #EEF1F9;
	padding: 23px 11px 37px 15px;
	flex-grow: 1;
}
.section-resource.style4 .bottom-part .posts .post-content{
	padding: 29px 29px 36px 29px;
}
.section-resource.style3 .bottom-part .posts .post-content{
	padding: 35px 30px 36px 30px;
}
.section-resource .bottom-part .posts .post-title{
	color: var(--dark-purple);
	font-family: var(--poppins);
	font-size: 23px;
	font-weight: 500;
	line-height: 31.688px; 
	letter-spacing: -0.23px;
	margin-bottom: 9px;
}
.section-resource .bottom-part .posts .post-desc{
	color: var(--black);
	font-family: var(--poppins);
	font-size: 13.5px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 34px;
}
.section-resource.style3 .bottom-part .posts .post-desc,
.section-resource.style4 .bottom-part .posts .post-desc{
	max-width: 382px;
}
.section-resource .bottom-part .posts .post-cta-btn{
	color: var(--black);
	font-family: var(--montserrat);
	font-size: 15px;
	font-weight: 600;
	line-height: 16px; 
	margin: 0;
	display: flex;
	align-items: center;
	width: fit-content;
}
.section-resource .bottom-part .posts .post-cta-btn i{
	margin-left: 10px;
	transition: 0.5s margin;
}
.section-resource .bottom-part .posts .post-cta-btn:hover i{
	margin-left: 20px;
}
/* section-resource */
/* section-cta-block */
.section-cta-block{
/*     background: url('abstract-liquid-smoke-effect-2023-01-28-12-58-36-utc_1.png'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0px;
	position: relative;
	overflow: hidden;
}
.section-cta-block .bg-section{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.section-cta-block .bg-section .inline-player video{
	width: 100%;
	height: 100%;
}
.section-cta-block .inner-content{
    max-width: 500px;
}
.section-cta-block.style2 .inner-content{
    margin-left:auto ;
    text-align: end;
}
.section-cta-block.style3 .inner-content{
    margin: auto;
    text-align: center;
}
.section-cta-block .section-subtitle{
    font-family: var(--inter);
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.section-cta-block .section-title{
    font-size: 44px;
    font-weight: 500;
    line-height: 56px;
    margin-bottom: 38px;
}
.section-cta-block .section-desc{
    margin-bottom: 38px;
}
/* section-cta-block */
/* section-progress-circle */
.section-progress-circle{
	padding: 74px 0 105px 0;
}
.section-progress-circle .progress-circle{
	width: 130px;
	height: 130px;
	background: linear-gradient(272deg, #00FFA0 -14.85%, #755AFC 102.42%, #1D1B41 195.57%);
	border-radius: 50%;
	position: relative;
	opacity: 0;
	margin: 0 auto 21px;
}
.section-progress-circle .progress-inner{
	width: 102px;
	height: 102px;
	background: rgba(253, 253, 255, 0.35);
	border-radius: 50%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
}
.section-progress-circle .progress-text{
	color: var(--white);
	text-align: center;
	font-family: var(--poppins);
	font-size: 33px;
	font-weight: 600;
	line-height: 25px; 
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	margin: 0;
}
.section-progress-circle.active .progress-circle{
	animation: faddingCircle 1.2s forwards ease;
}
.section-progress-circle.active .progress-inner{
	animation: faddingCircleInner 1.3s 0.1s forwards cubic-bezier(0.33, 1, 0.68, 1);
}
.section-progress-circle.active .progress-text{
	animation: faddingCircleText 1.8s 0.3s forwards cubic-bezier(0.33, 1, 0.68, 1);
}
@keyframes faddingCircle {
    0% { transform: scale(0); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}
@keyframes faddingCircleInner {
    0% { transform: translate(-50%,-50%) scale(0); }
    100% { transform: translate(-50%,-50%) scale(1); }
}
@keyframes faddingCircleText {
    0% { transform: translate(-50%,-50%) scale(0); opacity: 0; }
    100% { transform: translate(-50%,-50%) scale(1); opacity: 1; }
}
.section-progress-circle .progress-title{
	color: var(--dark-purple);
	text-align: center;
	font-family: var(--poppins);
	font-size: 19px;
	font-weight: 500;
	line-height: 25px; 
	margin-bottom: 0;
}
.section-progress-circle .row{
	justify-content: center;
}
/* section-progress-circle */
/* section-opt-eyebrow */

.section-information .inner-content-wrapper{
	padding-top: 100px;
	margin-top: -100px;
}
.section-information .inner-content-wrapper .inner-content{
	margin-bottom: 117px;
}
.section-information .inner-content-wrapper:last-child .inner-content{
	margin-bottom: 0;
}
.section-information{
    background-color:var(--white-2);
    padding: 119px 0 68px 0;
    position: relative;
    overflow: hidden; 
}
.section-information #bg-circle{
	border-radius: 50%;
	background: linear-gradient(180deg, #755AFC 32.14%, #6188FF 73.65%, #160C4B 138.39%), var(--Soft-Grey, #FAFAFA);
	filter: blur(180px);
	width: 361px;
	height: 343px;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%,-50%);
	z-index: 1;
	opacity: 0;
}
.section-information.dark #bg-circle{
	opacity: 1;
}
.section-information .container{
	position: relative;
	z-index: 2;
}
.section-information.dark{
	background: var(--dark-purple);
}
.section-information.dark .section-desc p,
.section-information.dark .section-title{
	color: var(--cloud);
}
.section-information .description{
    max-width: 481px;
}
.section-information .inner-content.right-content .row{
	flex-direction: row-reverse;
}
.section-information .inner-content:not(:last-child){
	margin-bottom: 127px;
}
.section-information .inner-content .image{
    text-align: end;
}
.section-information .inner-content.right-content .image{
    text-align: start;
}
.section-information .inner-content .video{
	pointer-events: none;
}
.section-information .inner-content .video .inline-player{
    margin-left: auto;
}
.section-information .inner-content.right-content .video .inline-player{
    margin-left: 0;
    margin-right: auto;
}
.section-information .section-subtitle{
    margin-bottom: 16px;
}
.section-information .section-title{
    margin-bottom: 28px;
}
.section-information .section-desc p{
    color: var(--dark-purple);
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 28px;
}
.section-information .inline-player video{
	max-width: 100%;
}
.section-information .inline-player{
	max-width: 90%;
}
.section-information.light .section-desc{
	color: var(--dark-purple);
}
.section-information .section-desc{
	font-size: 15px;
}
.section-information.light .section-desc ul li {
    font-weight: 400;
}
/* section-opt-eyebrow */

/* section-navigation-cta-block */

.section-navigation-cta-block{
    padding: 96px 0 87px 0;
}

.section-navigation-cta-block.dark{
	background-color: var(--dark-purple);
}

.section-navigation-cta-block.dark .section-title,
.section-navigation-cta-block.dark .text,
.section-navigation-cta-block.dark .nav-tabs .nav-link,
.section-navigation-cta-block.dark .tab-pane .text
{
	color: var(--white);
}

.section-navigation-cta-block .left-content{
	z-index: 20;
	position: relative;
}

.section-navigation-cta-block .section-heading{
    text-align: center;
    max-width: 768px;
    margin: auto;
    margin-bottom: 58px;
}

.section-navigation-cta-block .section-title{
    color: var(--midnight);
    margin-bottom: 30px;
}
.section-navigation-cta-block .nav-tabs{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border: 0;
    justify-content: space-between;
    column-gap: 10px;
	flex-wrap: nowrap;
}
.section-navigation-cta-block .nav-tabs li{
	flex-grow: 1;
}
/* .section-navigation-cta-block .tabs-block ul li{
    width: 33.33333333%;
    flex: 0 0 auto;
    border: 1.5px solid rgba(41,28,84,0.1);
    border-radius: 8px;
} */

.section-navigation-cta-block .nav-tabs .nav-link{
    color: var(--blue);
    font-family: var(--poppins);
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: -0.6px;
    padding: 11px 0;
	width: 100%;
    position: relative;
    transform: translateY(-6px);
    transition: 0.3s transform ease-in-out;
}
.section-navigation-cta-block .nav-tabs .nav-link:hover{
    border-color:transparent ;
}
.section-navigation-cta-block .nav-tabs .nav-link::before{
    content: '';
    border: 1.5px solid rgba(128, 104, 252,0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 8px;
}
.section-navigation-cta-block .nav-tabs .nav-link.active{
    background-color: rgba(97, 136, 255, 0.20);
    transform: unset;

}
.section-navigation-cta-block.dark .nav-tabs .nav-link.active{
	border-color: transparent;
	margin-bottom: 0;
}
.section-navigation-cta-block .nav-tabs .nav-link.active::before{
    content: unset;
}

.section-navigation-cta-block .tabs-block .nav-tabs img{
    margin-right: 5px;
}

.section-navigation-cta-block .tab-pane{
    padding: 130px 92px 92px 92px; 
    border-radius: 0 15px 15px 15px;
    /* border: 1.3px solid rgba(97, 136, 255, 0.20); */
}
.section-navigation-cta-block .tab-pane:last-child{
    border-radius: 15px 0 15px 15px ;
}
.section-navigation-cta-block .tab-pane:nth-child(2){
    border-radius: 15px 15px 15px 15px ;
}
.section-navigation-cta-block .tab-pane .image{
    text-align: center;
}
.section-navigation-cta-block .tab-pane .text{
    max-width: 481px;
    margin-bottom: 30px;
}
.section-navigation-cta-block .tab-pane .text,
.section-navigation-cta-block .tab-pane .text p{
    color: var(--midnight);
    font-family: var(--poppins);
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
.section-navigation-cta-block .tab-pane{
    background-color: rgba(97, 136, 255, 0.20);
    position: relative;
    overflow: hidden;
    /* border: 1.3px solid rgba(97, 136, 255, 0.20); */
}
.section-navigation-cta-block .tab-pane::after{
    content: '';
    background-image:url('../images/tab-overlay.png') ;
    width: 357px;
    height: 357px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

/* section-navigation-cta-block */


/* section-social-proof-block */

.section-social-proof-block{
	padding: 247px 0 77px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-social-proof-block.style-2{
	padding:96px 0 154px 0;
}

.section-social-proof-block.style-2.partner-logo-module .logos img{
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}
.section-social-proof-block.style-2.partner-logo-module .logos img:hover{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}

.section-social-proof-block.style-2 .container{
	max-width: calc(1295px + var(--bs-gutter-x, .75rem)*2);
}
.section-social-proof-block .inner-content{
	max-width: 551px;
}
.section-social-proof-block.center .inner-content{
	margin: auto;
	text-align: center;
}
.section-social-proof-block.style-2 .inner-content{
	max-width: 758px;
}
.section-social-proof-block .inner-content .section-subtitle{
	margin-bottom: 23px;
	color: var(--purple);
}
.section-social-proof-block .inner-content .section-title{
	margin-bottom: 38px;
	color: var(--white);
}
.section-social-proof-block.style-2 .inner-content .section-title,
.section-social-proof-block.style-2 .inner-content .section-subtitle,
.section-social-proof-block.style-2 .inner-content .text{
	color: var(--dark-purple);
}
.section-social-proof-block .inner-content .text{
	margin-bottom: 35px;
	color: var(--white);
}
.section-social-proof-block .slick-arrow,
.section-social-proof-block .slick-dots{
	display: none !important;
}
.section-social-proof-block .bottom-part{
	margin-top: 159px;
}
.section-social-proof-block.style-2 .bottom-part{
	margin-top: 80px;
}
.section-social-proof-block .bottom-part .image{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.section-social-proof-block .bottom-part .image .whole-link{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.section-social-proof-block.style-2 .slick-arrow,
.section-social-proof-block.style-2 .slick-dots{
	display: flex !important;
}
.section-social-proof-block.style-2 .slick-dots{
	padding-left: 0;
	justify-content: center;
	column-gap: 10px;
	bottom: -100px;
	flex-wrap: wrap;
    row-gap: 10px;
}
.section-social-proof-block.style-2 .slick-dots li{
	list-style: none;
	width: 11px;
	height: 11px;
	border-radius: 11px;
	background: radial-gradient(564.67% 140.15% at 100% 0%, rgba(41, 28, 84, 0.50) 0%, rgba(41, 28, 84, 0.00) 100%), radial-gradient(564.99% 141.42% at 100% 100%, rgba(41, 28, 84, 0.10) 0%, rgba(0, 0, 0, 0.00) 100%), radial-gradient(564.99% 141.42% at 0% 0%, #8068FC 0%, rgba(255, 255, 255, 0.00) 100%);
}
.section-social-proof-block.style-2 .slick-dots li.slick-active{
	background: var(--violet);
}
.section-social-proof-block.style-2 .slick-dots li button{
	opacity: 0;
}
.section-social-proof-block.style-2 .slick-prev::before,
.section-social-proof-block.style-2 .slick-next::before{
	font-family: unset;
	color: var(--black);
}
.section-social-proof-block.style-2 .logos{
	max-width: 1024px;
	margin: auto;
}
.section-social-proof-block.style-2 .inner-content .section-title{
	margin-bottom: 30px;
}

.section-social-proof-block .logos .slick-track {
    display: flex;
    align-items: center;
}
.section-social-proof-block .logos .slick-slide {
      margin: 0 30px;
	  
}
.section-social-proof-block .logos .slick-list {
    margin: 0 -30px;
}
.section-social-proof-block .slick-arrow.slick-prev{
	left: -125px;
}
.section-social-proof-block .slick-arrow.slick-next{
	right: -125px;
}
/* section-social-proof-block */


/* section-blog-listing-block */

.section-blog-listing-block{
	padding: 73px 0 59px 0;
}
.section-blog-listing-block .container{
	max-width: calc(1222px + var(--bs-gutter-x, .75rem)*2);
}
.section-blog-listing-block .search-part{
	position: relative;
	margin-bottom: 26px;
}
.section-blog-listing-block .search-part .btn-outline-success{
	border: 0;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
}
.section-blog-listing-block .search-part .btn-outline-success:hover{
	background-color: transparent;
}
.section-blog-listing-block .search-part input{
	padding-left: 42px;
	height: 52px;
	border: 1px solid #DDE0E6;
	color: #0E1521;
	font-family: var(--poppins);
	font-size: 13.5px;
	font-weight: 400;
	line-height: 25px;
	border-radius: 4px;
}
.section-blog-listing-block .search-part input:focus{
	box-shadow: none;
}
.section-blog-listing-block .blog-list{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 21px;
    grid-row-gap: 50px;
    margin-bottom: 43px;
}
.section-blog-listing-block .blog-card{
	position: relative;
	border-radius: 8px;
	overflow:hidden;
}
.section-blog-listing-block .blog-card:hover{
	box-shadow:0px 4px 10px 0px rgba(19, 18, 38, 0.38);
}
.section-blog-listing-block .blog-card .outer-wrapper{
	overflow:hidden;
	position:relative;
}
.section-blog-listing-block .blog-card .image-wrapper{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 255px;
	border-radius: 8px 8px 0 0;
	position: relative;
	transform: scale(1);
	transition:0.3s transform;
}
.section-blog-listing-block .blog-card:hover .image-wrapper{
	    transform: scale(1.1);
}
.section-blog-listing-block .blog-card .blog-content{
	padding:15px;
}
.section-blog-listing-block .blog-card .image-wrapper .whole-link{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.section-blog-listing-block .blog-card .outer-wrapper .cat-link{
	color: var(--violet);
	font-family: var(--inter);
	font-size: 13px;
	font-weight: 600;
	line-height: 31px; 
	text-transform: uppercase;
	background-color: #EEF1F9;
	border-radius: 5px;
	padding: 0 14px;
	position: absolute;
	top: 24px;
	left: 12px;
}
.section-blog-listing-block .blog-card .blog-content .blog-title{
	color: #1D1B41;
	font-size: 23px;
	font-weight: 500;
	line-height: 31.688px;
	letter-spacing: -0.23px;
	margin-bottom: 9px;
	overflow: hidden;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-o-text-overflow: ellipsis;
  	-ms-text-overflow: ellipsis;
	display: -moz-box; display: -webkit-box; display: box; 
	-moz-box-orient: vertical;-webkit-box-orient: vertical;box-orient: vertical; 
 
}
.section-blog-listing-block .blog-card .blog-content .blog-desc{
	color: #1D1B41;
	font-size: 13.5px;
	font-weight: 400;
	line-height: 25px; 
	margin-bottom: 20px;
}
.section-blog-listing-block .blog-card .blog-content .blog-cta{
	padding: 0;
	color: var(--black);
	font-family: var(--montserrat);
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
}
.section-blog-listing-block .blog-card .blog-content .blog-cta svg{
	margin-left: 10px;
}
.section-blog-listing-block .blog-card .blog-content .blog-cta:focus{
	box-shadow:none;
}

.section-blog-listing-block .filter-part .cat-title{
	font-family: var(--poppins);
	font-size: 23px;
	font-weight: 500;
	line-height: 31.688px;
	letter-spacing: -0.23px;
	margin-bottom: 67px;
}
.section-blog-listing-block .filter-part .form-check{
	margin-bottom: 14px;
}
.section-blog-listing-block .filter-part .form-check input{
	width: 22px;
    height: 20px;
	margin-right: 16px;
	border: 1px solid #0E1521;
}
.section-blog-listing-block .filter-part .form-check input:focus{
	box-shadow: none;
}
.section-blog-listing-block .filter-part .form-check .form-check-label{
	color: var(--black);
	font-family: var(--poppins);
	font-size: 19px;
	font-weight: 500;
	line-height: 29px;
	letter-spacing: -0.57px;
}
.section-blog-listing-block .filter-part .cat-list{
	margin-bottom: 39px;
}

.section-blog-listing-block .filter-part .buttons-wrapper .btn-primary{
	display: block;
	width: fit-content;
	padding: 15px 39px;
}
.section-blog-listing-block .filter-part .buttons-wrapper .btn-primary:first-child{
	margin-bottom: 14px;
}
.section-blog-listing-block .filter-part .buttons-wrapper .btn-primary:last-child{
	border: 1px solid var(--violet);
	color: var(--violet);
}
.section-blog-listing-block .filter-part .buttons-wrapper .btn-primary:last-child:hover{
	color: var(--white);
}
.section-blog-listing-block .filter-part .buttons-wrapper .btn-primary:last-child:after{
	background-color: transparent;
}

/* section-blog-listing-block */


/* section-photo-gallery-block */

.section-photo-gallery-block{
	padding: 96px 0 87px 0;
	background-color: var(--dark-purple);
}
.section-photo-gallery-block.white{
	background-color: #E8EEFF;
}
.section-photo-gallery-block .section-heading{
	text-align: center;
	margin-bottom: 58px;
}
.section-photo-gallery-block .section-heading .section-title{
	color: #EEF1F9;
	margin-bottom: 30px;
}
.section-photo-gallery-block .section-heading .text{
	color: #EEF1F9;
	font-family: var(--poppins);
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	max-width: 758px;
	margin: auto;
}
.section-photo-gallery-block .nav-tabs{
	max-width: 970px;
	margin: auto;
	justify-content: space-around;
	margin-bottom: 30px;
	border: 0;
	border-top: 1px solid var(--violet);
}
.section-photo-gallery-block .nav-tabs .nav-link img{
	margin-right: 5px;
}
.section-photo-gallery-block .nav-tabs .nav-link{
	color: var(--White, #FFF);
	font-family: var(--poppins);
	font-size: 20px;
	font-weight: 500;
	line-height: 29px;
	letter-spacing: -0.6px;
	opacity: 0.3;
	padding-top: 14px;
	position: relative;
	outline: none;
	border: 0;
}
.section-photo-gallery-block .nav-tabs .nav-link:hover{
	border: 0;
	outline: none;
}
.section-photo-gallery-block .nav-tabs .nav-link:focus{
	border: 0;
	outline: none;
	box-shadow: none;
}
.section-photo-gallery-block .nav-tabs .nav-link:before{
	position: absolute;
	content: unset;
	left: 0;
	top: -1px;
	width: 100%;
	height: 1px;
	background-color: var(--white);
}
.section-photo-gallery-block .nav-tabs .nav-link.active{
	opacity: 1;
	background-color: transparent;
	border: 0;
	border-radius: 0;
}
.section-photo-gallery-block .nav-tabs .nav-link.active:before{
	content: '';
}
.section-photo-gallery-block.white .section-heading .section-title,
.section-photo-gallery-block.white .section-heading .text{
	color: var(--dark-purple);
}

.section-photo-gallery-block.white .nav-tabs .nav-link{
	color: var(--dark-purple);
}
.section-photo-gallery-block.white .nav-tabs{
	border-top: 1px solid #1D1B41;
}
.section-photo-gallery-block.white .nav-tabs .nav-link:before{
	background-color: var(--violet);
}
.section-photo-gallery-block .inner-content{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 7px;
    grid-row-gap: 7px;
}
.section-photo-gallery-block .tab-pane img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mfp-close{
	display: none !important;
}
.mfp-arrow-right:after{
	background-image: url('../images/mfp-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 11px;
    height: 19px;
	border-left: 0;
}
.mfp-arrow-right:before{
	border: 0;
	background-color: #D9D9D9;
	width: 54px;
	height: 54px;
	border-radius: 50px;
	opacity: 1;
	margin: 0;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.mfp-arrow-right{
	opacity: 1;
}
.mfp-arrow-left:after{
	background-image: url('../images/mfp-left.svg');
	background-repeat: no-repeat;
    background-position: center;
    width: 11px;
    height: 19px;
	border: 0;
	margin: 0;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.mfp-arrow-left:before{
	border: 0;
	background-color: #D9D9D9;
	width: 54px;
	height: 54px;
	border-radius: 50px;
	opacity: 1;
	margin: 0;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.mfp-arrow-left{
	opacity: 1;
}
.mfp-bg{
	opacity: 0.92;
}

.mfp-counter{
	display: none;
}

/* section-photo-gallery-block */

/* section-team */
.section-team{
	background:  var(--dark-purple);
	padding: 96px 0px 113px;
}
.section-team.white{
	background: #FDFDFF;
}
.section-team .top-part{
	text-align: center;
	margin-bottom: 102px ;
}
.section-team .top-part .section-title{
	margin-bottom: 30px;
	color: var(--white);
}
.section-team.white .top-part .section-title,
.section-team.white .top-part .text,
.section-team.white .grid-container .item .img-caption .fname,
.section-team.white .grid-container .item .img-caption .bottom-part .btn-readmore{
	color: #1D1B41;
}
.section-team.white .item .img-caption .bottom-part .btn-readmore svg path{
	stroke: #1D1B41;
}
.section-team .top-part .text{
	font-size: 15px;
	font-family: var(--poppins);
	font-style: normal;
	font-weight: 400;
	color: var(--white);
	line-height: 25px;
	max-width: 758px;
	margin: auto;
}
.grid-container{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	column-gap: 20px;
	row-gap: 23px;

}
.section-team .grid-container .item .img-wrapper{
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   border-radius: 8px;
   margin-bottom: 12px;
   position: relative;
}
.section-team .grid-container .item .img-wrapper .whole-link{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.section-team .grid-container .item .img-wrapper .whole-link:focus{
	box-shadow: none;
}
.section-team .grid-container .item .img-caption .btn{
	padding: 0;
}
.section-team .grid-container .item .img-caption .btn:focus{
	box-shadow: none;
}

.section-team .grid-container .item .img-caption .fname{
	font-size: 20px;
	font-family: var(--poppins);
	font-style: normal;
	font-weight: 500;
	color: var(--white);
	line-height: 32px;
	letter-spacing: -0.6px;
	margin-bottom: 5px;
}
.section-team .grid-container .item .img-caption .compnay-name{
	font-size: 18px;
	font-family: var(--poppins);
	font-style: normal;
	font-weight: 500;
	color: var(--purple);
	line-height: 29px;
	letter-spacing: -0.54px;
	margin-bottom: 9px;
}
.section-team .grid-container .item .img-caption .bottom-part{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.section-team .item .img-caption .bottom-part .btn-readmore{
	color: var(--white);
	padding: 0;
}
.section-team .item .img-caption .bottom-part .btn-readmore:focus{
	box-shadow: none;
}
.section-team .item .img-caption .bottom-part .btn-readmore:hover {
	color: var(--white);
}
.section-team .item .img-caption .bottom-part .btn-readmore svg {
	margin-left: 10px;  
}
.section-team .modal{
	background-color: rgba(19, 18, 38, 0.88);
}
.section-team .modal.show .modal-dialog{
	max-width: 1038px;
}
.section-team .modal-content{
	padding: 20px 28px 20px 20px;
	border-radius: 8px;
	border: 0;
}
.section-team .modal-content .title{
	color: var(--black);
	font-family: var(--poppins);
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: -0.24px;
	margin-bottom: 9px;
}
.section-team .modal-content .position{
	color: var(--violet);
	font-family: var(--poppins);
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
	margin-bottom: 9px;
}
.section-team .modal-content .text{
	color: #091F40;
	font-family: var(--poppins);
	font-size: 13.5px;
	font-weight: 400;
	line-height: 25px;
}
.section-team .modal-content .linkedin-button{
	display: flex;
	justify-content: end;
	position: absolute;
	bottom: 24px;
	right: 40px;
	width: 100%;
}
.section-team .modal-content .button-wrapper{
	text-align: end;
	position: absolute;
	width: 100%;
	top: 19px;
	right: 28px;
}
.section-team .modal-content .btnclose i{
	margin-left: 20px;
}

/* section-team */


/* section-icon-block */
.section-icon-block{
    background-color: var(--dark-purple);
    padding: 152px 0px 112px;
}
.section-icon-block.dark{
	background-color: var(--dark-purple);
}
.section-icon-block.light{
	background-color: var(--white);
}
.section-icon-block .section-title{
	color: var(--white);
	margin-bottom: 50px;
}
.section-icon-block.light .section-title,
.section-icon-block.light .inner-content .title,
.section-icon-block.light .inner-content .text{
	color: var(--dark-purple);
}
.section-icon-block .section-title.left{
	text-align: left;
}
.section-icon-block .section-title.center{
	text-align: center;
}
.section-icon-block .section-title.right{
	text-align: right;
}
.section-icon-block .inner-wrapper{
	margin-bottom: 50px;
}
.section-icon-block .row{
	justify-content: center;
}
.section-icon-block .container{
	max-width: calc(1228px + var(--bs-gutter-x, .75rem)*2);
}
.section-icon-block .image{
    text-align: start;
    margin-bottom: 44px;
	position:relative;
	min-height:66px;
}
.section-icon-block .image:before{
	position:absolute;
	content:'';
	background-image:url('../images/icon-linear.png');
	background-repeat:no-repeat;
	width: 200px;
    height: 240px;
	background-size: cover;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
}
.section-icon-block .inner-content .title{
    font-size: 23px;
    font-family: var(--poppins);
    font-weight: 500;
    font-style: normal;
    color: var(--white);
    line-height: 31px;
    letter-spacing: -0.23px;
    margin-bottom: 9px;
}
.section-icon-block .inner-content .text{
    font-size: 13.5px;
    font-family: var(--poppins);
    font-weight: 400;
    font-style: normal;
    color: var(--white);
    line-height: 25px;
}

    /* section-icon-block */

    /* section-infoemation */
.section-contact-block{
    background: #FDFDFF;
    padding: 111px 0px 94px 0;
	overflow: hidden;
}
.section-contact-block .right-content{
	padding-left: 58px;
}
.section-contact-block .contact-form{
	border-radius: 8px;
	border: 1.5px solid #DDE0E6;
	/* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset; */
	backdrop-filter: blur(15px);
	padding: 61px 26px 42px 26px;
	position: relative;
	overflow: hidden;
}
.section-contact-block .contact-form:before{
	content: '';
    border-radius: 357px;
    background: #8068FC;
    filter: blur(187px);
    position: absolute;
    width: 357px;
    height: 357px;
    opacity: 0.2;
    top: -26%;
    left: 50%;
    transform: translateX(-50%);
}
.section-contact-block .contact-form .input-group{
	column-gap: 13px;
	flex-wrap: unset;
	justify-content: space-between;
}
.section-contact-block .contact-form .form-label{
	width: 100%;
	color: #0E1521;
	font-family: var(--poppins);
	font-size: 19px;
	font-weight: 500;
	line-height: 29px; 
	letter-spacing: -0.57px;
	margin-bottom: 17px;
}
.section-contact-block .contact-form .form-label span{
	color: var(--violet);
}
.section-contact-block .contact-form input::placeholder,
.section-contact-block .contact-form textarea::placeholder{
	color: #0E1521;
}
.section-contact-block .contact-form .form-control{
	padding-left: 24px;
	display: initial;
	border: 1px solid #DDE0E6;
	background-color: transparent;
}
.section-contact-block .contact-form .form-control:focus{
	box-shadow: unset;
	border: 1px solid #DDE0E6;
}
.section-contact-block .contact-form textarea{
	width: 100%;
	height: 219px;
}
.section-contact-block .contact-form .btn-primary{
	padding: 15px 39px;
}
.section-contact-block .inner-contain{
    margin-bottom: 38px;
}
.section-contact-block .inner-contain p{
	margin-bottom: 0;
}
.section-contact-block .title{
    font-size: 37px;
    font-family: var(--poppins);
    font-weight: 400;
    font-style: normal;
    color: var(--secondary-midnight);
    line-height: 50px;
    letter-spacing: -1.11px;
    margin-bottom: 9px;
}
.section-contact-block .text{
    font-size: 13.5px;
    font-family: var(--poppins);
    font-weight: 400;
    font-style: normal;
    color: var(--secondary-midnight);
    line-height: 25px;
}
.section-contact-block .img-contain{
    margin-bottom: 9px;
	color: #1D1B41;
	display: block;
	font-size:14px;
	font-weight: 400;
	line-height: 25px;
	display: flex;
	align-items: center;
}
.section-contact-block .img-contain img{
	margin-right: 5px;
}
.section-contact-block .img-contain a,
.section-contact-block .text a{
	color: #1D1B41;
}


.section-contact-block .inner-contain ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
}
.section-contact-block .inner-contain .social-wrap i{
	color:var(--violet);
	font-size:22px;
}
.section-contact-block .inner-contain .social-wrap li{
	margin-right:15px;
}


    /* section-infoemation */

	/* section-flexible-hero-banner-block */

	.section-flexible-hero-banner-block{
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: #E8EEFF;
		padding: 91px 0;
		position: relative;
	}
	.section-flexible-hero-banner-block.style-3{
		padding: 0;
	}
	.section-flexible-hero-banner-block.style-4{
		background-color: var(--dark-purple);
	}
	.section-flexible-hero-banner-block.style-5{
		padding: 150px 0;
	}
	.section-flexible-hero-banner-block .bg{
		position: absolute;
		width: 50%;
		right: 0;
		top: 0;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.section-flexible-hero-banner-block .section-subtitle{
		margin-bottom: 16px;
		color: var(--violet);
		font-family: var(--poppins);
		font-size: 15px;
		font-weight: 600;
		line-height: 16px;
		letter-spacing: 1.5px;
		text-transform: uppercase;
	}
	.section-flexible-hero-banner-block .buttons{
		display: flex;
		align-items: center;
		column-gap: 19px;
		margin-top: 30px;
	}
	.section-flexible-hero-banner-block .content{
		max-width: 501px;
	}
	.section-flexible-hero-banner-block.style-5 .content{
		max-width: 472px;
		margin: auto;
		text-align: center;
	}
	.section-flexible-hero-banner-block.style-5 .buttons{
		justify-content: center;
	}
	.section-flexible-hero-banner-block.style-3 .content,
	.section-flexible-hero-banner-block.style-4 .content{
		max-width: 475px;
		padding: 120px 0;
	}
	.section-flexible-hero-banner-block .section-title{
		color: var(--white);
		font-family: var(--poppins);
		font-size: 67px;
		font-weight: 600;
		line-height: 66.9px;
		letter-spacing: -2.01px;
		margin-bottom: 34px;
	}
	.section-flexible-hero-banner-block.style-2 .section-title,
	.section-flexible-hero-banner-block.style-3 .section-title
	{
		color: #1D1B41;
	}
	.section-flexible-hero-banner-block.style-3 .section-title,
	.section-flexible-hero-banner-block.style-4 .section-title,
	.section-flexible-hero-banner-block.style-5 .section-title{
		font-size: 44px;
		line-height: 56px;
		margin-bottom: 20px;
	}
	.section-flexible-hero-banner-block.style-4 .section-title{
		color: var(--white);
	}
	
	.section-flexible-hero-banner-block .section-title span{
		display: inline-block;
		color: #00FFA0;
	}
	.section-flexible-hero-banner-block.style-2 .section-title span{
		display: block;
		color: #755AFC;
	}
	.section-flexible-hero-banner-block .text{
		color: #E9E5F5;
		font-family: var(--poppins);
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 25px;
	}
	.section-flexible-hero-banner-block.style-2 .text,
	.section-flexible-hero-banner-block.style-3 .text{
		color: #1D1B41;
	}
	.section-flexible-hero-banner-block.style-4 .text{
		color: var(--white);
	}
	.section-flexible-hero-banner-block .image{
		text-align: end;
		position: relative;
	}
	

	/* section-flexible-hero-banner-block */


	/* section-single-blog-content */

.single-content-wrapper{
/* 	padding:50px 0 70px 0; */
	padding: 0 0 70px;
}


	.section-single-blog-content{
/* 		padding: 87px 0 0 0; */
		color: #0E1521;
		font-family: var(--poppins);
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 25px; 
	}
.section-single-blog-content .inner-content{
	padding-bottom:26px;
/* 	border-bottom:1px solid #E8EEFF; */
}
.section-single-blog-content .related-link-block{
	padding-top:46px;
	padding-bottom:46px;
}
.section-single-blog-content .related-link-block .title{
	color: var(--dark-purple);
    font-family: var(--poppins);
    font-size: 37px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -1.11px;
	margin-bottom: 27px;
}
.section-single-blog-content .related-link-block .related-post-wrapper{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.section-single-blog-content .related-link-block .related-post-wrapper li{
	margin-bottom: 19px;
}
.section-single-blog-content .related-link-block .related-post-wrapper a{
	color: var(--black);
	font-family: var(--poppins);
	font-size: 15px;
	font-weight: 500;
	line-height: 25px; 
}
.section-single-blog-content .related-link-block .related-post-wrapper a svg{
	margin-left: 10px;
}
.section-single-blog-content h2{
	color: #1D1B41;
	font-family: var(--poppins);
	font-size: 44px;
	font-weight: 500;
	line-height: 56px; 
	letter-spacing: -1.32px;
	margin-bottom:24px;
}
.section-single-blog-content h3,
.section-single-blog-content h4,
.section-single-blog-content h5,
.section-single-blog-content h6{
	color: #1D1B41;
	font-family: var(--poppins);
	font-size: 27px;
	font-weight: 400;
	line-height: 43px;
	letter-spacing: -0.81px;
}

	.section-single-blog-content .container{
		max-width: calc(809px + var(--bs-gutter-x, .75rem)*2);
	}
	.share-this-story-block .inner-content{
		padding: 39px 80px 86px 80px;
		position: relative;
		border-radius: 8px;
		border: 1.5px solid rgba(0, 0, 0, 0.25);
		overflow: hidden;
	}
	.share-this-story-block .inner-content:before{
		content: '';
		border-radius: 357px;
		background: #8068FC;
		filter: blur(187px);
		position: absolute;
		width: 357px;
		height: 357px;
		opacity: 0.2;
		top: -26%;
		left: 26%;
		transform: translateX(-50%);
	}
	.share-this-story-block .inner-content ul{
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
		display: flex;
		align-items: center;
		justify-content: center;
		position:relative;
		column-gap:50px;
	}	
	.share-this-story-block .title{
		color: #1D1B41;
		font-family: var(--poppins);
		font-size: 27px;
		font-weight: 400;
		line-height: 43px;
		letter-spacing: -0.81px;
		margin-bottom: 34px;
		text-align: center;
	}
	.share-this-story-block .inner-content ul li a{
		color: #1D1B41;
		font-family: var(--poppins);
		font-size: 20px;
		font-weight: 500;
		line-height: 29px;
		letter-spacing: -0.6px;
	}
	.share-this-story-block .inner-content ul li a i{
		margin-right: 10px;
		color: var(--violet);
	}
	.wp-block-video{
		position: relative;
	}
	.wp-block-video:before{
		content: '';
		position: absolute;
		background-image: url('../images/video-button.png');
		background-position: center;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		left: 50%;
		transform: translate(-50%,-50%);
		top: 46%;
	}
	.wp-block-video.active:before{
		content: unset;
	}
	.wp-block-video video{
		height: 460px;
	}

	/* section-single-blog-content */

	/* section-quote-block */

	.section-quote-block{
		padding: 15px 30px 45px 30px;
		position: relative;
		overflow: hidden;
		border-radius: 8px;
		border: 1.5px solid rgba(0, 0, 0, 0.25);
		margin: 45px 0;
	}
	.section-quote-block:before{
		content: '';
		border-radius: 357px;
		background: #8068FC;
		filter: blur(187px);
		position: absolute;
		width: 357px;
		height: 357px;
		opacity: 0.2;
		top: -26%;
		left: 26%;
		transform: translateX(-50%);
	}

	.section-quote-block .title{
		color: #1D1B41;
		font-family: var(--poppins);
		font-size: 27px;
		font-weight: 400;
		line-height: 43px;
		letter-spacing: -0.81px;
		margin-bottom: 30px;
		max-width: 749px;
	}
	.section-quote-block .bottom-part,
	.section-quote-block .top-part{
		position: relative;
		z-index: 10;
	}
	.section-quote-block .bottom-part{
		display: flex;
		align-items: center;
		column-gap: 20px;
	}
	
	.section-quote-block .bottom-part .name,
	.section-quote-block .bottom-part .c-name{
		color: var(--primary-midnight, #1D1B41);
		font-family: var(--poppins);
		font-size: 15px;
		font-weight: 600;
		line-height: 25px;
		margin-bottom: 0;
	}
	.section-quote-block .bottom-part .c-name{
		font-weight: 400;
	}


	/* section-quote-block */

	.section-video-block .plyr--stopped.plyr__poster-enabled .plyr__poster{
		background-size: cover;
	}
	.section-video-block .plyr--full-ui.plyr--video .plyr__control--overlaid{
		background: linear-gradient(113deg, rgba(255, 255, 255, 0.51) 3.51%, rgba(255, 255, 255, 0.00) 111.71%);
    	backdrop-filter: blur(1.7653841972351074px);
		-webkit-backdrop-filter:blur(1.7653841972351074px) ;
	}
	.section-video-block .video-block{
		margin-bottom: 16px;
	}
	.wbd-search-block{
		padding-top:50px ;
	}
	.wbd-search-block a{
		color:#755AFC;
	}

/* content well block */

.content-well-bg-style{
	overflow: hidden;
	padding: 50px 0;
	background-color:#fff;
}
.wp-admin .content-well-bg-style .section-single-blog-content{
	border: 2px solid #000;
}
.content-well-bg-style.light{
	background-color: var(--white-2);
}
.content-well-bg-style.dark{
	background-color: var(--dark-purple);
	color: var(--white);
}
.content-well-bg-style.dark .section-single-blog-content{
	color: var(--white);
}
.content-well-bg-style.dark .section-single-blog-content h2{
	color: var(--white);
}
.content-well-bg-style.dark .section-single-blog-content h3,
.content-well-bg-style.dark .section-single-blog-content h4,
.content-well-bg-style.dark .section-single-blog-content h5,
.content-well-bg-style.dark .section-single-blog-content h6{
	color: var(--white);
}
.content-well-bg-style.dark .section-quote-block{
	background-color: #6A51E3;
}
.content-well-bg-style.dark .section-quote-block .title,
.content-well-bg-style.dark .section-quote-block .name,
.content-well-bg-style.dark .section-quote-block .c-name{
	color: var(--white);
}
.content-well-bg-style.dark .section-quote-block .top-part svg path{
	fill: var(--white);
}


/* content well block */
/* .section-step-form */
.step-form-outer{
	padding-top: 74px;
	margin-top: -74px;
}
.section-step-form .front_content{
	position: relative;
	z-index: 2;
	min-height: 500px;
	display: flex;
	align-items: center;
}

.section-step-form{
	position: relative;
	padding: 50px 0 50px;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	overflow: hidden;
}
.section-step-form .front_content .row{
	align-items:center
}
.section-step-form .bg-section{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    pointer-events: none;
	opacity: 0.5;
}
.section-step-form video {
    width: 100%;
    height: 100%;
}
.section-step-form .bg{
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: -50%;
	transform: translateY(50%);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat
}
.section-step-form.active-stepform .front_content,
.section-step-form.active-stepform .bg{
	opacity: 0;	
	pointer-events: none;
}
.section-step-form .stepform_content{
	pointer-events: none;
}
.section-step-form.active-stepform .stepform_content{
	pointer-events: unset;
}
.section-step-form .section-subtitle{
	margin-bottom: 16px;
}
.section-step-form .section-title{
	margin-bottom: 28px;
}
.section-step-form .text{
	color: var(--dark-purple)s;
}
.section-step-form .stepform_content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 11;
}
.section-step-form .stepform_content .container{
	position: relative;
	height: 100%;
}
.section-step-form .stepform_content .que .outer-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
}
.section-step-form .stepform_content .que .row{
	align-items: center;
	width: 100%;
}
.section-step-form .stepform_content .que .left-content{
	max-width: 481px;
}
.section-step-form .stepform_content .que .counter{
	color: var(--violet);
	font-family: var(--poppins);
	font-size: 15px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.section-step-form .stepform_content .que .question{
	color: var(--dark-purple);
	font-family: var(--poppins);
	font-size: 27px;
	font-weight: 400;
	line-height: 43px; 
	letter-spacing: -0.81px;
	margin-bottom: 67px;
}
.section-step-form .stepform_content .que .bottom-btn{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 43px;
}
.section-step-form .stepform_content .que .step-form-btn{
	color: var(--dark-purple);
	font-family: var(--poppins);
	font-size: 19px;
	font-weight: 500;
	line-height: 29px; 
	letter-spacing: -0.57px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 16px;
}
.section-step-form .stepform_content .que .step-form-btn .arrow-icon{
	width: 46px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--violet);
	border-radius: 50%;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	background: transparent;
	transition: 0.5s background;
}
.section-step-form .stepform_content .que .step-form-btn:hover .arrow-icon{
	background: var(--violet);
}
.section-step-form .stepform_content .que .step-form-btn:hover .arrow-icon svg path{
	stroke: var(--white);
}
.section-step-form .stepform_content .que .right-content .wbd_option{
	padding: 15px 17px;
	border-radius: 4px;
	position: relative;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.section-step-form .stepform_content .que2 .input_wrap{
	position: relative;
}

.section-step-form .stepform_content .que2 .input_wrap::after{
	content: '%';
    position: absolute;
    top: 50%;
    right: var(--right,13px);
    transform: translateY(-50%);
	font-size: 19px;
	font-weight: 500;
	color: rgba(19, 18, 38, 0.30);
}
.section-step-form .stepform_content .que .right-content .wbd_optioncountmirror::placeholder{
	color: rgba(19, 18, 38, 0.30);
}
.section-step-form .stepform_content .que .right-content .wbd_optioncountmirror,
.section-step-form .stepform_content .que .right-content .wbd_optioncount{
	font-size: 19px;
	font-weight: 500;
	line-height: 29px; 
	width: 100%;
	text-align: center;
	max-width: 61px;
	height: 49px;
	padding: 0;
	color: var(--dark-purple);
/* 	color:rgba(19, 18, 38, 0.30) */
}
.section-step-form .stepform_content .que2 .input_wrap .wbd_optioncount{
	padding-right: var(--pright,11px);
}
.section-step-form .stepform_content .que .right-content .wbd_optioncountmirror,
.section-step-form .stepform_content .que .right-content .wbd_optioncount::placeholder{
	color:rgba(19, 18, 38, 0.30)
}
.section-step-form .stepform_content .que .right-content .wbd_optioncountmirror{
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
}
.section-step-form .stepform_content .que .right-content .wbd_option .wbd-num-wrap{
	display: flex;
}
.section-step-form .stepform_content .que .right-content .wbd_option .wbd-server-text{
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.section-step-form .stepform_content .que .right-content .wbd_optioncount:hover,
.section-step-form .stepform_content .que .right-content .wbd_optioncount:focus,
.section-step-form .stepform_content .que .right-content .wbd_optioncount:active{
	outline:0;
	box-shadow: none;
}
.section-step-form .stepform_content .que .right-content .wbd_radio_option input[type="radio"]{
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}
.section-step-form .stepform_content .que .right-content .wbd_options .wbd_optionlabel{
	padding-left: 41px;
}


.stepform_content .wbd-num-wrap input{
	border: 0;
}
.stepform_content .wbd-num-wrap input::-webkit-outer-spin-button,
.stepform_content .wbd-num-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.stepform_content .wbd-num-wrap input[type=number] {
  -moz-appearance: textfield;
}
.stepform_content .plus-icon{
	border-top-right-radius:7px ;
	border-bottom-right-radius: 7px;
}
.stepform_content .minus-icon{
	border-top-left-radius:7px ;
	border-bottom-left-radius: 7px;
}
.stepform_content .minus-icon,
.stepform_content .plus-icon{
	width: 62px;
	height: 49px;
	background-color: var(--violet);
	padding: 16px 23px;
	display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}

/* .stepform_content .wbd_options{
	display: flex;
	flex-direction: column;
} */
.stepform_content .wbd-server-text .content-name{
	color: var(--dark-purple);
	font-family: var(--poppins);
	font-size: 19px;
	font-weight: 500;
	line-height: 29px; 
	letter-spacing: -0.57px;
	padding-left: 17px;
	margin: 0;
}
.section-step-form .stepform_content .que .right-content .wbd-radio-wrap{
	font-size: 16px;
    font-weight: 500;
    line-height: 21px;
	width: 100%;
	margin-left: 10px;
	margin-bottom: 20px;
	position:relative;
}
.stepform_content .wbd-radio-wrap .wbd_optionlabel{
	color: var(--dark-purple);
	font-family: var(--poppins);
	font-size: 19px;
	font-weight: 500;
	line-height: 29px; 
	letter-spacing: -0.57px;
	display: block;
	position: relative;
	padding: 15px 15px 15px 55px;
	cursor: pointer;
	border: 1px solid #DDE0E6;
	border-radius: 4px;
}
.section-step-form .stepform_content .que .right-content .wbd-radio-wrap:hover .wbd_optionlabel{
	color: var(--white);
	background: var(--violet);
	border: 1px solid var(--violet);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.section-step-form .stepform_content .wbd-radio-wrap .wbd_optionlabel::before{
	content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	width: 23px;
	height: 23px;
	border: 1px solid var(--violet);
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	border-radius: 50%;
	font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
	color: transparent;
	transition: 0.3s color;
}
.section-step-form .stepform_content .que .right-content .wbd-radio-wrap:hover .wbd_optionlabel{
	color: var(--white);
}
.section-step-form .stepform_content .wbd-radio-wrap:hover .wbd_optionlabel::before{
	border: 1px solid var(--white);
}
.section-step-form .stepform_content .wbd-radio-wrap input[type="radio"]:checked + .wbd_optionlabel::before{
	border: 1px solid var(--white);
	color: var(--white);
	
}
.section-step-form .stepform_content .wbd-radio-wrap input[type="radio"]:checked + .wbd_optionlabel{
	color: var(--white);
	background: var(--violet);
	border: 1px solid var(--violet);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.section-step-form .stepform_content .wbd_text_wrap{
    margin-left: 10px;
    margin-bottom: 20px;
    width: 100%;
    display: none;
}
.section-step-form .stepform_content .wbd_text_wrap .fieldtitle{
    display: block;
    background: var(--violet);
    color: var(--white);
    border: 1px solid var(--violet);
    font-family: var(--poppins);
    font-size: 19px;
    letter-spacing: -0.57px;
    font-weight: 500;
    padding: 15px 17px;
    line-height: 29px;
    border-radius: 4px;
    margin-bottom: 8px;
}
.section-step-form .stepform_content .wbd_text_wrap input{
	border: 1px solid var(--violet);
	color: var(--violet);
    font-family: var(--poppins);
    font-size: 19px;
    letter-spacing: -0.57px;
    font-weight: 500;
    padding: 15px 17px;
    line-height: 29px;
    border-radius: 4px;
    margin-bottom: 0;
    width: 100%;
    background: transparent;
}
.section-step-form .stepform_content .wbd_text_wrap input:hover,
.section-step-form .stepform_content .wbd_text_wrap input:active,
.section-step-form .stepform_content .wbd_text_wrap input:focus{
	border: 1px solid var(--violet);
	outline: 0;
	box-shadow: none;
}
.section-step-form .stepform_content .wbd_text_wrap input::placeholder{
	color: rgba(19, 18, 38, 0.40);
}
.section-step-form .stepform_content .que1 .step-form-next-btn,
.section-step-form .stepform_content .que2 .right-content .wbd_option {
	display: none;
}
.section-step-form .stepform_content .que2 .right-content .wbd_option .note{
	display: block;
}
.section-step-form.q1 .stepform_content .que2 .right-content .note,
.section-step-form.q2 .stepform_content .que2 .right-content .note,
.section-step-form.q3 .stepform_content .que2 .right-content .note,
.section-step-form.q4 .stepform_content .que2 .right-content .note,
.section-step-form.q5 .stepform_content .que2 .right-content .note{
	display: none;
}
.section-step-form.q1 .stepform_content .que2 .q21,
.section-step-form.q2 .stepform_content .que2 .q22,
.section-step-form.q3 .stepform_content .que2 .q23,
.section-step-form.q4 .stepform_content .que2 .q24,
.section-step-form.q5 .stepform_content .que2 .q25{
	display: flex;
}
.section-step-form.q1 .stepform_content .que1 .step-form-next-btn,
.section-step-form.q2 .stepform_content .que1 .step-form-next-btn,
.section-step-form.q3 .stepform_content .que1 .step-form-next-btn,
.section-step-form.q4 .stepform_content .que1 .step-form-next-btn,
.section-step-form.q5 .stepform_content .que1 .step-form-next-btn{
	display: flex;
}

/* .section-step-form.q2s0 .stepform_content .que2 .input_wrap.q2s0a::after,
.section-step-form.q2s1 .stepform_content .que2 .input_wrap.q2s1a::after,
.section-step-form.q2s2 .stepform_content .que2 .input_wrap.q2s2a::after,
.section-step-form.q2s4 .stepform_content .que2 .input_wrap.q2s4a::after,
.section-step-form.q2s8 .stepform_content .que2 .input_wrap.q2s8a::after,
.section-step-form.q1 .stepform_content .que1 #q1,
.section-step-form.q2 .stepform_content .que1 #q2,
.section-step-form.q3 .stepform_content .que1 #q3,
.section-step-form.q4 .stepform_content .que1 #q4,
.section-step-form.q5 .stepform_content .que1 #q5,
.section-step-form.q2s0 .stepform_content .que2 #q2s0,
.section-step-form.q2s0 .stepform_content .que2 .input_wrap.q2s0a .wbd_optioncountmirror,
.section-step-form.q2s1 .stepform_content .que2 #q2s1,
.section-step-form.q2s2 .stepform_content .que2 #q2s2,
.section-step-form.q2s4 .stepform_content .que2 #q2s4,
.section-step-form.q2s8 .stepform_content .que2 #q2s8,
.section-step-form.q3s0 .stepform_content .que3 #q3s0 */
.section-step-form.q2s0 .stepform_content .que2 .input_wrap.q2s0a::after,
.section-step-form.q2s1 .stepform_content .que2 .input_wrap.q2s1a::after,
.section-step-form.q2s2 .stepform_content .que2 .input_wrap.q2s2a::after,
.section-step-form.q2s4 .stepform_content .que2 .input_wrap.q2s4a::after,
.section-step-form.q2s8 .stepform_content .que2 .input_wrap.q2s8a::after{
	color: var(--dark-purple);
}
/* display none form */
.section-step-form .stepform_content .que{
	display: none;
}

/* display none form*/
/* Thank You Block */
.section-thank-you-block{
	padding: 58px 0 41px 0;
	background-image: url('../images/img1.png');
	background-position: center;
	background-size: cover;
}
.section-thank-you-block .title{
	color:var(--white);
	font-family: var(--poppins);
	font-size: 37px;
	font-weight: 400;
	line-height: 50px; 
	margin-bottom: 28px;
	letter-spacing: -1.11px;
}
.section-thank-you-block .content{
	position: relative;
	z-index: 2;
}
.section-thank-you-block .content .row{
	align-items: center;
}
.section-thank-you-block .content.style-2{
	padding: 169px 0 185px 0;
	text-align: center;
}
.section-thank-you-block .desc{
	color: #D9DEE9;
	font-family: var(--poppins);
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	max-width: 481px;
	margin: auto;
	margin-bottom: 28px;

}
.section-thank-you-block .desc .sky{
	color:#84F3F9;
}
.section-thank-you-block .desc .data{
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: -0.72px;
	color: #D9DEE9;
}
.section-thank-you-block form{
	padding: 33px 34px 33px 27px;
	background: var(--white);
	border-radius: 8px;
}
.section-thank-you-block input{
	border-radius: 4px;
	border: 1px solid #DDE0E6;
	padding: 16px 24px;
	color: #0E1521;
	font-family: var(--poppins);
	font-size: 15px;
	font-weight: 400;
	line-height: 25px; 
	margin-bottom: 15px;
	width: 100%;
	outline: 0;
	box-shadow: none;
}
.section-thank-you-block input[type="checkbox"]{
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}
.section-thank-you-block .wpcf7-form-control{
	position: relative;
}
.section-thank-you-block form .accepttp .wpcf7-list-item-label{
	padding-left: 33px;
	position: relative;
}
.section-thank-you-block form .accepttp .wpcf7-list-item-label::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 17px;
    height: 17px;
    border: 1px solid var(--violet);
    position: absolute;
    top: 10px;
    left: 0;
	border-radius: 3px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    color: transparent;
    transition: 0.3s color;
}
.section-thank-you-block form .accepttp  input[type="checkbox"]:checked + .wpcf7-list-item-label::before{
	color: var(--violet);
	
}
/* .section-thank-you-block form .wpcf7-checkbox.accepttp .wpcf7-list-item label{
	display: flex;
	column-gap: 16px;
} */
.section-thank-you-block form .wpcf7-list-item{
	margin: 0 0 28px 0;
}
.section-thank-you-block form .wpcf7-list-item-label{
	color:#0E1521;
	font-family: var(--poppins);
	font-size: 13px;
	font-weight: 400;
	line-height: 25px; 
	display: inline-block;
}
.section-thank-you-block input:hover,
.section-thank-you-block input:active,
.section-thank-you-block input:focus{
	outline: 0;
	box-shadow: none;
}
.section-thank-you-block form .title{
	color: #1D1B41;
	text-align: center;
	font-family: var(--poppins);
	font-size: 27px;
	font-weight: 400;
	line-height: 43px; 
	letter-spacing: -0.81px;
	margin-bottom: 28px;
}
.section-thank-you-block form input[type="submit"]{
	border-radius: 43px;
	background: linear-gradient(0deg, #6A51E3 0%, #6A51E3 100%), var(--Soft-Grey, #FAFAFA);
	box-shadow: 0px 0px 8px 0px rgba(132, 133, 255, 0.26);
	padding: 15px 39px;
	color: var(--white);
	font-family: var(--montserrat);
	font-size: 15px;
	font-weight: 600;
	line-height: 16px; 
	margin-bottom: 0;
}
/* Thank You Block */

.post-password-form{
	text-align:center;
	padding-bottom:80px;
	 max-width: 640px;
    margin: auto;
}
.post-password-form button{
	background: #755AFC;
    border-color: #755AFC;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 12px;
    font-family: Poppins;
	cursor: pointer;
    font-weight: 700;
    line-height: 12px;
    text-align: center;
    transition: all .15s linear;
    border-radius: 43px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 12px 40px;
	margin-left:30px;
	border:0;
}
.post-password-form button:hover{
	border:0;
	 background: linear-gradient(151deg, #00FFA0 0%, #755AFC 95.27%, #1D1B41 100%);
}
.post-password-form  h2{
	    font-weight: 500;
    line-height: 47px;
    font-size: 37px;
	    margin-bottom: 20px;
}
.post-password-form .wbd_form{
	display:flex;
	  max-width: 450px;
    margin: auto;
}
.post-password-form .mts-title{
	 font-size: 21px;
	 max-width: 620px;
    margin: auto;
	 padding-bottom: 30px;
}
.post-password-form .form-control{
	 border:1px solid #755AFC70;
	
}
.post-password-form .form-control::placeholder{
	opacity:0.8;
}
.custom-password-message{
	 max-width: 620px;
    margin: auto;
	color:red;
	text-align:center;
}
@media screen and (max-width : 700px){
	.post-password-form h2{
		line-height: normal;
		font-size:28px;
	}
	.post-password-form .mts-title {
		font-size:18px;
	}
	.post-password-form .wbd_form{
	display:block;
	}
	.post-password-form .form-control{
		    max-width: 65%;
    		margin: auto;
	}
	.post-password-form{
		padding:0 20px 0 20px;
	}
	.post-password-form button{
		margin-top:15px;
		margin-left:0;
	}
}







@media screen and (max-width : 1440px){
	.section-hero .bg-section .inline-player video {
	    width: unset;
	    height: 100%;
	}
	.home .section-hero .bg-section .inline-player video{
		position:absolute;
		left:50%;
		top:50%;
		transform:translate(-50%,-50%);
	}
	.section-hero .bg-section .inline-player.video-block,
	.section-hero .bg-section .inline-player.video-block .plyr{
		width: unset;
		height: 100%;
	}
	.section-cta-block .bg-section .inline-player video {
	    width: unset;
	    height: 100%;
	}
	.section-cta-block .bg-section .inline-player.video-block,
	.section-cta-block .bg-section .inline-player.video-block .plyr{
		width: unset;
		height: 100%;
	}
	.site-header.activeMenu .wbd-hemburg-menu .bg-left{
		width: 40%;
	}

}
@media screen and (max-width : 1100px){
	.section-social-proof-block.style-2 .logos {
    	max-width: 960px;
	}
	.section-social-proof-block.style-2 .slick-arrow {
		display: none !important;
	}
	
}