/* ---------- Font family ---------- */
/* ---------- Font weight ---------- */
/* ---------- Font size ---------- */
/* ---------- Line Height ---------- */
/* ---------- Border Radius ---------- */
/* ---------- Screen size definitions ---------- */

.common-con-form .common-form .form-wrap .privacy a{
	transition:all 0.6s;
}

body {
	margin: 0;
	font-family: "Inter", serif;
	font-style: normal;
	background:#F5F5F5;
}

.no-pad {
	padding: 0;
}

.wpcf7-response-output{
	display:none;
}

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

.section {
	padding: 60px 0;
}
@media (max-width: 1199px) {
	.section {
		padding: 65px 0;
	}
}
@media (max-width: 991px) {
	.section {
		padding: 50px 0;
	}
}

.section-top {
	padding-top: 80px;
}
@media (max-width: 991px) {
	.section-top {
		padding-top: 50px;
	}
}

.section-btm{
	padding-bottom:60px;
}
@media (max-width: 991px) {
	.section-btm {
		padding-bottom:50px;
	}
}
a {
	text-decoration: none;
}
a {
	transition: all 0.2s;
}

p {
	margin: 0;
	font: normal normal normal 16px/24px Inter;
}

@media (max-width: 767px) {
	.mb-center{
		text-align:center!important;
	}
}
.main-title {
	font-size: 60px;
	line-height: 72px;
	color: #fff;
	font-weight:400;
	letter-spacing:1px;
}
.main-title span{
	color: #CFF242;
}
@media (max-width: 1199px) {
	.main-title {
		line-height:40px;
		font-size:28px;
	}
}
@media (max-width: 768px) {
	.main-title {
		font-size: 22px;
		line-height: 32px;
	}
}
@media (max-width: 330px) {
	.main-title {
		font-size: 22px;
		line-height: 35px;
	}
}

.sec-title {
	font: normal normal 400 35px/45px Inter;
	color: #05131D;
	letter-spacing:1px;
}
@media (max-width: 767px) {
	.sec-title {
		font-size: 25px;
		line-height: 35px;
		letter-spacing:0;
	}
}
@media (max-width: 390px) {
	.sec-title {
		font-size: 20px;
		line-height: 35px;
	}
}

.sub-title {
	font: normal normal 400 16px/24px Inter;
	color: #05131DB3;
	padding-left: 23px;
	background-image: url(/qapi/wp-content/uploads/2025/01/layers.svg);
	background-position: left 25%;
	background-size: 15px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	border-bottom: 1px solid;
	display:inline-block;
}
.main-desc{
	color:#05131DB3;
}
.sm-text {
	font-size: 14px;
}

.bg-white {
	background-color: #FFFFFF;
}

@media (max-width: 1400px) {
	br {
		display: none;
	}
}

