.elementor-element{
    --default-transition: .3s 0s ease;
}

.themeshark-no-transition,
.themeshark-no-transition *{
    transition: 0s!important;
    transition-delay:0s!important;
    animation-duration:0s!important;
    animation-delay:0s!important;
}
/* 
.elementor-ken-burns{
    will-change:transform;
} */

/*-----------------------*/
/* HOVER EFFECTS         */
/*-----------------------*/

[class*="ts-effect--"]{
    transition: var(--default-transition);
}

/* MOVE */
.ts-hover-effect [class*="ts-effect--move-"] {
    --translate: 8%;
    --scale: 1.2;
    /* will-change: transform; */
    transform: translate(0%, 0%) scale(var(--scale)); }
.ts-hover-effect:hover .ts-effect--move-right{
    transform: translateX(var(--translate)) scale(var(--scale)); }
.ts-hover-effect:hover .ts-effect--move-left{
    transform: translateX(calc(var(--translate) * -1)) scale(var(--scale)); }
.ts-hover-effect:hover .ts-effect--move-up{
    transform: translateY(calc(var(--translate) * -1)) scale(var(--scale)); }
.ts-hover-effect:hover .ts-effect--move-down{
    transform: translateY(var(--translate)) scale(var(--scale)); }

/* ENTER */
.ts-hover-effect [class*="ts-effect--enter-"] {
    --translate: 100%;
    --scale: 0; 
    /* will-change: transform;  */
}
.ts-hover-effect:hover [class*="ts-effect--enter-"] {
    transform: translate(0%, 0%) scale(1); }
.ts-hover-effect .ts-effect--enter-left {
    transform: translateX(calc(var(--translate) * -1)); }
.ts-hover-effect .ts-effect--enter-right{
    transform: translateX(var(--translate)); }
.ts-hover-effect .ts-effect--enter-top {
    transform: translateY(calc(var(--translate) * -1)); }
.ts-hover-effect .ts-effect--enter-bottom{
    transform: translateY(var(--translate)) } 
.ts-hover-effect .ts-effect--enter-zoom{
    transform: translate(0%, 0%) scale(var(--scale)); } 

/* FADE IN */
.ts-hover-effect [class*="ts-effect--fade-in-"]{
    --translate: 20%;
    opacity: 0; 
    /* will-change: transform, opacity;  */
}
.ts-hover-effect:hover [class*="ts-effect--fade-in-"]{
    opacity: 1; 
    transform: translate(0%); }
.ts-hover-effect .ts-effect--fade-in-top{
    transform: translateY(calc(var(--translate) * -1)); }
.ts-hover-effect .ts-effect--fade-in-bottom{
    transform: translateY(var(--translate)); }
.ts-hover-effect .ts-effect--fade-in-right{
    transform: translateX(var(--translate)); }
.ts-hover-effect .ts-effect--fade-in-left{
    transform: translateX(calc(var(--translate) * -1)); }

/* ZOOM */
.ts-hover-effect [class*="ts-effect--zoom-"] {
    --scale: 1.2; 
    /* will-change: transform;  */
}
.ts-hover-effect .ts-effect--zoom-in {
    transform: scale(1.01); }
.ts-hover-effect:hover .ts-effect--zoom-in {
    transform: scale(var(--scale)); }
.ts-hover-effect .ts-effect--zoom-out{
    transform: scale(var(--scale)); }
.ts-hover-effect:hover .ts-effect--zoom-out{
    transform: scale(1.01); }

