/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/**
 * Helper Classes
 */
.blend--luminosity,
.img-blend--luminosity img {
	mix-blend-mode: luminosity;
}

.career-badge {
  color: #ffffff;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 10px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  -webkit-box-shadow: 0px 3px 10px rgba(4, 40, 134, 0.3);
  box-shadow: 0px 3px 10px rgba(4, 40, 134, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(#3970FF), to(#143EAB));
  background: -o-linear-gradient(top, #3970FF 0%, #143EAB 100%);
  background: linear-gradient(180deg, #3970FF 0%, #143EAB 100%);
}

.mf-radio-option input[type=radio]:checked+span::before {
    content: "\f192" !important;
}
.mf-checkbox-option input[type=checkbox]:checked+span::before {
	font-weight: 900 !important;
}
.attr-btn {
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}


/**
 * Section: Discount Bar
 */
.topbar--discount-tag .ekit-wid-con {
    text-align: center;
}

.topbar--discount-tag .ekit-heading {
    display: inline-block;
}


.elementor-icon svg{
	max-width: 100%;
}
.elementskit-accordion .elementskit-card-body ul li:before {
    content: "";
    background-color: #3D68FB;
    display: inline-block;
    height: 4px;
    width: 4px;
    vertical-align: middle;
    margin-right: 9px;
    border-radius: 10px;
}
.elementskit-accordion .elementskit-card-body ul {
    margin-left: 0;
}
.title-shape .ekit-wid-con .elementskit-section-title > span{
	position: relative;
}
.title-shape .ekit-wid-con .elementskit-section-title > span::after {
    position: absolute;
    content: '';
    background-image: url(https://products.wpmet.com/metform/wp-content/uploads/2019/09/shape-b.png);
    background-repeat: no-repeat;
    width: 252px;
    height: 27px;
    right: 0;
    bottom: -18px;
}
.feature .ekit-wid-con .elementskit-infobox:hover{
	z-index: 99;
}
.copyright a{
	color: #ff433c;

}
.copyright a:hover{
	color: #7f00ff;
}
.feature-alt .elementskit-info-image-box{
	position: relative;
}
.feature-alt .ekit-wid-con .elementskit-box-body .elementskit-box-footer{
	position: absolute;
	right: 0;
	left: 0;
	bottom: 55px;
	margin: 0;
}
  
.feature-alt .ekit-wid-con .elementskit-box-body .elementskit-box-footer .elementskit-btn{
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
@media (min-width:1200px){
	.title-shape .ekit-wid-con .elementskit-section-title > span::after{
/* 		bottom: -41px; */
	}
}

.mw-100 {
	max-width: 100% !important;
}
.ml-auto {
	margin-left: auto;
}

/** Pro Tag **/
.tag-pro:before {
    content: "Pro";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    color: #ff433C;
    background-color: #ffeceb;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}



/* 
 * Header - Menu
 * 
 */
 .site--nav .elementskit-navbar-nav > li > a >.icon::before {
	font-weight: 700;
}
.site--nav .elementskit-navbar-nav > li > a >.icon {
	font-size: 9px;
}
.site--nav .elementskit-submenu-panel>li>a:before {
	width: 5px;
	height: 5px;
	float: left;
	content: '';
	border-radius: 100%;
	margin: 7px 10px 0 0;
	background-color: #c4c4c4;
}
.site--nav .elementskit-submenu-panel>li:hover>a:before,
.site--nav .elementskit-submenu-panel>li.active>a:before {
	background-color: #3369F5;
}
@media (min-width: 1025px) {
	.site--nav .elementskit-dropdown-has .elementskit-dropdown,
	.site--nav .elementskit-dropdown-has .elementskit-megamenu-panel {
		left: -22px;
	}
}

.header--section {
	left: 0;
	right: 0;
	position: absolute;
	width: 100% !important;
	-webkit-transition: padding 0.3s ease, background-color 0.3s ease !important;
    -o-transition: padding 0.3s ease, background-color 0.3s ease !important;
    transition: padding 0.3s ease, background-color 0.3s ease !important;
}
.header--section.ekit-sticky--effects {
	position: fixed;
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	background: rgba(255, 255, 255, 0.92);
	padding: 14px 0 10px !important;
	-webkit-box-shadow: 0px 2px 6px rgba(3, 12, 35, 0.1);
	box-shadow: 0px 2px 6px rgba(3, 12, 35, 0.1);
}
.header--section:before {
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	content: '';
	z-index: -1;
	position: absolute;
	background-image: -o-linear-gradient(left, #535AFF 6.77%, #46D2FC 38.59%, #FFBF1B 71.88%, #FB2059 94.27%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(6.77%, #535AFF), color-stop(38.59%, #46D2FC), color-stop(71.88%, #FFBF1B), color-stop(94.27%, #FB2059));
	background-image: linear-gradient(90deg, #535AFF 6.77%, #46D2FC 38.59%, #FFBF1B 71.88%, #FB2059 94.27%);
}

.header--section.ekit-sticky--top.ekit-sticky--effects .metform-header-btn .elementor-widget-container {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.header--section .elementskit-navbar-nav ul.elementskit-dropdown.elementskit-submenu-panel:before {
	left: 0;
	right: 0;
	top: -26px;
	content: '';
	height: 26px;
	display: block;
	position: absolute;
}
.header--section .elementskit-navbar-nav ul.elementskit-dropdown.elementskit-submenu-panel {
	margin-top: 11px;
}
/*  
 * Button Css Start
 * 
 */
.btn--unfill .metform-animate-arrow {
    position: relative;
}
.btn--unfill .metform-animate-arrow:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 97.6%;
    height: 1px;
    background-color: #0D1427;
    -webkit-transition: width 0.20s cubic-bezier(.34,1.56,.64,1) !important;
    -o-transition: width 0.20s cubic-bezier(.34,1.56,.64,1) !important;
    transition: width 0.20s cubic-bezier(.34,1.56,.64,1) !important;
}
.btn--unfill .metform-animate-arrow:hover:after {
    width: 100% !important;
    background-color: #3D68FB !important;
}
.metform-animate-arrow path.metform-right-line {
    stroke-dasharray: 13px;
    stroke-dashoffset: 13px;
    -webkit-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
    -webkit-transition: stroke-dashoffset 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    transition: stroke-dashoffset 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -o-transition: stroke-dashoffset 0.15s ease 0s, transform 0.15s ease 0s;
    transition: stroke-dashoffset 0.15s ease 0s, transform 0.15s ease 0s;
    transition: stroke-dashoffset 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    stroke: #0D1427 !important;
    fill: none !important;
}
.metform-animate-arrow path.metform-right-chevron {
    -webkit-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
    -webkit-transition: -webkit-transform 0.20s ease 0s;
    transition: -webkit-transform 0.20s ease 0s;
    -o-transition: transform 0.20s ease 0s;
    transition: transform 0.20s ease 0s;
    transition: transform 0.20s ease 0s, -webkit-transform 0.20s ease 0s;
    stroke: #0D1427 !important;
    fill: none !important;
}
.metform-animate-arrow:hover path.metform-right-chevron,
.metform-animate-arrow:hover path.metform-right-line {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    stroke: #fff !important;
}
.btn--unfill .metform-animate-arrow path.metform-right-chevron,
.btn--unfill .metform-animate-arrow path.metform-right-line,
.metform-animate-arrow.animate-arrow-black:hover path.metform-right-chevron,
.metform-animate-arrow.animate-arrow-black:hover path.metform-right-line {
    stroke: #0D1427 !important;
}
.btn--unfill .metform-animate-arrow:hover path.metform-right-chevron,
.btn--unfill .metform-animate-arrow:hover path.metform-right-line,
.btn--unfill.footer-btn .metform-animate-arrow:hover path.metform-right-chevron,
.btn--unfill.footer-btn .metform-animate-arrow:hover path.metform-right-line {
    stroke: #3D68FB !important;
}
.btn--unfill.footer-btn .metform-animate-arrow:after {
    display: none;
}
.btn--unfill.footer-btn .metform-animate-arrow path.metform-right-chevron,
.btn--unfill.footer-btn .metform-animate-arrow path.metform-right-line {
    stroke: #54565C !important;
}
.metform-animate-arrow.animate-arrow-black path.metform-right-chevron,
.metform-animate-arrow.animate-arrow-black path.metform-right-line,
.metform-animate-arrow.animate-arrow-white path.metform-right-chevron,
.metform-animate-arrow.animate-arrow-white path.metform-right-line,
.metform-btn.metform-submit-btn.metform-animate-arrow path.metform-right-chevron,
.metform-btn.metform-submit-btn.metform-animate-arrow path.metform-right-line {
    stroke: #fff !important;
}
.metform-animate-arrow:hover svg path.metform-right-line {
    stroke-dashoffset: 0;
}
.metform-btn.metform-submit-btn.metform-animate-arrow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.metform-btn.metform-submit-btn.metform-animate-arrow svg {
    margin-left: 5px;
}

/*
 * Button Css End
 * 
 * /
 
/* 
 * Header - Mega Menu
 * 
 */
 .mf-menu--module .elementskit-info-box-title:after {
	opacity: 0;
	font-size: 12px;
	content: '\f061';
	font-weight: 700;
	display: inline-block;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	font-family: 'Font Awesome 5 Free';

}
.mf-menu--module .elementskit-infobox:hover .elementskit-info-box-title:after {
	opacity: 1;
	-webkit-transform: translateX(4px);
	-ms-transform: translateX(4px);
	transform: translateX(4px);
}

/*
 * Section -> Footer - Start
*/
.footer_copyright_text p {
	margin-bottom: 0;
}

.mf--iconlist-block.elementor-widget .elementor-icon-list-icon,
.mf--iconlist-inline.elementor-widget .elementor-icon-list-icon {
	margin-top: 2px;
}
.mf--iconlist-block.elementor-widget .elementor-icon-list-item:hover a,
.mf--iconlist-block.elementor-widget .elementor-icon-list-item:hover .elementor-icon-list-text,
.mf--iconlist-block.elementor-widget .elementor-icon-list-item:hover .elementor-icon-list-icon i {
	color: #54565c !important;
}
.mf--iconlist-block.elementor-widget .elementor-icon-list-item a:hover,
.mf--iconlist-block.elementor-widget .elementor-icon-list-item a:hover .elementor-icon-list-text,
.mf--iconlist-block.elementor-widget .elementor-icon-list-item a:hover .elementor-icon-list-icon i {
	color: #3D68FB !important;
}
/*
 * Section -> Footer - End
*/


/* 
@ -> Banner Sub heading border css
*/

.metform_banner_heading h3{
    background: #fff;
    display: inline-block;
    padding: 2px 10px;
    border: 2px solid #212B35;
    border-radius: 5px;
    position: relative;
}

.metform_banner_heading h3:after{
    content: '';
    width:70px;
    height: 2px;
    background: #212B35;
    position: absolute;
    right: 0;
    transform: translate(100%,-50%);
    top: 50%;
    
}

.metform_banner_heading h3:before{
    content: '';
    width:70px;
    height: 2px;
    background: #212B35;
    position: absolute;
    left: 0;
    transform: translate(-100%,-50%);
    top: 50%;
    
}
@media only screen and (max-width: 767px){
  .metform_banner_heading h3:before,
  .metform_banner_heading h3:after {
    display: none;
  }
}



/* custom video play button  */
.custom-video-btn a {
    display: block !important;
    display: flex !important;
    width: 220px !important;
    border-radius: 45px !important;
    background: #fff !important;
    color: #212B35 !important;
    font-weight: 600;
    font-size: 16px !important;
    align-items: center;
    height: 55px !important;
    transition: all linear .3s;
		box-shadow: 0 15px 35px rgba(0,0,0,.1);
	padding-left: 8px;
	letter-spacing: -0.3px;
}
.custom-video-btn a i {
    width: 40px;
    height: 40px;
		font-size:14px !important;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    color: #000;
    padding-top: 14px !important;
    padding-left: 6px !important;
    vertical-align: middle;
		background: #F2F7F9;
}
.custom-video-btn a span {
    display: block !important;
    padding-left: 15px;

}

.custom-video-btn a:hover{
    background: #FF433C !important;
}

.custom-video-btn a:hover i{
    background: #fff;
    color: #FF433C;
}

.custom-video-btn a:hover span{
    color: #fff;
}



/* custom video button for video section */

.xs_video a:hover{
    background: #6B7177 !important;
}

.xs_video a i{
	background: #6B7177;
	color: #fff;
}

.xs_video a:hover i{
	color: #6B7177;
}

/*
 @ -> More feature button css
     by ashraf
 */


.xs_more .elementskit-btn-link {
    display: inline-block !important;
}

.xs_more .elementskit-card-header{
	text-align: center;
}
.xs_more .elementskit-btn-link .ekit_accordion_icon_left_group {
    padding-right: 8px !important;
}
.xs_more .elementskit-btn-link i {
    margin-top: 6px;
}


/* Coming badge */
.xs_upcoming .elementor-image::before{
    content: 'coming';
    position: absolute;
    top: 0;
    left: 0;
    background: #6B7177;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Rubik';
    padding: 0px 10px;
   font-size:13px;
	border-radius:3px;
}


/*
@-> Advanced tab Dot CSS
*/ 

.xs_ad_tab_dot .elementkit-tab-nav{
	height: fit-content;
}

.xs_ad_tab_dot .vertical .elementkit-nav-link {
    position: relative;
}
.xs_ad_tab_dot .vertical .elementkit-nav-link::before {
    width: 16px;
    height: 16px;
    border: 2px solid #A7A7A7;
    content: '';
    border-radius: 50%;
    position: absolute;
    right: 15px;
}
.xs_ad_tab_dot .vertical .elementkit-nav-link::after {
    width: 8px;
    height: 8px;
    background: #fff;
    content: '';
    border-radius: 50%;
    position: absolute;
    right: 19px;
    transform: scale(2);
    transition: transform 0.8s;
    opacity: 0;
}
.xs_ad_tab_dot .vertical .elementkit-nav-link.active:before {
    border-color: #fff;
}
.xs_ad_tab_dot .vertical .elementkit-nav-link.active:after {
    transform: scale(1);
    opacity: 1;
}
.xs_ad_tab_dot .inner_at .elementkit-nav-link::before,
.xs_ad_tab_dot .inner_at .elementkit-nav-link::after {
    display: none;
}

/* fix video overlay z-index */
.ekit-sticky{
	z-index:999;
}

/* More button shake animation */
.xs_more .elementskit-btn-link.collapsed {
    animation: shake 5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation-delay: 0s;
    perspective: 1000px;
    animation-iteration-count: infinite;
}
@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(1px, 0, 0);
    }

}



.xs_more a[aria-expanded="true"] > span {
    font-size: 0;
    display: none;
}
.xs_more a[aria-expanded="true"] > span:before {
    content: "Less Features";
    font-size: 16px;
}




/** Demo Sections **/
/*
.elementor-element-f7a11bd .elementkit-tab-wraper:not(.vertical) > ul {
    background-color: transparent !important;
}
.elementor-element-f7a11bd .elementkit-tab-wraper:not(.vertical) > ul > li {
    width: auto !important;
}
.elementor-element-f7a11bd .elementkit-tab-wraper:not(.vertical) > ul > li > a.active {
    color: #fff !important;
}
.elementor-element-f7a11bd .elementkit-tab-wraper:not(.vertical) > ul > li > a:not(.active) {
    border-color: #fff !important;
}
*/

/** Signature Pad Fix inside Advanced Tab **/
.elementkit-tab-content .m-signature-pad--body > canvas {
    width: 100% !important;
    height: 130px !important;
}


/**
 * Testimonial Section
 */
.testimonial_section .elementskit-commentor-content h3 {
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}
.testimonial_section .elementskit-stars ~ p {
    margin-bottom: 20px !important;
}
.testimonial_section .elementskit-stars ~ a {
    margin-top: 25px;
    font-size: 20px;
    color: #ff433c;
}


/**
 * Roadmaps Page
 */
.page-id-3687 {
    overflow: hidden;
}

.iframe_roadmaps {
    height: 100vh;
}


/**
 * Cookie Consent Bar
 */
.seopress-user-consent.seopress-user-message {
    padding: 15px 20px;
    background-color: #fff;
    border-width: 0;
    box-shadow: 0 -3px 6px rgb(0 0 0 / 5%);
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    letter-spacing: 0.2px;
}

.seopress-user-consent.seopress-user-message a {
    text-decoration: none;
    border-bottom: 1px solid;
    line-height: 1.4;
}

.seopress-user-consent.seopress-user-message #seopress-user-consent-accept {
    margin-right: 10px;
    padding: 5px 20px;
    color: #fff;
    background-color: #212121;
    border-width: 0;
    border-radius: 4px;
    transition: background-color .25s;
    cursor: pointer;
}

.seopress-user-consent.seopress-user-message #seopress-user-consent-accept:hover {
    background-color: #313131;
}

.seopress-user-consent.seopress-user-message #seopress-user-consent-close {
    border-width: 0;
    font-family: cursive;
}

.seopress-user-consent.seopress-user-message #seopress-user-consent-close:hover {
    color: inherit;
    background-color: transparent;
}


/**
 * Section: Pricing
 */
.pricing--section .nav-tabs .elementkit-nav-item {
	width: 33.333%;
	margin: 0 !important;
}
.pricing--section .nav-tabs:after,
.pricing--section .nav-tabs:before {
	position: absolute;
	content: '' !important;
	display: block !important;
}
.pricing--section .nav-tabs:before {
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	content: '';
	z-index: -1;
	border-radius: 6px;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(3, 12, 35, 0.1);
}
.pricing--section .nav-tabs:after {
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 33.333%;
	border-radius: 4px;
	background-color: #3D68FB;
	box-shadow: 0px 2px 4px 0px rgba(6, 38, 151, 0.2);
	transition: all .3s ease-in-out;
}
.pricing--section .nav-tabs:has(> li:nth-child(2) > a.active):after {
	left: 33.333%;
}
.pricing--section .nav-tabs:has(> li:nth-child(3) > a.active):after {
	left: 66.666%;
}

.pricing--section.nav-has-4items .nav-tabs .elementkit-nav-item {
  width: 25%;
}
.pricing--section.nav-has-4items .nav-tabs:after {
  width: 25%;
}
.pricing--section.nav-has-4items .nav-tabs:has(>li:nth-child(2)>a.active):after {
  left: 25%;
}
.pricing--section.nav-has-4items .nav-tabs:has(>li:nth-child(3)>a.active):after {
  left: 50%;
}
.pricing--section.nav-has-4items .nav-tabs:has(>li:nth-child(4)>a.active):after {
  left: 75%;
}

.elementor .pricing--block.elementor-element .elementskit-single-pricing .elementskit-pricing-lists>li:first-child, .tab-pane:nth-child(3) .elementor .pricing--block.elementor-element .elementskit-single-pricing .elementskit-pricing-lists>li:nth-child(-n+4) {
    color: #0D1427;
    font-weight: 500;
}
.mt-refund-policy .ekit-heading__description p a {
    color: #E81454;
		transition: all linear 0.3s;
}
.mt-refund-policy .ekit-heading__description p a:hover {
    color: #3D68FB;
}
@-webkit-keyframes topDown {
    0% {-webkit-transform: translateY(0px);transform: translateY(0px);}
    50% {-webkit-transform: translateY(10px);transform: translateY(10px);}
    100% {-webkit-transform: translateY(0px);transform: translateY(0px);}
}
@keyframes topDown {
    0% {-webkit-transform: translateY(0px);transform: translateY(0px);}
    50% {-webkit-transform: translateY(10px);transform: translateY(10px);}
    100% {-webkit-transform: translateY(0px);transform: translateY(0px);}
}

/** Hide Purchase Buttons from Pricing Page **/
body.page-id-588 .elementor-element-be1b901,
body.page-id-588 .elementor-element-37cbddd4 {
    display: none;
}

/**
 * Section: Cyber Monday - Topbar
 */
@media (min-width: 1025px) {
    .cyber-monday--topbar .elementor-column.offer-text {
        width: 150px;
    }
    
    .cyber-monday--topbar .elementor-column.action {
        min-width: 415px;
    }
}

/**
 * Christmas - Snow Effect
 */
.christmas--banner-section:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 1;
  opacity: 0.7;
  position: absolute;
  background-size: 20rem 20rem;
  -webkit-animation: snow 28s linear infinite;
  animation: snow 28s linear infinite;
  background-image: url(https://wpmet.com/wp-content/uploads/2021/12/christmas_snow_ball_1.png);
}
.christmas--banner-section:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  opacity: 0.7;
  display: block;
  position: absolute;
  background-size: auto;
  -webkit-animation: snow 18s linear infinite;
  animation: snow 18s linear infinite;
  background-image: url(https://wpmet.com/wp-content/uploads/2021/12/christmas_snow_ball_2.png);
}

@-webkit-keyframes snow {
  0% {
    background-position-x:0;
    background-position-y:0;
  }
  50%{
    background-position-y:40rem;
  }
  100%{
    background-position-x:40rem;
    background-position-y:80rem;
  }
}

@keyframes snow {
  0% {
    background-position-x:0;
    background-position-y:0;
  }
  50%{
    background-position-y:40rem;
  }
  100%{
    background-position-x:40rem;
    background-position-y:80rem;
  }
}

/**
 * Topbar - Flash Sale
 */
.flashsale--rotate-text {
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.flashsale--strock-text {
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: #C214FF;
}

/*
 * Animation - Ripple CSS - Start
*/
.ripple-effect {
  z-index: 1;
  position: relative;
}
.ripple-effect:before,
.ripple-effect:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  content: '';
  position: absolute;
  border-radius: 100%;
  -webkit-animation: ripple 1.5s linear infinite;
  animation: ripple 1.5s linear infinite;
  -webkit-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  transition: all 0.33s ease;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
  }
}

@keyframes ripple {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
  }
}

.ripple-effect:before {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.ripple-effect:after {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
/*
 * Animation - Ripple CSS - End
*/

/*
 * Section -> Hero - Start
*/
.mf--feature-item .elementskit-info-box-icon {
	z-index: 1;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-image: -o-linear-gradient(top, #FFFFFF 28.65%, #E6E8EE 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(28.65%, #FFFFFF), to(#E6E8EE));
	background-image: linear-gradient(180deg, #FFFFFF 28.65%, #E6E8EE 100%);
	-webkit-box-shadow: 0px 2px 4px rgba(3, 12, 35, 0.14), 0px 8px 14px -2px rgba(3, 12, 35, 0.2);
	box-shadow: 0px 2px 4px rgba(3, 12, 35, 0.14), 0px 8px 14px -2px rgba(3, 12, 35, 0.2);
}
.mf--feature-item:hover .elementskit-info-box-icon {
	-webkit-transform: translateY(-4px) !important;
	-ms-transform: translateY(-4px) !important;
	transform: translateY(-4px) !important;
	background: -o-linear-gradient(top, #FFFFFF 19.27%, #E1E3E9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(19.27%, #FFFFFF), to(#E1E3E9));
	background: linear-gradient(180deg, #FFFFFF 19.27%, #E1E3E9 100%);
	-webkit-box-shadow: 0px 1px 0px #CBCFDA, 0px 14px 20px rgba(3, 12, 35, 0.2);
	box-shadow: 0px 1px 0px #CBCFDA, 0px 14px 20px rgba(3, 12, 35, 0.2);
}
/*
 * Section -> Hero - End
*/

/*
 * Section -> Intro Video - Start
*/
.mf--intro-vbtn .video-content {
	z-index: 1;
	width: 240px;
	height: 240px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.mf--intro-vbtn .video-content:before,
.mf--intro-vbtn .video-content:after {
	content: '';
	position: absolute;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.01);
}
.mf--intro-vbtn .video-content:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0px 60px 100px rgba(3, 12, 35, 0.14);
	box-shadow: 0px 60px 100px rgba(3, 12, 35, 0.14);
}
.mf--intro-vbtn .video-content:after {
	top: 50%;
	left: 50%;
	z-index: -1;
	width: 170px;
	height: 170px;
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 1px solid rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: 0px 30px 40px rgba(3, 12, 35, 0.1);
	box-shadow: 0px 30px 40px rgba(3, 12, 35, 0.1);
}
.mf--intro-vbtn .ekit-video-popup-btn:before {
	opacity: 1 !important;
	-webkit-animation: unset !important;
	animation: unset !important;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: -o-linear-gradient(244.48deg, #11D4FF 12.49%, #3369F5 87.67%);
	background: linear-gradient(205.52deg, #11D4FF 12.49%, #3369F5 87.67%);
	-webkit-box-shadow: 0px 1px 0px #1c58df, 0px 2px 4px rgb(3 33 111 / 60%) !important;
	box-shadow: 0px 1px 0px #1c58df, 0px 2px 4px rgb(3 33 111 / 60%) !important;
}
.mf--intro-vbtn .ekit-video-popup-btn:hover:before {
	-webkit-transform: scale(1.09);
	-ms-transform: scale(1.09);
	transform: scale(1.09);
}

.mf--intro-vbtn.ripple-effect:before,
.mf--intro-vbtn.ripple-effect:after {
	border: 1px solid rgba(0, 0, 0, 0.06);
}

@media (max-width: 1024px) {
	.mf--intro-vbtn .video-content {
		width: 190px;
		height: 190px;
	}
	.mf--intro-vbtn .video-content:after {
		width: 130px;
		height: 130px;
	}
}
@media (max-width: 575px) {
	.mf--intro-vbtn .video-content {
		width: 100px;
		height: 100px;
	}
	.mf--intro-vbtn .video-content:after {
		width: 75px;
		height: 75px;
	}
}
/*
 * Section -> Intro Video - End
*/

/*
 * Section -> Feature - Start
*/
.mf--feature-iconbox:hover {
	z-index: 1;
}
.mf--feature-iconbox .elementskit-info-box-icon svg,
.mf--feature-iconbox .elementskit-info-box-icon path {
	-webkit-transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
	-o-transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
	transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.mf--feature-iconbox:hover .elementskit-info-box-icon svg {
	max-width: 36px !important;
	transition-delay: 0.01s;
}
.mf--feature-iconbox .elementskit-infobox:hover {
	-webkit-box-shadow: 0px 10px 20px rgba(3, 12, 35, 0.1), 0px 30px 30px rgba(3, 12, 35, 0.1);
	box-shadow: 0px 10px 20px rgba(3, 12, 35, 0.1), 0px 30px 30px rgba(3, 12, 35, 0.1);
}
.mf--feature-iconbox:hover .elementskit-info-box-icon path {
	stroke: #3D68FB;
}
.mf--feature-iconbox .elementskit-info-box-icon:before {
	top: -14px;
	left: 14px;
	z-index: -1;
	content: '';
	width: 54px;
	height: 54px;
	position: absolute;
	border-radius: 100%;
	background: rgba(13, 20, 39, 0.05);
	-webkit-transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
	-o-transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
	transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.mf--feature-iconbox:hover .elementskit-info-box-icon:before {
	top: -14px;
	left: 4px;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	background: rgba(57, 112, 255, 0.1);
}
.mf--feature-iconbox .box-body span {
	opacity: 0;
	display: block;
	color: #3D68FB;
	font-size: 12px;
	font-weight: 500;
	line-height: 10px;
	margin-bottom: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: 'IBM Plex Sans';
	-webkit-transition: opacity 0.3s ease-out 0.02s;
	-o-transition: opacity 0.3s ease-out 0.02s;
	transition: opacity 0.3s ease-out 0.02s;
}
.mf--feature-iconbox:hover .box-body span {
	opacity: 1;
}
.mf--feature-iconbox .box-body strong {
	display: block;
	color: #0D1427;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 13px;
	font-family: 'IBM Plex Sans';
}
.mf--feature-iconbox .box-body {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	transition: -webkit-transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	-o-transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.mf--feature-iconbox:hover .box-body {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
/*
 * Section -> Feature - End
*/

/*
 * Section -> Get Start - Start
*/
.mf--getstart-section .ekit-heading--title > span {
	display: inline !important;
}
/*
 * Section -> Get Start - End
*/

/*
 * Section -> FAQ - Start
*/
.mf--faq-accordion .elementskit-card {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  padding: 35px 30px 0;
}
.mf--faq-accordion .elementskit-card.active {
  z-index: 1;
  background-color: #ffffff !important;
}
.mf--faq-accordion .elementskit-card .ekit-accordion-title:before {
  top: 8px;
  left: -20px;
  width: 4px;
  height: 4px;
  content: '';
  position: absolute;
  border-radius: 100%;
  background-color: #0D1427;
}
.mf--faq-accordion .elementskit-card .ekit-accordion--toggler:hover .ekit-accordion-title:before,
.mf--faq-accordion .elementskit-card .ekit-accordion--toggler[aria-expanded=true] .ekit-accordion-title:before {
  background-color: #3D68FB;
}
.mf--faq-accordion .elementskit-accordion .elementskit-card .elementskit-card-header .ekit-accordion--toggler[aria-expanded=false]:hover .icon,
.mf--faq-accordion .elementskit-card .ekit-accordion--toggler[aria-expanded=false]:hover .ekit-accordion-title {
  color: #3D68FB !important;
}

.mf--faq-accordion .elementskit-card .elementskit-btn-link,
.mf--faq-accordion .elementskit-card .ekit-accordion-title {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*
 * Section -> FAQ - End
*/

/*
 * Section -> Testimonial - Start
*/
.metform--testimonial-wrapper .swiper-wrapper {
	padding: 44px 0 50px;
}
.metform--testimonial-wrapper .elementskit-single-testimonial-slider .elementskit-commentor-content strong {
	display: block;
	color: #0D1427;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 17px;
	font-family: 'IBM Plex Sans';
}
/*
 * Section -> Testimonial - End
*/

/*
 * Section -> Demo Forms - Start
*/
.metform--demo-forms-tab .elementkit-tab-nav > li .ekit-tab-title-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.metform--demo-forms-tab .elementkit-tab-nav > li .elementskit-tab-sub-title {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
	margin: 0;
}
.metform--demo-forms-tab .elementkit-tab-nav > li > a:hover .elementskit-tab-title {
	text-decoration: underline;
}
.metform--demo-forms-tab .metform--inner-tab .elementkit-tab-nav > li > a:hover .elementskit-tab-title {
	text-decoration: none;
}
.metform--demo-forms-tab .metform--inner-tab .elementkit-tab-nav > li {
	margin-bottom: 0 !important;
}
.metform--demo-forms-tab .elementkit-tab-nav > li a .elementskit-tab-icon path {
	fill: unset !important;
}
.metform--demo-forms-tab .elementkit-tab-nav > li a.active .elementskit-tab-icon path {
	stroke: #ffffff;
	fill: unset !important;
}

.metform--demo-forms-tab .metform--inner-tab .elementkit-tab-nav {
	margin-bottom: 6px !important;
}
.metform--demo-forms-tab .metform--inner-tab .elementkit-tab-content {
	z-index: 1;
	position: relative;
}
/*
 * Section -> Demo Forms - End
*/

/*
 * Form -> Start Trail / Join Now - End
*/
.mf--starttrail-form .mf-error-message {
  display: none;
}
/*
 * Form -> Start Trail / Join Now - End
*/