.main-text p:first-child {
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.main-text br {
		display: none;
	}
}
.main-cta {
	background: linear-gradient(90deg, #46DF93 0%, #46DF93 100%) no-repeat padding-box; /* Solid-like gradient */
	border-radius: 24px;
	padding: 10px 33px;
	font-size: 16px;
	line-height: 20px;
	color: #130F33;
	display: inline-block;
	transition: all 0.3s ease-in-out; 
	font-weight: 600;
}

.main-cta:hover {
	background: linear-gradient(90deg, #46DF93 0%, #CFF242 100%) no-repeat padding-box; /* Gradient on hover */
	transition: all 0.3s ease-in-out;
}

@media (max-width:1400px){
	.main-cta{
		padding: 10px 15px;
		font-size: 13px;
	}
}
.transparent-cta {
	background: transparent;
	padding: 14px 25px;
	font-size: 16px;
	font-weight:600;
	line-height: 20px;
	display: inline-block;
	transition: none !important;
	border: 2px solid #130F33;
	border-radius: 24px;
	color: #130F33;
}
.transparent-cta:hover{
	border: none;
    padding: 15.600px 26.600px;
    background: linear-gradient(90deg, #46DF93 0%, #CFF242 100%);
}
/*.transparent-cta {
 	position: relative; 
	z-index: 1; 
	overflow: hidden;  
}
*/
/* .transparent-cta:hover::before {
	content: ''; 
	position: absolute; 
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 24px; 
	background: linear-gradient(90deg, #46DF93 0%, #CFF242 100%);
	z-index: -1; 
} */

@media (max-width:1400px){
	.transparent-cta{
		padding: 10px 15px;
		font-size: 13px;
	}
}
.trans-cta {
	background: #46df9300 0% 0% no-repeat padding-box;
	border-radius: 24px;
	padding: 10px 25px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	transition: none !important;
	border: 1px solid #46DF93;
}
.form-cta {
	padding: 10px 40px !important;
	width: unset !important;
	color: #FFFFFF;
	text-transform: uppercase;
	border-radius: 4px;
	font-size: 16px;
	background: #E14D48 0% 0% no-repeat padding-box;
	transition: 0.4s ease-out;
	border: 0!important;
}
.form-cta:hover {
	color: #fff;
	background: transparent linear-gradient(180deg, #E14D48 0%, #BB413D 100%) 0% 0% no-repeat padding-box;
	border-radius: 4px;
	transition: 0.4s ease-out;
}
header {
	position: sticky;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	transition: 0.3s ease;
	background: #130F33;
}
header .custom-html-widget .bg-grad p{
	margin-bottom:0;
}
header .custom-html-widget .bg-grad{
	background: url(/qapi/wp-content/uploads/2024/10/menu-bg.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	border-radius: 16px;
	padding:33px 20px;
}
header .custom-html-widget .bg-grad a{
	letter-spacing: 0px;
	color: #E14D48;
	font-size:14px;
	line-height:24px;
	font-weight:500;
	text-transform: uppercase;
	padding-right:20px;
	background-image:url('/qapi/wp-content/uploads/2024/10/arrow-red.svg');
	background-repeat:no-repeat;
	background-position:100% 22%;
	background-size:11px;
}
header .custom-html-widget .bg-grad a:hover{
	text-decoration:underline;
}
header .header-top {
	background-color: #46DF93;
	padding: 10px 0;
	overflow: hidden;
}
header .header-top .menu-wrap p {
	font: normal normal 400 14px/17px Inter;
	    color: #130F33;
}
header .header-top .menu-wrap p a{
	font: normal normal 600 14px/17px Inter;
}
header .header-top .menu-wrap a:hover{
	text-decoration:underline;
}
header .ph{
	text-transform: uppercase;
	background-image: url(/qapi/wp-content/uploads/2024/10/ph.svg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 31px;
	font-size: 14px;
	background-size: 18px;
	font-weight: 500;
}
header .contact-head{
	margin-left:50px;	
	background-image: url(/qapi/wp-content/uploads/2024/10/log-in.svg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 29px;
	font-weight:500;
	font-size:14px;
}
header .contact-head:hover{
	color:#6058A6;
	text-decoration:underline;
}
header .login{
	color: #6058A6!important;
	font-size: 14px;
	padding-left: 10px;
}
@media (max-width:390px){
	header .header-top .menu-wrap a{
		margin-right:10px;
		font-size:12px;
	}
}
header .header-top .menu-wrap a:last-child {
	margin-right: 0px;
}
header .header-top .top-bar a{
	color:#130F33;
}
header .header-top a{
	color:#0C0E0F;
}
header .header-main {
	border-top:1px solid #ffffff7d;
	border-bottom:1px solid #ffffff7d;
	padding:10px 0;
}
header .header-main .cta-wrap {
	display:inline-block;
}
header .header-main .clearc {
	display:inline-block;
	float:right;
}

@media (max-width: 1199.5px) {
	header .header-main .cta-wrap {
		display: none;
	}
}
header .head-cta {
	padding: 10px 20px;
	background-color: #E14D48;
	/*   border: 1px solid #1181CE; */
	color: #FFFFFF;
	text-transform:uppercase;
	border-radius: 4px;
	font-size: 16px;
	box-shadow: inset 0 0 0 0.09px #EC4550 !important;
	transition: 0.4s ease-out;
}
header .head-cta:hover {
	box-shadow: inset -410px 0 0 0.09px #EC4550 !important;
	color: #fff;
	/*   border: 1px solid #EC4550; */
}
@media (max-width: 1199px) {
	header .head-cta {
		display: none;
	}
}
header .head-mob-cta {
	padding: 10px 20px;
	background-color: #EC4550;
	border: 1px solid #EC4550;
	color: #FFFFFF;
	border-radius: 6px;
	font-size: 16px;
	box-shadow: inset 0 0 0 0.09px #003E87 !important;
	transition: 0.4s ease-out;
	display: none !important;
	margin-top: 20px;
	margin-left: 15px;
}
header .head-mob-cta:hover {
	box-shadow: inset -410px 0 0 0.09px #003E87 !important;
	color: #fff !important;
	border: 1px solid #003E87;
}
header .head-mob-cta:hover a {
	color: #fff !important;
}
@media (max-width: 1199px) {
	header .head-mob-cta {
		display: inline-block !important;
	}
}
header .head-logo {
	background-image: url("/qapi/wp-content/uploads/2025/01/white-logo.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100px;
	display: block;
	height: 35px;
}
header .second-logo{
	background-image: url("/qapi/wp-content/uploads/2025/03/qAPI-Logo-2025-with-BG-1.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 85px;
	display: block;
	height: 38px;
}
@media (max-width: 1199px) {
	header .head-logo{
		width: 140px;
	}
}

@media (max-width: 767px) {
	header .head-logo{
		width: 120px;
	}
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu.mega-menu-item.normal-sub{
	position: relative;
}
.normal-sub .mega-sub-menu{
	width:318px!important;
}
header .header-main .header-menu .head-wrap .logo-wraphead{
	margin-right:70px;
}
header .header-main .header-menu .head-wrap .nav-primary {
	align-self: center;
}
@media (max-width: 1199px) {
	header .header-main .header-menu .head-wrap .nav-primary {
		margin-left:auto!important;
		margin-right:unset!important;
	}
}
header .header-main .header-menu .head-wrap .nav-primary li.menu-item {
	position: relative;
	display: inline-block;
}

@media (max-width: 1199px) {
	header .header-main .header-menu .head-wrap .nav-primary li.menu-item {
		display: block;
	}
}
header .header-main .header-menu .head-wrap .nav-primary li.menu-item.menu-item-has-children {
	background-image: url(/qapi/wp-content/uploads/2024/10/Drop-down.svg);
	background-position: right 7px;
	background-repeat: no-repeat;
}
@media (max-width: 1199px) {
	header .header-main .header-menu .head-wrap .nav-primary li.menu-item.menu-item-has-children {
		background-image: unset !important;
	}
}
@media (max-width: 1199px) {
	header .header-main .header-menu .head-wrap .nav-primary li.menu-item.menu-item-has-children::after {
		background-image: url("/qapi/wp-content/uploads/2024/08/down-arrow.png");
		background-repeat: no-repeat;
		content: "";
		height: 10px;
		width: 10px;
		display: inline-block;
		position: absolute;
		right: 20px;
		top: 15px;
		background-size: contain;
	}
}
header .header-main .header-menu .head-wrap .nav-primary li.menu-item a {
	padding: 10px 20px;
	color: #ffffff;
	display:inline-block;
	margin:10px 0;
}
@media (max-width: 1399.8px) {
	header .header-main .header-menu .head-wrap .nav-primary li.menu-item a {
		margin: 10px 10px;
	}
}
@media (max-width: 1199px) {
	header .header-main .header-menu .head-wrap .nav-primary li.menu-item a {
		padding: 10px 15px;
		margin:0px;
		color: #FFFFFF;
		display: inline-block;
	}
}
header .header-main .header-menu .head-wrap .nav-primary li.menu-item a:hover {
	color: #EC4550;
	transition: all 0.4s;
}
header .header-main .header-menu .head-wrap .plan a{
	padding-right:0px !important;
}
@media (max-width: 1199px) {
	header .header-main .header-menu .head-wrap .nav-primary li.menu-item.indus .sub-menu {
		height: calc(100vh - 60px) !important;
		position: unset !important;
		width: unset !important;
		overflow: auto;
		transition: 0.3s ease;
	}
}
@media (max-width: 1199px) {
	header .header-main .header-menu .head-wrap .nav-primary li.menu-item.indus .sub-menu.open {
		max-height: 40vh !important;
		display: block;
		visibility: visible;
	}
}
header .header-main .header-menu .head-wrap .nav-primary li.menu-item.head-menu ul {
	background-color: #fff !important;
	left: -40px !important;
	width: 330px !important;
	border-radius: unset !important;
}
@media (max-width: 1199px) {
	header .header-main .header-menu .head-wrap .nav-primary li.menu-item.head-menu ul {
		position: unset !important;
		width: unset !important;
		height: unset !important;
		overflow: auto;
		transition: 0.3s ease;
	}
}
@media (max-width: 1199px) {
	header .header-main .header-menu .head-wrap .nav-primary li.menu-item.head-menu ul.open {
		display: block;
		visibility: visible;
		max-height: unset !important;
	}
}
header .header-main .header-menu .head-wrap .nav-primary li.menu-item.head-menu ul.sub-menu li a {
	padding: 10px 40px;
}
@media (max-width: 1199px) {
	header .header-main .header-menu .head-wrap .nav-primary li.menu-item.head-menu ul.sub-menu li a {
		color: #000;
		padding: 8px 15px;
	}
}
header .header-main .header-menu .head-wrap .nav-primary li.menu-item.head-menu ul.sub-menu li.menu-item-has-children {
	background-image: unset;
}
header .header-main .header-menu .head-wrap .nav-primary li.menu-item ul.sub-menu {
	position: absolute;
	left: 20px;
	top: 62px;
	display: none;
	visibility: hidden;
	animation: 0.5s fadein;
	width: 340px;
	background-color: #EEFAFF;
	border-radius: 0px 0px 0px 10px;
}
@media (max-width: 1199px) {
	header .header-main .header-menu .head-wrap .nav-primary li.menu-item ul.sub-menu {
		position: unset;
		width: unset;
		height: calc(100vh - 60px);
		overflow: auto;
		transition: max-height 0.3s ease, visibility 0.3s ease;
		border-radius: unset;
		padding: 10px 0px;
		background-color: #fff;
	}

}
header .header-main .header-menu .head-wrap .nav-primary li.menu-item ul.sub-menu li {
	display: block;
	position: unset;
}
@media (max-width: 1199px) {
	header .header-main .header-menu .head-wrap .nav-primary li.menu-item ul.sub-menu li {
		position: relative;
	}
}
header .header-main .header-menu .head-wrap .nav-primary li.menu-item ul.sub-menu li.menu-item-has-children {
	background-image: unset !important;
}
@media (max-width: 1199px) {
	header .header-main .header-menu .head-wrap .nav-primary li.menu-item ul.sub-menu li.menu-item-has-children::after {
		background-image: url("/qapi/wp-content/uploads/2024/08/down-arrow-1-1.png");
		background-repeat: no-repeat;
		content: "";
		height: 10px;
		width: 10px;
		display: inline-block;
		position: absolute;
		right: 20px;
		top: 15px;
		background-size: contain;
	}
	header .header-main .header-menu .head-wrap .nav-primary li.menu-item.menu-item-has-children.open1::after {
		transform: rotate(180deg);
	}
	header .header-main .header-menu .head-wrap .nav-primary li.menu-item ul.sub-menu li.menu-item-has-children:hover:after {
		transform: rotate(180deg);
	}
}
header .header-main .header-menu .head-wrap .nav-primary li.menu-item ul.sub-menu li a {
	padding: 13px 40px;
	display: block;
	margin: 0px;
}
@media (max-width: 1199px) {
	header .header-main .header-menu .head-wrap .nav-primary li.menu-item ul.sub-menu li a {
		display: inline-block;
	}
}
header .header-main .header-menu .head-wrap .nav-primary li.menu-item ul.sub-menu li a:hover {
	background-color: #003E87;
	color: #fff;
}
@media (max-width: 1199px) {
	header .header-main .header-menu .head-wrap .nav-primary li.menu-item ul.sub-menu li a:hover {
		background-color: unset;
	}
}
@media (max-width: 1199px) {
	header .header-main .header-menu .head-wrap .nav-primary li.menu-item ul.sub-menu li a {
		color: #000;
		padding: 8px 15px;
	}
}
header .header-main .header-menu .head-wrap .nav-primary li.menu-item ul.sub-menu li.menu-item-has-children {
	background-image: unset;
}
@media (max-width: 1199px) {
	header .header-main .header-menu .head-wrap .nav-primary li.menu-item ul.sub-menu.open {
		display: block;
		visibility: visible;
		max-height: 32vh;
	}
}
header .header-main .header-menu .head-wrap .nav-primary li.menu-item ul.sub-menu li .sub-menu {
	display: none;
	animation: 0.5s fadein;
	position: absolute;
	top: 0;
	right: 0;
	position: absolute;
	left: 100%;
	background-color: #fff;
	height: 100%;
	border-radius: 0px 0px 10px 0px;
}
@media (max-width: 1199px) {
	header .header-main .header-menu .head-wrap .nav-primary li.menu-item ul.sub-menu li .sub-menu {
		position: unset;
		width: unset;
		overflow: auto;
		transition: max-height 0.3s ease, visibility 0.3s ease;
		border-radius: unset;
		padding: 10px 0px;
	}
}
header .header-main .header-menu .head-wrap .nav-primary li.menu-item ul.sub-menu li .sub-menu li a {
	padding: 13px 40px;
	border-bottom: 0.5px solid #C3C3C3;
	display: block;
	margin: 0px;
}
@media (max-width: 1199px) {
	header .header-main .header-menu .head-wrap .nav-primary li.menu-item ul.sub-menu li .sub-menu li a {
		color: #000;
	}
}
header .header-main .header-menu .head-wrap .nav-primary li.menu-item ul.sub-menu li .sub-menu li a:hover {
	background-color: #fff;
	color: #EC4550;
}
@media (max-width: 1199px) {
	header .header-main .header-menu .head-wrap .nav-primary li.menu-item ul.sub-menu li .sub-menu.open {
		display: block;
		visibility: visible;
		max-height: 40vh;
		border: unset;
	}
}
@media (min-width: 1200px) {
	header .header-main .header-menu .head-wrap .nav-primary li.menu-item ul.sub-menu li:hover .sub-menu {
		display: block;
		visibility: visible;
		z-index: 99;
		transition: 0.4s;
	}
}
@media (min-width: 1200px) {
	header .header-main .header-menu .head-wrap .nav-primary li.menu-item:hover .sub-menu {
		display: block;
		visibility: visible;
		z-index: 99;
		transition: 0.4s;
	}
}
header .header-main #toggler {
	display: none;
}
@media (max-width: 1199px) {
	header .header-main #toggler {
		display: block !important;
		width: 100px;
		background-image: url(/qapi/wp-content/uploads/2024/08/menu.png);
		background-repeat: no-repeat;
		height: 70px;
		background-size: 35%;
		background-position: right;
	}
	header .header-main #toggler.toggler-open {
		background-image: url(/qapi/wp-content/uploads/2024/08/close-2.png);
	}
	header .header-main #menu-primary-navigation {
		position: absolute;
		width: 100%;
		height: calc(100vh - 60px);
		left: 0;
		top: 160px;
		-webkit-box-orient: vertical;
		max-height: 0;
		background-color: #1181CE;
		overflow: hidden;
		transition: 0.4s;
		display: inline !important;
		padding-left: 0px;
	}
	header .header-main .open#menu-primary-navigation {
		max-height: 100vh;
		overflow: visible;
		padding-top: 20px;
	}
}
header .menu-wrap a {
	align-self: center;
}
header .menu-wrap .demo {
	margin-right: 5px !important;
}
header .search-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
}
header .form-wrap {
	display: inline-flex;
	background-color: transparent;
	padding: 2px 0px 2px 10px;
	border-radius: 15px;
	width: 0;
	overflow: hidden; /* Hide content when not expanded */
	position: relative;
	transition: width 0.5s; /* Smooth transition */
	opacity: 0;
}
header .form-wrap-expanded {
	width: 150px; /* Adjust to desired expanded width */
	border: 1px solid #fff;
	margin-right: -35px;
	opacity: 1;
	transition: all 0.4s;
	margin-left: 10px;
}
#mega-menu-wrap-primary_navigation .mega-menu-toggle{
	background: transparent;
}

@media only screen and (max-width: 992px) {
	#mega-menu-wrap-primary_navigation .mega-menu-toggle.mega-menu-open + #mega-menu-primary_navigation {
		display: block;
		padding-bottom: 20px;
	}
}
@media (max-width:767px){
	header .header-main .header-menu .head-wrap .logo-wraphead{
		margin:0;
	}
	header .header-main .header-menu .head-wrap{
		display:block;
	}
	header .mb-menu-right{
		text-align:right!important;
	}
	#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
		float:unset;
	}
}
@media (max-width:390px){
	header .form-wrap-expanded{
		width:120px;
	}
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	color: #000;
	font-family: inherit;
	font-size: 14px;
	text-transform: unset!important;
	text-decoration: none;
	font-weight: 600;
	text-align: left;
	border-radius: 8px;
	margin: 0px 38px 0px 0px;
	padding: 10px 50px 10px 20px;
	vertical-align: top;
	display: block;
	border: 0;
}
header .custom-html-widget h2{
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
}
header .custom-html-widget img{
	width:100%!important;
	height:auto;
}
.mega-menu-link:hover{
	background: #E6E9F0;
}
header .input {
	color: #FFFFFF;
	font-size: 12px;
	width: 70%; /* Fill the form-wrap */
	background: transparent;
	border: 0;
}
header .input::-moz-placeholder {
	font-size: 12px;
	color: #FFFFFF;
	opacity: 0.5;
}
header .input::placeholder {
	font-size: 12px;
	color: #FFFFFF;
	opacity: 0.5;
}
header .input:focus {
	outline: none;
}
header .search-icon {
	background-size: 50%;
	cursor: pointer;
	background-image: url("/qapi/wp-content/uploads/2024/08/magnifying-glass.png");
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative; /* Removed absolute positioning */
}
header .search-icon::after {
	content: "";
	height: 44%;
	width: 1px;
	background-color: #FFFFFF;
	position: absolute;
	left: -4px; /* Adjust this to position the line relative to the icon */
	top: 50%;
	transform: translateY(-50%);
}
/* .body-overlay {
	--bs-backdrop-zindex: 9;
	--bs-backdrop-bg: #000;
	opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-backdrop-zindex);
	width: 100vw;
	height: 100vh;
	background-color: #000;
	transition: all 0.8s;
} */


html {
	scroll-behavior: smooth;
}

.collapse-div{
	display:none;
}
@media (max-width:1199px){
	header .head-mob-cta a{
		margin:0px !important;
		padding:0px !important;
	}
}
.home-banner {
	background-size:cover;
	background-position:right;
	background-repeat:no-repeat;
	background-color:#04061a;
	height:554px;
}
.home-banner h1{
	color: #fff;
	font: normal normal 500 60px/72px Inter;
	margin-bottom:30px;
}
.home-banner p{
	font: normal normal 400 16px/24px Inter;
	letter-spacing: 0px;
	color: #F5F5F5;
	margin-bottom:30px;
}
.home-banner .video-container {
	position: relative;
}
.home-banner .video-container .banner-video {
	height: 100%;
	vertical-align: middle;
	width: 26%;
	-o-object-fit: cover;
	object-fit: cover;
	background-image: linear-gradient(90deg, #030516, #030516);
}
.home-banner .video-container video {
	height: 100%;
	vertical-align: middle;
	-o-object-fit: cover;
	object-fit: cover;
	opacity:0.4;
}
.home-banner .video-container .overlay-desc {
	background: #00000026 0% 0% no-repeat padding-box;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.counter-sec .btn-wrap{
	margin-top:30px;
}
.counter-sec .count-wrap {
	padding: 40px 0;
	border-bottom: 1px solid #05131D33;
	border-right: 1px solid #05131D33;
}
.counter-sec h2{
	color: #46DF93;
	font: normal normal 500 55px / 65px 'Inter', sans-serif;
}
@media (max-width: 1024px) {
	.counter-sec p {
		font: normal normal normal 14px / 24px Inter;
	}
}
@media (max-width: 991px) {
	.counter-sec p {
		font: normal normal normal 16px / 24px Inter;
	}
}
.logo-slider .logo-wrap img{
	width:60px;
}
.logo-slider .sub-title{
	margin-bottom:28px;
}
.logo-slider h2{
	margin-bottom:22px;
}
.logo-slider p{
	margin-bottom:35px;
}
.logo-slider p.blue {
	margin-bottom:0;
}
.logo-slider .logo-wrap{
	margin-bottom:40px;
	position:relative;
}
.logo-slider .logo-wrap:before{
	content: '';
	width: 84px;
	height: 100px;
	background: transparent linear-gradient(90deg, #F5F5F5 0%, #F5F5F500 100%) 0% 0% no-repeat padding-box;
	position: absolute;
	z-index: 9;
}
.logo-slider .logo-wrap:after{
	content:'';
	right:0;
	top:0;
	width: 84px;
	height: 100px;
	background: transparent linear-gradient(271deg, #F5F5F5 0%, #F5F5F500 100%) 0% 0% no-repeat padding-box;
	position: absolute;
	z-index: 9;
}
.right-image h2{
	margin-bottom:35px;
}
.right-image p{
	margin-bottom:40px;
}
.right-accordian .accordion-item{
	border-radius: 0 24px;
	margin: 10px;
	background: #E6E9F0;
}
.right-accordian .accordion-button{
	background:transparent;
	font-weight: 600;
	color: #0C0E0F;
}
.right-accordian .accordion-button:after{
	background-image:url('/qapi/wp-content/uploads/2024/10/FAQ-Dropdown.svg');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:50% 98%;
	height: 7px;
	width: 10px;
}
.right-accordian .accordion-button.collapsed:after{
	background-image: url(/qapi/wp-content/uploads/2024/10/FAQ-Dropdown.svg);
	background-repeat: no-repeat;
	background-size:contain;
	background-position: 50% 98%;
	height: 7px;
	width: 10px;
}
.right-accordian .accordion-button:focus{
	box-shadow: none;
}
.right-accordian .accordion-button:not(.collapsed) {
	box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 #0C0E0F;
}
.hcontact-form .privacy a{
	color: #6765EC;
	text-decoration:underline;
}
.hcontact-form .privacy {
	margin-bottom:45px;
	display:inline-block;
}
.hcontact-form .home-form .tagline, .hcontact-form .home-form .desc{
	color:#fff;
}
.hcontact-form h2{
	margin-bottom:15px;
	color:#fff;
}
.hcontact-form .tagline{
	margin-bottom:35px;
	font-style:italic;
	font-size:24px;	
}
.hcontact-form p.desc{
	margin-bottom:15px;
	font-size:20px;
	line-height:30px;
}
.hcontact-form .mail a{
	background-image: url(/qapi/wp-content/uploads/2024/10/mail-icon.svg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 10px 0 10px 37px;
	font-weight: 400;
	font-size: 16px;
	line-height:28px;
	color: #000;
}
.hcontact-form .mail a:hover{
	text-decoration:underline;
}
.hcontact-form input::placeholder, .hcontact-form textarea::placeholder {
	color:#0C0E0F;
	font-size:12px;
}

@media (max-width:1199px){
	.hcontact-form .tagline{
		font-size: 18px;
	}
	.hcontact-form p.desc {
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 28px;
	}
	.hcontact-form .privacy {
		margin-bottom: 18px;
		font-size: 16px;
	}
}
@media (max-width:768px){
	.hcontact-form .tagline{
		margin-bottom:15px;
	}
}

#mega-menu-wrap-primary_navigation{
	background-color:transparent;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link{
	padding: 32px 10px 46px 10px !important;
	margin-right: 23px;
	font: normal normal 500 14px / 20px Neulis Sans!important;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase!important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
	display: inline-block!important;
	width: auto!important;
	background: transparent!important;
	position: relative!important;
	pointer-events: auto!important;
	left: auto!important;
	min-width: auto!important;
	margin: 0 0 0 6px!important;
	height: auto!important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
	vertical-align: top;
	color: #E14D48;
	font-size: 20px;
	height: 14px;
	width: 14px;
	top: -3px;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu{
	top: 76px;
	background:#fff;
	border-radius:10px;
	padding:6px;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu{
	transform:unset;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
	/* 	margin:3px; */
	padding:0;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	transition: all 0.4s;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
	background: #E6E9F0;
	color:#6765EC;
	font-weight:600;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
	text-decoration:underline;
}
@media only screen and (max-width: 1400px) {
	#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link{
		margin-right:6px!important;
	}
	header .header-main .header-menu .head-wrap .logo-wraphead{
		margin-right:0;
	}
}
@media only screen and (max-width: 1024px) {
	#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link{
		margin-right:0!important;
		padding: 18px 10px 30px 10px !important;
	}
}
@media (max-width: 1199px) {
	#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link{
		font-size:13px!important;
		padding: 18px 5px 30px 5px !important;
	}
}
.features .sub-title{
	margin-bottom:20px;
}
.features .sec-title{
	padding-right: 20px;
	margin: 0;
}
.features .slide-content-overlay{
	background-image: url(/qapi/wp-content/uploads/2025/01/W-BG.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 40px 50px;
	height: 305px;
	width:365px;
	position:relative;
	margin-bottom:20px;
	transition: all 0.3s ease-in-out;
}
.features .slide-content-overlay:hover .number span{ 
	color:#fff;
}
.features .mar-top {
	margin-top:30px;
}
.features .slide-content-overlay:hover{
	background-image: url(/qapi/wp-content/uploads/2025/01/Bg.svg);
	margin-top:-10px;
}
.features a{
	margin-top:20px;
}
.features h3{
	font: normal normal 500 20px / 30px Inter;
	color: #060055;
	margin-bottom: 15px;
}
.features .number{
	border-radius: 50%;
    border: 1px solid #05131D33;
    top: 6%;
    right: 9%;
    display: flex;
    position: absolute;
    height: 50px;
    width: 50px;
}
.features .number span{
	font: normal normal 400 20px / 20px Inter;
    color: #46DF93;
    align-self: center;
    width: 100%;
    text-align: center;
}
.features .slide-content-overlay p{
	min-height:100px;
}
.features .slide-content-overlay p a{
	display:block;
	text-decoration: underline;
    font: normal normal 600 16px / 24px Inter;
    letter-spacing: 0px;
    color: #46DF93;
    margin-top: 15px;
}
.features .slide-content-overlay:hover p a{
    color: #060055;
}
@media (max-width: 1400px) { 
	.features .slide-content-overlay p br{
		display:block!important;
	}
}
.horizontal-tab h3{
	margin-bottom:25px;
	font: normal normal 400 30px/40px Inter;
}
.horizontal-tab img{
	width:100%;
}
.horizontal-tab .nav-link{
	background:transparent;
	font: normal normal 400 16px / 24px Inter;
	color: #05131DB2;
}
.horizontal-tab .nav-link.active{
	color:#130F33;
	background:transparent!important;
}
.horizontal-tab .nav-link .icon-wrap {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 16px;
	border: 2px solid #fff;
	padding: 22px;
	margin-bottom: 20px;
	display:inline-block;
}
.horizontal-tab .nav-link.active .icon-wrap {
	background: #CFF2421A 0% 0% no-repeat padding-box;
	border: 2px solid #CFF242;
	border-radius: 16px;
	padding: 22px;
	margin-bottom: 20px;
	display:inline-block;
}
.horizontal-tab .icon-wrap img{
	height:20px;
}
.horizontal-tab .tab-title{
	display:block;
}
.horizontal-tab .tab-pane {
	background-image: url(/qapi/wp-content/uploads/2025/01/Group-150362ss.svg);
	background-position: bottom;
	background-size: cover;
	padding: 50px 80px 0;
	margin-top: 30px;
}
.horizontal-tab .sub-title {
	margin-bottom:20px;
}
.client-testi .sub-title{
	margin-bottom:22px;
}
.client-testi .sec-title{
	margin-bottom:20px;
}
.arrows{
	float: right;
}

.client-testi .res-next, .industry-slider .indus-next {
	background-image: url(/qapi/wp-content/uploads/2025/01/Component-14-–-5-1.svg);
	height: 50px;
	width: 50px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor:pointer;
	transition: all 0.3s;
}
.client-testi .res-next:hover, .industry-slider .indus-next:hover {
	background-image: url(/qapi/wp-content/uploads/2025/01/right-hover.svg);
}
.client-testi .res-prev, .industry-slider .indus-prev {
	background-image: url(/qapi/wp-content/uploads/2025/01/Component-14-–-6-1.svg);
	height: 50px;
	width: 50px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;\
	transition: all 0.3s;
	margin-right:16px;
	cursor:pointer;
}
.client-testi .res-prev:hover, .industry-slider .indus-prev:hover{
	background-image: url(/qapi/wp-content/uploads/2025/01/left-hover.svg);
}
.client-testi .client-slide-testi .slide-card {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	padding: 30px;
	margin:0 10px;
}
.client-testi .client-slide-testi .quote-image{
	margin-bottom:31px;
}
.client-testi .client-slide-testi .testi-quote{
	margin-bottom:25px;
	font: normal normal 400 16px/24px Inter;
	color: #130F33;
	min-height:170px;
}
@media (max-width:1400px){ 
	.client-testi .client-slide-testi .testi-quote{
		min-height:195px;
	}
}
@media (max-width:1024px){ 
	.client-testi .client-slide-testi .testi-quote{
		min-height:242px;
	}
}
.client-testi .client-slide-testi .name{
	margin-bottom:0px;
	font: normal normal 700 18px/30px Inter;
	color: #130F33;
}
.client-testi .client-slide-testi .designation{
	font: normal normal 400 16px/30px Inter;
	color: #05131DB2;
}
.trending-topics{
	background: transparent linear-gradient(0deg, #F0FCF6 0%, #C5DEE6 100%) 0% 0% no-repeat padding-box;
}
.trending-topics .content img{
	width:100%;
	height:100%;
	margin-bottom:26px;
}
.trending-topics .mar-btm:last-child{
	margin-bottom:0;
}
.trending-topics .content .cat {
	padding-left: 35px;
	background-position: left 25%;
	background-size: 25px;
	background-repeat: no-repeat;
}

.trending-topics .content .cat.Report {
	background-image: url(/qapi/wp-content/uploads/2025/01/Mask-Group-236.svg);
	background-position: 0 50%;
}
.trending-topics .content .cat.News {
	background-image: url(/qapi/wp-content/uploads/2025/01/Mask-Group-240.svg);
	background-position: 0 50%;
}
.trending-topics .content .cat.White{
	background-image: url(/qapi/wp-content/uploads/2025/01/Mask-Group-241.svg);
	background-position: 0 50%;
}
.trending-topics .content .cat.Report{
	margin-bottom: 15px;
	display: inline-block;
}
.trending-topics .content .cat.Case {
	background-image: url(/qapi/wp-content/uploads/2025/01/Repeat-Grid-1.svg);
	background-position: 0 50%;
}
.trending-topics .content .cat span{
	font: normal normal 400 14px / 17px Inter;
	color: #130F33;
	text-transform: capitalize;
	background: #CFF242 0% 0% no-repeat padding-box;
	padding: 0px 5px;
	display: inline-block;
}
.trending-topics .content h3{
	font: normal normal 500 20px / 30px Inter;
	color: #060055;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.trending-topics .content p{
	font: normal normal normal 18px/30px Inter;
	color: #130F33;
}
.trending-topics .right-column p{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.trending-topics .right-column p{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom:7px;
}
.trending-topics .right-column .cat {
	margin-bottom:10px;
	display:inline-block;
}
.trending-topics .right-column img {
	margin-bottom:25px;
	height: 136px;
	object-fit:cover;
}
.trending-topics .left-column img {
	height: 245px;
	object-fit:cover;
	margin-bottom:22px;
}
.trending-topics .sub-title{
	margin-bottom:30px;
}
.trending-topics .mar-btm{
	margin-bottom:26px;
}
.footer-contact {
	background:#060055;
	padding:30px;
}
.footer-contact h2{
	font: normal normal 400 35px/45px Inter;
	color: #F5F5F5;
}
.footer-contact p{
	font: normal normal 400 16px/30px Inter;
	color: #F5F5F5;
}
.footer-contact .btn-wrap{
	padding:80px 0;
/* 	clip-path: polygon(15% 0%, 86% 0%, 99.9% 18.8%, 100.1% 79.8%, 100.1% 100.3%, 15% 100%, 0.1% 100.3%, 0% 0%);
	background: transparent linear-gradient(180deg, #142f62 0%, #CFF24200 100%) 0% 0% no-repeat padding-box; */
}
.footer{
	background: #130F33 0% 0% no-repeat padding-box;
}
.footer h6{
	font: normal normal 600 20px/48px Inter;
	color: #46DF93;
}
.footer p{
	font: normal normal 400 16px/26px Inter;
	color: #fff;
}
.footer a{
	font: normal normal 400 16px/26px Inter;
	color: #fff;
	margin-bottom: 20px;
	display: inline-block;
	margin-right:18px;
	transition:all 0.3s;
}
.footer a:hover{
	color: #CFF242;
}
.footer .mail{
	background-image: url('/qapi/wp-content/uploads/2025/01/Mask-Group-231.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 32px;
}
.footer .phone{
	background-image: url('/qapi/wp-content/uploads/2025/01/Mask-Group-232.svg);');
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 32px;
}
.footer .address{
	background-image: url('/qapi/wp-content/uploads/2025/01/Mask-Group-233.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 32px;
	margin-bottom:30px;
}
.footer .top-row{
	padding-bottom:50px;
}
.footer .social-icon img{
	width:31px;
	height:31px;
}
.footer .social-icon:hover .hover{
	display:inline-block;
}
.footer .social-icon:hover .normal-img{
	display:none;
}
.footer .social-icon .hover{
	display:none;
}
.footer hr{
	border: 0.6000000238418579px solid #FFFFFF;
}
.footer .footer-bottom {
	padding: 8px 0px 23px;
}
.footer .footer-bottom p{
	font: normal normal 400 14px/26px Inter;
	color: #FFFFFF;
}
.footer .footer-bottom p a{
	font: normal normal 400 14px/26px Inter;
}
.footer .footer-bottom .sitemapp{
	text-align:end;
}
.footer .footer-logo-wrap{
	padding-right:50px;
}
.footer .footer-bottom .back-to-top{
	text-align:center;
}
.footer .footer-bottom .back-to-top img{
	height:37px;
	width:37px;
	cursor:pointer;
}
.footer .footer-logo img{
	margin-bottom:20px;
}
.footer .btn-wrap{
	padding:100px 0;
	clip-path: polygon(15% 0%, 86% 0%, 99.9% 18.8%, 100.1% 79.8%, 100.1% 100.3%, 15% 100%, 0.1% 100.3%, 0% 0%);
	background: transparent linear-gradient(180deg, #142f62 0%, #CFF24200 100%) 0% 0% no-repeat padding-box;
}
.footer .newsletter {
	font: normal normal normal 14px/21px Inter;
	color:#fff;
}
.footer .mail{

}
.footer .wpcf7-email{
	border: 0.6000000238418579px solid #FFFFFF;
	border-radius: 24px;
	background: transparent;
	width:100%;
	padding:10px 16px;
	color:#fff;
	font: normal normal 400 16px/24px Inter;
}
.footer .wpcf7-not-valid-tip {
	font-size:13px;
}
.footer .wpcf7-email::placeholder {
	font: normal normal 400 12px/24px Inter;
	color: #FFFFFFB2;
}
.footer .wpcf7-submit{
	background: #46DF93 0% 0% no-repeat padding-box;
	border-radius: 24px;
	font: normal normal 600 14px/17px Inter;
	color: #130F33;
	text-transform: capitalize;
	padding:10px 37px;
	border:0;
}

.right-accordion-section .sub-title{
	margin-bottom:20px;
}
.right-accordion-section .sec-title{
	margin-bottom:20px;
}
.right-accordion-section .main-desc{
	margin-bottom:45px;
}
.right-accordion-section h3{
	font: normal normal 500 18px / 28px Inter;
	color:#05131D;
	position:relative;
}
.right-accordion-section .nav-link{
	background-color:transparent!important;
	text-align:left;
}
.right-accordion-section p{
	font: normal normal normal 16px/24px Inter;
	letter-spacing: 0px;
	color: #05131D;
}
.right-accordion-section.accordion-faq .nav-link.active h3:after {
	background-image: url(/qapi/wp-content/uploads/2025/01/Line-8826.svg);
	transform: rotate(180deg);
	background-position: 0 0;
}
.right-accordion-section.accordion-faq .nav-link h3:after {
	background-image: url(/qapi/wp-content/uploads/2025/01/plus-4.svg);
	background-position: 100% 50%;
	margin-left: 8px;
	background-repeat: no-repeat;
	background-size: 15px;
	content: '';
	height: 30px;
	width: 15px;
	display: inline-block;
	right: 0;
	position: absolute;
}
.accordion-faq .accordion-item {
	border: 0;
	background:transparent;
	background-image: none;
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

.accordion-faq button p {
	display: none;
}
.accordion-faq .nav-link.active p{
	display:block;
}
.accordion-faq .accordion-button {
	background: transparent;
	box-shadow:none;
}

.accordion-faq img{
	width:100%;
	height:auto;
	padding-right:50px;
}
.accordion-faq .accordion-button:after{
	content:none;
}
.accordion-faq .accordion-body {
	padding:0;
}

@media (max-width:1024px){
	.accordion-faq .accordion-button {
		font-size: 20px;
	}
}

@media (max-width:992px){
	.accordion-faq img{
		padding-right:50px;
	}
}
@media (max-width:767px){
	.accordion-faq img{
		padding:0;
		width:100%;
		height:auto;
		margin-bottom:30px;
	}
	.accordion-faq .tab-content>.tab-pane {
		display: block;
	}
	.accordion-faq .fade:not(.show) {
		opacity: 1;
	}
	.accordion-faq .accordion-item h2{
		padding-bottom: 10px;
		border-bottom:1px solid #fff;
	}

}
.pricing-home .content-wrap{
	background: #C5DEE680 0% 0% no-repeat padding-box;
	padding: 20px;
}
.pricing-home .card-title{
	font: normal normal 500 22px / 32px Inter;
	letter-spacing: 0px;
	color: #05131D;
}
.pricing-home .card-text{
	font: normal normal normal 12px / 20px Inter;
	letter-spacing: 0px;
	color: #130F33CC;
}
.pricing-home .sub-title{
	margin-bottom:20px;
}
.pricing-home h3{
	margin-bottom: 10px;
	font: normal normal 500 24px / 30px Inter;
	color: #05131D;
}
.pricing-home .card {
	border-radius: 0;
}
.pricing-home .price{
	font: normal normal 500 45px / 55px Inter;
	letter-spacing: 0px;
	color: #46DF93;
	position:relative;
}
.pricing-home .price span{
	text-align: left;
	font: normal normal normal 14px / 24px Inter;
	margin-bottom:16px;
	padding-left:10px;
}
.pricing-home .pricing-unit {
	padding-left: 0 !important;
}
.pricing-home .billing {
	font: normal normal normal 14px / 24px Inter;
	margin-bottom:16px;
	color: #05131DB3;
}
.pricing-home .form-select{
	border: 1px solid #130F33;
	border-radius: 26px;
	margin-bottom: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	background-image: url(/qapi/wp-content/uploads/2025/01/select.svg);
	background-repeat: no-repeat;
	background-position: 80%;
	padding: 9px 23px;
	font: normal normal 500 12px / 15px Inter;
	letter-spacing: 0px;
	color: #130F33;
}

.pricing-home .form-link a{
	padding: 9px 23px;
	font: normal normal 500 12px / 15px Inter;
	letter-spacing: 0px;
	color: #130F33;
	border: 1px solid #130F33;
	border-radius: 26px;
	margin-bottom: 30px;
	display: inline-block;
}
.bor-midd{
	border-right: 1px solid #C5DEE680;
}
.pricing-home .form-select:focus{
	box-shadow:none;
}
.pricing-home .card-body{
	padding:0;
}
.pricing-home .badge-price{
	background: #CFF242 0% 0% no-repeat padding-box;
	font: normal normal normal 12px/15px Inter;
	color: #130F33;
	text-transform: capitalize;
}
.pricing-home .tab-content .nav-item{
	display: block;
	width: 100%;
}
.pricing-home .tab-content .nav-item .nav-link{
	font: normal normal 500 20px/30px Inter;
	color: #05131DB2;
	border-bottom:2px solid #C5DEE680;
	border-radius: unset;
	width: 100%;
	text-align: left;
	padding: 0 0 20px;
	margin-bottom: 27px;
}
.pricing-home .tab-content .nav-item .nav-link.active{
	font: normal normal 500 20px / 30px Inter;
	color: #060055;
	background: transparent;
	border-bottom: 3px solid #CFF242;
}
.pricing-home .sec-title{
	margin-bottom:30px;
}
.pricing-home .nav-tabs {
	border:0;
}
.pricing-home .tab-content .tab-content{
	margin-top: -77px;
	background: #F0FCF600 0% 0% no-repeat padding-box;
	border: 1px solid #130F33;
	padding: 0;
}
.pricing-home .tab-content .tab-content .white-box{
	padding:30px 30px 20px;
}
.nested-tabs .nav-tabs .nav-item .nav-link{
	border: 1px solid #130F33;
	border-radius: 29px;
	font: normal normal 500 12px / 20px Inter;
	color: #05131D;
	margin-right:12px;
}
.nested-tabs .nav-tabs .nav-item .nav-link.active{
	border: 1px solid #14102D;
	background: #14102D 0% 0% no-repeat padding-box;
	color: #fff;
	color: #F5F5F5;

}
.boxwrapper {
	border: 1px solid #0c0e0f;
	padding: 2px;
	overflow: hidden;
	position: relative;
	border-radius:0 24px;
}
.boxwrapper:after {
	content: "";
	position: absolute;
	width: 850px;
	border-radius: 50%;
	height: 850px;
	background: #fff;
	z-index: 0;
	display: inline-block;
	transition: all 1.5s ease;
	left: 118%;
	top: 118%;
	transform: translate(-100%, -100%);
}
.boxwrapper:hover:after {
	left: 0;
	top: 0;
}
.boxwrapper:hover .boxinner {
	background: #3000a9;
	border-radius: 0 24px;
}
.boxwrapper:hover .imgwrapper {
	padding: 0px 0px 15px 0;
}
.boxwrapper:hover .imgwrapper img {
	transform: scale(1.3);
	height: 100%;
}
.boxwrapper:hover .single-blo h4{
	color:#fff;
}
.boxwrapper:hover span.content1{
	color:#fff;
	background: #E6E9F033 0% 0% no-repeat padding-box;
}
.boxwrapper:hover span.content2{
	color:#fff;
	background: #E6E9F033 0% 0% no-repeat padding-box;
}
.boxwrapper:hover span.left{
	color:#fff;
}
.boxinner {
	background: #e6e9f0;
}
.single-bloin {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.imgwrapper {
	padding: 15px 15px 0 15px;
	transition: padding 0.3s ease;
	position: relative;
	overflow: hidden;
	margin-bottom: 24px;
	height: 195px;
	border-radius: 0 20px;
}
.imgwrapper img {
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease;
	transform-origin: center center;
	object-fit: cover;
}
.contentWrap {
	padding: 0 15px;
}
.insights .content{
	margin-bottom:20px;
}

@media (max-width:768px) {
	.boxwrapper{
		margin-bottom:20px;
	}
}

#countdown {
	position: absolute;
	right:15px;		  
	height: 24px;
	width: 24px;
	text-align: center;
}

#countdown-number {
	color: #000;
	display: inline-block;
	line-height: 40px;
}

svg {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	transform: rotateY(-180deg) rotateZ(-90deg);
}

svg circle {
	stroke-dasharray: 113px;
	stroke-dashoffset: 0px;
	stroke-linecap: round;
	stroke-width: 2.5px;
	stroke: #6765EC;
	fill: none;
	animation: countdown 3s linear infinite forwards;
}

@keyframes countdown {
	from {
		stroke-dashoffset: 0px;
	}
	to {
		stroke-dashoffset: 113px;
	}
}

.left-accordion .accordion-item .accordion-button.collapsed #countdown{ 
	display:none;	
}
.left-accordion .accordion-item .accordion-button:after{ 
	content:none;
}
.left-accordion .accordion-item .accordion-button.collapsed:after{ 
	content:"";
}
.left-accordion .accordion-item .accordion-button #countdown{
	display:block;
}
.left-accordion .accordion-item .accordion-button #countdown .countdown-number{
	display:none;
}
.left-accordion .image_Change{
	width: 100%;
	height: 450px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.6s ease;
}

@media (max-width: 767px) {
	.left-accordion .normal-image{	
		display:none;
	}
}
.feature-banner{
	background-color: #130F33;
	padding: 40px 0px;
	height:unset;
}
.form-banner .common-form{
	padding: 25px 40px;
	background-color: #fff;
}
.form-banner .common-form .f-main-title{
	color:#05131D;
	font-size: 40px;
	padding-bottom: 20px;
}
.wpcf7-form-control-wrap {
    position: relative;
    margin: 0px 0 27px;
    display: block;
}
.form-banner .common-form input, .form-banner .common-form select, .form-banner .common-form textarea{
	width: 100%;
	border: 0;
	border-bottom: 2px solid #0000006e;
	padding: 0px 0px 25px 0px;
}
.form-banner .common-form .wpcf7-not-valid-tip {
    font-size:13px;
}
.form-banner .common-form .wpcf7-form-control-wrap {
	margin-bottom:20px;
	display:inline-block;
	width:100%;
}
.form-banner .common-form input:focus, .form-banner .common-form select:focus, .form-banner .banner-content .common-form textarea:focus{
	outline: none;
}
.form-banner .common-form input::placeholder,  .form-banner .common-form textarea::placeholder{
	font-size: 14px;
	color: #000;
}
.form-banner .common-form p.acct{
	color: #05131DB3;
	font-size: 12px;
}
.form-banner .common-form p{
	margin-bottom: 20px;
}
.form-banner .common-form p.acct a{
	color: #46DF93;
	margin-bottom: 20px;
	text-decoration: underline;
	transition: all 0.4 ease-in;
}
.form-banner .common-form p.acct a:hover{
	opacity: 0.7;
}
.form-banner .common-form .msg-div p{
	margin-bottom: 10px;
}
.form-banner .common-form .main-cta{
	border: unset;
	padding: 14px 50px;
	width: unset;
	margin-bottom:0px;
}
.form-banner .common-form .wpcf7-spinner{
	display: none;
}
.form-banner .common-form .submit-cta{
	text-align: right;
}
.form-banner .common-form .submit-cta p{
	margin-bottom: 0px;
}

.featured-strip{
	padding: 50px 0px;
	background-position: bottom;
	background-size: cover;
}
.featured-strip .sub-title{
	margin-bottom: 15px;
}
.featured-strip .sec-title{
	margin-bottom: 15px;
}
.grids-section .sub-title, .grids-section .sec-title{
	margin-bottom: 20px;
}
.grids-section .main-desc{
	margin-bottom: 15px;
}
.grids-section .image-container img{
	width: 100%;
	height: auto;

}
.right-image-grid.grids-section .image-container img{
	padding-left: 20px;
}
.left-image-grid.grids-section .image-container img{
	padding-right: 20px;
}
.grids-section .read-more{
	color: #46DF93;
	text-decoration: underline;
	transition: all 0.4 ease-in;
}
.grids-section .read-more:hover{
	opacity: 0.7;
}
.tesm-cta {
	margin-top: 20px;
	text-align: center;
}

.s-cards-grid-wrapper .s-cards-wrapper{
	margin-top: 40px;
}
.s-cards-grid-wrapper .sec-title{
	margin: 20px;
}
.s-cards-grid-wrapper .grid-wrap{
	padding: 40px;
	background-color: #FFFFFF;
	border-radius: 16px;
	margin-bottom: 20px;
	border: 2px solid #fff;
	transition: all 0.4s ease-in-out;
}
.s-cards-grid-wrapper.feature-new .grid-wrap{
	padding: 0;
	background: transparent;
	text-align: center;
	border: 0;
	margin-bottom: 44px;
}
.s-cards-grid-wrapper .image-container{
	background-color: #CFF2421A;
	border-radius: 50%;
	border: 2px solid #CFF24266;
	padding: 15px;
	display: inline-block;
	margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
}
.s-cards-grid-wrapper .image-container img{
	width: 40px;
	height: 40px;
	object-fit: contain;
}
.s-cards-grid-wrapper  .grid-wrap .sub-sec-title{
	font-size: 24px;
	line-height: 29px;
	color: #060055;
	margin-bottom: 20px;
}
.s-cards-grid-wrapper  .grid-wrap .main-desc{
	margin-bottom: 15px;
	color: #130F33;
}
.s-cards-grid-wrapper  .grid-wrap a{
	color: #46DF93;
	text-decoration: underline;
}
.s-cards-grid-wrapper  .grid-wrap:hover{
	border: 2px solid #CFF24266;
	background-color: #CFF2421A;
}
.s-cards-grid-wrapper.feature-new .grid-wrap:hover{
	border: none;
	background-color: transparent;
}
.s-cards-grid-wrapper  .grid-wrap:hover .image-container{
	background-color: #FFFFFF;
	border: 2px solid #CFF2421A;
}
.s-cards-grid-wrapper.feature-new .grid-wrap:hover .image-container{
	background-color: #CFF2421A;
	border: 2px solid #CFF24266;
}
.industry-slider .logo-slide-wrap{
	margin-top: 40px;
}
.industry-slider .logo-slide-wrap img{
	width: 110px;
	margin: 0 auto;
}
@media (max-width:1400px){
	.featured-strip{
		background-position: unset;
	}
}
@media (max-width:1199px){
	.grids-section .sec-title{
		font-size: 35px;
		line-height: 50px;
	}
}
@media (max-width:1024px){
	.trending-topics .mar-btm {
		margin-bottom:0;
	}
}
@media (max-width:991px){
	.right-image-grid.grids-section .image-container img, .left-image-grid.grids-section .image-container img{
		padding: 0px;
	}
	.grids-section .image-container img{
		margin-top: 20px;
	}
	.form-banner .common-form .f-main-title, .form-banner .common-form p.acct{
		text-align: left;
	}
	.feature-banner.home-banner p.tagline{
		margin-bottom:0px;
	}
	.form-banner .common-form .main-cta{
		margin: 0px;
	}
	.feature-banner.home-banner{
		height:unset;
	}
}
@media (max-width:767px){
	.home-banner .banner-content{
		padding: 0px;
	}
	.feature-banner.home-banner{
		padding: 30px 0px 40px 0px;
	}
	.form-banner .common-form {
		padding: 25px 30px;
	}
	.form-banner.home-banner .banner-content-wrap .main-cta{
		margin-bottom: 30px;
	}
	.grids-section .sec-title {
		font-size: 20px;
		line-height: 30px;
	}
	.form-banner .common-form .f-main-title{
		font-size: 25px;
	}
	.s-cards-grid-wrapper .grid-wrap .sub-sec-title{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.industry-slider .indus-prev, .industry-slider .indus-next{
		height: 35px;
		width: 35px;
		margin-bottom: 20px;
	}
	.industry-slider .logo-slide-wrap {
		margin-top: 20px;
	}
	.industry-slider .sec-title{
		margin-bottom: 15px;
	}
	.s-cards-grid-wrapper.feature-new .sec-title{
		margin-bottom:0;
	}
	.s-cards-grid-wrapper.feature-new .grid-wrap {
		margin-bottom: 30px;
	}
}
/* product tour */
.challenges .mar-top {
	margin-top: 30px;
}
.challenges .sec-title{
	margin-top:20px;
}
.challenges .mar-top .image-container img{
	width: 100%;
	height: 260px;
	object-fit: cover;
	margin-bottom: 15px;
}
.challenges h3{
	font-size: 22px;
	line-height: 34px;
	color: #060055;
	margin-bottom: 15px;
}
.challenges .chal-des{
	font-size: 18px;
	color: #130F33;
}
.challenge-wrap{
	margin-bottom: 25px;
}
.challenges .btn-wrap .main-cta{
	margin-top: 30px;
}
.video-banner{
	padding: 60px 0px;
}
.banner-video-wrap .video-thumbnail #video-pop {
	background-image: url(/qapi/wp-content/uploads/2025/01/Button.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 140px;
	width: 140px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	margin-top: 0px;
	border: unset;
	background-color: unset;
}
.banner-video-wrap .video-thumbnail iframe{
	width: 100% !important;
	height: 450px !important;
}
.banner-video-wrap .video-thumbnail .modal-body{
	padding: 0px;
}
.banner-video-wrap .video-thumbnail .modalheader{
	text-align: right;
}
.banner-video-wrap .video-thumbnail .modal-content{
	background-color: transparent;
	border: unset;
	border-radius: unset;
}
.banner-video-wrap .video-thumbnail .btn-close{
	background-image:url("/qapi/wp-content/uploads/2025/01/cross-1.png");
	background-size:contain;
	opacity: 1;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
}
.banner-video-wrap .video-thumbnail .btn-close:focus{
	box-shadow:none;
}
.banner-video-wrap .video-thumbnail {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	height: 350px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.site-header__main {
	--header-link-color: var(--main-header-color);
	font-weight: var(--main-header-font-weight);
	text-transform: var(--main-header-text-transform, uppercase);
	font-size: var(--main-header-font-size, 16px);
	background-color: var(--main-header-background-color);
}
@media (max-width:1199px){
	.banner-video-wrap .video-thumbnail{
		height: 260px;
	}
}
@media (max-width:991px){
	.banner-video-wrap .video-thumbnail iframe {
		height: 320px !important;
	}
	.banner-video-wrap .video-thumbnail{
		height: 200px;
	}
}
@media (max-width:767px){
	.banner-video-wrap .video-thumbnail iframe {
		height: 215px !important;
	}
	.banner-video-wrap .video-thumbnail{
		height: 250px;
	}
	.challenges .btn-wrap .main-cta{
		margin-top:20px;
	}
}
.signup-page ul li{
	padding:5px 0px;
	background:url('/qapi/wp-content/uploads/2025/01/Path-91196.svg');
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 18px;
	background-size: 7px;
	color:#05131DB3;

}
@media (min-width:1050px) and (max-width:1380px){
	.signup-page .e-con-inner{
		width: 1150px !important;
	}
}

.resource-single{
	padding: 60px 0px;
	background-color: #F5F5F5;
}
.resource-single .details-wrap .top-wrap{
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
.resource-single .categorys{
	background-color: #CFF242;
	padding: 0px 15px;
	font-size: 14px;
	margin-right:5px;

}
.resource-single .category-wrap{
	background-image: url('/qapi/wp-content/uploads/2025/01/Mask-Group-252-1.svg');
	background-position: left 51%;
	padding-left: 35px;
	background-size:25px;
	background-repeat: no-repeat;
	display:flex;
}
.resource-single .news-bg{
	margin-bottom: 20px;
}
.resource-single .right-wrap{
	display: flex;
}
.resource-single .right-wrap span{
	width: 5px;
	height: 5px;
	background-color: #000000;
	border-radius: 50%;
	display: block;
	margin: 0px 7px;
	align-self: center;
}
.resource-single .right-wrap .author-name, .right-wrap .date{
	align-self: center;
}
.single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6{
	margin-bottom: 20px;
}
.single-content h1{
	margin-bottom: 25px;
}
.single-content h2{
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
}
.single-content img{
	margin-bottom: 20px;
	width: 100%;
}
.single-content p{
	margin-bottom: 20px;
	color: #05131DB3;
}
.single-content ul{
	margin-bottom: 30px;
	padding-left: 20px;
}
.single-content ul li{
	padding: 5px 0px;
	text-decoration: underline;
	list-style: disc;
	color: #060055;
	font-weight: 600;
}
.single-content a{
	color: #060055;
	text-decoration: underline;
	transition: all 0.5s;
}
.single-content a:hover{
	opacity: 0.7;
}
.autor-details .auth{
	font-size: 20px;
	color: #05131D;
	font-weight: 600;
	line-height: 32px;
}
.author-img{
	margin: 15px 0px;
}
.author-img img{
	border-radius:50%;
}
.a2a_vertical_style .a2a_svg svg{
	width: 24px !important;
	transform: rotate(0deg);
}
.a2a_svg svg{
	transform: rotate(0deg);
}
.a2a_vertical_style .a2a_svg {
	border-radius: 50% !important;
	height: 50px !important;
	width: 50px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
	;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center !important;
}
.resource-single .fixed-content .form-wrap{
	background-color: #130F33;
	border-radius: 4px;
	padding: 15px 30px;
	margin-bottom: 20px;
}
.resource-single .fixed-content .form-wrap .newsletter{
	font: normal normal normal 14px / 21px Inter;
	color: #fff;
	margin-bottom: 10px;
}
.resource-single .fixed-content .form-wrap .wpcf7-email {
	border: 0.6000000238418579px solid #FFFFFF;
	border-radius: 24px;
	background: transparent;
	width: 100%;
	padding: 10px 16px;
}
.resource-single .fixed-content .form-wrap .wpcf7-submit {
	background: #46DF93 0% 0% no-repeat padding-box;
	border-radius: 24px;
	font: normal normal 600 14px / 17px Inter;
	color: #130F33;
	text-transform: capitalize;
	padding: 10px 37px;
}
.resource-single .get-free-trail{
	background-color: #130F33;
	border-radius: 4px;
	padding: 30px 30px 0px 30px;
	background-image: url('/qapi/wp-content/uploads/2025/01/Path-91196.svg');
	background-repeat: no-repeat;
	background-position: 98% 3%;
}
.resource-single .get-free-trail img{
	width: 100%;
	margin-top: 20px;
}
.get-free-trail .main-cta{
	padding: 14px 60px;
}
.get-free-trail .title-text{
	color: #47DF91;
	font-size: 23px;
	margin-bottom: 20px;
	font-weight: 600;
}
.get-free-trail .desc{
	color: #F5F5F5;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 20px;
}
.resource-single .fixed-content{
	position: sticky;
	top: 85px;
}
.a2a_vertical_style{
	display: none;
}
.single .a2a_vertical_style{
	display: block;
	z-index: 1;
}
.related-cat-k, footer{
	z-index: 3;
	position: relative;
}
.related-cat-k{
	background-color: #F5F5F5;
	padding: 60px 0px;
}
.related-cat-k .sec-title{
	margin-top: 15px;
	margin-bottom: 20px;
}
.related-cat-k .blog-wrap{
	height: 100%;
	width: 100%;
	margin: 0 auto;
	object-fit: cover;
}
.related-cat-k .blog-img-wrap{
	background-color: #fff;
	margin-bottom: 20px;
	height: 230px;
}
.related-cat-k .cates{
	background-image: url(/qapi/wp-content/uploads/2025/01/Mask-Group-252-1.svg);
	padding-left: 35px;
	background-position: left 25%;
	background-repeat: no-repeat;
	background-size:25px;
}
.related-cat-k .cates .category{
	font: normal normal 400 14px / 17px Inter;
	color: #130F33;
	text-transform: capitalize;
	background: #CFF242 0% 0% no-repeat padding-box;
	padding: 4px 8px;
	display: inline-block;
	margin-right:5px;
}
.related-cat-k  .auth-name{
	color: #130F33;
	font-size: 14px;
	line-height: 30px;
	padding-left: 20px;
}
.related-cat-k  .f-sub-title{
	color: #060055;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 25px;
}
.related-cat-k  .post-des{
	margin-bottom: 20px;
	color: #05131DB3;
	line-height: 24px;
}
.related-cat-k .date{
	color: #130F33;
	font-size: 14px;
}
.resource-single .breadcrumbs{
	margin-bottom: 20px;
}
.resource-single .breadcrumbs a{
	color: #05131DB3;
}
.resource-single .breadcrumbs .current-item{
	color: #46DF93;
}
.resource-single .news-bg img{
	width: 100%;
}
/* .addtoany_shortcode{
	display: none;
} */
.resource-strip{
	z-index: 3;
	position: relative;
}
.news-form input{
	border: 0.6000000238418579px solid #FFFFFF;
	border-radius: 24px;
	background: transparent;
	width: 100%;
	padding: 10px 16px;
	color: #fff;
}
.news-form input::placeholder{
	color: #fff;
}
.news-form .news-title{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}
.news-form .main-cta {
	background: linear-gradient(90deg, #46DF93 0%, #46DF93 100%) no-repeat padding-box;
	border-radius: 24px;
	padding: 14px 33px;
	width: unset;
	border: 0;
	color: #130F33;
}
.news-form .main-cta:hover {
	background: linear-gradient(90deg, #46DF93 0%, #CFF242 100%) no-repeat padding-box;
}
@media (max-width:1300px){
	.single .a2a_vertical_style{
		left: 45px !important;
	}
}
@media (max-width:1199px){
	.single .a2a_vertical_style {
		left: 5px !important;
	}
}
@media (max-width:991px){
	.addtoany_shortcode{
		display:block;
	}
	.addtoany_shortcode{
		display: block;
		margin-bottom: 20px;
	}
	.addtoany_shortcode .a2a_kit .a2a_svg{
		width: 40px !important;
		height: 40px !important;
		border-radius: 50% !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex !important;
		;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center !important;
	}
	.addtoany_shortcode .a2a_svg svg{
		width: 24px;
		height: 24px;
	}
	.resource-single .fixed-content{
		margin-top:20px;
	}
	.resource-single .fixed-content .form-wrap .wpcf7-email{
		width:60%;
	}
	.a2a_vertical_style .a2a_svg{
		height: 35px !important;
		width: 35px !important;
	}
	.blog-outer-wrap{
		margin-bottom: 20px;
	}
	.resource-single, .related-cat-k {
		padding: 40px 0px;
	}
	.single .a2a_vertical_style {
		left: 0px !important;
	}
}
@media (max-width:767px){
	.resource-single .fixed-content{
		display: block;
	}
	.resource-single .fixed-content .form-wrap{
		margin-right: unset;
		margin-top: 20px;
	}

	.resource-single, .related-cat-k {
		padding: 30px 0px;
	}
	.related-cat-k{
		padding-top: 0px;
	}
	.resource-strip.footer-contact .wpcf7-spinner{
		display: none;
	}
	.news-form .news-title{
		font-size: 18px;
	}
	.author-img img{
		height:60px;
		width:60px;
	}
	.author-img {
		margin: 8px 0px;
	}
}
@media (min-width:991px){
  .resource-single{
    position: relative;
  }
  .addtoany-container{
    margin: 0;
    position: sticky;
    top: 125px;
    float: left;
    z-index: 1;
  }
  .addtoany-container>div {
    position: absolute;
    top: 0;
    left: -75px;
}
.addtoany-container .addtoany_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.addtoany-container .addtoany_list a {
  margin-bottom: 10px;
}
.addtoany-container .addtoany_list a>span {
  border-radius: 50% !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.addtoany-container .addtoany_list a>span svg {
  width: 26px;
}
	.resource-single .content-singleone{
		padding-left:80px;
	}
	.resource-single .fixed-content{
		top:125px;
	}
}
@media (max-width:1199px){
	.addtoany-container>div{
		left:-75px;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.resource-single .fixed-content, .addtoany-container{
		top:155px;
	}
}
.parent-empty-btn {
	background-color: rgba(0, 0, 0, 0) !important;
	color: #cff242 !important;
	border: 1px solid #46df93 !important;
	position: relative;
	display: inline-block; 
	border-radius: 50px!important;
	padding:5px 20px!important;
}
.parent-empty-btn a, 
.parent-empty-btn .menu-item-content {
	color: #cff242 !important;
}
.parent-empty-btn:hover{
	background:#cff242!important;
	color:#080056!important;
}
.parent-empty-btn:hover a, 
.parent-empty-btn:hover .menu-item-content {
	color:#080056!important;
}
.parent-empty-btn:after {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	border-radius: 50px;
	background: linear-gradient(90deg, #46df93, #cff242);
	z-index: -1; /* Keep the gradient behind the button content */
}
.parent-empty-btn .mega-sub-menu, .parent-full-btn .mega-sub-menu{
	position: absolute!important;
	right: -40%!important;
	background:#fff!important;
	border-radius:15px!important;
	padding:15px!important;
}
.parent-full-btn {
	background-color: #080056!important;
	color: #080056!important;
	border: none!important;
	background-image: -webkit-gradient(linear, left top, right top, from(#46df93), to(#cff242))!important;
	background-image: linear-gradient(90deg, #46df93, #cff242)!important;
	background-size: 100% 100%!important;
	background-position: 50% 50%!important;
	border-radius: 50px!important;
	padding:5px 20px!important;
	margin-right:10px!important;
	position: relative;
}
.parent-full-btn  a,.parent-full-btn .menu-item-content{
	color: #080056!important;
}
.parent-full-btn:hover{
	color: #080056!important;
	border-color: #46df93!important;
	background-size: 400% 400%!important;
	background-position: 0 50%!important;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	background:#fff!important;
}

.nav-main{
	align-items: center;
	display: flex;
	float: right;
	width:100%;
}

.qyrus-parent-menu{
	background: #F3F3F7 0% 0% no-repeat padding-box!important;
	border-radius: 4px!important; 
	margin:2px 0!important;
	padding:30px 25px!important;
	font-size:15px!important;
	line-height:20px!important;
	font-weight:500!important;
}
.qyrus-sub-menu{
	background: #F3F3F7 0% 0% no-repeat padding-box!important;
	border-radius: 4px!important; 
	margin:2px 0!important;
	padding:15px 15px!important;
	font-size:15px!important;
	line-height:20px!important;
	font-weight:500!important;
}
.third-col-menu ul.mega-sub-menu li{
	padding:10px 15px!important;
}
.second-col-menu ul.mega-sub-menu li{
	padding:15px 15px!important;
}
.first-col-menu  ul.mega-sub-menu li{
	padding:33px 25px !important;
}
.qyrus-level2-menu, .qyrus-level3-menu, .mega-qyrus-sec-menu, .third-col-menu .mega-menu-item{
	background: #F3F3F7 0% 0% no-repeat padding-box!important;
	border-radius: 4px!important; 
	margin:2px 0!important;
	padding: 5px 15px !important;
	font-size:15px!important;
	line-height:20px!important;
	font-weight:500!important;
}
.qyrus-level2-menu .menu-item-content, .qyrus-level3-menu .menu-item-content,.qyrus-sub-menu .menu-item-content,.qyrus-parent-menu .menu-item-content{
	font-size:15px!important;
	font-weight:500!important;
}

.qapi-parent-menu{
	background: #F3F3F7 0% 0% no-repeat padding-box!important;
	border-radius: 4px!important; 
	margin:2px 0!important;
	padding:30px 25px!important;
	font-size:15px!important;
	line-height:20px!important;
	font-weight:500!important;
}
.qapi-level1-menu{
	background: #F3F3F7 0% 0% no-repeat padding-box!important;
	border-radius: 4px!important; 
	margin:2px 0!important;
	padding:5px 15px!important;
	font-size:15px!important;
	line-height:20px!important;
	font-weight:500!important;
}
.qapi-level2-menu,.qapi-level3-menu{
	background: #F3F3F7 0% 0% no-repeat padding-box!important;
	border-radius: 4px!important; 
	margin:2px 0!important;
	padding: 5px 15px !important;
	font-size:15px!important;
	line-height:20px!important;
	font-weight:500!important;
}
.qapi-level2-menu .menu-item-content, .qapi-level3-menu .menu-item-content,.qapi-level1-menu .menu-item-content,.qapi-parent-menu .menu-item-content{
	font-size:15px!important;
	font-weight:500!important;
}


#mega-menu-2262-0-0,#mega-menu-2262-0-1,#mega-menu-2262-0-2,#mega-menu-2262-0-3{
	padding:15px!important;
}
#mega-menu-2262-0-2{
	border-left:2px solid #0000000A!important;
	border-right:2px solid #0000000A!important;
}
#mega-menu-2262-0-0{
	border-right:2px solid #0000000A!important;
}
.mega-menu-item.menu-active{
	background:transparent linear-gradient(111deg, #cff242 -10%, #C5DEE6 20%) 0% 0% !important;
}
.menu-show {
	display: block !important;
}

.menu-hide {
	display: none !important;
}
.site-header .mega-menu-row > .mega-sub-menu{
	display: flex !important;
	width: 100% !important;
}
.faq .accordion-item {
	border-top: 1px solid #e4e4e4;
	background: 0 0;
}
.faq .accordion .accordion-item {
	border: unset;
	border-top: 1px solid #00000026;
	border-radius: 0;
}
.faq .accordion .accordion-item .accordion-header .accordion-button {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #ffffff00;
	padding: 20px 20px;
	font: normal normal normal 16px/24px Inter;
	letter-spacing: 0px;
	color: #130F33;
}
.faq .accordion .accordion-item .accordion-body {
	text-align:left;
}
.faq .accordion .accordion-item .accordion-header .accordion-button::after {
	background: url(/qapi/wp-content/uploads/2025/01/plus.svg) 0 0 / 10px no-repeat;
	background-position: center;
}
.faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
	background: url(/qapi/wp-content/uploads/2025/01/minus.svg) 0 0 / 10px no-repeat;
	background-position: center;
}
.faq .sub-title {
	margin-bottom: 28px;
}
.faq h2 {
	margin-bottom: 30px;
}
.challenges .modal-body{
  padding: 0px;
}
.challenges .modalheader{
  text-align: right;
}
.challenges .modal-content{
  background-color: transparent;
  border: unset;
  border-radius: unset;
}
.challenges .btn-close{
	background-image:url("/qapi/wp-content/uploads/2025/01/cross-1.png");
	background-size:contain;
	    opacity: 1;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;

}
.challenges .btn-close:focus{
	box-shadow:none;
}
.challenges iframe{
  width: 100% !important;
  height: 450px !important;
}
.challenges .click-pop{
  cursor: pointer;
}
@media (max-width:991px){
  .challenges iframe {
    height: 320px !important;
}
}
@media (max-width:767px){
  .challenges iframe {
    height: 215px !important;
}
}
.challenges .image-container{
	position:relative;
}
.challenges .challenge-wrap #video-pops {
	background-image: url(/qapi/wp-content/uploads/2025/01/Button.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 140px;
	width: 140px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	margin-top: 0px;
	border: unset;
	background-color: unset;
}
@media (max-width:1199px){
	.site-header__main{
		display:none;
	}
}
.hide-in-desktop{
	display:none !important;
}
@media (max-width:1199px){
	.hide-in-desktop{
		display:block !important;
	}
}
.resources-tab.trending-topics{
	background:unset;
}
.resources-tab.trending-topics .content .cat{
	display:inline-block;
}
.resources-tab .sec-title{
	margin-bottom:25px;
}
.resources-tab.trending-topics .sub-title{
	margin-bottom:25px;
} 
.resources-tab.trending-topics .tab-pane .sub-title{
	margin-bottom:5px;
}
.resources-tab.trending-topics .tab-pane .post-title{
	margin-top:10px;
}
.resources-tab.trending-topics .content .cat{
	padding-left: 30px;
    background-size: 25px;
}
.resources-tab.trending-topics .post-meta{
	padding-left:20px;
}
.resources-tab .main-desc {
	margin-bottom:35px;
}
.resources-tab .right-col {
	border-bottom:1px solid #05131d52;
	padding: 15px 0 30px;
	margin-bottom: 10px;
}
.resources-tab .right-col .date{
	float:right;
	color:#130F33;
	font-size:14px;
}
.resources-tab .left-column img{
	height: 367px;
}
.resources-tab .s-big-grid h3{
	font-size:24px;
	line-height:36px;
}
.resources-tab .s-big-grid p{
	font-size:20px;
	line-height:30px;
	color:#130F33;
}
/* .resources-tab .btm-col{
	margin-top:30px;
} */
.resources-tab .nav-tabs{
	text-align:center;
    margin-bottom: 25px;
    border: none;
    display: block !important;
    width: 100%;
}
.resources-tab.trending-topics .content .cat span{
	padding: 4px 5px;
}
.resources-tab .nav-tabs .nav-item{
	display: inline-block;
}
.resources-tab .nav-tabs .nav-link {
	color: #05131DB3;
	padding: 12px 25px;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 24px;
}
.trending-topics .content .cat.blog {
	background-image: url(/qapi/wp-content/uploads/2025/01/Mask-Group-236.svg);
}
.trending-topics .content .cat.case {
	background-image: url(/qapi/wp-content/uploads/2025/01/Repeat-Grid-1.svg);
}
.trending-topics .content .cat.news{
	background-image: url(/qapi/wp-content/uploads/2025/01/Mask-Group-240.svg);
}
.trending-topics .content .cat.ebook {
	background-image: url(/qapi/wp-content/uploads/2025/01/Repeat-Grid-1.svg);
}
.resources-tab .nav-tabs .nav-link.active{
	background: #060055;
    border: 1px solid #060055;
    border-radius: 24px;
    color: #F6F6F6;
    padding: 12px 25px;
}
.resources-tab .search-form {
	text-align:center;
}
.resources-tab .search-field{
	    border: 1px solid #BDBDBD;
    border-radius: 30px;
    padding: 15px 26px;
    width: 540px;
       margin: 0 auto 50px auto;
}
.resources-tab .search-field{
		background-image:url('/qapi/wp-content/uploads/2025/01/search-1-1.svg');
	    background-position: 3% center;
    background-repeat: no-repeat;
    padding-left: 50px;
}

.resources-tab .search-field:placeholder{
	color:#BDBDBD;

}
.resources-tab.trending-topics .content.btm-col .cat, .resources-tab.trending-topics .content.left-column .cat{
	margin-bottom:10px;
}
.resources-tab.trending-topics .content.btm-col .author, .resources-tab.trending-topics .content.left-column .author{
	padding-left:10px;
}
.resources-tab.trending-topics .content.btm-col .date, .resources-tab.trending-topics .content.left-column .date{
	color:#130F33;
	font-size:14px;
}
.resources-tab.trending-topics .content.btm-col p, .resources-tab.trending-topics .content.left-column p{
	margin-bottom:10px;
}
.resources-tab.trending-topics .content.btm-col img{
	height:244px;
}
.resources-tab.trending-topics .sub-cat-content img{
	height:165px;
}
.resources-tab.trending-topics .sub-cat-content{
	margin-bottom:30px;
}
.resources-tab .author {
	font-size:14px;
	color:#130F33;
}
.resources-tab .item-2 {
	    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.resources-tab .line{
	    border: 1px solid #707070;
    width: 95%;
    margin: 0 auto;
}
.resources-tab .wrapper-line{
	margin-bottom:30px;
}
@media (max-width:1199px){
.resources-tab .item-2 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
}
/* .resources-tab .sub-cat-title{
	position:relative;
}
.resources-tab .sub-cat-title::after{
	content:'';
	display:block;
	height:1px;
	width:100%;
	background:grey;
} */
.resources-tab .mar-bt{
	margin-bottom:40px;
}
.resources-tab .content .post-des{
	color:#05131DB3;
	font-size:16px;
	line-height:24px;
}
.resources-tab .tab-pane.fade.active.show{
	display:block !important;
}
.resources-tab .sub-cat-title{
	padding-left: 45px;
	background-image: url(/qapi/wp-content/uploads/2025/01/Path-91196.svg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 30px;
	font-size: 40px;
	letter-spacing:1px;
	font-weight: 400;
}
.resources-tab .see-more{
	color:#130F33;
	text-decoration:underline;
	font-size:20px;
	line-height:24px;
	float:right;
	font-weight:700;
}
/* .highlight {
    background-color: #46DF93;
    font-weight: bold;
} */
.empty-result{
	padding:40px 0px;
}
.result-cont .row{
	padding-bottom:40px;
}
.result-cont .overlay{
	margin-bottom:20px;
}
.resources-tab .left-column{
	margin-bottom:30px;
}
@media (max-width:1024px){
	.related-cat-k .f-sub-title {
		margin-bottom: 15px;
	}
	.related-cat-k .blog-img-wrap {
		height: 230px;
	}
}
@media (max-width:992px){
	.resources-tab .sub-cat-title {
        padding-left: 27px;
        background-size: 19px;
        font-size: 21px;
        letter-spacing: 0px;
		margin-bottom:0px;
    }
	.line-grid {
		display:none !important;
	}
	.resources-tab .nav-tabs .nav-link{
		padding:12px 15px;
	}
	.empty-result{
		padding-top:0px;
	}
}
@media (max-width:767px){
	.related-cat-k .blog-img-wrap {
		height: 200px;
	}
	.resources-tab .search-field {
		width: 90%;
	}
	.resources-tab .sub-cat-title {
		padding-left: 32px;
		background-size: 22px;
		font-size: 23px;
		letter-spacing:0;
	}
	.resources-tab .see-more {
		font-size: 16px;
		line-height: 24px;
	}
	.resources-tab .mar-bt {
		margin-bottom: 20px;
	}
	.resources-tab .left-column img {
		height: 230px;
	}
	.resources-tab .right-col .date {
		float: right;
		font-size: 14px;
	}
	.resources-tab .nav-tabs{
		padding-right:0px;
	}
	.resources-tab .sec-title {
    margin-bottom: 10px;
}
	.resources-tab .left-column{
		margin-bottom:20px;
	}
	  .resources-tab .section-btm {
        padding-bottom: 30px;
    }
	.resources-tab.trending-topics .content.btm-col .author, .resources-tab.trending-topics .content.left-column .author{
		padding-left:0px;
	}
	.resources-tab .nav-tabs .nav-link, .resources-tab .nav-tabs .nav-link.active{
		padding:7px 15px;
		font-size:14px;
	}
	.resources-tab .btm-col{
		margin:20px 0px;
	}
	.resources-tab .search-field{
		background-position:7%;
	}
}

.pricing-fun .main-toggle input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
	display: none;
}

.pricing-fun .main-toggle label {
	cursor: pointer;
	text-indent: -9999px;
    width: 45px;
    height: 25px;
	border: 1px solid #46DF93;
	display: block;
	border-radius: 100px;
	position: relative;
}

.pricing-fun .main-toggle label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
    width: 15px;
    height: 15px;
	background: #46DF93;
	border-radius: 90px;
	transition: 0.3s;
}

.pricing-fun .main-toggle input:checked + label {
	background: #fff;
}

.pricing-fun .main-toggle input:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.pricing-fun .main-toggle label:active:after {
	width: 20px;
}
.p-cat-wrap{
	margin: 20px 0px;
}
.pricing-fun .cats{
  color: #060055;
  font-weight:600;
  line-height: 24px;
}
.pricing-fun .toggle{
	margin: 0px 15px;
}
.pricing-fun .first-div-wrapper{
	background-color: #130F33;
	border-radius: 4px;
	padding: 20px;
	background-image: url(/qapi/wp-content/uploads/2025/01/Path-91196.svg);
    background-repeat: no-repeat;
    background-position: 97% 5%;
	margin: 0px 20px 0px 10px;
}
.pricing-fun .first-div-wrapper .sub-sec-title{
	color: #47DF91;
	font-size: 23px;
	font-weight: 500;
	margin-bottom: 0px;
}
.pricing-fun .first-div-wrapper .des{
	margin: 20px 0px;
	color: #F5F5F5;
	font-size: 14px;
}
.pricing-fun .free-div-wrapper{
	border: 1px solid #130F33;
}
.pricing-fun .top-card-wrap{
	padding: 25px;
	margin: 3px;
	background-color: #C5DEE680;
}
.pricing-fun .top-card-wrap .sub-sec-title{
	font-size: 24px;
	margin-bottom: 10px;
}
.pricing-fun .top-card-wrap .des{
	color: #130F33CC;
	font-size: 12px;
	line-height: 20px;
}
.pricing-fun .price-detail {
	padding-top: 25px;
	padding-bottom: 10px;
	background:#fff;
}
.pricing-fun .price-detail .pp-detail{
	color: #46DF93;
	font-size: 41px;
	font-weight: 600;
}
.pricing-fun .price-detail .pp-detail sup{
	font-size: 20px;
}
.pricing-fun .price-detail .catg{
	color: #130F33;
	font-size: 14px;
	margin-left: 10px;
}
.pricing-fun .price-detail .mon-anu{
	color: #05131DB3;
	font-size: 14px;
    border-bottom: 1px solid #403e5333;
    display: inline-block;
    margin: 10px 0px;
    padding: 10px 30px;
}
.pricing-fun .price-detail .user-detail .user{
	color: #130F33;
	font-size: 12px;
	font-weight: 600;
}
.pricing-fun .addons-details{
	background-color: #130F33;
	padding: 10px 0px;
}
.pricing-fun .addons-details p{
	color: #fff;
	font-weight: 400;
}
.pricing-fun .addons-details .addon-box{
	font-size: 16px;
	padding: 5px 15px;
	border: 1px dashed #C5DEE6;
	display: inline-block;
}
.pricing-fun .addons-details .addon-box span{
	font-size: 12px;
}

.pricing-fun .addon input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
	display: none;
}

.pricing-fun .addon label {
	cursor: pointer;
	text-indent: -9999px;
    width: 45px;
    height: 25px;
	display: block;
	border-radius: 100px;
	position: relative;
	background-color: #C5DEE67F;
}

.pricing-fun .addon label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
    width: 15px;
    height: 15px;
	background: #FFFFFF;
	border-radius: 90px;
	transition: 0.3s;
}

.pricing-fun .addon input:checked + label {
	background: #46DF93;
}

.pricing-fun .addon input:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.pricing-fun .addon label:active:after {
	width: 20px;
}
.pricing-fun .pricing-accordion{
	padding: 20px;
	background-color: #fff;
	--bs-accordion-border-color:unset;
	--bs-accordion-border-radius:unset;
}
.pricing-fun .pricing-accordion .accordion-button{
	background-color: #F5F5F5;
	padding: 10px 15px;
	margin-bottom: 10px;
	border-radius: unset;
	border: unset;
	font-size: 14px;
	color: #05131D;
}
.pricing-fun .pricing-accordion .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}
.pricing-fun .pricing-accordion .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
}
.pricing-fun .pricing-accordion .accordion-body{
	text-align: left;
	padding:10px 0px 20px 20px;
}
.pricing-fun .pricing-accordion .accordion-body p{
	font-size: 14px;
	margin-bottom: 10px;
}
.pricing-fun .pricing-accordion .accordion-body p:last-child{
	margin-bottom: 0px;
}
.pricing-fun .pricing-accordion .accordion-button:focus{
	outline: none;
	box-shadow: none;
}
.pricing-fun .pricing-accordion  .accordion-button::after {
    background: url(/qapi/wp-content/uploads/2025/01/plus.svg) 0 0 / 10px no-repeat;
    background-position: center;
}
.pricing-fun .pricing-accordion  .accordion-button:not(.collapsed)::after {
    background: url(/qapi/wp-content/uploads/2025/01/minus.svg) 0 0 / 10px no-repeat;
    background-position: center;
}
.pricing-fun .pricing-accordion  .cta-wrap{
	margin-top: 20px;
}
.pricing-fun .e-plan{
	background-color: #fff;
	padding: 20px 30px;
}
.pricing-fun .e-plan .e-plan-des p{
	margin-bottom: 10px;
	font-size: 12px;
	color: #130F33CC;
	line-height: 20px;
}
.pricing-fun .e-plan .e-plan-des{
	text-align: left;
}
.pricing-fun .e-plan .e-plan-des ul li{
	padding: 5px 0px;
	list-style: disc;
	font-size: 12px;
	color: #130F33CC;
	line-height: 20px;
}
.pricing-fun .e-plan .e-plan-des ul {
	margin-top: 10px;
	padding-left: 20px;
}
.pricing-fun .e-plan .e-plan-des ul li::marker{
	font-size: 20px;
	color: #46DF93;
}
.pricing-fun .e-plan .cta-wrap{
	margin-top: 20px;
}
.pricing-fun .sources {
	background: transparent;
    color: #fff;
    padding: 6px 30px 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 15px;
    background-image: url(/qapi/wp-content/uploads/2025/02/down-2.svg);
    background-position: calc(100% - 1em) center;
    -webkit-appearance: none !important;
    background-repeat: no-repeat;
    background-size: 12px;
}
.pricing-fun option{
	color:#000;
	border-bottom:1px solid #000;
}
.pricing-fun .pp-grid-column{
	padding:0px 5px;
}
.pricing-fun .pp-top-des{
	font-size:12px;
	color:#130F33CC;
	line-height:20px;
}
.dpt-main-header {
    justify-content: center!important;
}
.dpt-main-title {
    margin-right: 0!important;
}
.display-post-types .multi-col{
	margin:0 auto!important;
}
.display-post-types .multi-col{
	width:100%!important;
}
@media (max-width:991px){
	.pricing-fun .free-div-wrapper{
		margin-bottom:20px;
	}
	.pricing-fun .first-div-wrapper{
		margin:0px;
	}
}
@media (max-width:767px){
	.pricing-fun .cats{
		font-size:13px;
	}
	.pricing-fun .first-div-wrapper{
		margin-bottom:20px;
	}
}
.addon-on-off .addons-details {
	background-color: #fff;
}
.addon-on-off .addons-details .addon-box{
	display:none;
}
.addon-on-off .addons-details .p-cat-wrap{
	display:none!important;
}
.addon-on-off .addons-details .select-option2{
	display:none;
}
.addon-on-off .addons-details .addon-box{
	display:none;
}
/*# sourceMappingURL=style.css.map */