.fluentform-widget-wrapper.hide-fluent-form-labels .ff-el-input--label{display:none!important}.fluentform-widget-wrapper.hide-error-message .ff-el-is-error .text-danger{display:none}.fluentform-widget-wrapper.fluentform-widget-align-left{margin:0 auto 0 0}.fluentform-widget-wrapper.fluentform-widget-align-center{float:none;margin:0 auto}.fluentform-widget-wrapper.fluentform-widget-align-right{margin:0 0 0 auto}.fluentform-widget-custom-radio-checkbox input[type=checkbox],.fluentform-widget-custom-radio-checkbox input[type=radio]{background:#ddd;height:15px;min-width:1px;outline:none;padding:3px;width:15px}.fluentform-widget-custom-radio-checkbox input[type=checkbox]:after,.fluentform-widget-custom-radio-checkbox input[type=radio]:after{border:0 solid transparent;content:"";display:block;height:100%;margin:0;padding:0;width:100%}.fluentform-widget-custom-radio-checkbox input[type=checkbox]:checked:after,.fluentform-widget-custom-radio-checkbox input[type=radio]:checked:after{background:#999;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:12px}.fluentform-widget-custom-radio-checkbox input[type=radio],.fluentform-widget-custom-radio-checkbox input[type=radio]:after{border-radius:50%}.fluentform-widget-wrapper .frm-fluent-form .ff-step-header{margin-bottom:0}.ff-el-progress-bar{align-items:center;display:flex;height:100%;justify-content:flex-end}.fluent-form-widget-step-header-yes .ff-step-header .ff-el-progress-status,.fluent-form-widget-step-progressbar-yes .ff-el-progress{display:block}.fluent-form-widget-step-header-yes .frm-fluent-form .ff-step-header,.fluent-form-widget-step-progressbar-yes .frm-fluent-form .ff-step-header{margin-bottom:20px}.fluentform-widget-section-break-content-left .ff-el-group.ff-el-section-break{text-align:left}.fluentform-widget-section-break-content-center .ff-el-group.ff-el-section-break{text-align:center}.fluentform-widget-section-break-content-right .ff-el-group.ff-el-section-break{text-align:right}.fluentform-widget-submit-button-full-width .ff-btn-submit{display:block;width:100%}.fluentform-widget-submit-button-center .ff-el-group .ff-btn-submit,.fluentform-widget-submit-button-center .ff-el-group.ff-text-left .ff-btn-submit,.fluentform-widget-submit-button-center .ff-el-group.ff-text-right .ff-btn-submit{align-items:center;display:flex;justify-content:center;margin:0 auto}.fluentform-widget-submit-button-right .ff-el-group .ff-btn-submit,.fluentform-widget-submit-button-right .ff-el-group.ff-text-left .ff-btn-submit,.fluentform-widget-submit-button-right .ff-el-group.ff-text-right .ff-btn-submit{float:right}.fluentform-widget-submit-button-left .ff-el-group .ff-btn-submit,.fluentform-widget-submit-button-left .ff-el-group.ff-text-left .ff-btn-submit,.fluentform-widget-submit-button-left .ff-el-group.ff-text-right .ff-btn-submit{float:left}.fluentform-widget-wrapper.hide-placeholder input::-webkit-input-placeholder,.fluentform-widget-wrapper.hide-placeholder textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.fluentform-widget-wrapper.hide-placeholder input:-moz-placeholder,.fluentform-widget-wrapper.hide-placeholder input::-moz-placeholder,.fluentform-widget-wrapper.hide-placeholder textarea:-moz-placeholder,.fluentform-widget-wrapper.hide-placeholder textarea::-moz-placeholder{opacity:0;visibility:hidden}.fluentform-widget-wrapper.hide-placeholder input:-ms-input-placeholder,.fluentform-widget-wrapper.hide-placeholder textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.fluentform-widget-wrapper.hide-placeholder input::-ms-input-placeholder,.fluentform-widget-wrapper.hide-placeholder textarea::-ms-input-placeholder{opacity:0;visibility:hidden}.lity{z-index:9999!important}
.mgs-main .swiper-button-next, 
.mgs-main .swiper-button-prev{
    background-image: none;
}
.mgs-main .swiper-button-next:after, 
.mgs-main .swiper-button-prev:after {
    display: none;
}
.mgs-main .swiper-button-next i, 
.mgs-main .swiper-button-prev i{
    font-size: 24px;
    box-shadow: 0 0.2rem 2.8rem rgba(36,36,36,.1);
}

.mgs-main .swiper-button-next svg, 
.mgs-main .swiper-button-prev svg{
    width: 14px;
    box-shadow: 0 0.2rem 2.8rem rgba(36,36,36,.1);
}
/* .mgs-main .swiper-button-next i {
    right: -5px;
    position: absolute;
} */
.mgs-main .mgs-item .mgs-img-before{
    position: relative;
    overflow: hidden;
}
.mgs-main .mgs-item .mgs-img-before,
.swiper-container-vertical {
    width: 100%;
    height: 600px;
}
.mgs-main .mgs-item img{
    min-width: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    max-width: inherit;
}
.mgs-main .mgs-item {
    position: relative;
}
.btn-success.mgs-btn,
.btn-success.mgs-btn:hover{
  border:none;
}
.mgs-content.mgst-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align:center;
}
.mgs-content.mgst-left {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(5%, -50%);
  text-align:left;
}
.mgs-item .mgs-content{
    opacity: 0;
    transition: 0.9s;
}
.mgs-item.swiper-slide-active .mgs-content{
    opacity: 1;
}
.mgs-title {
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color:#fff;
}
.mgs-subtitle {
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    font-size: 18px;
    color: #fff;
    line-height: 20px;
}
.mgs-btn {
  box-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.mgs-overlay {
    position: relative;
    padding: 20px;
    background: rgba(0,0,0,0.3);
}
.swiper-pagination-bullet{
  opacity: 1 !important;
}
.mgs-main .swiper-slide {
    visibility: hidden;
}

.mgs-main .swiper-slide.swiper-slide-active {
    visibility: visible;
}
/* .mgs-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    z-index: -1;
    opacity: 0.5;
} */
@media (max-width: 767px) {
    .mgs-title{
        font-size: 24px;
    }
    .mgs-content.mgst-center {
        position: absolute;
        top: 50%;
        left: 23%;
        transform: translate(-15%, -50%);
        text-align: center;
    }
}@charset "UTF-8";
/*!
 * ImageHover.css - http://www.imagehover.io
 * Version 1.0
 * Author: Ciarán Walsh

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 */[class*=" imghvr-"],[class^=imghvr-]{position:relative;display:inline-block;margin:0;max-width:100%;background-color:#2266a5;color:#fff;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;transform:translateZ(0)}[class*=" imghvr-"]>img,[class^=imghvr-]>img{vertical-align:top;max-width:100%}[class*=" imghvr-"] figcaption,[class^=imghvr-] figcaption{background-color:#135796;padding:30px;position:absolute;top:0;bottom:0;left:0;right:0;color:#fff}[class*=" imghvr-"] figcaption h1,[class*=" imghvr-"] figcaption h2,[class*=" imghvr-"] figcaption h3,[class*=" imghvr-"] figcaption h4,[class*=" imghvr-"] figcaption h5,[class*=" imghvr-"] figcaption h6,[class^=imghvr-] figcaption h1,[class^=imghvr-] figcaption h2,[class^=imghvr-] figcaption h3,[class^=imghvr-] figcaption h4,[class^=imghvr-] figcaption h5,[class^=imghvr-] figcaption h6{color:#fff}[class*=" imghvr-"] a,[class^=imghvr-] a{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1}[class*=" imghvr-"],[class*=" imghvr-"] *,[class*=" imghvr-"]:after,[class*=" imghvr-"] :after,[class*=" imghvr-"]:before,[class*=" imghvr-"] :before,[class^=imghvr-],[class^=imghvr-] *,[class^=imghvr-]:after,[class^=imghvr-] :after,[class^=imghvr-]:before,[class^=imghvr-] :before{box-sizing:border-box;transition:all .35s ease}[class*=" imghvr-fade"] figcaption,[class^=imghvr-fade] figcaption{opacity:0}[class*=" imghvr-fade"]:hover figcaption,[class^=imghvr-fade]:hover figcaption{opacity:1}[class*=" imghvr-fade"]:hover>img,[class*=" imghvr-fade"]:hover figcaption,[class^=imghvr-fade]:hover>img,[class^=imghvr-fade]:hover figcaption{transform:translate(0)}.imghvr-fade-in-up figcaption{transform:translateY(15%)}.imghvr-fade-in-down figcaption{transform:translateY(-15%)}.imghvr-fade-in-left figcaption{transform:translate(-15%)}.imghvr-fade-in-right figcaption{transform:translate(15%)}[class*=" imghvr-push-"]:hover figcaption,[class^=imghvr-push-]:hover figcaption{transform:translate(0)}.imghvr-push-up figcaption{transform:translateY(100%)}.imghvr-push-down figcaption,.imghvr-push-up:hover>img{transform:translateY(-100%)}.imghvr-push-down:hover>img{transform:translateY(100%)}.imghvr-push-left figcaption{transform:translateX(100%)}.imghvr-push-left:hover>img,.imghvr-push-right figcaption{transform:translateX(-100%)}.imghvr-push-right:hover>img{transform:translateX(100%)}[class*=" imghvr-slide-"]:hover figcaption,[class^=imghvr-slide-]:hover figcaption{transform:translate(0)}.imghvr-slide-up figcaption{transform:translateY(100%)}.imghvr-slide-down figcaption{transform:translateY(-100%)}.imghvr-slide-left figcaption{transform:translateX(100%)}.imghvr-slide-right figcaption{transform:translateX(-100%)}.imghvr-slide-top-left figcaption{transform:translate(-100%,-100%)}.imghvr-slide-top-right figcaption{transform:translate(100%,-100%)}.imghvr-slide-bottom-left figcaption{transform:translate(-100%,100%)}.imghvr-slide-bottom-right figcaption{transform:translate(100%,100%)}[class*=" imghvr-reveal-"]:before,[class^=imghvr-reveal-]:before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";background-color:#135796}[class*=" imghvr-reveal-"] figcaption,[class^=imghvr-reveal-] figcaption{opacity:0}[class*=" imghvr-reveal-"]:hover:before,[class^=imghvr-reveal-]:hover:before{transform:translate(0)}[class*=" imghvr-reveal-"]:hover figcaption,[class^=imghvr-reveal-]:hover figcaption{opacity:1;transition-delay:.21s}.imghvr-reveal-up:before{transform:translateY(100%)}.imghvr-reveal-down:before{transform:translateY(-100%)}.imghvr-reveal-left:before{transform:translateX(100%)}.imghvr-reveal-right:before{transform:translateX(-100%)}.imghvr-reveal-top-left:before{transform:translate(-100%,-100%)}.imghvr-reveal-top-right:before{transform:translate(100%,-100%)}.imghvr-reveal-bottom-left:before{transform:translate(-100%,100%)}.imghvr-reveal-bottom-right:before{transform:translate(100%,100%)}[class*=" imghvr-hinge-"],[class^=imghvr-hinge-]{perspective:50em}[class*=" imghvr-hinge-"] figcaption,[class^=imghvr-hinge-] figcaption{opacity:0;z-index:1}[class*=" imghvr-hinge-"]:hover img,[class^=imghvr-hinge-]:hover img{opacity:0}[class*=" imghvr-hinge-"]:hover figcaption,[class^=imghvr-hinge-]:hover figcaption{opacity:1;transition-delay:.21s}.imghvr-hinge-up img{transform-origin:50% 0}.imghvr-hinge-up figcaption{transform:rotateX(90deg);transform-origin:50% 100%}.imghvr-hinge-up:hover>img{transform:rotateX(-90deg)}.imghvr-hinge-up:hover figcaption{transform:rotateX(0)}.imghvr-hinge-down img{transform-origin:50% 100%}.imghvr-hinge-down figcaption{transform:rotateX(-90deg);transform-origin:50% -50%}.imghvr-hinge-down:hover>img{transform:rotateX(90deg);opacity:0}.imghvr-hinge-down:hover figcaption{transform:rotateX(0)}.imghvr-hinge-left img{transform-origin:0 50%}.imghvr-hinge-left figcaption{transform:rotateY(-90deg);transform-origin:100% 50%}.imghvr-hinge-left:hover>img{transform:rotateY(90deg)}.imghvr-hinge-left:hover figcaption{transform:rotateY(0)}.imghvr-hinge-right img{transform-origin:100% 50%}.imghvr-hinge-right figcaption{transform:rotateY(90deg);transform-origin:0 50%}.imghvr-hinge-right:hover>img{transform:rotateY(-90deg)}.imghvr-hinge-right:hover figcaption{transform:rotateY(0)}[class*=" imghvr-flip-"],[class^=imghvr-flip-]{perspective:50em}[class*=" imghvr-flip-"] img,[class^=imghvr-flip-] img{-webkit-backface-visibility:hidden;backface-visibility:hidden}[class*=" imghvr-flip-"]:hover>img,[class*=" imghvr-flip-"] figcaption,[class^=imghvr-flip-]:hover>img,[class^=imghvr-flip-] figcaption{opacity:0}[class*=" imghvr-flip-"]:hover figcaption,[class^=imghvr-flip-]:hover figcaption{opacity:1;transition-delay:.14s}.imghvr-flip-horiz figcaption{transform:rotateX(90deg);transform-origin:0 50%}.imghvr-flip-horiz:hover img{transform:rotateX(-180deg)}.imghvr-flip-horiz:hover figcaption{transform:rotateX(0deg)}.imghvr-flip-vert figcaption{transform:rotateY(90deg);transform-origin:50% 0}.imghvr-flip-vert:hover>img{transform:rotateY(-180deg)}.imghvr-flip-vert:hover figcaption{transform:rotateY(0deg)}.imghvr-flip-diag-1 figcaption{transform:rotate3d(1,-1,0,100deg)}.imghvr-flip-diag-1:hover>img{transform:rotate3d(-1,1,0,100deg)}.imghvr-flip-diag-1:hover figcaption{transform:rotate3d(0,0,0,0deg)}.imghvr-flip-diag-2 figcaption{transform:rotate3d(1,1,0,100deg)}.imghvr-flip-diag-2:hover>img{transform:rotate3d(-1,-1,0,100deg)}.imghvr-flip-diag-2:hover figcaption{transform:rotate3d(0,0,0,0deg)}[class*=" imghvr-shutter-out-"]:before,[class^=imghvr-shutter-out-]:before{background:#135796;position:absolute;content:"";transition-delay:.105s}[class*=" imghvr-shutter-out-"] figcaption,[class^=imghvr-shutter-out-] figcaption{opacity:0;transition-delay:0s}[class*=" imghvr-shutter-out-"]:hover:before,[class^=imghvr-shutter-out-]:hover:before{transition-delay:0s}[class*=" imghvr-shutter-out-"]:hover figcaption,[class^=imghvr-shutter-out-]:hover figcaption{opacity:1;transition-delay:.105s}.imghvr-shutter-out-horiz:before{left:50%;right:50%;top:0;bottom:0}.imghvr-shutter-out-horiz:hover:before{left:0;right:0}.imghvr-shutter-out-vert:before{top:50%;bottom:50%;left:0;right:0}.imghvr-shutter-out-vert:hover:before{top:0;bottom:0}.imghvr-shutter-out-diag-1:before{top:50%;bottom:50%;left:-35%;right:-35%;transform:rotate(45deg)}.imghvr-shutter-out-diag-1:hover:before{top:-35%;bottom:-35%}.imghvr-shutter-out-diag-2:before{top:50%;bottom:50%;left:-35%;right:-35%;transform:rotate(-45deg)}.imghvr-shutter-out-diag-2:hover:before{top:-35%;bottom:-35%}[class*=" imghvr-shutter-in-"]:after,[class*=" imghvr-shutter-in-"]:before,[class^=imghvr-shutter-in-]:after,[class^=imghvr-shutter-in-]:before{background:#135796;position:absolute;content:""}[class*=" imghvr-shutter-in-"]:after,[class^=imghvr-shutter-in-]:after{top:0;left:0}[class*=" imghvr-shutter-in-"]:before,[class^=imghvr-shutter-in-]:before{right:0;bottom:0}[class*=" imghvr-shutter-in-"] figcaption,[class^=imghvr-shutter-in-] figcaption{opacity:0;z-index:1}[class*=" imghvr-shutter-in-"]:hover figcaption,[class^=imghvr-shutter-in-]:hover figcaption{opacity:1;transition-delay:.21s}.imghvr-shutter-in-horiz:after,.imghvr-shutter-in-horiz:before{width:0;height:100%}.imghvr-shutter-in-horiz:hover:after,.imghvr-shutter-in-horiz:hover:before{width:50%}.imghvr-shutter-in-vert:after,.imghvr-shutter-in-vert:before{height:0;width:100%}.imghvr-shutter-in-vert:hover:after,.imghvr-shutter-in-vert:hover:before{height:50%}.imghvr-shutter-in-out-horiz:after,.imghvr-shutter-in-out-horiz:before{width:0;height:100%;opacity:.75}.imghvr-shutter-in-out-horiz:hover:after,.imghvr-shutter-in-out-horiz:hover:before{width:100%}.imghvr-shutter-in-out-vert:after,.imghvr-shutter-in-out-vert:before{height:0;width:100%;opacity:.75}.imghvr-shutter-in-out-vert:hover:after,.imghvr-shutter-in-out-vert:hover:before{height:100%}.imghvr-shutter-in-out-diag-1:after,.imghvr-shutter-in-out-diag-1:before{width:200%;height:200%;transition:all .6s ease;opacity:.75}.imghvr-shutter-in-out-diag-1:after{transform:skew(-45deg) translateX(-150%)}.imghvr-shutter-in-out-diag-1:before{transform:skew(-45deg) translateX(150%)}.imghvr-shutter-in-out-diag-1:hover:after{transform:skew(-45deg) translateX(-50%)}.imghvr-shutter-in-out-diag-1:hover:before{transform:skew(-45deg) translateX(50%)}.imghvr-shutter-in-out-diag-2:after,.imghvr-shutter-in-out-diag-2:before{width:200%;height:200%;transition:all .6s ease;opacity:.75}.imghvr-shutter-in-out-diag-2:after{transform:skew(45deg) translateX(-100%)}.imghvr-shutter-in-out-diag-2:before{transform:skew(45deg) translateX(100%)}.imghvr-shutter-in-out-diag-2:hover:after,.imghvr-shutter-in-out-diag-2:hover:before{transform:skew(45deg) translateX(0)}[class*=" imghvr-fold"],[class^=imghvr-fold]{perspective:50em}[class*=" imghvr-fold"] img,[class^=imghvr-fold] img{transform-origin:50% 0}[class*=" imghvr-fold"] figcaption,[class^=imghvr-fold] figcaption{z-index:1;opacity:0}[class*=" imghvr-fold"]:hover>img,[class^=imghvr-fold]:hover>img{opacity:0;transition-delay:0}[class*=" imghvr-fold"]:hover figcaption,[class^=imghvr-fold]:hover figcaption{transform:rotateX(0) translateZ(0) scale(1);opacity:1;transition-delay:.21s}.imghvr-fold-up>img{transform-origin:50% 0}.imghvr-fold-up figcaption{transform:rotateX(-90deg) translate3d(0,-50%,0) scale(.6);transform-origin:50% 100%}.imghvr-fold-up:hover>img{transform:rotateX(90deg) scale(.6) translateY(50%)}.imghvr-fold-down>img{transform-origin:50% 100%}.imghvr-fold-down figcaption{transform:rotateX(90deg) translate3d(0,50%,0) scale(.6);transform-origin:50% 0}.imghvr-fold-down:hover>img{transform:rotateX(-90deg) scale(.6) translateY(-50%)}.imghvr-fold-left>img{transform-origin:0 50%}.imghvr-fold-left figcaption{transform:rotateY(90deg) translate3d(-50%,0,0) scale(.6);transform-origin:100% 50%}.imghvr-fold-left:hover>img{transform:rotateY(-90deg) scale(.6) translateX(50%)}.imghvr-fold-right>img{transform-origin:100% 50%}.imghvr-fold-right figcaption{transform:rotateY(-90deg) translate3d(50%,0,0) scale(.6);transform-origin:0 50%}.imghvr-fold-right:hover>img{transform:rotateY(90deg) scale(.6) translateX(-50%)}.imghvr-zoom-in figcaption{opacity:0;transform:scale(.5)}.imghvr-zoom-in:hover figcaption{transform:scale(1);opacity:1}[class*=" imghvr-zoom-out"] figcaption,[class^=imghvr-zoom-out] figcaption{transform:scale(.5);transform-origin:50% 50%;opacity:0}[class*=" imghvr-zoom-out"].hover figcaption,[class*=" imghvr-zoom-out"]:hover figcaption,[class^=imghvr-zoom-out].hover figcaption,[class^=imghvr-zoom-out]:hover figcaption{transform:scale(1);opacity:1;transition-delay:.35s}.imghvr-zoom-out:hover>img{transform:scale(.5);opacity:0}.imghvr-zoom-out-up.hover>img,.imghvr-zoom-out-up:hover>img{animation:a .4025s linear;animation-iteration-count:1;animation-fill-mode:forwards}@keyframes a{50%{transform:scale(.8) translateY(0);opacity:.5}to{transform:scale(.8) translateY(-150%);opacity:.5}}.imghvr-zoom-out-down.hover>img,.imghvr-zoom-out-down:hover>img{animation:b .4025s linear;animation-iteration-count:1;animation-fill-mode:forwards}@keyframes b{50%{transform:scale(.8) translateY(0);opacity:.5}to{transform:scale(.8) translateY(150%);opacity:.5}}.imghvr-zoom-out-left.hover>img,.imghvr-zoom-out-left:hover>img{animation:c .4025s linear;animation-iteration-count:1;animation-fill-mode:forwards}@keyframes c{50%{transform:scale(.8) translateX(0);opacity:.5}to{transform:scale(.8) translateX(-150%);opacity:.5}}.imghvr-zoom-out-right.hover>img,.imghvr-zoom-out-right:hover>img{animation:d .4025s linear;animation-iteration-count:1;animation-fill-mode:forwards}@keyframes d{50%{transform:scale(.8) translateX(0);opacity:.5}to{transform:scale(.8) translateX(150%);opacity:.5}}.imghvr-zoom-out-flip-horiz{perspective:50em}.imghvr-zoom-out-flip-horiz figcaption{opacity:0;transform:rotateX(90deg) translateY(-100%) scale(.5)}.imghvr-zoom-out-flip-horiz.hover>img,.imghvr-zoom-out-flip-horiz:hover>img{transform:rotateX(-100deg) translateY(50%) scale(.5);opacity:0;transition-delay:0}.imghvr-zoom-out-flip-horiz.hover figcaption,.imghvr-zoom-out-flip-horiz:hover figcaption{transform:rotateX(0) translateY(0) scale(1);opacity:1;transition-delay:.35s}.imghvr-zoom-out-flip-vert{perspective:50em}.imghvr-zoom-out-flip-vert figcaption{opacity:0;transform:rotateY(90deg) translate(50%) scale(.5)}.imghvr-zoom-out-flip-vert.hover>img,.imghvr-zoom-out-flip-vert:hover>img{transform:rotateY(-100deg) translateX(50%) scale(.5);opacity:0;transition-delay:0}.imghvr-zoom-out-flip-vert.hover figcaption,.imghvr-zoom-out-flip-vert:hover figcaption{transform:rotateY(0) translate(0) scale(1);opacity:1;transition-delay:.35s}.imghvr-blur figcaption{opacity:0}.imghvr-blur:hover>img{filter:blur(30px);transform:scale(1.2);opacity:0}.imghvr-blur:hover figcaption{opacity:1;transition-delay:.21s}/*
*
* Magical addons tabs style
*
*
*/
.item-visiable {
    opacity: 1 !important;
    visibility: visible !important;
}
ul.nav.nav-tabs {
    clear: both;
}

ul.nav.nav-tabs li {
    list-style: none;
    float: left;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav>li {
    position: relative;
    display: block;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.tab-pane:not(.active) {
    display: none;
}
.mgtab-nav-wrap ul.nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tab-content.mgtab-content {
    padding: 15px;
    overflow: hidden;
}
.mgt-style1 .nav-tabs{
    position: relative;
    border-bottom: none;
}
ul.nav.nav-tabs {
    display: flex;
    width: 100%;
    overflow: inherit;
    background: #fff;
}
.mgv-tabs {
    display: flex;
}
.mgv-tmenu {
    flex: 0 0 20%;
    min-width: 150px;
    max-width: 220px;
    width: auto;
}

.mgv-tmenu ul.nav.nav-tabs {
    display: flex;
    flex-direction: column;
}

.mgv-tcontent {
    display: inline-flex;
}

.mgt-style1 .nav-tabs li{
    margin: 0;
}
.mgt-style1 .nav-tabs li a{
    display: block;
    padding: 20px 15px;
    background: #fff;
    font-size: 17px;
    font-weight: 700;
    color: #f2bd47;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
    margin-right: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.mgt-style1 .nav-tabs li a svg{
    fill: #f2bd47;
}
.tab-content.mgtab-content {
    margin-left: auto;
    margin-right: auto;
}
.mgt-style1 .nav-tabs li a:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #e9e9e9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    perspective-origin: 50% 100%;
    transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
    transform-origin: 50% 100% 0;
    transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
}
.mgt-style1 .nav-tabs li a.active:after{
    background: #eee6d2;
    transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
}
.mgt-style1 .nav-tabs li a.active,
.mgt-style1 .nav-tabs li a:hover{
    color: #4b489b;
    border: none;
}
.mgt-style1 .nav-tabs li a.active svg,
.mgt-style1 .nav-tabs li a:hover svg{
    fill: #4b489b;
    border: none;
}
.mgt-style1 .tab-content{
    padding: 20px;
    color: #757575;
}
.mgt-style1{
    background: #ededed;
}

@media only screen and (max-width: 479px){
    .mgt-style1 .nav-tabs li{
        width: 100%;
        text-align: center;
    }
}

/*Tab style two*/

.mgt-style2 .nav-tabs{
    background: #fff;
    border-top: 3px solid #303335;
}
.mgt-style2 .nav-tabs li{
    margin: 0;
}
.mgt-style2 .nav-tabs li a{
    font-size: 14px;
    color: #999898;
    background: #fff;
    margin: 0;
    padding: 20px 25px;
    border-radius: 0;
    border: none;
    border-right: 1px solid #c2c2c2;
    text-transform: uppercase;
}
.mgt-style2 .nav-tabs li a svg {
    fill: #999898;
}

.mgt-style2 .nav-tabs li a:hover{
    border-top: none;
    border-bottom: none;
    border-right-color: #c2c2c2;
}
.mgt-style2 .nav-tabs li a.active,
.mgt-style2 .nav-tabs li a.active:hover{
    color: #000;
    border-top: 3px solid #a5658b;
    border-left: none;
    border-bottom: none;
    margin: -3px 0 0 0;
}

.mgt-style2 .nav-tabs li a.active svg,
.mgt-style2 .nav-tabs li a.active:hover svg{
    fill: #000;
}
.mgt-style2 .nav-tabs li a.active:hover{
    border-right-color: #c2c2c2;
}
.mgt-style2 .tab-content{
    font-size: 13px;
    color: #999898;
    line-height: 25px;
    background: #fff;
    padding: 20px;
}
.mgt-style2 .tab-content h3{
    font-size: 24px;
    color: #999898;
    margin-top: 0;
}
@media only screen and (max-width: 480px){
    .mgt-style2 .nav-tabs{
        border-top: none;
    }
    .mgt-style2 .nav-tabs li{ width:100%; }
    .mgt-style2 .nav-tabs li a{
        border: none;
        border-bottom: 1px solid #c2c2c2;
    }
    .mgt-style2 .nav-tabs li a:hover{
        border-bottom: 1px solid #c2c2c2;
    }
    .mgt-style2 .nav-tabs li:last-child a{
        border-bottom: none;
    }
    .mgt-style2 .nav-tabs li a.active:hover,
    .mgt-style2 .nav-tabs li a.active{
        border-bottom: 1px solid #c2c2c2;
        border-right: none;
    }
}

/*Style three*/

.mgt-style3  .nav-tabs{
    box-shadow: -1px 0 2px #6676ff;
    border-bottom: 0 none;
    background: #333;
}
/* .mgt-style3  .nav-tabs li{
    width: 25%;
} */
.mgt-style3  .nav-tabs li a{
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: none;
    padding: 18px;
    background: #272e38;
    border-radius: 0;
    margin: 0;
    position: relative;
    transition: all 0.3s ease 0s;
}
.mgt-style3  .nav-tabs li a svg{
    fill: #fff;
}
.mgt-style3 .tab-content p{
    color:#fff;
}
.mgt-style3  .nav-tabs li a:hover{
    background: #6676ff;
}
.mgt-style3  .nav-tabs li a.active,
.mgt-style3  .nav-tabs li a.active:focus,
.mgt-style3  .nav-tabs li a.active:hover{
    border: none;
    background: #6676ff;
    color: #fff;
    transition: all 0.20s ease 0s;
}
.mgt-style3  .nav-tabs li a.active svg,
.mgt-style3  .nav-tabs li a.active:focus svg,
.mgt-style3  .nav-tabs li a.active:hover svg {
    fill: #fff;
}

.mgt-style3 .nav-tabs li a.active:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 44%;
    border: 15px solid transparent;
    border-top-color: #6676ff;
}
.mgt-style3  .tab-content{
    font-size: 14px;
    color: #fff;
    background: #333;
    line-height: 25px;
    padding: 20px;
}
.mgt-style3  .tab-content h3{
    font-size: 20px;
    color: #6676ff;
}


/*Style four*/


.mgt-style4 .nav-tabs{
    border-bottom: 0 none;
}
.mgt-style4 .nav-tabs li{
    margin-right: 2px;
}
.mgt-style4 .nav-tabs li a{
    font-size: 14px;
    color: #333;
    padding: 18px 25px;
    border: none;
    border-radius: 0;
    background: #efefef;
    text-transform: uppercase;
    position: relative;
}
.mgt-style4 .nav-tabs li a svg{
    color: #333;
}
.mgt-style4 .nav-tabs li a.active:after{
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #4aaaa5;
}
.mgt-style4 .nav-tabs li a.active,
.mgt-style4 .nav-tabs li a.active:focus,
.mgt-style4 .nav-tabs li a.active:hover{
    border: none;
    background: #4aaaa5;
    color: #fff;
    transition: all 0.20s linear 0s;
}

.mgt-style4 .nav-tabs li a.active svg,
.mgt-style4 .nav-tabs li a.active:focus svg,
.mgt-style4 .nav-tabs li a.active:hover svg {
    fill: #fff;
}
.mgt-style4 .tab-content{
    font-size: 15px;
    color: #808080;
    border: 0 none;
    line-height: 25px;
    margin-top: 15px;
}
.mgt-style4 .tab-content h3{
    margin-top: 10px;
    font-size: 24px;
}
@media only screen and (max-width: 479px){
    .mgt-style4 .nav-tabs li{
        width: 100%;
        margin-bottom: 5px;
    }
    .mgt-style4 .nav-tabs li a{
        padding: 20px;
    }
    .mgt-style4 .nav-tabs li a.active:after{
        border: none;
    }
    .mgt-style4 .tab-content{
        margin-top: 5px;
    }
}

.tab-pane.slideDown.active {
    animation: slideDown 0.5s ease-out;
}
.tab-pane.slideUp.active {
    animation: slideUp 0.5s ease-out;
}
.tab-pane.slideRight.active {
    animation: slideRight 0.5s ease-out;
}
.tab-pane.slideLeft.active {
    animation: slideLeft 0.5s ease-out;
}

@keyframes slideDown {
    0% { opacity: 0; transform: translateY(100%); }
    100% { opacity: 1; transform: translateY(0); }
}
@keyframes slideUp {
    0% { opacity: 0; transform: translateY(-100%); }
    100% { opacity: 1; transform: translateY(0); }
}
@keyframes slideRight {
    0% { opacity: 0; transform: translateX(100%); }
    100% { opacity: 1; transform: translateX(0); }
}
@keyframes slideLeft {
    0% { opacity: 0; transform: translateX(-100%); }
    100% { opacity: 1; transform: translateX(0); }
}

.mgt-icon-top {
    text-align: center;
    margin-bottom: 3px;
    display: block;
}
.mgt-icon-left {
    text-align: left;
    margin-right: 3px;
    display: inline-block;
}
.nav-item .nav-link svg {
    width: 14px;
}

.mgt-icon-bottom {
    text-align: center;
    margin-top: 3px;
    display: block;
}
.mgt-icon-right {
    text-align: right;
    margin-left: 3px;
    display: inline-block;
}
.mgtab-nav-wrap{
    border-bottom: 1px solid #ededed;
}
.mgnav-fit ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
     display: inline-flex;
}

/*vartical tab sytle*/
.mg-tab-vertical .nav-tabs li.nav-item {
    display: block;
    width: 100%;
}
.mgt-style2.mg-tab-vertical .nav-tabs li.nav-item {
    border-bottom: 1px solid #ededed;
}

.mgt-style3.mg-tab-vertical .nav-tabs li a.active:after {
    left: inherit;
    right: -36px;
    transform: rotate(-90deg);
    top: 0;
    bottom: 0;
}
.mgt-style4.mg-tab-vertical .nav-tabs li a.active:after {
    right: -12px;
    left: inherit;
    bottom: inherit;
    top: 0;
}

@media only screen and (max-width: 768px) {
    .mgv-tabs {
        flex-flow: row wrap;
    }

    .mgv-tmenu {
        flex: 0 0 100%;
        width: 100%;
        max-width: inherit;
    }

    .mg-tab-vertical .nav-tabs li.nav-item {
        width: auto;
        display: inline-block;
    }

    .mgv-tmenu ul.nav.nav-tabs {
        flex-direction: row;
        flex-flow: row wrap;
    }
}

@media only screen and (max-width: 480px) {
    .mgt-style3 .nav-tabs li {
        width: 100%;
        margin-bottom: 2px;
    }

    .mgt-style3 .nav-tabs li a.active:after {
        border: none;
    }
}.timeline{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.timeline *,.timeline :after,.timeline :before{-webkit-box-sizing:inherit;box-sizing:inherit}.timeline:not(.timeline--horizontal):before{background-color:#ddd;bottom:0;content:'';left:50%;margin-left:-2px;position:absolute;top:0;width:4px;z-index:1}.timeline__wrap{overflow:hidden;position:relative;z-index:2}.timeline__item{font-size:16px;font-size:1rem;padding:.625rem 2.5rem .625rem 0;position:relative;width:50%;z-index:2}.timeline__item:after{background-color:#fff;border:4px solid #ddd;border-radius:50%;content:'';height:20px;position:absolute;right:-10px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;width:20px;z-index:1}.timeline__item.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;opacity:0}.timeline__item.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}.timeline__item--left{left:0}.timeline__item--right{left:50%;padding:.625rem 0 .625rem 2.5rem}.timeline__item--right:after{left:-10px}.timeline__item--right .timeline__content:before{border-bottom:10px solid transparent;border-right:12px solid #ccc;border-left:none;border-top:10px solid transparent;left:-12px}.timeline__item--right .timeline__content:after{border-bottom:9px solid transparent;border-right:11px solid #fff;border-left:none;border-top:9px solid transparent;left:-10px}.timeline__content{background-color:#fff;border:1px solid #ccc;border-radius:10px;color:#333;display:block;padding:1.25rem;position:relative}.timeline__content:after,.timeline__content:before{content:'';height:0;position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;width:0}.timeline__content:before{border-bottom:10px solid transparent;border-left:12px solid #ccc;border-top:10px solid transparent;right:-12px;z-index:1}.timeline__content:after{border-bottom:9px solid transparent;border-left:11px solid #fff;border-top:9px solid transparent;right:-10px;z-index:2}.timeline__content h2{font-size:1.25rem;font-weight:700;margin:0 0 .625rem}.timeline__content p{font-size:.9375rem;line-height:1.5;margin-bottom:10px}.timeline--horizontal{font-size:0;padding:0 3.125rem;overflow:hidden;white-space:nowrap}.timeline--horizontal .timeline-divider{background-color:#ddd;display:block;height:4px;left:40px;position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:40px;z-index:1}.timeline--horizontal .timeline__items{-webkit-transition:all .8s;-o-transition:all .8s;transition:all .8s;will-change:transform}.timeline--horizontal .timeline__item{display:inline-block;left:0;padding:0 0 2.5rem;position:relative;-webkit-transition:none;-o-transition:none;transition:none;vertical-align:top;white-space:normal}.timeline--horizontal .timeline__item:after{left:50%;right:auto;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:100%}.timeline--horizontal .timeline__item .timeline__item__inner{display:table;height:100%;width:100%}.timeline--horizontal .timeline__item .timeline__content__wrap{display:table-cell;margin:0;padding:0;vertical-align:bottom}.timeline--horizontal .timeline__item .timeline__content:before{border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #ccc;left:50%;right:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:100%}.timeline--horizontal .timeline__item .timeline__content:after{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff;left:50%;right:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:100%}.timeline--horizontal .timeline__item--bottom{padding:2.5rem 0 0}.timeline--horizontal .timeline__item--bottom:after{top:0}.timeline--horizontal .timeline__item--bottom .timeline__content__wrap{vertical-align:top}.timeline--horizontal .timeline__item--bottom .timeline__content:before{border-bottom:12px solid #ccc;border-left:12px solid transparent;border-right:12px solid transparent;border-top:none;bottom:100%;top:auto}.timeline--horizontal .timeline__item--bottom .timeline__content:after{border-bottom:10px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent;border-top:none;bottom:100%;top:auto}.timeline-nav-button{background-color:#fff;border:2px solid #ddd;border-radius:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:block;height:40px;outline:0;position:absolute;text-indent:-9999px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;width:40px;z-index:10}.timeline-nav-button:disabled{opacity:.5;pointer-events:none}.timeline-nav-button:before{background-position:center center;background-repeat:no-repeat;content:'';display:block;height:14px;left:50%;position:absolute;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);top:50%;width:8px}.timeline-nav-button--prev{left:0}.timeline-nav-button--prev:before{background-image:url(/wp-content/plugins/magical-addons-for-elementor/assets/widget-assets/timeline/images/arrow-left.svg)}.timeline-nav-button--next{right:0}.timeline-nav-button--next:before{background-image:url(/wp-content/plugins/magical-addons-for-elementor/assets/widget-assets/timeline/images/arrow-right.svg)}.timeline--mobile{padding:0}.timeline--mobile:before{left:10px!important;margin:0!important}.timeline--mobile .timeline__item{left:0;padding-left:40px;padding-right:0;width:100%}.timeline--mobile .timeline__item:after{left:2px;margin:0}.timeline--mobile .timeline__item .timeline__content:before{left:-12px;border-bottom:12px solid transparent;border-right:12px solid #ccc;border-left:none;border-top:12px solid transparent}.timeline--mobile .timeline__item .timeline__content:after{left:-10px;border-bottom:10px solid transparent;border-right:10px solid #fff;border-left:none;border-top:10px solid transparent}@-webkit-keyframes fadeIn{0%{opacity:0;top:70px}100%{opacity:1;top:0}}@keyframes fadeIn{0%{opacity:0;top:70px}100%{opacity:1;top:0}}@-webkit-keyframes liftUp{0%{top:0}100%{top:-15px}}@keyframes liftUp{0%{top:0}100%{top:-15px}}.card-header.mg-accordion-title {
    padding: 0;
    position: relative;
    background: transparent;
}

.mg-curve-shape .card {
    border: none;
    box-shadow: inherit;
}
.mg-curve-shape .mgac-content {
    width: 90%;
    margin: 0 auto 8px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); 
}
.mg-curve-shape .mgrc-title {
    border-radius: 20px 20px 0 0;
}
.eacolor .card-header.mg-accordion-title .mgrc-title {
    background: linear-gradient(190deg, #130D6F 0%, #952598 80%);
    color: #fff;
}
.mg-accordion-title h2{
    font-size: 16px;
    font-weight: 500;
    margin:0;
    color:#fff;
}

.mg-accordion-title .mgrc-title {
    width: 100%;
    display: block;
    padding: 15px;
    cursor: pointer;
}
.mgc-icons {
    display: block;
    position: absolute;
    top: 0;
    min-width: 40px;
    height: 100%;
}
.mgc-icons.mgc-right-icon {
    right: 20px;
    left: auto;
}

.mgc-icons.mgc-left-icon {
    left: 20px;
    right: auto;
}
.mgc-icon {
    position: absolute;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%;
    margin: auto;
    bottom: 0;
    right: 0;
    min-width: 30px;
    min-height: 20px;
}
.mgc-icon svg {
    width: 14px;
    fill: #fff;
}
.mgc-left-icon .mgc-icon {
    position: absolute;
    left: 0;
    right: auto;
}
.mg-box-icon .mgc-icons {
    box-shadow: 0 1px 6px 0 rgba(255,255,255,0.68)
}

.mgc-icon i {
    position: relative;
    top: 45%;
    transform: translateY(-55%);
}

 .mgrc-title.collapsed .mgc-close {
    opacity: 1;
}
.mgrc-title .mgc-close {
    opacity: 0;
    transition: 0.2s
}
.mgrc-title.collapsed .mgc-open {
    opacity: 0;
}
.mgrc-title .mgc-open {
    opacity: 1;
    transition: 0.2s
} 
.mgrc-item-right-right .mgrc-title {
    padding-right: 50px;
} 
.mgrc-item-left-left .mgrc-title {
    padding-left: 50px;
}

/*mg-curve-shape*/

.mg-side-curve .mgrc-title {
    position: relative;
    overflow: hidden;
}

.mg-side-curve .mgrc-title:before {
    position: absolute;
    top: -18px;
    left: 55px;
    width: 30px;
    height: 30px;
    background: #fff;
    content: "";
    transform: rotate(45deg);
}

.card-body.mgac-content.mgac-effect1 {
    transform: rotateY(90deg);
    transition: 0.5s;
}

.show .card-body.mgac-content.mgac-effect1 {
    transform: rotateY(0);
}
.card-body.mgac-content.mgac-effect2 {
    transform: rotateX(90deg);
    transition: 0.5s;
}

.show .card-body.mgac-content.mgac-effect2 {
    transform: rotateX(0);
}
.card-body.mgac-content.mgac-effect3 {
    transform: scale(0);
    transition: 0.5s;
}

.show .card-body.mgac-content.mgac-effect3 {
    transform: scale(1);
}.fluentform *{box-sizing:border-box}.fluentform .clearfix:after,.fluentform .clearfix:before,.fluentform .ff-el-group:after,.fluentform .ff-el-group:before,.fluentform .ff-el-repeat .ff-el-input--content:after,.fluentform .ff-el-repeat .ff-el-input--content:before,.fluentform .ff-step-body:after,.fluentform .ff-step-body:before{content:" ";display:table}.fluentform .clearfix:after,.fluentform .ff-el-group:after,.fluentform .ff-el-repeat .ff-el-input--content:after,.fluentform .ff-step-body:after{clear:both}@media (min-width:768px){.frm-fluent-form .ff-t-container{display:flex;gap:15px;width:100%}.frm-fluent-form .ff-t-container.ff_cond_v{display:flex!important}.frm-fluent-form .ff-t-container.mobile{display:block!important}.frm-fluent-form .ff-t-cell{display:flex;flex-direction:column;vertical-align:inherit;width:100%}.frm-fluent-form .ff-t-cell:first-of-type{padding-left:0}.frm-fluent-form .ff-t-cell:last-of-type{flex-grow:1;padding-right:0}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom{align-items:flex-end;display:flex;margin:auto 0 0}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom.ff-text-center{justify-content:center}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom.ff-text-right{justify-content:flex-end}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button{margin-bottom:20px}}@media (max-width:768px){.ff-t-cell{margin-left:0!important}}.fluentform .ff-el-group{margin-bottom:20px}.fluentform .ff-el-group.ff-el-form-top .ff-el-input--label{display:block;float:none;text-align:left}.fluentform .ff-el-group.ff-el-form-top .ff-el-input--content{margin-bottom:0;margin-left:auto}@media (min-width:481px){.fluentform .ff-el-group.ff-el-form-left .ff-el-input--label{text-align:left}.fluentform .ff-el-group.ff-el-form-right .ff-el-input--label{text-align:right}}.fluentform .ff-el-input--label{display:inline-block;margin-bottom:5px;position:relative}.fluentform .ff-el-input--label.ff-el-is-required.asterisk-left label:before{color:#f56c6c;content:"* ";margin-right:3px}.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after{color:#f56c6c;content:" *";margin-left:3px}.fluentform .ff-el-form-control{display:block;width:100%}.fluentform .ff-el-ratings{--fill-inactive:#d4d4d4;--fill-active:#ffb100;display:inline-block;line-height:40px}.fluentform .ff-el-ratings input[type=radio]{display:none;height:0!important;visibility:hidden!important;width:0!important}.fluentform .ff-el-ratings svg{fill:var(--fill-inactive);height:22px;transition:all .3s;vertical-align:middle;width:22px}.fluentform .ff-el-ratings svg.scale{transition:all .15s}.fluentform .ff-el-ratings label{display:inherit;margin-right:3px}.fluentform .ff-el-ratings label.active svg{fill:#ffb100;fill:var(--fill-active)}.fluentform .ff-el-ratings label:hover{cursor:pointer}.fluentform .ff-el-ratings label:hover svg{transform:scale(1.1)}.fluentform .ff-el-ratings label:hover svg.scalling{transform:scale(1.2)}.fluentform .ff-el-repeat .ff-el-form-control{margin-bottom:10px;width:100%}.fluentform .ff-el-repeat .ff-t-cell{padding:0 10px;width:100%}.fluentform .ff-el-repeat .ff-t-cell:first-child{padding-left:0}.fluentform .ff-el-repeat .ff-t-cell:last-child{padding-right:0}.fluentform .ff-el-repeat .ff-t-container{display:flex}.fluentform .ff-el-repeat-buttons-list span{cursor:pointer}@media (min-width:481px){.fluentform .ff-el-form-left .ff-el-input--label,.fluentform .ff-el-form-right .ff-el-input--label{float:left;margin-bottom:0;padding:10px 15px 0 0;width:180px}.fluentform .ff-el-form-left .ff-el-input--content,.fluentform .ff-el-form-right .ff-el-input--content{margin-left:180px}.fluentform .ff-el-form-left .ff-t-container .ff-el-input--label,.fluentform .ff-el-form-right .ff-t-container .ff-el-input--label{float:none;margin-bottom:5px;width:auto}.fluentform .ff-el-form-left .ff-t-container .ff-el-input--content,.fluentform .ff-el-form-right .ff-t-container .ff-el-input--content{margin-left:auto}}.fluentform .ff-el-form-right .ff-el-input--label{text-align:right}.fluentform .ff-el-is-error .text-danger{font-size:12px;margin-top:4px}.fluentform .ff-el-is-error .ff-el-form-check-label,.fluentform .ff-el-is-error .ff-el-form-check-label a{color:#f56c6c}.fluentform .ff-el-is-error .ff-el-form-control{border-color:#f56c6c}.fluentform .ff-el-tooltip{cursor:pointer;display:inline-block;margin-left:2px;position:relative;vertical-align:middle;z-index:2}.fluentform .ff-el-tooltip:hover{color:#000}.fluentform .ff-el-tooltip svg{fill:#1a7efb}.fluentform .ff-el-help-message{color:#595959;font-size:12px;font-style:italic;margin-top:5px}.fluentform .ff-el-help-message.ff_ahm{margin-bottom:5px;margin-top:-3px}.fluentform .ff-el-progress{background-color:#e9ecef;border-radius:.25rem;font-size:.75rem;height:1.3rem;line-height:1.2rem;overflow:hidden}.fluentform .ff-el-progress-bar{background-color:#1a7efb;color:#fff;height:inherit;text-align:right;transition:width .3s;width:0}.fluentform .ff-el-progress-bar span{display:inline-block;padding:0 5px 0 0}.fluentform .ff-el-progress-status{font-size:.9rem;margin-bottom:5px}.fluentform .ff-el-progress-title{border-bottom:2px solid #000;display:inline-block;font-weight:600;list-style-type:none;margin:8px 0 0;padding-left:15px;padding-right:15px}.fluentform .ff-el-progress-title li{display:none}.fluentform .ff-float-right{float:right}.fluentform .ff-hidden{display:none!important}.fluentform .ff-step-t-container{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.fluentform .ff-step-t-container .ff-t-cell{width:auto}.fluentform .ff-step-t-container.ff-inner_submit_container .ff-el-group{margin-bottom:0}.fluentform .ff-step-container{overflow:hidden}.fluentform .ff-step-header{margin-bottom:20px}.fluentform .ff-step-titles{counter-reset:step;display:table;margin:0 0 20px;overflow:hidden;padding:0;position:relative;table-layout:fixed;text-align:center;width:100%}.fluentform .ff-step-titles-navs{cursor:pointer}.fluentform .ff-step-titles li{color:#333;display:table-cell;font-size:12px;list-style-type:none;padding:0 10px;position:relative;vertical-align:top;width:auto}.fluentform .ff-step-titles li.ff_active,.fluentform .ff-step-titles li.ff_completed{color:#007bff}.fluentform .ff-step-titles li.ff_active:before,.fluentform .ff-step-titles li.ff_completed:before{background:#007bff;border:1px solid transparent;color:#fff}.fluentform .ff-step-titles li.ff_active:after,.fluentform .ff-step-titles li.ff_completed:after{background:#007bff}.fluentform .ff-step-titles li.ff_active:after{right:0}.fluentform .ff-step-titles li:before{background:#fff;border:1px solid;border-radius:3px;color:#333;content:counter(step);counter-increment:step;display:block;font-size:10px;line-height:20px;margin:0 auto 5px;position:relative;vertical-align:top;width:20px;z-index:10}.fluentform .ff-step-titles li:after{background:#000;content:"";height:2px;left:-50%;position:absolute;top:9px;width:100%;z-index:1}.fluentform .ff-step-titles li:first-child{padding-left:0}.fluentform .ff-step-titles li:first-child:after{left:50%}.fluentform .ff-step-titles li:last-child{padding-right:0}.fluentform .ff-step-titles li:last-child:after{left:-50%}.fluentform .ff-step-body{left:0;margin-bottom:15px;position:relative;top:0}.fluentform .ff-upload-progress{margin:10px 0}.fluentform .ff-upload-progress-inline{border-radius:3px;height:6px;margin:4px 0;position:relative}.fluentform .ff-upload-preview{border:1px solid #ced4da;border-radius:3px;margin-top:5px}.fluentform .ff-upload-preview:first-child{margin-top:0}.fluentform .ff-upload-preview-img{background-position:50%;background-repeat:no-repeat;background-size:cover;height:70px;width:70px}.fluentform .ff-upload-details,.fluentform .ff-upload-preview{zoom:1;overflow:hidden}.fluentform .ff-upload-details,.fluentform .ff-upload-thumb{display:table-cell;vertical-align:middle}.fluentform .ff-upload-thumb{background-color:#eee}.fluentform .ff-upload-details{border-left:1px solid #ebeef0;padding:0 10px;position:relative;width:10000px}.fluentform .ff-upload-details .ff-inline-block,.fluentform .ff-upload-details .ff-upload-error{font-size:11px}.fluentform .ff-upload-remove{box-shadow:none!important;color:#f56c6c;cursor:pointer;font-size:16px;line-height:1;padding:0 4px;position:absolute;right:0;top:3px}.fluentform .ff-upload-remove:hover{color:#f56c6c;text-shadow:1px 1px 1px #000!important}.fluentform .ff-upload-filename{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fluentform .ff-table{margin-bottom:0}.fluentform .ff-checkable-grids{border:1px solid #f1f1f1;border-collapse:collapse}.fluentform .ff-checkable-grids thead>tr>th{background:#f1f1f1;border:0;padding:7px 5px;text-align:center}.fluentform .ff-checkable-grids tbody>tr>td{border:0;padding:7px 5px}.fluentform .ff-checkable-grids tbody>tr>td:not(:first-of-type){text-align:center}.fluentform .ff-checkable-grids tbody>tr:nth-child(2n)>td{background:#f1f1f1}.fluentform .ff-checkable-grids tbody>tr:nth-child(2n-1)>td{background:#fff}.fluentform .ff-screen-reader-element{clip:rect(0,0,0,0)!important;word-wrap:normal!important;border:0!important;height:1px!important;margin:0!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.fluentform .ff_upload_btn.ff-btn{background:#6f757e;border-color:#6f757e;color:#fff;cursor:pointer;display:inline-block;padding:10px 20px}.fluentform .ff-el-tc{border:none;border-collapse:collapse;display:table;width:100%}.fluentform .ff-el-tc label.ff_tc_label{display:table-row}.fluentform .ff-el-tc label.ff_tc_label>span{padding-top:8px!important;width:20px}.fluentform .ff-el-tc label.ff_tc_label>div,.fluentform .ff-el-tc label.ff_tc_label>span{display:table-cell}.fluentform .ff-saved-state-input .ff_input-group-text{background-color:#1a7efb;border-color:#1a7efb;margin-left:-1px}.fluentform .ff-saved-state-input .ff_input-group-text:hover{background-color:#4898fc;border-color:#4898fc;opacity:1}.fluentform .ff-saved-state-input .ff_input-group-text img{width:28px}.fluentform .ff-saved-state-link input{text-overflow:ellipsis}.fluentform .ff-hide-group{display:none}.fluentform .ff_t_c{margin:0;padding:0 5px 0 0}.fluentform .ff_t_c p{margin:0;padding:0}.fluentform .force-hide{border:0;display:block;height:0;margin:0;opacity:0;padding:0;visibility:hidden}.fluentform input[type=checkbox],.fluentform input[type=radio]{display:inline-block;margin:0}.fluentform input[type=checkbox]{-webkit-appearance:checkbox}.fluentform input[type=radio]{-webkit-appearance:radio}.fluentform .text-danger{color:#f56c6c}.fluentform .iti{width:100%}.fluentform .iti__selected-flag{background:rgba(0,0,0,.1);border-bottom-left-radius:6px;border-top-left-radius:6px}.fluentform .ff_gdpr_field{margin-right:5px}.fluentform form.ff-form-has-steps .ff-btn-submit{display:none}.fluentform form.ff-form-has-steps .ff_submit_btn_wrapper{text-align:right}.fluentform textarea{max-width:100%}.fluentform .ff-el-form-check{margin-bottom:5px}.fluentform .ff-el-form-check span.ff_span{margin-left:6px}.fluentform .ff-el-form-check-label .ff-el-form-check-input{position:relative;top:-2px;vertical-align:middle}.fluentform .ff-inline-block{display:inline-block}.fluentform .ff-inline-block+.ff-inline-block{margin-left:10px}.fluentform .ff-text-left{text-align:left}.fluentform .ff-text-center{text-align:center}.fluentform .ff-text-right{text-align:right}.fluentform .ff-el-form-control:focus~.ff-el-help-message{display:block!important}.fluentform .ff-el-form-control::-moz-placeholder{color:#868e96;opacity:1}.fluentform .ff-el-form-control::placeholder{color:#868e96;opacity:1}.fluentform .ff-el-form-control:disabled,.fluentform .ff-el-form-control[readonly]:not(.flatpickr-input){background-color:#e9ecef;opacity:1}.fluentform-step{float:left;height:1px;overflow-x:hidden;padding:3px}.fluentform-step.active{height:auto}.fluentform-step .ff_summary_container{font-size:14px;margin-top:10px}.step-nav .next{float:right}.fluentform .has-conditions{display:none}.ff-message-success{border:1px solid #ced4da;box-shadow:0 1px 5px rgba(0,0,0,.1);margin-top:10px;padding:15px;position:relative}.ff-errors-in-stack{display:none;margin-top:15px}.ff-errors-in-stack .error{font-size:14px;line-height:1.7}.ff-errors-in-stack .error-clear{cursor:pointer;margin-left:5px;padding:0 5px}.ff-chat-reply-container div p{border-radius:6px;margin-top:12px;padding:20px 16px}.ff-chat-reply-container div .skeleton{animation:skeleton-loading 2s linear infinite alternate;padding:24px}@keyframes skeleton-loading{0%{background-color:#e3e6e8}to{background-color:#f0f3f5}}.ff-el-chat-container{position:relative}.ff-el-chat-container textarea{outline:none;position:relative;resize:none}.ff-el-chat-container .ff_btn_chat_style{background:transparent;border:none;position:absolute;right:10px;top:38%}.ff-el-chat-container .ff_btn_chat_style svg:hover{cursor:pointer;opacity:.8;outline:0;text-decoration:none;transition:all .4s}.fluentform .hidden_field{display:none!important}.fluentform .ff_force_hide{display:none!important;visibility:hidden!important}.fluentform .ff_scrolled_text{background:#e9ebed;height:200px;overflow:scroll;padding:10px 15px}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check{display:-moz-inline-stack;display:inline-block;float:none!important;margin:0 0 10px;position:relative;width:auto!important}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label{margin:0}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check input{display:none;margin:0;opacity:0;outline:none;position:absolute;z-index:-1}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span{-webkit-appearance:none;background:#fff;border:1px solid #dcdfe6;border-left:0;border-radius:0;box-sizing:border-box;color:#606266;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;line-height:1;margin:0;outline:none;padding:12px 20px;position:relative;text-align:center;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;vertical-align:middle;white-space:nowrap}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span:hover{color:#1a7efb}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder{border:1px solid #dcdfe5;overflow:hidden}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder span{border:none!important;border-radius:0!important;margin-left:-1px;width:100%}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder.ff_item_selected{border-color:#1a7efb}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:first-child label>span{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;box-shadow:none!important}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:last-child label>span{border-radius:0 4px 4px 0}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label>span{background-color:#1a7efb;border-color:#1a7efb;box-shadow:-1px 0 0 0 #8cc5ff;color:#fff}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected:first-child label>span{border-left-color:#1a7efb}@media only screen and (max-width:768px){.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check{display:block;width:100%}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span{border:1px solid!important;border-radius:4px!important;box-shadow:none!important;display:block;width:100%}}.fluentform div.ff-el-form-hide_label>.ff-el-input--label{display:none;visibility:hidden}.fluentform .ff_file_upload_holder{margin-bottom:0}.fluentform .ff_center{text-align:center}.fluentform .ff_right{text-align:right}.fluentform .ff_left{text-align:left}.fluentform .ff-form-inline .ff-t-container,.fluentform .ff-form-inline>.ff-el-group,.fluentform .ff-form-inline>.ff-name-field-wrapper{display:inline-block;margin-right:10px;vertical-align:top}.fluentform .ff-form-inline .ff-t-container .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline .ff-t-container>.ff-el-input--label,.fluentform .ff-form-inline>.ff-el-group .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline>.ff-el-group>.ff-el-input--label,.fluentform .ff-form-inline>.ff-name-field-wrapper .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline>.ff-name-field-wrapper>.ff-el-input--label{display:none}.fluentform .ff-form-inline .ff-t-container .ff-el-input--content,.fluentform .ff-form-inline>.ff-el-group .ff-el-input--content,.fluentform .ff-form-inline>.ff-name-field-wrapper .ff-el-input--content{margin-left:0}.fluentform .ff-form-inline .ff-t-container:last-child,.fluentform .ff-form-inline>.ff-el-group:last-child,.fluentform .ff-form-inline>.ff-name-field-wrapper:last-child{margin-right:0}.fluentform .ff-t-container .ff-name-title{width:40%}.fluentform .ff_hide_label .ff-el-input--label{display:none}.fluentform .field-value{white-space:pre-line}.fluentform .ff-el-group .ff-read-only{background-color:#e9ecef!important;opacity:1;pointer-events:none}.fluentform label.ff-el-image-input-src{background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;display:block;height:200px;width:200px}.fluentform .ff-el-image-holder{float:left;margin-bottom:20px;margin-right:20px;width:200px}.fluentform .ff-el-image-holder .ff-el-form-check-label{padding-left:1px}.fluentform .ff_el_checkable_photo_holders{display:block;margin-bottom:-20px;overflow:hidden}.fluentform .select2-container{width:100%!important}.fluentform .select2-container .select2-selection__rendered li{margin:0}.fluentform .select2-container .select2-search--inline>input{height:calc(2.25rem + 2px);line-height:1.5;margin-top:0;padding:.375rem 1.75rem .375rem .75rem}.fluentform .ff-el-form-bottom{display:flex;flex-direction:column-reverse}.fluentform .ff-el-form-bottom .ff-el-input--label{margin-bottom:0;margin-top:5px}.fluentform .mce-tinymce.mce-container.mce-panel{border:1px solid #ced4da}.fluentform .ff_input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.fluentform .ff_input-group>.ff-el-form-control:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;display:inline-block;width:auto}.fluentform .ff_input-group>.ff-el-form-control:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.fluentform .ff_input-group .ff-el-form-control{flex:1 1 auto;margin-bottom:0;position:relative;width:1%}.fluentform .ff_input-group-prepend{margin-right:-1px}.fluentform .input-group-append{margin-left:-1px}.fluentform .ff_input-group-append,.fluentform .ff_input-group-prepend{display:flex}.fluentform .ff_input-group>.ff_input-group-prepend>.ff_input-group-text{border-bottom-right-radius:0;border-top-right-radius:0}.fluentform .ff_input-group>.ff_input-group-append>.ff_input-group-text{border-bottom-left-radius:0;border-top-left-radius:0}.fluentform .ff_input-group-text{align-items:center;background-color:#e9ecef;border-radius:.25rem;color:#495057;display:flex;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:0;padding:.375rem .75rem;text-align:center;white-space:nowrap}.fluentform .ff_coupon_wrapper .ff_input-group-append{cursor:pointer}.fluentform .ff_coupon_wrapper .ff_input-group-append:hover .ff_input-group-text{background:#e3e8ed}.fluentform ul.ff_coupon_responses{list-style:none;margin:0;padding:0}.fluentform ul.ff_coupon_responses li{padding-top:5px}.fluentform ul.ff_coupon_responses span.error-clear{color:#ff5050;font-weight:700;margin-right:10px}.fluentform ul.ff_coupon_responses .ff_error{color:#f56c6c;cursor:pointer}.fluentform ul.ff_coupon_responses .ff_success{color:#28a745}.fluentform .ff-btn.disabled{opacity:.65}.fluentform .ff-btn.ff-working{position:relative;transition:all .3s ease}.fluentform .ff-btn.ff-working:after{animation:ff-progress-anim 4s 0s infinite;background:hsla(0,0%,100%,.4);bottom:0;content:"";height:5px;left:0;position:absolute;right:0}.fluentform .ff-btn-block{display:block;width:100%}.fluentform .ff-btn-block+.ff-el-btn-block{margin-top:8px}.fluentform .ff_submitting{pointer-events:none}@keyframes ff-progress-anim{0%{width:0}5%{width:0}10%{width:15%}30%{width:40%}50%{width:55%}80%{width:100%}95%{width:100%}to{width:0}}.ff_modal_container{background:#fff;max-height:90vh!important;max-width:900px;overflow:auto;padding:30px}@media only screen and (min-width:1000px){.ff_modal_container{width:900px}}.select2-results__option{margin:0}.fluentform span.select2.select2-container:after{border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #495057;content:"";position:absolute;right:10px;top:50%;transform:translateY(-50%)}.ff_pointer{cursor:pointer}.ff_net_table{border:0;border-collapse:separate;border-spacing:0;line-height:1.4;margin:0;padding:0;table-layout:fixed;width:100%}.ff_net_table th{border:none;font-size:13px;font-weight:400;padding:8px 0;text-align:center;vertical-align:bottom}.ff_net_table th .ff_not-likely{float:left;text-align:left}.ff_net_table th .ff_extremely-likely{float:right;text-align:right}.ff_net_table tbody tr{background:none;border:0}.ff_net_table tbody tr td{background-color:#fff;border:1px solid #ddd;border-left:0;padding:0;text-align:center;vertical-align:middle}.ff_net_table tbody tr td input[type=radio]:checked+label{background-color:#4caf50;color:#fff}.ff_net_table tbody tr td:first-of-type{border-left:1px solid #ddd;border-radius:5px 0 0 5px}.ff_net_table tbody tr td:last-child{border-radius:0 5px 5px 0}.ff_net_table tbody tr td label{border:0;color:#444;cursor:pointer;display:block;font-size:16px;font-weight:700;height:40px;line-height:40px;margin:0;position:relative;width:100%}.ff_net_table tbody tr td label:after{border:0;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.ff_net_table tbody tr td label:hover:after{border:2px solid #4caf50}.ff-el-pop-content{background-color:#000;border-radius:3px;box-shadow:0 5px 10px rgba(0,0,0,.2);color:#fff;font-size:11px;line-height:1.2;padding:10px;position:absolute;text-align:center;transform-origin:center bottom;z-index:9999}.ff-checkable-grids.mobile{border:0}.ff-checkable-grids.mobile tbody tr{padding-top:0!important}.ff-checkable-grids.mobile tbody tr:nth-child(2n)>td{background:transparent}.ff-checkable-grids.mobile tbody td{padding-left:10px!important;text-align:left!important}.ff-checkable-grids.mobile tbody td.ff_grid_header{background-color:#eee!important;margin:0}.ff-checkable-grids.mobile tbody td:after{content:attr(data-label);display:inline-block;letter-spacing:.5pt;padding-left:10px;white-space:nowrap}span.ff-el-rating-text{line-height:100%;padding-left:5px;vertical-align:bottom}table.ff_repeater_table{background:transparent!important;border:0;border-collapse:collapse;border-spacing:0;margin:0 0 5px;padding:0;table-layout:auto!important;vertical-align:middle;width:100%}table.ff_repeater_table th{font-size:90%;padding:0;text-align:left}table.ff_repeater_table th,table.ff_repeater_table tr{background:transparent!important;border:0;padding-top:5px}table.ff_repeater_table td{background:transparent!important;border:0;max-width:100%;padding:0 15px 15px 0;text-align:left;width:282px}table.ff_repeater_table tbody tr:only-child td .repeat-minus{visibility:hidden}table.ff_repeater_table .ff-el-group{margin:0;padding:0}table.ff_repeater_table .repeat_btn{padding-right:0;vertical-align:middle;width:30px}table.ff_repeater_table .repeat_btn span.ff-icon{cursor:pointer;margin-right:10px}table.ff_repeater_table .repeat_btn span.ff-icon.icon-minus-circle{margin-right:0}table.ff_repeater_table.repeat-maxed .repeat_btn .repeat-plus{visibility:hidden}.ff_repeater_table.mobile tbody td{display:block;padding:10px;width:100%}.ff_repeater_table.mobile tbody td .ff-el-group{margin-top:6px}.ff_repeater_table.mobile tbody td:before{clear:both;content:attr(data-label);display:block;font-size:.875em;letter-spacing:.5pt;white-space:nowrap}.ff-el-section-break .ff-el-section-title{font-weight:600;margin-bottom:5px}.ff-el-section-break hr{background-color:#dadbdd;border:none;height:1px;margin-bottom:10px}table.ff_flexible_table.ff-checkable-grids{width:100%}.ff_flexible_table.mobile thead{left:-9999px;position:absolute;top:-9999px}.ff_flexible_table.mobile tbody td{display:block;padding:10px;width:100%}.ff_flexible_table.mobile tbody tr{background:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da;border-color:#ced4da;border-style:solid;border-width:2px 1px 4px;display:block;margin:16px 0 10px;position:relative}@media only screen and (min-width:641px){.fluentform .ff-el-group.ff_list_3col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0 0 2px;min-height:28px;padding-right:16px;vertical-align:top;width:33.3%}.fluentform .ff-el-group.ff_list_2col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-right:16px;vertical-align:top;width:50%}.fluentform .ff-el-group.ff_list_4col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-right:16px;vertical-align:top;width:25%}.fluentform .ff-el-group.ff_list_5col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-right:16px;vertical-align:top;width:20%}.fluentform .ff-el-group.ff_list_inline .ff-el-form-check{display:-moz-inline-stack;display:inline-block;float:none!important;margin:0 15px 10px 0;width:auto!important}}@media (max-width:767px){table.ff_flexible_table,table.ff_flexible_table.ff-checkable-grids{border:0}table.ff_flexible_table.ff-checkable-grids tbody tr{padding-top:0!important}table.ff_flexible_table.ff-checkable-grids tbody tr td.ff_grid_header{background-color:#eee!important;margin:0;text-align:center}table.ff_flexible_table.ff-checkable-grids tbody tr td{text-align:left!important}table.ff_flexible_table.ff-checkable-grids tbody tr td:before{content:none!important}table.ff_flexible_table.ff-checkable-grids tbody tr td:after{content:attr(data-label);display:inline-block;letter-spacing:.5pt;padding-left:10px;white-space:nowrap}table.ff_flexible_table.ff-checkable-grids tbody tr:nth-child(2n)>td{background:transparent}table.ff_flexible_table thead{left:-9999px;position:absolute;top:-9999px}table.ff_flexible_table tbody tr{background:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da;border-color:#ced4da;border-style:solid;border-width:2px 1px 4px;display:block;margin:16px 0 10px;padding-top:12px!important;position:relative}table.ff_flexible_table tbody tr td{display:block;margin-left:8px;margin-right:8px;padding:5px}table.ff_flexible_table tbody tr td:before{clear:both;content:attr(data-label);display:block;font-size:.875em;letter-spacing:.5pt;white-space:nowrap}table.ff_flexible_table tbody tr td.repeat_btn{background-color:#eee;margin-left:0;padding:10px!important;width:100%!important}table.ff_flexible_table tbody tr td.repeat_btn .ff-el-repeat-buttons-list{float:none;width:100%}}@media only screen and (max-width:768px){.lity-container{width:96%}.fluentform .ff-t-container .ff-name-title{width:100%}}
.ff-default .ff_btn_style{border:1px solid transparent;border-radius:7px;cursor:pointer;display:inline-block;font-size:16px;font-weight:500;line-height:1.5;padding:8px 20px;position:relative;text-align:center;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.ff-default .ff_btn_style:focus,.ff-default .ff_btn_style:hover{opacity:.8;outline:0;text-decoration:none}.ff-default .ff-btn-primary:not(.ff_btn_no_style){background-color:#007bff;border-color:#007bff;color:#fff}.ff-default .ff-btn-primary:not(.ff_btn_no_style):focus,.ff-default .ff-btn-primary:not(.ff_btn_no_style):hover{background-color:#0069d9;border-color:#0062cc;color:#fff}.ff-default .ff-btn-secondary:not(.ff_btn_no_style){background-color:#606266;border-color:#606266;color:#fff}.ff-default .ff-btn-secondary:not(.ff_btn_no_style):focus,.ff-default .ff-btn-secondary:not(.ff_btn_no_style):hover{background-color:#727b84;border-color:#6c757d;color:#fff}.ff-default .ff-btn-lg{border-radius:6px;font-size:18px;line-height:1.5;padding:8px 16px}.ff-default .ff-btn-sm{border-radius:3px;font-size:13px;line-height:1.5;padding:4px 8px}.ff-default .ff-el-form-control{background-clip:padding-box;background-image:none;border:1px solid #dadbdd;border-radius:7px;color:#606266;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1;margin-bottom:0;max-width:100%;padding:11px 15px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.ff-default .ff-el-form-control:focus{background-color:#fff;border-color:#1a7efb;color:#606266;outline:none}.ff-default .ff-el-form-check label.ff-el-form-check-label{cursor:pointer;margin-bottom:7px}.ff-default .ff-el-form-check label.ff-el-form-check-label>span:after,.ff-default .ff-el-form-check label.ff-el-form-check-label>span:before{content:none}.ff-default .ff-el-form-check:last-child label.ff-el-form-check-label{margin-bottom:0}.ff-default textarea{min-height:90px}select.ff-el-form-control:not([size]):not([multiple]){height:42px}.elementor-editor-active .ff-form-loading .ff-step-container .fluentform-step:first-child{height:auto}.ff-upload-preview.ff_uploading{opacity:.8}@keyframes ff_move{0%{background-position:0 0}to{background-position:50px 50px}}.ff_uploading .ff-el-progress .ff-el-progress-bar{animation:ff_move 2s linear infinite;background-image:linear-gradient(-45deg,hsla(0,0%,100%,.2) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2) 75%,transparent 0,transparent);background-size:50px 50px;border-bottom-left-radius:20px;border-bottom-right-radius:8px;border-top-left-radius:20px;border-top-right-radius:8px;bottom:0;content:"";left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1}.ff_payment_summary{overflow-x:scroll}.pac-container{z-index:99999!important}.ff-default{font-family:inherit}.ff-default .ff-el-input--label label{display:inline-block;font-weight:500;line-height:inherit;margin-bottom:0}
/* removes animation & transition duration when animations are being reset */
.themeshark-invisible.elementor-invisible,
.themeshark-invisible.elementor-invisible *:not(.animated){
    animation-duration: 0s!important;
    transition-duration: 0s!important;
}

.themeshark-observed-animation.animated{
    visibility: visible;
}

/* CUSTOM WIDGET ANIMATIONS
/*----------------------------------------------*/
/* animations added to widgets using Animations::add_controls */
.themeshark-custom-animation{
    /* DEFAULTS */
    --animation-duration: 1.5s;
    --animation-timing-function: ease;
    --animation-iteration-count: 1;
    --animation-direction: normal;
    --animation-fill-mode: forwards;
}

.animated.themeshark-custom-animation{
    animation-duration: var(--animation-duration);

    animation-timing-function: var(--animation-timing-function);
    animation-iteration-count: var(--animation-iteration-count);
    animation-direction: var(--animation-direction);
    /* animation-fill-mode: var(--animation-fill-mode); */
    /* transition-duration: var(--animation-duration); */
    --animation-settings: var(--animation-duration) var(--animation-timing-function) var(--animation-iteration-count) var(--animation-direction);
}

/* ADDITIONAL ANIMATIONS
/*----------------------------------------------*/
/* These animations are added to elementor entrance animation dropdown */

/* FADE IN SHORT */

/* [class*='.tsFadeInShort']{ will-change: transform, opacity; } */
.animated.tsFadeInShortDown{ animation-name: tsFadeInShortDown; }
.animated.tsFadeInShortLeft{ animation-name: tsFadeInShortLeft; }
.animated.tsFadeInShortRight{ animation-name: tsFadeInShortRight; }
.animated.tsFadeInShortUp{ animation-name: tsFadeInShortUp; }

@keyframes tsFadeInShortDown{
    0% { transform: translateY(-15px); opacity: 0; }
    100% { transform: translateY(0px); opacity: 1; } }
@keyframes tsFadeInShortLeft{
    0% { transform: translateX(15px); opacity: 0; }
    100% { transform: translateX(0px); opacity: 1; } }
@keyframes tsFadeInShortRight{
    0% { transform: translateX(-15px); opacity: 0; }
    100% { transform: translateX(0px); opacity: 1; } }
@keyframes tsFadeInShortUp{
    0% { transform: translateY(15px); opacity: 0; }
    100% { transform: translateY(0px); opacity: 1; } }


/* CUSTOM TRANSFORM */
[class*="__ts_transform__"]{
    --ts-translate-x_: 0px;
    --ts-translate-y_: 0px;
    --ts-scale-x_: 1;
    --ts-scale-y_: 1;
    --ts-skew-x_: 0deg;
    --ts-skew-y_: 0deg;
    --ts-rotate_: 0deg;
    --ts-origin-x_: 50%;
    --ts-origin-y_: 50%;

    --ts-starting-transform_: rotate(var(--ts-rotate_)) translateX(var(--ts-translate-x_)) translateY(var(--ts-translate-y_)) scaleX(var(--ts-scale-x_)) scaleY(var(--ts-scale-y_)) skewX(var(--ts-skew-x_)) skewY(var(--ts-skew-y_));
    --ts-ending-transform_: rotate(0deg) translate(0px,0px) scale(1,1) skew(0deg,0deg); 
}

.animated.__ts_transform__transform{ animation-name: __ts_transform__transform; }
.animated.__ts_transform__transformFadeIn{ 
    animation-name: __ts_transform__transformFadeIn; 
    /* will-change: transform, opacity;  */
}

@keyframes __ts_transform__transform{
    0%{ transform: var(--ts-starting-transform_); }
    100%{ transform: var(--ts-ending-transform_); } }

@keyframes __ts_transform__transformFadeIn{
    0%{ transform: var(--ts-starting-transform_); opacity:0; }
    100%{ transform: var(--ts-ending-transform_); opacity:1; } }